create_plan
Spawn a dependency graph of agent jobs with one call. Each step can reference other steps via depends_on. Returns job IDs mapped to step IDs.
Instructions
Spawn a full dependency graph of agent jobs in one call. Each step can declare depends_on referencing other step IDs in this plan. Returns a summary with actual job IDs mapped to step IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | High-level description of what this plan achieves | |
| steps | Yes | Ordered list of steps to execute |