A Deep Research replica built with LangChain and LangGraph.
# Clone the project files from Github
git clone https://github.com/magiccube/deep-research.git
cd deep-research
# Set up the required dependencies
# 'uv' will handle Python interpreter setup and virtual environment creation
uv sync
# Prepare the environment configuration
# For Windows systems: duplicate the example environment file to create a new one
cp .env.example .env
# Update the .env file according to the instructions in the file
# Execute the application
uv run main.py
This project is open source and available under the MIT License.