# Project Title This project demonstrates a simple usage of the `langgraph` library. ## Setup ```bash pip install -r requirements.txt ``` ## Run ```bash python main.py ``` ## Notes The `langgraph` package is required for this project. It is specified in `requirements.txt` with a minimum version of 0.0.1.