mirror of
https://github.com/langchain-ai/langgraph-example.git
synced 2026-07-01 16:12:43 -04:00
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"dependencies": ["./my_agent"],
|
|
"graphs": {
|
|
"agent": "./my_agent/agent.py:graph"
|
|
},
|
|
"env": ".env"
|
|
}
|