@artinet/create-quick-agent
Version:
A tool to create a Quick-Agent project via the CLI.
15 lines (13 loc) • 312 B
JSON
{
"name": "quick-agent",
"version": "1.0.0",
"description": "an orchestrator agent that can call other agents to get the information it needs.",
"type": "module",
"scripts": {
"test": "node test-deploy.js",
"deploy": "node deploy.js"
},
"dependencies": {
"@artinet/sdk": "0.5.3"
}
}