mirror of
https://github.com/langchain-ai/langgraph-example-monorepo.git
synced 2026-07-01 14:03:32 -04:00
7 lines
130 B
JSON
7 lines
130 B
JSON
{
|
|
"dependencies": ["."],
|
|
"graphs": {
|
|
"my_fantastic_agent": "./my_agent/main.py:graph"
|
|
},
|
|
"env": "./.env"
|
|
} |