SDK Control Plane
In the current codebase, the control plane is split across:
- the local HTTP API
- CLI commands that resolve and call that API
- SDK and service helpers that provide stable operations for higher-level flows
What is implemented today
- skill install, update, runtime prepare, and activation flows
- scenario install and sync flows
- node status, reliability, join, role, and member-update flows
- service supervision and issue reporting
- webspace and desktop control for Yjs-backed state
Related modules
adaos.apps.cli.active_controladaos.apps.api.*adaos.sdk.manage.*- runtime services under
adaos.services.*