Deep research
Trigger
Comprehensive research on a topic — comparisons, market analysis, technical deep-dives, or questions requiring multiple sources.
Workflow
- •Verify anakin-cli is authenticated by running
anakin status. - •Inform the user that deep research takes 1-5 minutes and runs autonomously.
- •Run the research task:
anakin research "<topic>" -o research-report.json. - •If the research times out, increase with
--timeout 600. - •Read the report and present a structured summary with key findings, sources, and insights.
Commands
bash
# Deep agentic research (1-5 minutes) anakin research "<topic>" -o research-report.json # With extended timeout for complex topics anakin research "<topic>" --timeout 600 -o research-report.json
Guardrails
- •Always warn the user about the 1-5 minute duration before starting.
- •Use
search-webfor quick factual lookups — reservedeep-researchfor multi-source exploration. - •Always save output to a file with
-oto prevent terminal buffer overflow. - •If research fails, fall back to
search-webplus multiplescrape-websitecalls as a manual alternative.
Output
- •Comprehensive research report with findings and sources
- •File path where the full report was saved