Skip to main content
OpenHome Agents keep a persistent memory that survives between conversations. A background daemon writes what it learns to .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.
Both are editable from Settings → Profile under User Info, and any other .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