Skip to content

Memory Profile drawer

Opened from the Memory Section (Profiles tab).

Fields

FieldNotes
KeyStable identifier (e.g. current-objective)
BodyMarkdown content injected on referencing runs
PinnedWhen on, profile loads on every run
Visibilityprivate / team / public

Profile vs. entry

Memory profileMemory entry
Lifetimelong-livedshort-lived
Authorowneragent (or owner)
Decaynonerecall-score decay
Loaded on every run?only if pinnedtop-K by similarity

When to use

  • Static facts: brand voice, competitor list, current quarter goals.
  • Reusable preambles you don't want to duplicate across lenses.
  • Cross-workflow knowledge that shouldn't be re-derived per-run.

Code-backed workflow

Source of truth: MemoryProfileDrawer.tsx.

  1. Create or edit scope type, retention, summarization, sharing, and status fields.
  2. Profile settings control how run memory is written and reused.
  3. Verify entries can be listed for the profile before relying on it in runs.