Hermes Agent backup - 2026-06-03 22:36:54
Browse files- config/config.yaml +27 -27
- logs/agent.log +41 -0
- logs/errors.log +5 -0
- logs/gateway-exit-diag.log +1 -0
- logs/gateway.log +18 -0
- metadata.json +1 -1
config/config.yaml
CHANGED
|
@@ -1,12 +1,23 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
max_iterations: 50
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
terminal:
|
| 11 |
backend: local
|
| 12 |
timeout: 300
|
|
@@ -55,26 +66,15 @@ auxiliary:
|
|
| 55 |
provider: auto
|
| 56 |
model: ''
|
| 57 |
timeout: 30
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
spinner: dots
|
| 66 |
-
memory:
|
| 67 |
-
enabled: true
|
| 68 |
-
provider: local
|
| 69 |
-
agent:
|
| 70 |
max_iterations: 50
|
| 71 |
-
|
| 72 |
-
dangerous_command_approval: ask
|
| 73 |
-
gateway_timeout: 300
|
| 74 |
-
api_server:
|
| 75 |
-
enabled: true
|
| 76 |
-
port: 8642
|
| 77 |
-
host: 127.0.0.1
|
| 78 |
compression:
|
| 79 |
enabled: true
|
| 80 |
threshold: 0.5
|
|
|
|
| 1 |
+
display:
|
| 2 |
+
skin: default
|
| 3 |
+
show_tool_progress: true
|
| 4 |
+
show_resume: true
|
| 5 |
+
spinner: dots
|
| 6 |
+
api_server:
|
| 7 |
+
enabled: true
|
| 8 |
+
port: 8642
|
| 9 |
+
host: 127.0.0.1
|
| 10 |
+
agent:
|
| 11 |
max_iterations: 50
|
| 12 |
+
approval_mode: ask
|
| 13 |
+
dangerous_command_approval: ask
|
| 14 |
+
gateway_timeout: 300
|
| 15 |
+
cron:
|
| 16 |
+
enabled: true
|
| 17 |
+
tick_interval: 60
|
| 18 |
+
memory:
|
| 19 |
+
enabled: true
|
| 20 |
+
provider: local
|
| 21 |
terminal:
|
| 22 |
backend: local
|
| 23 |
timeout: 300
|
|
|
|
| 66 |
provider: auto
|
| 67 |
model: ''
|
| 68 |
timeout: 30
|
| 69 |
+
model:
|
| 70 |
+
default: moonshotai/kimi-k2-thinking
|
| 71 |
+
provider: nvidia
|
| 72 |
+
base_url: https://integrate.api.nvidia.com/v1
|
| 73 |
+
delegation:
|
| 74 |
+
model: ''
|
| 75 |
+
provider: nvidia
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 76 |
max_iterations: 50
|
| 77 |
+
reasoning_effort: medium
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 78 |
compression:
|
| 79 |
enabled: true
|
| 80 |
threshold: 0.5
|
logs/agent.log
CHANGED
|
@@ -392,3 +392,44 @@
|
|
| 392 |
2026-06-03 22:33:02,012 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 393 |
2026-06-03 22:33:02,014 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.
|
| 394 |
2026-06-03 22:33:02,020 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 392 |
2026-06-03 22:33:02,012 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 393 |
2026-06-03 22:33:02,014 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.
|
| 394 |
2026-06-03 22:33:02,020 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
| 395 |
+
2026-06-03 22:35:56,737 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
|
| 396 |
+
2026-06-03 22:35:56,738 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
|
| 397 |
+
2026-06-03 22:35:56,738 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
|
| 398 |
+
2026-06-03 22:35:56,798 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
|
| 399 |
+
2026-06-03 22:35:56,799 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
|
| 400 |
+
2026-06-03 22:35:56,799 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
|
| 401 |
+
2026-06-03 22:35:56,800 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
|
| 402 |
+
2026-06-03 22:35:56,800 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
|
| 403 |
+
2026-06-03 22:35:56,815 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
|
| 404 |
+
2026-06-03 22:35:56,816 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
|
| 405 |
+
2026-06-03 22:35:56,817 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
|
| 406 |
+
2026-06-03 22:35:56,818 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
|
| 407 |
+
2026-06-03 22:35:56,818 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
|
| 408 |
+
2026-06-03 22:35:56,819 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
|
| 409 |
+
2026-06-03 22:35:56,820 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
|
| 410 |
+
2026-06-03 22:35:56,820 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
|
| 411 |
+
2026-06-03 22:35:56,821 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
|
| 412 |
+
2026-06-03 22:35:56,822 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
|
| 413 |
+
2026-06-03 22:35:56,957 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
|
| 414 |
+
2026-06-03 22:35:57,296 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
|
| 415 |
+
2026-06-03 22:36:00,914 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
|
| 416 |
+
2026-06-03 22:36:01,433 INFO gateway.run: Starting Hermes Gateway...
|
| 417 |
+
2026-06-03 22:36:01,433 INFO gateway.run: Session storage: /data/.hermes/sessions
|
| 418 |
+
2026-06-03 22:36:01,435 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
|
| 419 |
+
2026-06-03 22:36:01,435 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
|
| 420 |
+
2026-06-03 22:36:01,458 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
|
| 421 |
+
2026-06-03 22:36:01,468 INFO gateway.run: Connecting to api_server...
|
| 422 |
+
2026-06-03 22:36:01,483 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.
|
| 423 |
+
2026-06-03 22:36:01,484 WARNING gateway.run: ✗ api_server failed to connect
|
| 424 |
+
2026-06-03 22:36:01,488 INFO gateway.platforms.api_server: [Api_Server] API server stopped
|
| 425 |
+
2026-06-03 22:36:01,492 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
|
| 426 |
+
2026-06-03 22:36:01,498 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.
|
| 427 |
+
2026-06-03 22:36:01,514 INFO gateway.run: Channel directory built: 0 target(s)
|
| 428 |
+
2026-06-03 22:36:01,514 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
|
| 429 |
+
2026-06-03 22:36:01,516 INFO gateway.run: Press Ctrl+C to stop
|
| 430 |
+
2026-06-03 22:36:01,518 INFO gateway.run: Cron ticker started (interval=60s)
|
| 431 |
+
2026-06-03 22:36:01,651 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
|
| 432 |
+
2026-06-03 22:36:06,528 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 433 |
+
2026-06-03 22:36:31,548 INFO gateway.run: Reconnecting api_server (attempt 2)...
|
| 434 |
+
2026-06-03 22:36:31,552 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.
|
| 435 |
+
2026-06-03 22:36:31,557 INFO gateway.run: Reconnect api_server failed, next retry in 60s
|
logs/errors.log
CHANGED
|
@@ -60,3 +60,8 @@
|
|
| 60 |
2026-06-03 22:30:01,849 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.
|
| 61 |
2026-06-03 22:31:01,914 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.
|
| 62 |
2026-06-03 22:33:02,014 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
2026-06-03 22:30:01,849 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.
|
| 61 |
2026-06-03 22:31:01,914 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.
|
| 62 |
2026-06-03 22:33:02,014 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.
|
| 63 |
+
2026-06-03 22:36:01,483 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.
|
| 64 |
+
2026-06-03 22:36:01,484 WARNING gateway.run: ✗ api_server failed to connect
|
| 65 |
+
2026-06-03 22:36:01,492 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
|
| 66 |
+
2026-06-03 22:36:01,498 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.
|
| 67 |
+
2026-06-03 22:36:31,552 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
|
@@ -6,3 +6,4 @@
|
|
| 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}
|
| 8 |
{"ts": "2026-06-03T22:29:28.110034+00:00", "tag": "gateway.start", "pid": 72, "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}
|
| 8 |
{"ts": "2026-06-03T22:29:28.110034+00:00", "tag": "gateway.start", "pid": 72, "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}
|
| 9 |
+
{"ts": "2026-06-03T22:35:57.160909+00:00", "tag": "gateway.start", "pid": 72, "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
|
@@ -208,3 +208,21 @@
|
|
| 208 |
2026-06-03 22:33:02,012 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 209 |
2026-06-03 22:33:02,014 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.
|
| 210 |
2026-06-03 22:33:02,020 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 208 |
2026-06-03 22:33:02,012 INFO gateway.run: Reconnecting api_server (attempt 4)...
|
| 209 |
2026-06-03 22:33:02,014 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.
|
| 210 |
2026-06-03 22:33:02,020 INFO gateway.run: Reconnect api_server failed, next retry in 240s
|
| 211 |
+
2026-06-03 22:36:01,433 INFO gateway.run: Starting Hermes Gateway...
|
| 212 |
+
2026-06-03 22:36:01,433 INFO gateway.run: Session storage: /data/.hermes/sessions
|
| 213 |
+
2026-06-03 22:36:01,435 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
|
| 214 |
+
2026-06-03 22:36:01,435 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
|
| 215 |
+
2026-06-03 22:36:01,468 INFO gateway.run: Connecting to api_server...
|
| 216 |
+
2026-06-03 22:36:01,483 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.
|
| 217 |
+
2026-06-03 22:36:01,484 WARNING gateway.run: ✗ api_server failed to connect
|
| 218 |
+
2026-06-03 22:36:01,488 INFO gateway.platforms.api_server: [Api_Server] API server stopped
|
| 219 |
+
2026-06-03 22:36:01,492 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
|
| 220 |
+
2026-06-03 22:36:01,498 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.
|
| 221 |
+
2026-06-03 22:36:01,514 INFO gateway.run: Channel directory built: 0 target(s)
|
| 222 |
+
2026-06-03 22:36:01,514 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
|
| 223 |
+
2026-06-03 22:36:01,516 INFO gateway.run: Press Ctrl+C to stop
|
| 224 |
+
2026-06-03 22:36:01,518 INFO gateway.run: Cron ticker started (interval=60s)
|
| 225 |
+
2026-06-03 22:36:06,528 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 226 |
+
2026-06-03 22:36:31,548 INFO gateway.run: Reconnecting api_server (attempt 2)...
|
| 227 |
+
2026-06-03 22:36:31,552 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.
|
| 228 |
+
2026-06-03 22:36:31,557 INFO gateway.run: Reconnect api_server failed, next retry in 60s
|
metadata.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"timestamp": "2026-06-03T22:36:
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"timestamp": "2026-06-03T22:36:54.918828",
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|