14 lines
219 B
Markdown
14 lines
219 B
Markdown
# Project
|
|
|
|
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 version (>=3.8). |