.md files in your account’s storage, and injects those files into the Agent’s prompt on every cycle, so an Agent can refer back to earlier conversations without you passing anything explicitly.
Two files are maintained for you:
user_profile.md: durable facts about the user, such as name, role, location, and preferences.user_summary.md: a rolling summary of recent conversation context.
.md file you write to storage is injected the same way.
Agent Memory and Context Injection
The full reference: the background cycle, the context injection rule, the write pattern for replaceable files, reserved filenames, naming and size guidance, stale-context cleanup, and the dual-path response model.
See also
- Persistent Memory Patterns: storage patterns for Abilities that need to remember
- Configuring Your Agent: the live settings panel

