automotion-agent / langgraph.json
huodon's picture
WIP
a9c2823
raw
history blame contribute delete
176 Bytes
{
"node_version": "20",
"dockerfile_lines": ["RUN npm i -g corepack@latest"],
"dependencies": ["."],
"graphs": {
"auto-anime-agent": "./dist/agent.mjs:graph"
}
}