Documentation
Memory
Memory is what sets your agent apart from a regular chatbot. It doesn’t “forget everything” between conversations — it builds a growing knowledge of you that improves over time.
How it works (in layers)
| Layer | What it stores |
|---|---|
| Current conversation | The context of the ongoing chat. Cleared with /new. |
| Daily notes | What mattered today: decisions, tasks, things learned. |
| Long-term memory | Lasting facts: your preferences, projects, people, routines. Survives everything. |
| File library | Documents and images you asked it to keep (“save to the library”). Permanent: never deleted, included in the export and in backups. |
Nightly consolidation
Overnight, the agent “sleeps and dreams”: it reviews the past few days’ notes, extracts what matters, and promotes it to long-term memory — archiving anything that has never been useful again. You don’t need to do anything; it’s fully automatic.
You’re in control
- By conversation:“remember this”, “forget that”, “what do you know about me?” — all work.
- In chat:
/memoryshows what it noted today and lets you search. - In the dashboard: the Personality & memory tab — read and edit long-term memory directly, and download a full export (.tar.gz) whenever you want.
Memory lives on the agent’s server
Deleting the agent destroys its memory permanently. If it matters, download the export first (dashboard → Personality & memory). Automatic daily disk backups also cover memory (see “The agent dashboard”).