mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"$schema": "https://langgra.ph/schema.json",
|
|
"node_version": "20",
|
|
"graphs": {
|
|
"agent": "./src/agent/graph.ts:graph"
|
|
},
|
|
"env": ".env",
|
|
"dependencies": ["."]
|
|
}
|