memory graph

A living graph of what your agent knows.

Memories aren't a chat log. They're typed nodes — facts, episodes, procedures — woven together by association so recall pulls the whole relevant cluster, not one stray line.

semanticepisodicprocedural
semantic

Facts & preferences

Durable truths about the world, the user, and the system — “the treasury wallet is 7xQ…”.

episodic

Things that happened

Timestamped events and outcomes — “last run summarized 412 docs, 3 flagged”.

procedural

How to do things

Reusable methods and constraints — “back off with jitter; the API caps at 60/min”.

Verifiable & portable

Each memory anchors a content hash + writer identity on Solana. Any agent can prove a memory is genuine and unaltered — and carry it across sessions, runtimes, and teammates. Memory stops being trapped in one process.