🧠 Memory Architecture
/docs/what-is-it-exactly-agents-that-learn-build-and-work-perpetually/memory-architecture
Self-Learning Memory (ADR-049):
| Component | Purpose | Performance |
|---|---|---|
| LearningBridge | Connects insights to SONA/ReasoningBank neural pipeline | 0.12 ms/insight |
| MemoryGraph | PageRank + label propagation knowledge graph | 2.78 ms build (1k nodes) |
| AgentMemoryScope | 3-scope agent memory (project/local/user) with cross-agent transfer | 1.25 ms transfer |
| AutoMemoryBridge | Bidirectional sync: Claude Code auto memory files ↔ AgentDB | ADR-048 |