feat: DGR-002 - Adopt the versioned gRPC Shard protocol

This commit is contained in:
Dobromir Popov
2026-07-13 16:00:49 +03:00
parent efec84efef
commit 30dcf953fe
22 changed files with 3615 additions and 17 deletions

View File

@@ -13,6 +13,8 @@ dependencies = [
"huggingface-hub>=0.20",
"accelerate>=0.28",
"bitsandbytes>=0.43",
"grpcio>=1.60",
"protobuf>=5",
"rich>=13",
"safetensors>=0.4",
"torch>=2.1",
@@ -23,6 +25,11 @@ dependencies = [
"kernels>=0.11.1,<0.16",
]
[project.optional-dependencies]
# Regenerating the native Shard protocol stubs. Not needed to run a node: the
# generated modules are committed, and `grpcio-tools` bundles its own protoc.
proto = ["grpcio-tools==1.82.1"]
[project.scripts]
meshnet-node = "meshnet_node.cli:main"