CodeReview/backend/tests
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
..
agent refactor(agent): 移除LangGraph工作流并迁移到动态Agent树架构 2025-12-25 17:58:14 +08:00
test_file_selection.py feat(file-selection): add custom exclude patterns for file filtering 2025-12-10 18:46:33 +08:00
test_file_selection_e2e.py feat(file-selection): add custom exclude patterns for file filtering 2025-12-10 18:46:33 +08:00