deep_research
Run a multi-step deep research investigation: decompose a query into sub-queries, search the web, read pages, and synthesize a structured markdown report with inline citations and a source list.
Instructions
Run a multi-step deep-research investigation and return a cited report.
Pipeline: decompose query into search queries -> search the web -> fetch &
read pages -> (between rounds) refine queries from findings -> extract the
most relevant passages -> synthesise a structured markdown report with inline
[n] citations and a numbered source list. Uses DeepSeek-V4 (flash for
plan/refine/rerank, pro for synthesis).
Tunables (0 = use defaults from config): breadth sub-queries per round
(default 3), depth rounds (default 2), max_sources pages read
(default 8). Higher = more thorough but slower/costlier.
Requires DEEPSEEK_API_KEY; search/fetch are keyless (DuckDuckGo).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | ||
| query | Yes | ||
| breadth | No | ||
| max_sources | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |