Files
new-langgraphjs-project/langgraph.json
T
jacoblee93 0933d5aec9 Simplify
2024-09-18 11:32:30 -07:00

8 lines
105 B
JSON

{
"node_version": "20",
"graphs": {
"agent": "./src/agent/graph.ts:graph"
},
"env": ".env"
}