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.
- Host: GitHub
- URL: https://github.com/magiccube/deep-research
- Owner: MagicCube
- License: mit
- Created: 2025-04-06T12:32:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-11T02:10:29.000Z (6 months ago)
- Last Synced: 2025-04-12T03:59:00.105Z (6 months ago)
- Topics: ai, deep-research, langchain, langgraph, llm, python
- Language: Python
- Homepage:
- Size: 214 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).