Hermes Agent backup - 2026-06-03 22:26:59
Browse files- config/config.yaml +30 -29
- logs/agent.log +44 -0
- logs/errors.log +6 -0
- logs/gateway-exit-diag.log +1 -0
- logs/gateway.log +21 -0
- metadata.json +1 -1
config/config.yaml
CHANGED
|
@@ -1,56 +1,49 @@
|
|
| 1 |
-
terminal:
|
| 2 |
-
backend: local
|
| 3 |
-
timeout: 300
|
| 4 |
-
shell: /bin/bash
|
| 5 |
-
env_passthrough:
|
| 6 |
-
- GEMINI_API_KEY
|
| 7 |
-
- GOOGLE_API_KEY
|
| 8 |
-
- SILICONFLOW_API_KEY
|
| 9 |
-
- GOOGLE_IMAGE_MODEL
|
| 10 |
-
- GOOGLE_BASE_URL
|
| 11 |
auxiliary:
|
| 12 |
vision:
|
| 13 |
provider: nvidia
|
| 14 |
-
model:
|
| 15 |
timeout: 120
|
| 16 |
download_timeout: 30
|
| 17 |
web_extract:
|
| 18 |
provider: nvidia
|
| 19 |
-
model:
|
| 20 |
timeout: 360
|
| 21 |
compression:
|
| 22 |
provider: nvidia
|
| 23 |
-
model:
|
| 24 |
timeout: 120
|
| 25 |
title_generation:
|
| 26 |
provider: nvidia
|
| 27 |
-
model:
|
| 28 |
timeout: 30
|
| 29 |
session_search:
|
| 30 |
provider: auto
|
| 31 |
-
model:
|
| 32 |
timeout: 30
|
| 33 |
skills_hub:
|
| 34 |
provider: auto
|
| 35 |
-
model:
|
| 36 |
timeout: 30
|
| 37 |
approval:
|
| 38 |
provider: auto
|
| 39 |
-
model:
|
| 40 |
timeout: 30
|
| 41 |
mcp:
|
| 42 |
provider: auto
|
| 43 |
-
model:
|
| 44 |
timeout: 30
|
| 45 |
flush_memories:
|
| 46 |
provider: auto
|
| 47 |
-
model:
|
| 48 |
timeout: 30
|
| 49 |
agent:
|
| 50 |
max_iterations: 50
|
| 51 |
approval_mode: ask
|
| 52 |
dangerous_command_approval: ask
|
| 53 |
gateway_timeout: 300
|
|
|
|
|
|
|
|
|
|
| 54 |
api_server:
|
| 55 |
enabled: true
|
| 56 |
port: 8642
|
|
@@ -58,22 +51,30 @@ api_server:
|
|
| 58 |
compression:
|
| 59 |
enabled: true
|
| 60 |
threshold: 0.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
cron:
|
| 62 |
enabled: true
|
| 63 |
tick_interval: 60
|
| 64 |
model:
|
| 65 |
-
default:
|
| 66 |
provider: nvidia
|
|
|
|
| 67 |
delegation:
|
| 68 |
-
model:
|
| 69 |
provider: nvidia
|
| 70 |
max_iterations: 50
|
| 71 |
reasoning_effort: medium
|
| 72 |
-
memory:
|
| 73 |
-
enabled: true
|
| 74 |
-
provider: local
|
| 75 |
-
display:
|
| 76 |
-
skin: default
|
| 77 |
-
show_tool_progress: true
|
| 78 |
-
show_resume: true
|
| 79 |
-
spinner: dots
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
auxiliary:
|
| 2 |
vision:
|
| 3 |
provider: nvidia
|
| 4 |
+
model: ''
|
| 5 |
timeout: 120
|
| 6 |
download_timeout: 30
|
| 7 |
web_extract:
|
| 8 |
provider: nvidia
|
| 9 |
+
model: ''
|
| 10 |
timeout: 360
|
| 11 |
compression:
|
| 12 |
provider: nvidia
|
| 13 |
+
model: ''
|
| 14 |
timeout: 120
|
| 15 |
title_generation:
|
| 16 |
provider: nvidia
|
| 17 |
+
model: ''
|
| 18 |
timeout: 30
|
| 19 |
session_search:
|
| 20 |
provider: auto
|
| 21 |
+
model: ''
|
| 22 |
timeout: 30
|
| 23 |
skills_hub:
|
| 24 |
provider: auto
|
| 25 |
+
model: ''
|
| 26 |
timeout: 30
|
| 27 |
approval:
|
| 28 |
provider: auto
|
| 29 |
+
model: ''
|
| 30 |
timeout: 30
|
| 31 |
mcp:
|
| 32 |
provider: auto
|
| 33 |
+
model: ''
|
| 34 |
timeout: 30
|
| 35 |
flush_memories:
|
| 36 |
provider: auto
|
| 37 |
+
model: ''
|
| 38 |
timeout: 30
|
| 39 |
agent:
|
| 40 |
max_iterations: 50
|
| 41 |
approval_mode: ask
|
| 42 |
dangerous_command_approval: ask
|
| 43 |
gateway_timeout: 300
|
| 44 |
+
memory:
|
| 45 |
+
enabled: true
|
| 46 |
+
provider: local
|
| 47 |
api_server:
|
| 48 |
enabled: true
|
| 49 |
port: 8642
|
|
|
|
| 51 |
compression:
|
| 52 |
enabled: true
|
| 53 |
threshold: 0.5
|
| 54 |
+
terminal:
|
| 55 |
+
backend: local
|
| 56 |
+
timeout: 300
|
| 57 |
+
shell: /bin/bash
|
| 58 |
+
env_passthrough:
|
| 59 |
+
- GEMINI_API_KEY
|
| 60 |
+
- GOOGLE_API_KEY
|
| 61 |
+
- SILICONFLOW_API_KEY
|
| 62 |
+
- GOOGLE_IMAGE_MODEL
|
| 63 |
+
- GOOGLE_BASE_URL
|
| 64 |
+
display:
|
| 65 |
+
skin: default
|
| 66 |
+
show_tool_progress: true
|
| 67 |
+
show_resume: true
|
| 68 |
+
spinner: dots
|
| 69 |
cron:
|
| 70 |
enabled: true
|
| 71 |
tick_interval: 60
|
| 72 |
model:
|
| 73 |
+
default: moonshotai/kimi-k2-thinking
|
| 74 |
provider: nvidia
|
| 75 |
+
base_url: https://integrate.api.nvidia.com/v1
|
| 76 |
delegation:
|
| 77 |
+
model: ''
|
| 78 |
provider: nvidia
|
| 79 |
max_iterations: 50
|
| 80 |
reasoning_effort: medium
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logs/agent.log
CHANGED
|
@@ -298,3 +298,47 @@
|
|
| 298 |
2026-06-03 22:22:02,247 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 299 |
2026-06-03 22:22:02,249 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 300 |
2026-06-03 22:22:02,254 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 298 |
2026-06-03 22:22:02,247 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 299 |
2026-06-03 22:22:02,249 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 300 |
2026-06-03 22:22:02,254 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
| 301 |
+
2026-06-03 22:25:00,943 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
|
| 302 |
+
2026-06-03 22:25:00,944 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
|
| 303 |
+
2026-06-03 22:25:00,945 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
|
| 304 |
+
2026-06-03 22:25:01,063 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
|
| 305 |
+
2026-06-03 22:25:01,064 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
|
| 306 |
+
2026-06-03 22:25:01,065 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
|
| 307 |
+
2026-06-03 22:25:01,066 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
|
| 308 |
+
2026-06-03 22:25:01,067 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
|
| 309 |
+
2026-06-03 22:25:01,095 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
|
| 310 |
+
2026-06-03 22:25:01,096 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
|
| 311 |
+
2026-06-03 22:25:01,098 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
|
| 312 |
+
2026-06-03 22:25:01,100 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
|
| 313 |
+
2026-06-03 22:25:01,101 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
|
| 314 |
+
2026-06-03 22:25:01,104 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
|
| 315 |
+
2026-06-03 22:25:01,105 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
|
| 316 |
+
2026-06-03 22:25:01,106 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
|
| 317 |
+
2026-06-03 22:25:01,107 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
|
| 318 |
+
2026-06-03 22:25:01,122 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
|
| 319 |
+
2026-06-03 22:25:01,445 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
|
| 320 |
+
2026-06-03 22:25:01,963 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
|
| 321 |
+
2026-06-03 22:25:09,784 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
|
| 322 |
+
2026-06-03 22:25:10,824 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
|
| 323 |
+
2026-06-03 22:25:11,388 INFO gateway.run: Starting Hermes Gateway...
|
| 324 |
+
2026-06-03 22:25:11,388 INFO gateway.run: Session storage: /data/.hermes/sessions
|
| 325 |
+
2026-06-03 22:25:11,389 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
|
| 326 |
+
2026-06-03 22:25:11,394 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
|
| 327 |
+
2026-06-03 22:25:11,489 INFO gateway.run: Connecting to api_server...
|
| 328 |
+
2026-06-03 22:25:11,512 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 329 |
+
2026-06-03 22:25:11,516 WARNING gateway.run: ✗ api_server failed to connect
|
| 330 |
+
2026-06-03 22:25:11,525 INFO gateway.platforms.api_server: [Api_Server] API server stopped
|
| 331 |
+
2026-06-03 22:25:11,533 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
|
| 332 |
+
2026-06-03 22:25:11,541 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
|
| 333 |
+
2026-06-03 22:25:11,553 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
|
| 334 |
+
2026-06-03 22:25:11,558 INFO gateway.run: Channel directory built: 0 target(s)
|
| 335 |
+
2026-06-03 22:25:11,562 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
|
| 336 |
+
2026-06-03 22:25:11,562 INFO gateway.run: Press Ctrl+C to stop
|
| 337 |
+
2026-06-03 22:25:11,565 INFO gateway.run: Cron ticker started (interval=60s)
|
| 338 |
+
2026-06-03 22:25:16,588 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 339 |
+
2026-06-03 22:25:41,618 INFO gateway.run: Reconnecting api_server (attempt 2)...
|
| 340 |
+
2026-06-03 22:25:41,624 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 341 |
+
2026-06-03 22:25:41,662 INFO gateway.run: Reconnect api_server failed, next retry in 60s
|
| 342 |
+
2026-06-03 22:26:41,739 INFO gateway.run: Reconnecting api_server (attempt 3)...
|
| 343 |
+
2026-06-03 22:26:41,742 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 344 |
+
2026-06-03 22:26:41,750 INFO gateway.run: Reconnect api_server failed, next retry in 120s
|
logs/errors.log
CHANGED
|
@@ -46,3 +46,9 @@
|
|
| 46 |
2026-06-03 22:19:02,079 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 47 |
2026-06-03 22:20:02,144 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 48 |
2026-06-03 22:22:02,249 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
2026-06-03 22:19:02,079 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 47 |
2026-06-03 22:20:02,144 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 48 |
2026-06-03 22:22:02,249 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 49 |
+
2026-06-03 22:25:11,512 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 50 |
+
2026-06-03 22:25:11,516 WARNING gateway.run: ✗ api_server failed to connect
|
| 51 |
+
2026-06-03 22:25:11,533 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
|
| 52 |
+
2026-06-03 22:25:11,541 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
|
| 53 |
+
2026-06-03 22:25:41,624 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 54 |
+
2026-06-03 22:26:41,742 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
logs/gateway-exit-diag.log
CHANGED
|
@@ -4,3 +4,4 @@
|
|
| 4 |
{"ts": "2026-06-03T22:03:45.388550+00:00", "tag": "gateway.start", "pid": 74, "python": "3.11.15", "platform": "linux", "replace": true, "argv": ["/usr/local/bin/hermes", "gateway", "run", "--replace"], "stdin_is_tty": false, "absorb_windows_console_controls": false}
|
| 5 |
{"ts": "2026-06-03T22:12:43.086501+00:00", "tag": "gateway.start", "pid": 73, "python": "3.11.15", "platform": "linux", "replace": true, "argv": ["/usr/local/bin/hermes", "gateway", "run", "--replace"], "stdin_is_tty": false, "absorb_windows_console_controls": false}
|
| 6 |
{"ts": "2026-06-03T22:18:27.873099+00:00", "tag": "gateway.start", "pid": 76, "python": "3.11.15", "platform": "linux", "replace": true, "argv": ["/usr/local/bin/hermes", "gateway", "run", "--replace"], "stdin_is_tty": false, "absorb_windows_console_controls": false}
|
|
|
|
|
|
| 4 |
{"ts": "2026-06-03T22:03:45.388550+00:00", "tag": "gateway.start", "pid": 74, "python": "3.11.15", "platform": "linux", "replace": true, "argv": ["/usr/local/bin/hermes", "gateway", "run", "--replace"], "stdin_is_tty": false, "absorb_windows_console_controls": false}
|
| 5 |
{"ts": "2026-06-03T22:12:43.086501+00:00", "tag": "gateway.start", "pid": 73, "python": "3.11.15", "platform": "linux", "replace": true, "argv": ["/usr/local/bin/hermes", "gateway", "run", "--replace"], "stdin_is_tty": false, "absorb_windows_console_controls": false}
|
| 6 |
{"ts": "2026-06-03T22:18:27.873099+00:00", "tag": "gateway.start", "pid": 76, "python": "3.11.15", "platform": "linux", "replace": true, "argv": ["/usr/local/bin/hermes", "gateway", "run", "--replace"], "stdin_is_tty": false, "absorb_windows_console_controls": false}
|
| 7 |
+
{"ts": "2026-06-03T22:25:01.737819+00:00", "tag": "gateway.start", "pid": 81, "python": "3.11.15", "platform": "linux", "replace": true, "argv": ["/usr/local/bin/hermes", "gateway", "run", "--replace"], "stdin_is_tty": false, "absorb_windows_console_controls": false}
|
logs/gateway.log
CHANGED
|
@@ -160,3 +160,24 @@
|
|
| 160 |
2026-06-03 22:22:02,247 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 161 |
2026-06-03 22:22:02,249 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 162 |
2026-06-03 22:22:02,254 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 160 |
2026-06-03 22:22:02,247 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 161 |
2026-06-03 22:22:02,249 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 162 |
2026-06-03 22:22:02,254 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
| 163 |
+
2026-06-03 22:25:11,388 INFO gateway.run: Starting Hermes Gateway...
|
| 164 |
+
2026-06-03 22:25:11,388 INFO gateway.run: Session storage: /data/.hermes/sessions
|
| 165 |
+
2026-06-03 22:25:11,389 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
|
| 166 |
+
2026-06-03 22:25:11,394 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
|
| 167 |
+
2026-06-03 22:25:11,489 INFO gateway.run: Connecting to api_server...
|
| 168 |
+
2026-06-03 22:25:11,512 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 169 |
+
2026-06-03 22:25:11,516 WARNING gateway.run: ✗ api_server failed to connect
|
| 170 |
+
2026-06-03 22:25:11,525 INFO gateway.platforms.api_server: [Api_Server] API server stopped
|
| 171 |
+
2026-06-03 22:25:11,533 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
|
| 172 |
+
2026-06-03 22:25:11,541 WARNING gateway.run: No adapter could be created for any of the 1 configured platform(s). Check that required dependencies are installed and credentials are set. Gateway will continue for cron job execution.
|
| 173 |
+
2026-06-03 22:25:11,558 INFO gateway.run: Channel directory built: 0 target(s)
|
| 174 |
+
2026-06-03 22:25:11,562 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
|
| 175 |
+
2026-06-03 22:25:11,562 INFO gateway.run: Press Ctrl+C to stop
|
| 176 |
+
2026-06-03 22:25:11,565 INFO gateway.run: Cron ticker started (interval=60s)
|
| 177 |
+
2026-06-03 22:25:16,588 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 178 |
+
2026-06-03 22:25:41,618 INFO gateway.run: Reconnecting api_server (attempt 2)...
|
| 179 |
+
2026-06-03 22:25:41,624 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 180 |
+
2026-06-03 22:25:41,662 INFO gateway.run: Reconnect api_server failed, next retry in 60s
|
| 181 |
+
2026-06-03 22:26:41,739 INFO gateway.run: Reconnecting api_server (attempt 3)...
|
| 182 |
+
2026-06-03 22:26:41,742 ERROR gateway.platforms.api_server: [Api_Server] Refusing to start: API_SERVER_KEY is required for the API server, including loopback-only binds on 127.0.0.1.
|
| 183 |
+
2026-06-03 22:26:41,750 INFO gateway.run: Reconnect api_server failed, next retry in 120s
|
metadata.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"timestamp": "2026-06-03T22:
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"timestamp": "2026-06-03T22:26:59.215564",
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|