Expand description
Unified Memory Manager: composes all memory layers into a single API.
Layers (in query order):
- Graph (optional) — Grafeo for relationship-aware recall
- Memdir — flat file scanning for MEMORY.md and topic files
- CLAUDE.md — hierarchical instruction loading
- Session storage — JSONL transcript persistence
The manager delegates to the appropriate layer for each operation.
Structs§
- Memory
Manager - Unified memory manager composing all layers.