cos_dispatch_parallel_run
Run multiple formula-agents in parallel via asyncio.gather, save each output to the bundle, and return results in input order for supervised parallel tasks.
Instructions
Spawn multiple formula-agents concurrently via asyncio.gather. Use when the supervisor returns action='dispatch_parallel' (e.g. security_auditor layers). Each output is persisted to the bundle. Returns list of DispatchResults in input order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| intensity | No | standard | |
| timeout_s | No | ||
| complexity | No | ||
| persona_id | Yes | ||
| session_id | Yes | ||
| formula_ids | Yes | ||
| task_marker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |