▸ MEMORY
Six tiers. One assistant that actually remembers.
Stateless chatbots forget who you are between sessions. Vector search alone misses the middle ground between "this sentence" and "this whole document."
▸ ARCHITECTURE
HOW IT WORKS.
Facts flow from the conversation down through promotion tiers, get indexed, and come back up when the Planner asks for context.
CHAT
EPISODE
VAULT
IDENTITY
TACTICAL
ENTITY
▸ DEEP DIVE
DEEP DIVE.
Each tier has a different write cadence and a different role in how the assistant remembers you.
Chat (this session), Episode (yesterday), Vault (your indexed files), Identity (who you are), Tactical (in-flight facts), and Entity (a graph of people and things). Each tier has a different write cadence, a different read latency, and a different role in context assembly.
▸ LIVE DEMO
LIVE DEMO.
A recall question fires lookups against two tiers in parallel and the assistant answers with both signals.
memory.recall
▸ RECEIPTS
RECEIPTS.
6
TIERS
chat → entity
SQLite
BACKEND
+ RAM hybrid
TF-IDF
RANKING
+ dense rerank
130+
MEMORY TESTS
unit + recall