wait_for_all
Blocks execution until all specified agents reach a target state or any agent encounters an error, enabling coordinated parallel agent orchestration with fail-fast behavior.
Instructions
Block until ALL agents reach target state OR any agent errors (fail-fast with partial results).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_ids | Yes | Array of agent IDs | |
| target_state | Yes | State to wait for | |
| timeout_ms | No | Timeout in milliseconds (default: 5 minutes) |