Network Anomaly Agent (secubox-network-anomaly): - 5 detection modules: bandwidth, connection flood, port scan, DNS, protocol - EMA-based baseline comparison - LocalAI integration for threat assessment - network-anomalyctl CLI LocalRecall Memory System (secubox-localrecall): - Persistent memory for AI agents - Categories: threats, decisions, patterns, configs, conversations - EMA-based importance scoring - LocalAI integration for summarization - localrecallctl CLI with 13 commands AI Insights Dashboard (luci-app-ai-insights): - Unified view across all AI agents - Security posture scoring (0-100) - Agent status grid with alert counts - Aggregated alerts from all agents - Run All Agents and AI Analysis actions LuCI Dashboards: - luci-app-network-anomaly with real-time stats - luci-app-localrecall with memory management Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
27 lines
645 B
Plaintext
27 lines
645 B
Plaintext
config memory 'main'
|
|
option enabled '1'
|
|
option storage_path '/var/lib/localrecall'
|
|
option max_memories '1000'
|
|
option retention_days '90'
|
|
option localai_url 'http://127.0.0.1:8091'
|
|
option localai_model 'tinyllama-1.1b-chat-v1.0.Q4_K_M'
|
|
option embedding_model 'gte-small'
|
|
|
|
config categories 'categories'
|
|
option threats '1'
|
|
option decisions '1'
|
|
option patterns '1'
|
|
option configs '1'
|
|
option conversations '1'
|
|
|
|
config agents 'agents'
|
|
option threat_analyst '1'
|
|
option dns_guard '1'
|
|
option network_anomaly '1'
|
|
option cve_triage '1'
|
|
|
|
config cleanup 'cleanup'
|
|
option auto_cleanup '1'
|
|
option cleanup_hour '3'
|
|
option keep_important '1'
|