Files
react-agent-tool-server/langgraph.json
T
Eugene Yurtsev ca48cff804 Initial scaffold
2025-03-06 13:43:51 -05:00

11 lines
181 B
JSON

{
"dependencies": ["."],
"graphs": {
"agent": "./src/react_agent/graph.py:make_graph"
},
"env": ".env",
"http": {
"app": "./src/react_agent/lifespan.py:app"
}
}