mirror of
https://github.com/hwchase17/langchain.git
synced 2026-05-08 15:21:29 +00:00
9 lines
143 B
JSON
9 lines
143 B
JSON
{
|
|
"$schema": "https://langgra.ph/schema.json",
|
|
"dependencies": ["."],
|
|
"graphs": {
|
|
"agent": "./agent.py:graph"
|
|
},
|
|
"env": ".env"
|
|
}
|