feat(perception): add bounded authenticated gRPC stream transport

This commit is contained in:
DCCONSTRUCTIONS
2026-09-02 18:11:42 +03:00
parent df0158e1ba
commit 0310592ee3
5 changed files with 996 additions and 0 deletions
+3
View File
@@ -29,6 +29,9 @@ dependencies = [
[tool.uv.sources]
missioncore-plugin-sdk = { path = "packages/plugin-sdk", editable = true }
[project.optional-dependencies]
perception-stream = ["grpcio>=1.76,<2"]
[project.scripts]
k1link = "k1link.device_plugins.xgrids_k1.cli:app"
missioncore-datasets = "k1link.datasets.cli:app"