Every top-level command, in one place you can search.
This reference follows main c985198. The npm 0.3.0-beta.22 package has 18 commands; shortcut is already on main and has not been published yet. Search by command, concept, or behaviour.
Global options
--help shows the installed surface and --version prints the exact version. If a later release differs from this page, the CLI wins.
TERMINAL
$agents-city --help$agents-city --version
01
Start and configure
Create cities, define agents, mount their work, and select the goal and runtimes.
List agents and manage the work mounted into their private workspaces.
The agent is the member unit. Its workspace may mount a repository, worktree, document folder, several sources, or none. Legacy repo-only cards are normalised to the same model.
Send information from one seat across a declared road.
roster shows allowed destinations and presence. inbox consumes pending delivery while append-only history remains. Only the seat may send road messages.
TERMINAL
$agents-city bus roster$agents-city bus inbox$agents-city bus send alice/research "Confirm the event contract"$agents-city bus send '*' "Notice for every connected city"
Run an authenticated, chair-mediated deliberation inside one city.
The state machine covers open, respond, synthesise, floor requests, one scoped reply, decide, verify, replan, close, and cancel. Mutations accept flags or JSON through --input.
TERMINAL
$agents-city committee list$agents-city committee history$agents-city committee schema open$agents-city committee open --input proposal.json$agents-city committee show <deliberation-id>
03
Observe and measure
Inspect capabilities, draw the map, run the demo, and read evidence.
Current main writes a real macOS app, Linux .desktop entry, or Windows .lnk through WSL. Every shortcut runs the same CLI entry point; --hall opens the browser map instead of the tmux seat.
Run one of three disposable, human-readable Hall and committee walkthroughs.
Choose Aurora Games, Clínica Alba, or Costa & Ley. The demo starts no models and needs no provider account. Every story crosses the real authenticated bus, committee state machine, durable ledger, spectator feed, verification failure, and replan path.
Measure local stress, real-runtime latency, or committee protocol behaviour.
Stress runs offline without model quota. Live runtime measurement is opt-in and consumes the configured provider quota. Committee benchmarks compare the structured protocol with an unbounded chat.
TERMINAL
$agents-city benchmark stress$agents-city benchmark live --runtime codex$agents-city benchmark committee
Run every repository check through the installed command surface.
The complete suite covers Python contracts, TypeScript bundles, runtime adapters, security invariants, demo flow, packaging, and benchmarks that do not require live models.