End-to-end flow

From first write to steady-state operation.

This page is the narrative glue: how an observation becomes durable memory, how later questions pull relevant context, and how MemState performs hygiene and fading without the agent orchestrating revise or forget. Share it with program managers who need the arc without the code.

The story in five beats

  1. An agent turn emits an observation; MemState ingests it under policy.
  2. Later turns ask for relevant context with natural language.
  3. Salience updates keep active threads near the top.
  4. Background revision collapses obvious duplicates.
  5. Background forget soft-archives quiet topics out of default retrieval.

Continue