Back to Hermes Agent

Holographic Memory Provider

plugins/memory/holographic/README.md

2026.6.5994 B
Original Source

Holographic Memory Provider

Local SQLite fact store with FTS5 search, trust scoring, entity resolution, and HRR-based compositional retrieval.

Requirements

None — uses SQLite (always available). NumPy optional for HRR algebra.

Setup

bash
hermes memory setup    # select "holographic"

Or manually:

bash
hermes config set memory.provider holographic

Config

Config in config.yaml under plugins.hermes-memory-store:

KeyDefaultDescription
db_path$HERMES_HOME/memory_store.dbSQLite database path
auto_extractfalseAuto-extract facts at session end
default_trust0.5Default trust score for new facts
hrr_dim1024HRR vector dimensions

Tools

ToolDescription
fact_store9 actions: add, search, probe, related, reason, contradict, update, remove, list
fact_feedbackRate facts as helpful/unhelpful (trains trust scores)