Memory Types
Daily Logs
Thewrite_memory tool appends timestamped entries to .octo/memory/YYYY-MM-DD.md. These capture day-to-day observations, decisions, and findings.
Long-Term Memory
A curatedMEMORY.md file updated via update_long_term_memory. This contains stable patterns, architectural decisions, and recurring solutions — information that stays relevant over time.
Project State
STATE.md captures the current position of your project:
- Active plan and progress
- Key decisions made
- Open questions
- Next steps
How Agents Use Memory
- The supervisor has access to
write_memory,update_long_term_memory, andupdate_statetools - Memory and state are loaded into the system prompt at startup
- Agents reference past memory when planning and making decisions
/compactpreserves key context even when older messages are summarized

