blueprint_instantiate
Start a blueprint run to scaffold a multi-step procedure as a self-expanding task DAG, automatically creating the next wave of tasks as you complete each one.
Instructions
Start a blueprint run, scaffolds a multi-step procedure as a self-expanding task DAG.
A blueprint is a compiled procedure: template tasks plus the dependencies between them. Instantiating creates only the FIRST wave of real tasks. As each one is completed, the server expands the next wave automatically, including fan-out, where one task per discovered item is created from the completing task's output.
You do not drive the run. After instantiating, work it like any other board: claim the next open task, do it, complete it, repeat. The next tasks appear on their own, so nothing depends on you remembering the procedure.
Args: name: Blueprint name, as listed by blueprint_list(). params: Values for the blueprint's declared parameters, e.g. {"domain": "liquor"}. Missing parameters are rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Blueprint name, as listed by blueprint_list(). | |
| params | No | Values for the blueprint's declared parameters, e.g. {"domain": "liquor"}. Missing parameters are rejected. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |