376 B
376 B
Project
This project requires the langgraph package. Install dependencies with:
pip install -r requirements.txt
To test the import, you can run a simple Python script:
from langgraph.graph import Graph
# Example usage
g = Graph()
print("LangGraph imported successfully:", g)
Make sure you have a compatible Python environment (Python 3.8+).