| 文件 | 改动 |
|---|---|
agentao/agent.py |
添加多轮工具调用循环 + 动态系统提示词 |
agentao/__init__.py |
添加导出 Agentao 和 SkillManager |
# 测试多轮工具调用
uv run python test_multi_turn.py
# 测试 skills 系统提示词
uv run python test_skills_prompt.py
# 运行主程序
./run.sh
重试原来失败的命令:
帮我写一个总结会议,写会议纪要的 Skill
应该能看到:
INFO - LLM iteration 1/10
INFO - Processing 1 tool call(s) in iteration 1
INFO - LLM iteration 2/10
INFO - Processing 2 tool call(s) in iteration 2
...
INFO - Reached final response in iteration 4
现在系统提示词中包含所有 skills:
./run.sh
然后尝试各种任务:
状态:✅ 修复完成并测试通过 日期:2026-02-09