Enable Deep Research
Custom Configuration
Depth Presets
| Preset | Waves | Sources | Use case |
|---|---|---|---|
quick | 1 | 8 | Fast fact-checking |
standard | 3 | 15 | Balanced research (default) |
deep | 5 | 30 | Comprehensive analysis |
How It Works
- Wave 1: Generate search queries from the user’s question.
- Search: Execute queries via the configured search provider.
- Read: Fetch and parse source pages concurrently.
- Extract: Use a compression model to extract Compact Knowledge Units (CKUs).
- Evaluate: Score relevance, detect contradictions, identify gaps.
- Repeat: Generate follow-up queries and research further (waves 2+).
- Inject: Final CKUs are injected into the agent’s system prompt.
Configuration Reference
Research depth:
"quick", "standard", or "deep".Search backend:
"duckduckgo", "google", or "serpapi".Maximum unique sources across all waves.
Maximum research waves.
Include source citations in the research context.
When to research:
"always", "auto" (model decides), "tool" (explicit call).