Files
langgraph-example-pyproject/langgraph.json
T
isaac hershenson 1e23a0e03e wip
2024-08-02 11:51:47 -07:00

8 lines
105 B
JSON

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