CodeReview/backend/alembic/versions
lintsinghua 9bc114af1f feat(agent): implement Agent audit module with LangGraph integration
- Introduce new Agent audit functionality for autonomous code security analysis and vulnerability verification.
- Add API endpoints for managing Agent tasks and configurations.
- Implement UI components for Agent mode selection and embedding model configuration.
- Enhance the overall architecture with a focus on RAG (Retrieval-Augmented Generation) for improved code semantic search.
- Create a sandbox environment for secure execution of vulnerability tests.
- Update documentation to include details on the new Agent audit features and usage instructions.
2025-12-11 19:09:10 +08:00
..
001_initial.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
004_add_prompts_and_rules.py feat(prompts-rules): add prompt templates and audit rules management 2025-12-09 21:42:00 +08:00
5fc1cc05d5d0_add_missing_user_fields.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
006_add_agent_tables.py feat(agent): implement Agent audit module with LangGraph integration 2025-12-11 19:09:10 +08:00
73889a94a455_add_is_active_to_projects.py refactor: 重构项目结构,将前端和后端代码分离到独立目录 2025-11-26 21:11:12 +08:00
add_source_type_to_projects.py feat(projects): add ZIP file upload support and source type tracking 2025-11-28 17:38:12 +08:00