|
|
vor 4 Wochen | |
|---|---|---|
| .. | ||
| feature_extract | vor 1 Monat | |
| integration_test | vor 4 Wochen | |
| integration_test_2 | vor 4 Wochen | |
| integration_test_3 | vor 4 Wochen | |
| integration_test_4 | vor 4 Wochen | |
| integration_test_5 | vor 4 Wochen | |
| integration_test_6 | vor 4 Wochen | |
| research | vor 1 Monat | |
| README_TESTS.md | vor 4 Wochen | |
| TEST_REPORT_REFACTOR.md | vor 4 Wochen | |
| cloud_browser_demo_db.py | vor 1 Monat | |
| run_refactor_tests.py | vor 4 Wochen | |
| subagent_example.py | vor 1 Monat | |
| test_goal_model.py | vor 4 Wochen | |
| test_goal_tool.py | vor 4 Wochen | |
| test_plan.py | vor 4 Wochen | |
| test_skill.py | vor 1 Monat | |
| test_subagent_tool.py | vor 4 Wochen | |
| test_tools_baidu.py | vor 1 Monat | |
| test_xhs_container.py | vor 1 Monat | |
本目录包含了验证 Agent 系统重构后功能的测试文件。
测试 Goal 模型的新功能和序列化。
测试内容:
运行:
python examples/test_goal_model.py
测试 Goal 工具的所有操作。
测试内容:
运行:
python examples/test_goal_tool.py
测试 SubAgent 工具的三种模式。
测试内容:
运行:
python examples/test_subagent_tool.py
运行所有测试并生成报告。
运行:
python examples/run_refactor_tests.py
查看 TEST_REPORT_REFACTOR.md 获取详细的测试报告。
# 进入项目根目录
cd /path/to/Agent
# 运行所有测试
python examples/run_refactor_tests.py
# 或者运行单个测试
python examples/test_goal_model.py
python examples/test_goal_tool.py
python examples/test_subagent_tool.py
✅ 所有测试通过(13/13)