deep-research|v2|DeepResearch|interactive|Global|persistent
General-purpose deep research, the canonical Anthropic-style multi-agent
pattern. The LeadResearcher decomposes the query into distinct angles
with minimal overlap, fans out parallel subagents that each run a
broad-then-narrow search-evaluate-refine loop, and synthesises a
structured report with cited sources, a confidence score, and open
questions. Cost scales with the optional depth input.
DeepResearch→citation_check→visualize|wiki-compile→wiki-lint
| Tier | Subagents | Tool calls/agent |
|---|---|---|
| shallow | 2 | 6 |
| standarddefault | 4 | 12 |
| deep | 6 | 18 |
| Field | Type | Required | Description |
|---|---|---|---|
| query | string | ✓ | The research question. |
| depth | enum | ○ | Cost vs. coverage dial. ``shallow`` runs 2 subagents with a tight tool budget, ``standard`` is the 4-subagent default, and ``deep`` runs 6 subagents with a generous budget. Defaults to the standard tier when omitted. shallow | standard | deep |