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_researchor
Install via npx
npx @hexmos/ipm i langchain-ai/open_deep_researchPrerequisites
Python
languageVersion: 3.11
git
version-control-systemuv
package-managerlanggraph-cli
packageManual 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 syncInstall 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.tomlLaunch 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-blockingPost 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'.
