Module plan

Module plan 

Source
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§

RetrievalEntity
An entity the plan wants memories about.
RetrievalPlan
A transient plan for one turn’s retrieval.
TemporalConstraint
A time window the plan is interested in.

Enums§

RetrievalIntent
What the user is trying to do with memory this turn.