docs(project): record cloud control plane maturity
This commit is contained in:
@@ -23,6 +23,10 @@ contracts.
|
||||
- `storage/`: timeline, task, and device configuration persistence.
|
||||
- `packages/cloud-platform/`: cloud scheduling, device pooling, plugins, and
|
||||
the Python cloud SDK as the `device-cloud-platform` workspace member.
|
||||
- `apps/cloud-api/`: deployable authenticated Cloud Control Plane with
|
||||
PostgreSQL/SQLite persistence, scheduling, leases, and health endpoints.
|
||||
- `apps/device-host-agent/`: outbound Host Agent that synchronizes configured
|
||||
devices and executes leased tasks through the existing Runtime/workflow.
|
||||
|
||||
## Python Workspace
|
||||
|
||||
@@ -44,6 +48,8 @@ Select one member when running package-specific commands:
|
||||
```bash
|
||||
uv run --package device-agent-runtime python -c "import runtime"
|
||||
uv run --package device-cloud-platform python -c "import cloud"
|
||||
uv run --package device-cloud-api device-cloud-api --help
|
||||
uv run --package device-host-agent device-host-agent --help
|
||||
uv build --package device-agent-runtime
|
||||
uv build --package device-cloud-platform
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user