Key takeaways
- LangChain's configurable deep research agent — works across any LLM provider, search tool, and MCP server. Built on LangGraph for structured agent workflows
- Ranked #6 on the Deep Research Bench Leaderboard with an overall score of 0.4344. Performance on par with popular proprietary deep research agents
- 10.8k stars, MIT license. Comes with a free LangChain Academy course and no-code LangGraph Studio UI for non-developers
- The "batteries included" approach — multi-provider support, MCP integration, and LangGraph orchestration out of the box
FAQ
What is open_deep_research?
LangChain's open-source deep research agent built on LangGraph. It performs iterative web research using any LLM provider and search tool, with MCP server support and a no-code UI via LangGraph Studio.
How does it compare to dzhng/deep-research?
dzhng is minimal (~500 LoC, zero dependencies). open_deep_research is feature-rich (LangGraph, multi-provider, MCP, UI). Trade-off between simplicity and capability.
Overview
Open Deep Research is LangChain's fully open-source deep research agent — a configurable system that works across any LLM provider, search tool, and MCP server. Built on LangGraph, it ranked #6 on the Deep Research Bench Leaderboard with a score of 0.4344, on par with many popular proprietary deep research products.
The project emphasizes configurability over minimalism — where dzhng/deep-research is ~500 lines, open_deep_research provides multi-provider support, MCP integration, LangGraph Studio UI, and a free course on building deep research agents from scratch.
Key stats: 10,828 stars, MIT license, Python. Free LangChain Academy course available.
Key Features
- Multi-provider: Works with OpenAI, Anthropic, Google, and other LLM providers
- MCP support: Connect to MCP servers for additional tools and data sources
- LangGraph orchestration: Structured agent workflows with state management
- No-code UI: LangGraph Studio provides a visual interface for non-developers
- Benchmarked: Tested on Deep Research Bench leaderboard with published scores
Competitive Position
Strengths: Most configurable open-source deep research agent. LangChain ecosystem integration. MCP support. Benchmarked performance. Free course.
Weaknesses: LangChain/LangGraph dependency adds complexity. Heavier setup than minimal alternatives. Prompt-based (no fine-tuned model).
Research by Ry Walker Research