Skip to main content

Module memory_mnemopi

Module memory_mnemopi 

Source
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§

MnemopiMemoryBackend
Wraps an oxicode_mnemopi::Mnemopi engine and exposes it through the MemoryBackend trait used by the memory_* agent tools.