Skip to main content

Module plan

Module plan 

Source
Expand description

Plan schema (§4) — TOML deserialization, validation, content hashing.

Structs§

Plan
Top-level plan — a directed acyclic graph of steps (§4).
PlanHeader
Plan-level metadata and settings, including the step list (§4).
Step
A single step in the plan — one agent assignment (§4.1).

Enums§

PlanValidationError
Validation error returned by Plan::validate.