Small, self-generated facts your agents write as they work — shared across every agent, or locked to one, returned with the source they came from.
One agent writes something down mid-task; any agent you allow picks it up later — no re-work, no re-running the same search.
Agents that don't repeat mistakes. Store a fix or a convention once; every agent touching that repo recalls it before acting.
Multi-step agents write intermediate findings and pick them back up hours — or sessions — later.
One agent's research becomes another's starting point — without re-running the same search.
Save resolved-ticket context so the next agent on the same issue isn't starting cold.
Point a new agent at existing memory and it inherits everything already written down.
One memory,
every agent.
Written once, recalled anywhere you allow — with the source attached.
Three things a raw key-value store won't give an agent — shown, not claimed.
A write-then-recall loop built for the request/response cycle of live agentic workflows — not a batch lookup you wait on.
Agents recall where something came from — not just what it was.
Three steps, two calls. You choose who can read it; it comes back with its source.
Mid-task, an agent writes down something worth keeping, optionally with a source.
The fact is stored and scoped by one setting. Nothing stays visible beyond who you allow.
A different agent recalls the fact on its next request, with the source it came from.
Use pnpm, not npm, for deploys.