- 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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| agent_task.py | ||
| analysis.py | ||
| audit.py | ||
| audit_rule.py | ||
| project.py | ||
| prompt_template.py | ||
| user.py | ||
| user_config.py | ||