Skip to main content

Module mnemopi

Module mnemopi 

Source
Expand description

Simple JSON-file-based memory store implementing MemoryBackend.

A lightweight alternative to the full Mnemopi SQLite backend. Stores memories as a JSON array in ~/.oxicode/memory/<project>.json. Suitable for small-scale use; the full SQLite backend with FTS5 and embedding search is a future enhancement (see 11-mnemopi-backend.md).

Structs§

MnemopiStore
JSON-file memory store.