惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

U
Unit 42
博客园 - Franky
T
Tailwind CSS Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
人人都是产品经理
人人都是产品经理
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
有赞技术团队
有赞技术团队
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
阮一峰的网络日志
阮一峰的网络日志
C
Check Point Blog
爱范儿
爱范儿
T
The Blog of Author Tim Ferriss
aimingoo的专栏
aimingoo的专栏
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LangChain Blog
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
Microsoft Security Blog
Microsoft Security Blog
The Cloudflare Blog
博客园 - 三生石上(FineUI控件)

博客园 - papering

由于系统缓冲区空间不足或队列已满,不能执行套接字上的操作 string byte 内存 硬盘 CAS ABA AtomicLong mysql 索引长度限制 docker network FTP Connection Modes (Active vs. Passive) 字符长度 mysql 【车载架构】AUTOSAR CP系列之27:系统内核之 WdgM 看门狗管理 单目录文件数限制 在联表 join 时 使用 case when 按不同的条件关联不同的行 JDK21 Process Reaper TLS 栈溢出循环故障深度分析 栈溢出 写入相邻的内存区域 GCC 的 -fstack-protector 会在每个函数的栈帧底部放一个随机“金丝雀值”,函数返回前检查它是否被改掉,以此检测栈缓冲区溢出。 潜伏5年!GitLab高危RCE漏洞爆发,低权限即可控服 Redis 漏洞分析——lua 脚本篇 Redis guarantees the script's atomic execution. AMQP 0-9-1 连接通过 信道 进行多路复用,信道可以被认为是“共享单一 TCP 连接的轻量级连接”。 WSAETIMEDOUT WSAEACCES This module supports asynchronous I/O on multiple file descriptors. 设置其优先级值的线程的句柄 QT 主线程 优化 卡顿 主线程上的同步重活 防重入:进行中直接 return,避免连点双开。 把「一次性任务」收到 ThreadPoolExecutor(max_workers=2~3),限制峰值线程数 统一 Activity 浮层 去掉连环成功弹窗 为 with语句上下文提供的工具 懒加载 IDE发现 import Canvas 指纹 魔改chromium源码——CDP(Chrome DevTools Protocol)检测01 whether the browser environment is controlled by a robot. chromium指纹魔改 对拷线 rpa 任务编排 a JSON formatted stream to ``fp`` “幽灵字符”问题 浏览器背后的黑科技 多进程 多线程
LLM provider configuration luckclaw
papering · 2026-04-03 · via 博客园 - papering

https://github.com/LuckfoxTECH/luckclaw


Requirement
OS Linux
Architecture arm32 / arm64 / x86_64
Memory ≥ 32MB
Storage ≥ 30MB

LLM provider configuration

.1 Supported providers

ProviderDefault API Base
openrouter https://openrouter.ai/api/v1
openai https://api.openai.com/v1
anthropic https://api.anthropic.com/v1
deepseek https://api.deepseek.com
groq https://api.groq.com/openai/v1
zhipu https://open.bigmodel.cn/api/paas/v4
dashscope https://dashscope.aliyuncs.com/compatible-mode/v1
moonshot https://api.moonshot.ai/v1
aihubmix https://aihubmix.com/v1
minimax https://api.minimax.chat/v1
volcengine https://ark.cn-beijing.volces.com/api/v3
siliconflow https://api.siliconflow.cn/v1
gemini https://generativelanguage.googleapis.com/v1beta/openai
vllm Custom
ollama Custom
custom Custom

Note: If your platform does not have CA certificates installed, set apiBase to an http:// URL.

VII. Gateway configuration (gateway)

FieldDescriptionDefault
host Listen address 0.0.0.0
port Port 18790
inboundQueueCap Inbound queue capacity 100
outboundQueueCap Outbound queue capacity 100
heartbeatInterval Heartbeat interval (seconds) 300
heartbeatChannel Channel for sending heartbeats -
heartbeatChatID Destination for heartbeats -

VIII. Tool configuration (tools)

8.1 Built-in tool switches

SettingDefaultDescription
tools.restrictToWorkspace false Restrict file operations to the workspace
tools.agentBrowser false Enable browser automation
tools.agentMemory true Long-term memory (MEMORY.md + consolidation)
tools.selfImproving true Error learning and self-improvement
tools.clawdstrike true Security audit tool
tools.evolver false Experience logging and evolution
tools.adaptiveReasoning false Adaptive reasoning depth

8.8 Tool list summary

ToolConfiguration / Condition
read_file, write_file, edit_file, list_dir Restricted by tools.restrictToWorkspace
exec tools.exec
web_search tools.web.search
web_fetch tools.web.fetch.firecrawl.apiKey
tool_search Built-in
clawhub_search, clawhub_install When a workspace exists
browser tools.agentBrowser + tools.browser.enabled + tools.browser.remoteUrl
record_correction tools.selfImproving
clawdstrike tools.clawdstrike
cron Injected by Gateway
message Injected by Gateway
send_file Built-in
spawn, subagents Sub-agent related
MCP tools tools.mcpServers