Files
graphtest/langgraph.json

8 lines
112 B
JSON
Raw Normal View History

2024-09-13 16:28:17 -07:00
{
"dependencies": ["."],
"graphs": {
"agent": "./src/react_agent/graph.py:graph"
},
"env": ".env"
}