Expand description
Mnemopi-backed memory store implementing MemoryBackend.
Bridges the oxicode_mnemopi engine to the agent tool contract. This is the
production memory backend with FTS5 full-text search — replaces the simpler
SqliteMemoryStore (LIKE search) and MnemopiStore (JSON file) when
mnemopi_engine is enabled in settings.
Structs§
- Mnemopi
Memory Backend - Wraps an
oxicode_mnemopi::Mnemopiengine and exposes it through theMemoryBackendtrait used by thememory_*agent tools.