14 lines
255 B
Markdown
14 lines
255 B
Markdown
# Project Requirements
|
|
|
|
This project requires the following Python packages:
|
|
|
|
- `langgraph`
|
|
- `langchain-openai`
|
|
|
|
Install them using:
|
|
|
|
```bash
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
Ensure you have a compatible Python environment before running the project. |