CodeReview/backend/app/api/v1/endpoints
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 refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
agent_tasks.py fix: 实现 Agent 任务中私有 Gitea 仓库克隆的 Token 认证支持 2025-12-25 15:38:00 +08:00
auth.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
config.py feat(agent): 使用用户配置的LLM参数替代硬编码值 2025-12-19 16:08:26 +08:00
database.py fix: 修复时间显示问题,使用带时区的UTC时间 2025-12-09 17:47:34 +08:00
embedding_config.py feat(embedding): 支持 OpenAI 兼容 API 并增强错误处理 2025-12-19 16:37:39 +08:00
members.py chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
projects.py refactor(agent): 移除LangGraph工作流并迁移到动态Agent树架构 2025-12-25 17:58:14 +08:00
prompts.py feat(prompts-scan): integrate prompt templates and audit rules into scan and analysis workflows 2025-12-09 23:03:08 +08:00
rules.py fix(rules): fix unicode encoding error in rule set export filename 2025-12-10 17:43:56 +08:00
scan.py feat(agent): 使用用户配置的LLM参数替代硬编码值 2025-12-19 16:08:26 +08:00
tasks.py fix: 修复时间显示问题,使用带时区的UTC时间 2025-12-09 17:47:34 +08:00
users.py chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00