Expand description
Cerememory Engine โ the orchestrator.
Assembles all stores, the decay engine, association engine, evolution engine, and the hippocampal coordinator into a unified system that implements the full CMP protocol.
Phase 2 additions:
- Tantivy full-text search integration (TextIndex)
- Vector embedding similarity search (VectorIndex)
- Background decay via tokio::spawn
- Export/Import via cerememory-archive
Structsยง
- Cerememory
Engine - The main Cerememory engine โ orchestrates all CMP operations.
- Engine
Config - Configuration for engine construction.