Memory
Each agent has a persistent file store mounted at /mnt/memory/. The agent reads and writes it directly.
Layout
/mnt/memory/
personal/
todos.md
feedback.md
notes.md
team/ # reserved, not active yet
office/ # office-wide, edited by you
meetings/ # meeting notes archive
Personal
The agent's own scratch space.
todos.md— running task list. The agent adds items it's tracking (often via the cubicle tooltodocommand, which writes to the DB and surfaces here).feedback.md— notes from you that the agent should remember. "Always summarize in bullets", "Use metric units", etc. Persists across sessions.notes.md— anything else the agent wants to remember — domain learnings, decisions, links.
Office
/mnt/memory/office/ is shared across every agent in the office. You edit it from Settings → Office memory and push. Useful for shared facts: project name, glossary, who works on what.
Meetings
/mnt/memory/meetings/ holds archived meeting notes after dispatch. Agents can grep across past meetings.
Editing from outside
Open the agent → Memory tab to view and edit any file. Changes are visible to the agent on its next message.
For how the agent uses this on its own, see Work → Memory.