CodeReview/backend
lintsinghua f71b8da7df feat(embedding): 支持前端配置嵌入模型的API密钥
refactor(agent): 改进任务取消逻辑,确保子Agent被正确取消
- 移除asyncio.shield()以允许取消信号传播
- 增加更频繁的取消状态检查
- 添加日志记录子Agent取消情况

feat(nginx): 添加前端构建产物和nginx配置的挂载

refactor(rag): 优化代码索引器的日志输出和元数据处理
- 添加索引文件数量的调试日志
- 将元数据字段提升到顶级以便检索

fix(parser): 修复AST定义提取中的方法识别问题
- 区分函数和方法定义
- 优化遍历逻辑避免重复匹配
2025-12-16 19:42:44 +08:00
..
alembic chore: reduce logging verbosity and clean up file formatting 2025-12-12 15:50:48 +08:00
app feat(embedding): 支持前端配置嵌入模型的API密钥 2025-12-16 19:42:44 +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 修复Agent审计任务识别不到文件的错误 2025-12-16 12:34:57 +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
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 feat(RAG): 添加嵌入进度显示和取消支持 2025-12-16 18:41:30 +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 feat(RAG): 添加嵌入进度显示和取消支持 2025-12-16 18:41:30 +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.