Commit Graph

4 Commits

Author SHA1 Message Date
ad1e9e1475 fix(easyagent): 移动 tools.json 到 src/tools/,修复被 .gitignore 中 doc/ 规则误排除的问题
tools.json 是子智能体运行时工具定义 Schema(OpenAI function calling),
不是文档,不应该放在 doc/ 下。doc/ 被 .gitignore 忽略导致部署后文件缺失。

- 移动 easyagent/doc/tools.json → easyagent/src/tools/tools.json
- 更新 batch/index.js 和 cli/index.js 中的引用路径
2026-06-16 20:18:45 +08:00
8395cf8b4b fix(prompt): merge disabled-tool notice into leading system prompts 2026-05-09 18:56:49 +08:00
96d0e68347 fix: run sub-agent tools inside container 2026-03-14 21:13:27 +08:00
b68dee9d98 chore: snapshot current changes 2026-03-10 23:48:40 +08:00