logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install langchain-ai/open_deep_research. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

langchain-ai/open_deep_research Installation Guide

How to install langchain-ai/open_deep_research. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for langchain-ai/open_deep_research. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i langchain-ai/open_deep_research
or

Install via npx

npx @hexmos/ipm i langchain-ai/open_deep_research

Prerequisites

Python

language

Version: 3.11

git

version-control-system

uv

package-manager

langgraph-cli

package

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Clone and Install with uv

git clone https://github.com/langchain-ai/open_deep_research.git

cd open_deep_research

uv venv

source .venv/bin/activate

.venv\Scripts\activate

uv sync

Install Dependencies from pyproject.toml with uv

git clone https://github.com/langchain-ai/open_deep_research.git

cd open_deep_research

uv venv

source .venv/bin/activate

.venv\Scripts\activate

uv pip install -r pyproject.toml

Launch Agent with LangGraph Server

git clone https://github.com/langchain-ai/open_deep_research.git

cd open_deep_research

uv venv

source .venv/bin/activate

.venv\Scripts\activate

uv sync

cp .env.example .env

uvx --refresh --from "langgraph-cli[inmem]" --with-editable . --python 3.11 langgraph dev --allow-blocking

Post Installation Steps

  • Set up your .env file to customize environment variables.
  • Access the LangGraph Studio UI at https://smith.langchain.com/studio/?baseUrl=http://127.0.0.1:2024
  • Ask a question in the 'messages' input field and click 'Submit'.