13 lines
225 B
JSON
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"
|
|
}
|