CodeReview/backend/app/services/agent/agents
lintsinghua 22b1610825 feat(agent): 新增通用代码执行工具和函数提取工具
添加 RunCodeTool 和 ExtractFunctionTool 用于 LLM 驱动的漏洞验证
放宽沙箱命令限制以支持更灵活的测试
更新验证代理提示词以优先使用动态代码验证
2025-12-18 15:03:30 +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 15:03:30 +08:00