submit_plan
Submit a dependency-ordered task graph for a project goal; agents then claim and execute the tasks.
Instructions
Decompose a project goal into a dependency-ordered task graph in one call.
depends_on entries are zero-based indexes into the tasks list itself
(task 2 depending on [0, 1] waits for the first two tasks). Returns the
created tasks with their real ids; agents then claim ready tasks with
claim_task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| tasks | Yes |