CLI
The adaos command is the main operator and developer entry point.
Core command groups
api: start, stop, and restart the local FastAPI control serverskill: install, validate, run, update, activate, and supervise skillsscenario: install, validate, run, test, and compare scenariosnode: inspect role, readiness, reliability, Yjs webspaces, and member operationshub: manage join codes and hub-root diagnosticsautostart: manage OS startup integration and core-update actionsmonitor: stream events and SSE diagnosticsruntime: inspect local runtime statesecret: store and retrieve secretsdev: Root and Forge-style developer workflowsinterpreter: NLU datasets, parsing, and training utilities
Common examples
adaos api serve
adaos skill list
adaos skill validate weather_skill
adaos scenario list
adaos node status --json
adaos hub join-code create
adaos autostart status
Execution model
Many commands support two paths:
- direct local execution through services
- API-backed execution against the active control server
This is especially visible in skill, node, and service-management commands.