CodeReview/backend/app/models
lintsinghua 6c080fc5d6 feat(agent): 增加漏洞文件统计功能并优化agent提示词
- 在AgentTask模型中添加files_with_findings字段统计有漏洞发现的文件数
- 更新前后端接口和界面展示漏洞文件统计
- 优化各Agent的系统提示词,移除冗余内容并增强工具使用约束
- 增加LLM的max_tokens至8192避免截断
- 添加生产环境docker-compose配置和更新README部署说明
2025-12-16 22:08:45 +08:00
..
__init__.py feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
agent_task.py feat(agent): 增加漏洞文件统计功能并优化agent提示词 2025-12-16 22:08:45 +08:00
analysis.py chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
audit.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
audit_rule.py feat(prompts-rules): add prompt templates and audit rules management 2025-12-09 21:42:00 +08:00
project.py feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
prompt_template.py feat(prompts-rules): add prompt templates and audit rules management 2025-12-09 21:42:00 +08:00
user.py chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
user_config.py chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00