@some-useful-agents/cli
v0.18.0
Published
CLI for some-useful-agents
Readme
@some-useful-agents/cli
Command-line interface for some-useful-agents. Author, run, schedule, and manage agents from the terminal.
Install
npm install -g @some-useful-agents/cliQuick start
sua init # initialize a project
sua workflow run hello # run an agent
sua tool list # see available tools
sua examples install # install bundled examples
sua dashboard start # open the web dashboardCommands
sua agent— list, new, run, status, logs, cancel, audit, edit, disable/enablesua workflow— list, run, replay, import, export, status, logssua tool— list, show, validatesua examples— install, remove, listsua secrets— set, get, list, delete, migrate, checksua vars— list, get, set, delete (global variables)sua mcp— start, rotate-token, tokensua schedule— list, validatesua dashboard— startsua init,sua doctor,sua tutorial
Recent highlights
- MCP servers as first-class (v0.18) — paste a
mcpServersconfig at/tools/mcp/import, sua discovers tools and imports them in bulk. Manage + enable/disable + delete from/settings/mcp-servers. - AI-generated output widgets (v0.18) —
ai-templatewidget type: describe a layout in English, Claude generates sanitized HTML; per-run values substitute at render time. - Build from goal —
sua dashboard start, click "Build from goal". The builder designs a complete agent YAML with the right nodes, tools, and wiring. - Pulse dashboard —
/pulseshows a live information radiator with signal tiles from your agents. 10 display templates includingwidget(mirrors the agent's outputWidget). - Agent-level LLM defaults — set
provider: codexandmodel: o4-miniat the agent level. Nodes inherit unless they override. - Flow control — conditional, switch, loop, agent-invoke, branch, end, break nodes.
- 10 built-in tools — shell-exec, claude-code, http-get/post, file-read/write, json-parse/path, template, csv-to-chart-json.
- 15 example agents — from hello world to MCP-driven graphics generation.
See the main repo README and docs/ for full documentation.
License
MIT
