Skip to content

Memory Entry drawer

Opened from the Memory Section (Entries tab).

Fields

FieldNotes
ContentMarkdown body of the memory
Recall score0..1, decays with age unless reinforced
Source run idBack-link to the run that wrote this entry
TTL (days)Auto-expiry; null = never expires
TagsFree-form labels for filtering

Recall score

  • Created with score 1.0.
  • Each subsequent run that references the entry reinforces the score back up.
  • Entries that haven't been referenced in N days decay below threshold and are filtered out at recall time.

Manual override

You can edit the content and bump the score manually — useful when you want to pin a freshly-discovered fact without converting it to a full memory profile.

Code-backed workflow

Source of truth: MemoryEntryDrawer.tsx.

  1. View or create memory entries under a selected memory profile.
  2. Manual entries should be concise, scoped, and tied to a profile.
  3. Verify the entry appears in Memory with the expected scope filter.