Enable Deep Research
Custom Configuration
Depth Presets
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
str
default:"standard"
Research depth:
"quick", "standard", or "deep".str
default:"duckduckgo"
Search backend:
"duckduckgo", "google", or "serpapi".int
default:"15"
Maximum unique sources across all waves.
int
default:"3"
Maximum research waves.
bool
default:"true"
Include source citations in the research context.
str
default:"always"
When to research:
"always", "auto" (model decides), "tool" (explicit call).