galaxis-agent/langgraph.json
2026-03-20 14:38:07 +09:00

13 lines
225 B
JSON

{
"$schema": "https://langgra.ph/schema.json",
"python_version": "3.12",
"graphs": {
"agent": "agent.server:get_agent"
},
"dependencies": ["."],
"http": {
"app": "agent.webapp:app"
},
"env": ".env"
}