Persistent memory
Memory that survives the session.
Synapse does not rely on the context window alone. Sessions are stored and searchable, memories are agent-curated with periodic nudges to persist knowledge, and user modeling deepens across conversations.
how recall works
- · Session search runs over your stored conversation history.
- · Summaries keep recalled context compact, not verbatim dumps.
- · Honcho integration builds a dialectic model of you over time.
Memory recall is retrieval-based — useful context in, better answers out. No claims of perfect memory.
01 · Conversation
every session produces text worth keeping
02 · Session store
history persisted with full-text search (FTS5)
03 · Search
relevant past sessions retrieved on demand
04 · Relevant memory
LLM summarization condenses what matters
05 · Current task
context is applied where it helps