Feature/reverse gateway (#416)

* Created reverse gateway

* Dispatched invoke message translations

* Added config receiver

* Provide a script to start rev-gateway
This commit is contained in:
cybermaggedon 2025-06-24 11:19:20 +01:00 committed by GitHub
parent fcab3aeb0e
commit f08e3c1b27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 392 additions and 7 deletions

View file

@ -71,6 +71,7 @@ setuptools.setup(
scripts=[
"scripts/agent-manager-react",
"scripts/api-gateway",
"scripts/rev-gateway",
"scripts/chunker-recursive",
"scripts/chunker-token",
"scripts/config-svc",