All tools

Agent Memory

Holographic

Holographic Reduced Representations memory with trust scoring.

A compositional memory system using HRR algebra with local SQLite storage, FTS5 search, and trust scoring.

Consider Holographic if you are experimenting with vector symbolic architectures for agent memory or need a local-first SQLite store with built-in trust scoring.

Best for

  • vector symbolic architectures
  • local-first memory
  • trust-weighted recall

Not ideal for

  • distributed production deployments
  • teams that need managed cloud services

Core concepts

HRR algebracircular convolutionFTS5 searchtrust scoring

Minimal implementation shape

Encode structured agent memories into fixed-size vectors via circular convolution, retrieve with trust-weighted FTS5 search over local SQLite.

Sources