Method
This is a method of the DeepResearchAgent class in the deep_research_agent module.Perform a deep research query.
Signature
Parameters
The research question or topic to investigate
Override the agent’s default instructions
Override the default model
Summary mode (“auto”, “detailed”, “concise”) - OpenAI only
Enable web search - OpenAI only
Enable code interpreter - OpenAI only
MCP server configurations - OpenAI only
File IDs for code interpreter - OpenAI only
Enable file search - Gemini only
File search store names - Gemini only
Enable streaming for real-time progress (default: True)
Returns
DeepResearchResponse containing the report, citations, and metadata

