Memory
Memory is persistent organizational knowledge stored in markdown files that survives across sessions. The agent recalls it automatically and reconciles new durable context conservatively after successful runs.
How memory works
Memory is stored as organization-scoped markdown files in three buckets: /MEMORY.md for evergreen facts and preferences, /daily/YYYY-MM-DD.md for session notes, and /topics/*.md for stable subject-specific notes. Relevant memory excerpts are injected into each run, and the agent can search or read additional files on demand.
What to store
ICP definitions, target personas, CRM field mappings, communication preferences, past decisions, team conventions, and any reusable organizational knowledge.
Automatic behavior
After a successful execute-mode run, the agent writes a daily note automatically and only promotes high-confidence durable facts into evergreen memory. It avoids storing secrets, temporary IDs, raw payload dumps, and speculative notes.