Structs§
- Milestone
Evaluation Context - Runtime
Options - Configuration for a
RuntimeRunner(aligned with Node/PythonRuntimeOptions). - Runtime
Runner - Orchestrates the agentic turn loop via the runtime kernel + session event log.
- Turn
Metrics - P0-C tool-gating telemetry: per-LLM-turn metrics, delivered to
RuntimeOptions::on_turn_metrics. Pure observation — no behavior change.tools_exposedvstools_calledquantifies over-exposure; consecutive equalactive_skillvalues measure skill dwellD; the cache split gives the prompt-cache hit baseline. Mirrors the node SDKTurnMetrics.
Enums§
- Milestone
Policy - Controls what the runner does when the state machine returns
EvaluateMilestone— i.e., the LLM finished a turn but a milestone phase has not yet been evaluated.
Functions§
Type Aliases§
- Milestone
Evaluation Handler - OnTurn
Metrics Handler - Sink for per-turn
TurnMetrics. Synchronous, infallible — it must never affect the run.