CLI commands¶
The single-runtime CLI manages the local AgentWeave application. Collaboration state is managed in the dashboard or through the agent capability plane.
Start or open¶
Bare invocation starts the native Hub in app mode by default. If it is already running, AgentWeave opens that instance. The invocation directory is registered (or reopened) as a project; one Hub instance can serve many projects, each with its own agents, tasks, and settings.
Doctor¶
Reports installation and local readiness without creating Hub state. JSON output uses stable check IDs and never includes secret values.
Status¶
Reports whether the instance is running, its URL, native PID when applicable, and the live instance/project collection state when available.
Stop¶
Stops a confirmed native instance or the configured Docker instance. A stale native PID is never used to kill an unrelated process.
Reset¶
Deletes local database state after confirmation. --all also removes local configuration and log
files. This is destructive.