Skip to main content
Ultron classifies every memory entry into one of four types. The type determines how the entry is recalled, how long it’s retained, and what it’s used for.

The four types

Stores: Your identity, role, background, and stable preferences.Created when you or an agent establishes something fundamental about you that won’t change session to session.
I'm a B2B SaaS founder. My ICP is Series A CTOs
at companies with 50-500 employees. I prefer
direct, technical communication with no filler.
When it’s created:
  • You fill out your profile in settings
  • You correct Ultron on something about your role or preferences
  • An agent learns something stable about how you work

What memory does NOT store

Ultron only stores what can’t be deduced from current state. It does not store:
  • File contents (fetched live when needed)
  • Git history (read live from the repo)
  • CRM data (queried live from HubSpot/Apollo)
  • Pricing from integrations (fetched fresh each time)
This keeps memory lean and prevents staleness.