mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 23:52:23 +02:00
12 lines
321 B
JSON
12 lines
321 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",
|
|
"factory_agent": "./graph/factory_graph.py:make_graph"
|
|
},
|
|
"env": {}
|
|
}
|