UNPKG

create-agent-ui

Version:

CLI tool to create an Agent UI with one command

25 lines (24 loc) 444 B
{ "name": "create-agent-ui", "version": "1.1.6", "description": "CLI tool to create an Agent UI with one command", "type": "module", "main": "src/index.js", "bin": { "create-agent-ui": "src/index.js" }, "keywords": [ "template", "agent-ui", "agno", "react", "nextjs", "ui" ], "author": "ansub, anuragts", "license": "MIT", "dependencies": { "chalk": "^5.3.0", "degit": "^2.8.4" } }