deep_research
Run an autonomous multi-agent investigation that gathers live web sources, synthesizes key insights, and produces a fully cited Markdown research report.
Instructions
Run an autonomous multi-agent deep research investigation on a topic.
Coordinates a Web Researcher, Research Analyst, and Technical Writer
to gather live web data, synthesize insights, and produce a fully cited
Markdown report.
Args:
query: The research topic, query, or question to investigate.
depth: Thoroughness level - 'standard' for concise, 'deep' for exhaustive.
search_engine: Search engine to use - 'auto' (preferred), 'linkup', or 'duckduckgo'.
model: Optional model identifier (e.g., 'gpt-4o-mini', 'llama-3.3-70b-versatile').
provider: Optional provider ('openai', 'groq', 'anthropic', 'gemini', 'ollama').
Returns:
The complete publication-grade Markdown research report with source citations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | deep | |
| model | No | ||
| query | Yes | ||
| provider | No | ||
| search_engine | No | auto |