Expand description
The retrieval plan — a transient, query-oriented reading of the transcript.
A plan answers “which parts of existing memory might matter to this turn?” It never answers “what should be stored?” — that is a separate extraction with a separate schema, because conflating the two produces a model that stores what it was asked to recall.
Modules§
- limits
- Caps enforced on every plan, whoever produced it (§12.2).
Structs§
- Retrieval
Entity - An entity the plan wants memories about.
- Retrieval
Plan - A transient plan for one turn’s retrieval.
- Temporal
Constraint - A time window the plan is interested in.
Enums§
- Retrieval
Intent - What the user is trying to do with memory this turn.