Files
memory-agent-js/langgraph.json
T
2024-10-08 06:20:56 -07:00

10 lines
163 B
JSON

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