mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-30 03:39:38 +02:00
11 lines
261 B
JSON
11 lines
261 B
JSON
{
|
|
"$schema": "https://langgra.ph/schema.json",
|
|
"dependencies": ["./graph"],
|
|
"graphs": {
|
|
"agent": "./graph/streaming_graph.py:graph",
|
|
"tools_agent": "./graph/tools_agent.py:graph",
|
|
"deep_agent": "./graph/deep_agent.py:graph"
|
|
},
|
|
"env": {}
|
|
}
|