CodeReview/backend
lintsinghua 1b495edb99 feat(agent): 扩展事件管理器的调试日志范围并增强工具调用循环检测
添加 tool_call, tool_result 和 llm_action 到重要事件调试日志
实现智能循环检测机制,当工具重复调用超过3次时进行干预
2025-12-18 01:53:05 +08:00
..
alembic feat(agent): 增加漏洞文件统计功能并优化agent提示词 2025-12-16 22:08:45 +08:00
app feat(agent): 扩展事件管理器的调试日志范围并增强工具调用循环检测 2025-12-18 01:53:05 +08:00
scripts feat: Update deployment configurations, dependency management, and documentation, including a new sandbox build service. 2025-12-15 15:18:55 +08:00
static/images chore(assets): update logo image without background 2025-12-09 16:03:16 +08:00
tests feat(agent): implement streaming support for agent events and enhance UI components 2025-12-11 20:33:46 +08:00
uploads feat(projects): add ZIP file upload support and source type tracking 2025-11-28 17:38:12 +08:00
.dockerignore feat: Update deployment configurations, dependency management, and documentation, including a new sandbox build service. 2025-12-15 15:18:55 +08:00
.gitignore feat(projects): add ZIP file upload support and source type tracking 2025-11-28 17:38:12 +08:00
.python-version feat: 新增安全工具集成和漏洞知识库扩展 2025-12-13 12:35:03 +08:00
Dockerfile feat: Introduce China-specific production deployment, automate database migrations, and enhance LLM configuration flexibility. 2025-12-17 01:38:21 +08:00
README.md feat: Update deployment configurations, dependency management, and documentation, including a new sandbox build service. 2025-12-15 15:18:55 +08:00
alembic.ini chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
check_docker_direct.py feat: Introduce Kunlun agent tool, add Docker and sandbox environment checks, and update agent services and frontend dialogs. 2025-12-15 02:00:34 +08:00
check_sandbox.py feat: Introduce Kunlun agent tool, add Docker and sandbox environment checks, and update agent services and frontend dialogs. 2025-12-15 02:00:34 +08:00
docker-entrypoint.sh feat: Introduce China-specific production deployment, automate database migrations, and enhance LLM configuration flexibility. 2025-12-17 01:38:21 +08:00
env.example feat: 将最大分析文件数默认值改为0表示无限制 2025-12-16 13:04:09 +08:00
main.py chore: rebrand XCodeReviewer to DeepAudit across all files 2025-12-08 21:35:09 +08:00
pyproject.toml build: 更新 tree-sitter 依赖至 tree-sitter-language-pack 2025-12-17 14:52:59 +08:00
requirements-lock.txt feat: Update deployment configurations, dependency management, and documentation, including a new sandbox build service. 2025-12-15 15:18:55 +08:00
requirements.txt feat(agent): 增强任务执行流程和实时日志反馈 2025-12-16 16:56:09 +08:00
start.sh chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
uv.lock build: 更新 tree-sitter 依赖至 tree-sitter-language-pack 2025-12-17 14:52:59 +08:00
verify_llm.py feat: 新增安全工具集成和漏洞知识库扩展 2025-12-13 12:35:03 +08:00

README.md

DeepAudit Backend

AI-Powered Code Security Audit Platform Backend Service.