924 B
924 B
Changelog
All notable changes to this project will be documented in this file.
[3.0.1] - 2025-12-16
Fixed
- Agent Task Cancellation: Fixed an issue where Agent tasks would continue running in the background after cancellation.
- Event Streaming: Resolved
UnboundLocalErrorinevent_manager.pyand removed artificial delays to prevent event queue buildup. - Agent Timeout: Increased Verification Agent timeout to 10 minutes to support complex PoC generation.
- LLM Streaming: Improved robustness of
stream_llm_callwith explicit string timeouts to prevent hanging.
[3.0.0] - 2025-12-15
Added
- Multi-Agent System: Introduced Orchestrator, Recon, Analysis, and Verification agents for autonomous security auditing.
- RAG Integration: Added Retrieval-Augmented Generation for better code understanding.
- Docker Sandbox: Implemented secure environment for tool execution.