CodeReview/backend/app/services/agent/agents
lintsinghua 1b495edb99 feat(agent): 扩展事件管理器的调试日志范围并增强工具调用循环检测
添加 tool_call, tool_result 和 llm_action 到重要事件调试日志
实现智能循环检测机制,当工具重复调用超过3次时进行干预
2025-12-18 01:53:05 +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): 扩展事件管理器的调试日志范围并增强工具调用循环检测 2025-12-18 01:53:05 +08:00