CodeReview/backend/tests/agent
lintsinghua 15605fea16 refactor(agent): 移除LangGraph工作流并迁移到动态Agent树架构
重构Agent服务架构,从基于LangGraph的状态图迁移到动态Agent树结构。主要变更包括:
- 删除graph模块及相关测试
- 更新agent/__init__.py导入和文档
- 在projects端点添加对新AgentTask模型的统计支持
- 简化工作流描述为START→Orchestrator→[Recon/Analysis/Verification]→Report→END

新架构使用OrchestratorAgent作为编排层,动态调度子Agent完成任务,提高灵活性和可扩展性。
2025-12-25 17:58:14 +08:00
..
__init__.py feat(agent): implement streaming support for agent events and enhance UI components 2025-12-11 20:33:46 +08:00
conftest.py feat(agent): implement streaming support for agent events and enhance UI components 2025-12-11 20:33:46 +08:00
run_tests.py feat(agent): implement streaming support for agent events and enhance UI components 2025-12-11 20:33:46 +08:00
test_agents.py feat(agent): implement streaming support for agent events and enhance UI components 2025-12-11 20:33:46 +08:00
test_tools.py feat(agent): implement streaming support for agent events and enhance UI components 2025-12-11 20:33:46 +08:00