Initial Hermes Agent stack: Claude-Max proxy + gateway, docker-compose, README

This commit is contained in:
ARIA
2026-07-19 19:58:19 +00:00
commit ce5fde62f1
6 changed files with 718 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Nach /shared/projects/hermes_agent/.env kopieren und Werte anpassen.
# .env NICHT committen falls das Ganze mal in ein Git-Repo wandert.
# Shared Secret zwischen hermes-gateway und Hermes Agent (config.yaml -> api_key).
# Mindestens 32 zufaellige Zeichen, z.B. erzeugen mit:
# openssl rand -hex 32
HERMES_GATEWAY_TOKEN=
# Port auf dem hermes-gateway auf dieser Maschine nach aussen lauscht.
# Hermes Agent (auf der anderen Maschine) zeigt in config.yaml auf
# http://<diese-maschine>:<PORT>/v1
HERMES_GATEWAY_PORT=8447