docs: 根据实际代码更新 README.md 和 docs 文件

README.md:
- Agent Loop: 最大15轮→默认85轮(可配置),移除10分钟超时
- 架构图: tool-handlers 25→21 工具
- 工作空间: 新增工具Tab说明,3个页签
- 记忆系统: 新增容量上限500条
- Heartbeat: 补充默认1小时间隔

docs/BUILD.md:
- 新增v5.1.6构建日志(含构建产物和踩坑记录)

docs/CHANGELOG.md:
- v5.1.6新增构建产物信息

docs/DEVELOPMENT.md:
- Agent Loop: 最大15轮→85轮,移除所有超时限制
This commit is contained in:
thzxx
2026-04-20 20:52:55 +08:00
parent 3938cc8770
commit 6656f16d30
4 changed files with 25 additions and 11 deletions
+4 -4
View File
@@ -170,10 +170,10 @@ import {
用户消息 → Thought → Action(tool_calls) → Observation(result) → Reflection → 循环 → Final Answer
```
- 最大循环次数:15
- 全局超时:10 分钟
- 工具执行超时:30 秒(run_command 除外,走 workspace 无超时)
- 流式调用超时:2 分钟
- 最大循环次数:85(默认,可在设置中调整)
- 全局超时:无(用户控制生命周期)
- 工具执行超时:无(所有工具直接 await无超时限制
- 流式调用超时:
- 自动重试:最多 2 次
- **去重机制**:工具调用缓存 + 同轮内重复检测 + 跨轮次重复检测