17 lines
292 B
Markdown
17 lines
292 B
Markdown
# LangGraph Project
|
|
|
|
This project demonstrates a minimal setup for using LangGraph with LangChain OpenAI integration.
|
|
|
|
## Setup
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
## Running
|
|
|
|
```bash
|
|
python main.py
|
|
```
|
|
|
|
The script will import the necessary modules and print a confirmation message. |