Expand description
Plan schema (§4) — TOML deserialization, validation, content hashing.
Structs§
- Plan
- Top-level plan — a directed acyclic graph of steps (§4).
- Plan
Header - Plan-level metadata and settings, including the step list (§4).
- Step
- A single step in the plan — one agent assignment (§4.1).
Enums§
- Plan
Validation Error - Validation error returned by
Plan::validate.