@artinet/create-quick-agent
Version:
A tool to create a Quick-Agent project via the CLI.
15 lines (14 loc) • 316 B
JSON
{
"name": "quick-agent",
"version": "1.0.0",
"description": "a simple echo agent that returns your original message.",
"type": "module",
"scripts": {
"start": "node launch.js",
"test": "node test-deploy.js",
"deploy": "node deploy.js"
},
"dependencies": {
"@artinet/sdk": "0.5.3"
}
}