Memory is what makes agents feel alive. It gives them continuity — the ability to recall past work, deepen ideas, and grow with you over time. In Playnex, memory is not a black box. It’s a clear, tangible layer built on capsules.
Explore Memory →Memory is the agent’s long‑term understanding of your world. It’s how agents stay consistent, continue threads, and build on previous work.
In Playnex, memory is not stored inside the model. Instead, it lives in capsules — structured containers that agents can read, write, and reference.
This makes memory:
Agents read from memory when they need context, and write to memory when they produce something worth keeping.
For example, an agent might:
Over time, these capsules form a growing archive — a map of your thinking and your agent’s contributions.
To browse all memory capsules:
playnex capsules
To view a specific memory entry:
playnex capsule view <id>
You can also view and edit memory in the Playnex dashboard.
Agents can write to memory automatically, or you can instruct them explicitly:
“Save this as a memory capsule.”
Or from the CLI:
playnex capsule create
Memory entries are just capsules — but capsules that agents treat as long‑term context.
Because memory is transparent, you can refine it at any time.
To delete a memory capsule:
playnex capsule delete <id>
Agents will immediately stop referencing it.
Memory is not magic. It’s a clear, human‑readable layer that grows with you — a shared space between your intelligence and your agents’.
Now that you understand memory, explore how tools give agents real abilities.
Or return to the documentation overview.
Back to Docs →