personal assistant · memory agent
Memory Agent
Keep durable, user-visible notes across turns.
- memory
- context
- personalization
How to watch
Play starts at Input. Each station works, then a labeled packet travels the wire.
On station · 5.2s · 0/0
Packets stay on the wire. This is a conceptual simulation, not a live model run.
What Memory Agent does
A memory agent is an AI system that stores inspectable notes and retrieves them later. Memory is stored information, not a model’s private thoughts. Users should be able to see, correct, and delete what was saved.
The agent decides whether a fact should be stored, writes it to a memory tool, and retrieves relevant notes on later requests. Conflicts are surfaced, not averaged away. Conceptual simulation.
Workflow
Each step maps to a node in the lab above. and watch the packets travel.
- 01Input
Receive the turn
Read the new message.
- 02Tool
Retrieve notes
Query the memory store.
- 03Error
Surface conflicts
If notes disagree, ask.
Failure path
Conflicting memory should be resolved, not silently overwritten.
- 04