0.1.1 - Chaos Before Order

New Feature Highlights
Message module(deprecated, functionality integrated into other modules)Agents basic framework(deprecated, replaced by ClaudeCode plugin agent system)Qdrant vector database plugin(deprecated)Embeddings plugin(deprecated)- Knowledge base, supporting knowledge base management and agent's knowledge base calls.
Case_L3_SOC_Analyst_Agent_With_Tools playbook(deprecated, replaced by Playbook system)- Updated SIRP to Nocoly 7.0.0.
Optimizations
- Optimized Playbook template code.
- Updated
PlaybookCase_Threat_Hunting_Agentprompts. - Optimized SIRP and ASP interaction logic; SIRP no longer actively calls the ASP API, instead, ASP retrieves SIRP data through polling.
- Added Nginx configuration for Ollama's Basic Auth.
- Optimized
Case_L3_SOC_Analyst_Agent_With_ToolsandCase_Threat_Hunting_Agenttool calls to prevent infinite loops due to tool errors. - Optimized Redis/SIRP network connection performance to improve stability during large-scale deployments.
Developer Notes
This update primarily revolves around the Knowledge feature and related plugins and agents that support the knowledge base.
The knowledge base is a critical component of SOC automated analysis and response, enabling agents to perform more accurate analysis and decision-making based on organization-specific knowledge.
By introducing the Mem0 and Qdrant plugins and the Knowledge agent, we provide users with a powerful tool to manage and utilize their knowledge assets.
The next version will focus on data standardization, redesigning the current SIRP Case/Alert/Artifact data structure.