Files
langgraph-example-monorepo/langgraph.json
T
isaac hershenson cc671b8a30 draft
2024-08-07 09:59:09 -07:00

7 lines
130 B
JSON

{
"dependencies": ["."],
"graphs": {
"my_fantastic_agent": "./my_agent/main.py:graph"
},
"env": "./.env"
}