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