Guides
Guides answer “how do I make a run behave”, where Reference answers “what does this option do”. Each one pulls together several parts of the runtime around a single decision.
- Orchestration controls — execution topology, declared governance, task dispatch, gates on consequential tools, cancellation, coordinator configuration, and fan-out.
- Control costs and budgets — bound a run with
maxTokenBudgetormaxCostBudgetplus a caller-ownedestimateCost, and decide what should happen when a run hits the ceiling. - Production checklist — the controls to wire up before going live: routing, dispatch, budgets, timeouts, recovery, evidence, redaction, and tool grants.
Elsewhere
Section titled “Elsewhere”- Getting started — install, first run, and choosing a run mode.
- Reference — every runtime page, grouped by what it configures.