CodeReview/backend/app/services/agent/agents
lintsinghua a980fa34e1 fix(agent): 修复任务取消和LLM流式处理的多项问题
修复任务取消后仍可能标记为完成的问题,增加全局取消检查回调
移除事件管理器的人为延迟,防止队列堆积
为LLM流式调用增加超时机制和安全检查
增加验证阶段超时时间至10分钟
2025-12-16 22:47:04 +08:00
..
__init__.py feat: Introduce structured agent collaboration with `TaskHandoff` and `analysis_v2` agent, updating core agent logic, tools, and audit UI. 2025-12-11 23:29:04 +08:00
analysis.py feat(agent): 增加漏洞文件统计功能并优化agent提示词 2025-12-16 22:08:45 +08:00
base.py fix(agent): 修复任务取消和LLM流式处理的多项问题 2025-12-16 22:47:04 +08:00
orchestrator.py fix(agent): 修复任务取消和LLM流式处理的多项问题 2025-12-16 22:47:04 +08:00
recon.py feat(agent): 增加漏洞文件统计功能并优化agent提示词 2025-12-16 22:08:45 +08:00
verification.py feat(agent): 增加漏洞文件统计功能并优化agent提示词 2025-12-16 22:08:45 +08:00