Files
langgraph-example/langgraph.json
T
isaac hershenson 3432954a54 refactoring
2024-08-08 15:49:04 -07:00

8 lines
114 B
JSON

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