Skip to main content

Crate cerememory_engine

Crate cerememory_engine 

Source
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ยง

CerememoryEngine
The main Cerememory engine โ€” orchestrates all CMP operations.
EngineConfig
Configuration for engine construction.