Files
langgraph/libs/cli/examples/graphs_reqs_a/langgraph.json
T

10 lines
107 B
JSON

{
"dependencies": [
"."
],
"env": "../.env",
"graphs": {
"graph": "./hello.py:graph"
}
}