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