CLI Reference

Complete list of all naos commands.

Core Commands

CommandDescription
naos init <project>Create a new project directory
naos create <agent>Create a new agent
naos run <agent>Start an agent
naos stop <agent>Stop an agent
naos statusShow all agents and their status
naos logs <agent>View agent logs
naos dashboardStart the web dashboard
naos config validateValidate nexus.config.yaml

Supervisor Commands

CommandDescription
naos supervisor create <name>Create a new supervisor
naos supervisor add <sup> <agent>Add a child agent to a supervisor
naos supervisor start <name>Start a supervisor and all children
naos supervisor stop <name>Stop a supervisor and all children
naos supervisor status <name>Show supervisor tree and status

Saga Commands

CommandDescription
naos saga create <name>Create a new saga
naos saga add-step <saga> <agent>Add a step to a saga
naos saga run <name>Execute a saga
naos saga history <name>Show saga execution history

Workflow Commands

CommandDescription
naos workflow create <name>Create a new workflow
naos workflow add-step <wf> <agent>Add a step to a workflow
naos workflow run <name>Execute a workflow
naos workflow status <name>Show workflow pipeline status

Pool Commands

CommandDescription
naos pool create <name>Create a new agent pool
naos pool add <pool> <agent>Add an agent to a pool
naos pool run <name>Execute all agents in parallel
naos pool status <name>Show pool status and results

Cost Commands

CommandDescription
naos cost set <agent>Set a cost budget for an agent
naos cost statusShow all cost budgets and spending
naos cost reset <agent>Reset an agent's spend counter

AXIS Trust Commands

CommandDescription
naos axis register <agent>Register an agent with AXIS
naos axis verify <auid>Verify an agent's trust status
naos axis status <agent>Show an agent's trust score
naos axis directoryBrowse the public agent directory
naos axis cacheView cached verifications

Broker Commands

CommandDescription
naos broker route "<task>"Preview routing decision
naos broker execute "<task>"Route and execute a task
naos broker statsShow routing statistics
naos broker skillsList registered skills
naos broker configShow broker configuration

Edge Commands

CommandDescription
naos edge loginAuthenticate with Cloudflare
naos edge deploy <agent>Deploy an agent to the edge
naos edge listList all edge deployments
naos edge status <agent>Show edge deployment status
naos edge logs <agent>Stream edge deployment logs
naos edge undeploy <agent>Remove an agent from the edge

Global Flags

FlagDescription
--helpShow help for any command
--versionShow version information
--verboseEnable verbose output
--quietSuppress non-essential output