Files
povtornyy-ekzamen-graf-s-re…/README.md
T

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.