ruflo

🧠 Intelligence & Memory

/docs/getting-into-the-flow/intelligence--memory

The system stores successful patterns in vector memory, builds a knowledge graph for structural understanding, learns from outcomes via neural networks, and adapts routing based on what works best.

LayerComponentsWhat It Does
MemoryHNSW, AgentDB, CacheStores and retrieves patterns with fast HNSW search
Knowledge GraphMemoryGraph, PageRank, CommunitiesIdentifies influential insights, detects clusters (ADR-049)
Self-LearningLearningBridge, SONA, ReasoningBankTriggers learning from insights, confidence lifecycle (ADR-049)
Agent ScopesAgentMemoryScope, 3-scope dirsPer-agent isolation + cross-agent knowledge transfer (ADR-049)
EmbeddingsONNX Runtime, MiniLMLocal vectors without API calls (faster with ONNX runtime)
LearningSONA, MoE, ReasoningBankSelf-improves from results (sub-millisecond pattern matching)
Fine-tuningMicroLoRA, EWC++Lightweight adaptation without full retraining