Expand description
Context-preparation vocabulary shared between the runtime and the
plugin host. The concrete strategy (rolling history, overflow
recovery, /compact) lives in
[crate::plugin_builtin::rolling_history] and is dispatched through
the TurnContextTransform and
HistoryRewriter plugin capability
surfaces.
Structs§
- Prepared
Context - Output of the per-turn context transform pipeline — the messages, prompt contributions, and tool providers the runtime hands to the LLM call.