Expand description
TaskGraph - Static, immutable DAG representing planned intent.
A TaskGraph is created by the Planner and is immutable once execution begins.
It represents what should happen, not what has happened.
Structs§
- Graph
Task - A task node within a
TaskGraph. - Retry
Policy - Retry policy for a task.
- Success
Criteria - Success criteria for a task.
- Task
Graph - A
TaskGraph- static DAG of planned intent.
Enums§
- Graph
Error - Errors that can occur during graph operations.
- Graph
State - State of a
TaskGraph.