Files
react-agent-js/langgraph.json
William Fu-Hinthorn 12c7203e79 Move to src
2024-09-16 09:26:31 -07:00

10 lines
162 B
JSON

{
"node_version": "20",
"dockerfile_lines": [],
"dependencies": ["."],
"graphs": {
"agent": "./src/react_agent/graph.ts:graph"
},
"env": ".env"
}