Agent Control Plane is the runtime orchestration layer for managed runtime instances in ClawManager. It allows the platform to understand live runtime state, distribute commands, and keep each managed workspace aligned with the desired state defined by the control plane.
- agent bootstrap and registration for managed runtime instances
- authenticated session lifecycle between the runtime agent and the platform
- heartbeat-driven runtime and health reporting
- desired power state and desired config revision tracking
- command dispatch and completion tracking for runtime operations
The control plane keeps a runtime view that includes:
- agent identity, version, and last heartbeat
- runtime status and v1 compatibility status fields
- current and desired config revision
- reported summary data such as agent, runtime, and skill counts
- recent command history and execution outcomes
Examples of platform-driven runtime actions include:
- start, stop, and restart operations
- config revision apply and reload
- health checks and system info collection
- skill install, update, removal, quarantine, and inventory refresh
- instance detail views for agent status and runtime summaries
- runtime command history and execution feedback
- workflows that apply config revisions or skill-related changes to a workspace