Overview
Therstack-agents CLI is framework-neutral and works in any environment. Use
it to set up a project, launch the dashboard, test notifications, inspect
assets, and validate the registry — without needing Pi or any other runtime.
Commands
init
Set up RStack in the current project. Idempotent — never overwrites your files.
.rstack/, .rstack/rstack.config.json, .rstack/budget.json, registers the project with the Business Hub, writes
framework-specific glue, and prints next steps.
hub
Ensure the Business Hub is running on :3008 and open it — the universal
session-start entry point for any framework.
notify
Inspect configured notification channels, or test them.
list
List packaged assets by type.
add plugin
Copy a packaged domain plugin into your project.
validate
Validate the packaged agent definitions — frontmatter, duplicate names, broken
references, manifest integrity.
The dashboard binaries
| Binary | Purpose |
|---|---|
rstack-business | Run the Business Hub server directly: rstack-business --port 3008 --project . |
rstack-observer | Compatibility alias that opens the same Business Hub |
rstack-operator-bridge | Node bridge the Operator (Python) adapter shells out to per tool call |