feat: add binary activation wire format

This commit is contained in:
Dobromir Popov
2026-06-29 14:58:55 +03:00
parent b17deb4d0e
commit 2a4383e353
6 changed files with 413 additions and 28 deletions

View File

@@ -8,6 +8,10 @@ version = "0.1.0"
description = "Distributed Inference Network HTTP gateway"
requires-python = ">=3.10"
dependencies = [
"zstandard>=0.22",
]
[project.scripts]
meshnet-gateway = "meshnet_gateway.cli:main"