dispatch_with_dependencies
Run tasks in dependency-ordered waves, fanning out to parallel agents and fanning in results, with cost estimation and policy governance.
Instructions
Run tasks in dependency-ordered waves via Algernon (fan-out/fan-in).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks_json | Yes | JSON array of {id, prompt, depends_on: [ids]} |