tools.json 是子智能体运行时工具定义 Schema(OpenAI function calling), 不是文档,不应该放在 doc/ 下。doc/ 被 .gitignore 忽略导致部署后文件缺失。 - 移动 easyagent/doc/tools.json → easyagent/src/tools/tools.json - 更新 batch/index.js 和 cli/index.js 中的引用路径 |
||
|---|---|---|
| .. | ||
| commands.js | ||
| index.js | ||
tools.json 是子智能体运行时工具定义 Schema(OpenAI function calling), 不是文档,不应该放在 doc/ 下。doc/ 被 .gitignore 忽略导致部署后文件缺失。 - 移动 easyagent/doc/tools.json → easyagent/src/tools/tools.json - 更新 batch/index.js 和 cli/index.js 中的引用路径 |
||
|---|---|---|
| .. | ||
| commands.js | ||
| index.js | ||