Files
react-agent/langgraph.json
T
William Fu-Hinthorn 88832fe31f Update to include
2025-09-12 11:53:36 -07:00

9 lines
159 B
JSON

{
"$schema": "https://langgra.ph/schema.json",
"dependencies": ["."],
"graphs": {
"agent": "./src/react_agent/graph.py:graph"
},
"env": ".env"
}