mirror of
https://github.com/langchain-ai/react-agent-tool-server.git
synced 2026-07-01 18:28:34 -04:00
11 lines
181 B
JSON
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"
|
|
}
|
|
}
|