research_plan
Generate a phased blueprint for multi-agent research orchestration by decomposing tasks and assigning models based on topic, scope, and available agents.
Instructions
Generate a multi-agent research orchestration plan.
Returns a phased blueprint with task decomposition and model assignments. Does NOT spawn agents — provides the blueprint for the caller.
Args: topic: Research question or subject area. scope: Research depth. available_agents: Number of agents the caller can deploy (1-50).
Returns: Dict with topic, scope, phases, and task_decomposition.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | Research topic or question | |
| scope | No | moderate | |
| available_agents | No | Number of agents available |