An open API service indexing awesome lists of open source software.

https://github.com/magiccube/deep-research

A Deep Research replica built with LangChain and LangGraph.
https://github.com/magiccube/deep-research

ai deep-research langchain langgraph llm python

Last synced: 2 months ago
JSON representation

A Deep Research replica built with LangChain and LangGraph.

Awesome Lists containing this project

README

          

# 🔍🤖 deep-research

A Deep Research replica built with LangChain and LangGraph.

## Quick Start

```bash
# 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
```

## License

This project is open source and available under the [MIT License](LICENSE).