# 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.