feat(host-agent): add workspace application entrypoint

This commit is contained in:
2026-07-12 16:42:51 +08:00
parent 2af8909b29
commit 5e98708a94
8 changed files with 85 additions and 1 deletions
Generated
+18
View File
@@ -14,6 +14,7 @@ members = [
"device-agent-runtime",
"device-cloud-api",
"device-cloud-platform",
"device-host-agent",
]
[[package]]
@@ -491,6 +492,23 @@ dependencies = [
[package.metadata]
requires-dist = [{ name = "device-agent-runtime", editable = "." }]
[[package]]
name = "device-host-agent"
version = "0.1.0"
source = { editable = "apps/device-host-agent" }
dependencies = [
{ name = "device-agent-runtime" },
{ name = "device-cloud-platform" },
{ name = "httpx" },
]
[package.metadata]
requires-dist = [
{ name = "device-agent-runtime", editable = "." },
{ name = "device-cloud-platform", editable = "packages/cloud-platform" },
{ name = "httpx", specifier = ">=0.27.0" },
]
[[package]]
name = "distro"
version = "1.9.0"