nexus_subagent_spawn
Spawn multiple AI subagent tasks in parallel, each assigned to a specific provider, model, and prompt. Get a batch ID to execute them later.
Instructions
Spawn one or more AI subagent tasks for parallel execution. Each task targets a specific provider/model with its own prompt. Returns a batch ID — use nexus_subagent_run to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | List of tasks to spawn | |
| timeoutMs | No | Per-task timeout in milliseconds (default: 120000) |