Documentation
README
SuperLocalMemory
AI agent memory with a local data root. Five candidate producers (semantic, BM25, temporal, spreading-activation, Hopfield) fuse via RRF, with an entity-graph post-fusion score enhancement β all with mathematical similarity scoring. Mode A operates without sending memory content to a cloud model provider; optional connectors, backup, and proxy providers are explicit choices with separate behavior.
Installation
pip install superlocalmemory
# or
npm install -g superlocalmemory
This is the opening of the README. Read the full README on GitHub.