Agent Runtime Overview
PreviewThe execution engine that turns plans into durable, observable, resumable work.
The runtime owns everything that happens between "objective accepted" and "outcome delivered": scheduling, state, budgets, failure handling, approvals and orchestration.
┌────────────────────────────────────────┐
task ──▶ │ admission · policy · budget allocation │
└───────────────┬────────────────────────┘
▼
┌────────────────────────────────────────┐
│ planner ◀────── replan signals │
└───────────────┬────────────────────────┘
▼
┌────────────────────────────────────────┐
│ scheduler → step workers (parallel) │
└───────┬─────────────────┬──────────────┘
▼ ▼
tool runtime sub-agent pool
│ │
└────────┬────────┘
▼
┌────────────────────────────────────────┐
│ state store · checkpoints · event log │
└────────────────────────────────────────┘Guarantees#
Execution objects#
Last updated 2026-09-12

