Skip to main content

Module operational_context

Module operational_context 

Source
Expand description

Structured operational-context boundary.

Structs§

ContextGeneration
Deployment-owned generation vector for independently cacheable context sections.
ContextInvalidation
Notification that an App Facade mutation changed facts used by the Agent prompt.
OperationalContext
Runtime facts loaded from the App Facade. This type deliberately contains data, not messages: prompt text and rendering order are owned by the Agent implementation.
OperationalContextDelta
Delta returned for sections whose generation differs from the caller’s cached vector.

Traits§

ContextSource
Loads typed facts used by the canonical Agent prompt.