Hermes Agent backup - 2026-06-03 21:56:37
Browse files- config/config.yaml +26 -26
- logs/agent.log +3 -41
- logs/errors.log +1 -5
- logs/gateway-exit-diag.log +0 -1
- logs/gateway.log +3 -18
- metadata.json +1 -1
config/config.yaml
CHANGED
|
@@ -1,27 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
display:
|
| 2 |
skin: default
|
| 3 |
show_tool_progress: true
|
| 4 |
show_resume: true
|
| 5 |
spinner: dots
|
| 6 |
-
|
| 7 |
enabled: true
|
| 8 |
-
|
| 9 |
api_server:
|
| 10 |
enabled: true
|
| 11 |
port: 8642
|
| 12 |
host: 127.0.0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
agent:
|
| 14 |
max_iterations: 50
|
| 15 |
approval_mode: ask
|
| 16 |
dangerous_command_approval: ask
|
| 17 |
gateway_timeout: 300
|
| 18 |
-
cron:
|
| 19 |
-
enabled: true
|
| 20 |
-
tick_interval: 60
|
| 21 |
-
model:
|
| 22 |
-
default: moonshotai/kimi-k2-thinking
|
| 23 |
-
provider: nvidia
|
| 24 |
-
base_url: https://integrate.api.nvidia.com/v1
|
| 25 |
auxiliary:
|
| 26 |
vision:
|
| 27 |
provider: nvidia
|
|
@@ -60,21 +75,6 @@ auxiliary:
|
|
| 60 |
provider: auto
|
| 61 |
model: ''
|
| 62 |
timeout: 30
|
| 63 |
-
|
| 64 |
enabled: true
|
| 65 |
-
|
| 66 |
-
terminal:
|
| 67 |
-
backend: local
|
| 68 |
-
timeout: 300
|
| 69 |
-
shell: /bin/bash
|
| 70 |
-
env_passthrough:
|
| 71 |
-
- GEMINI_API_KEY
|
| 72 |
-
- GOOGLE_API_KEY
|
| 73 |
-
- SILICONFLOW_API_KEY
|
| 74 |
-
- GOOGLE_IMAGE_MODEL
|
| 75 |
-
- GOOGLE_BASE_URL
|
| 76 |
-
delegation:
|
| 77 |
-
model: ''
|
| 78 |
-
provider: nvidia
|
| 79 |
-
max_iterations: 50
|
| 80 |
-
reasoning_effort: medium
|
|
|
|
| 1 |
+
model:
|
| 2 |
+
default: moonshotai/kimi-k2-thinking
|
| 3 |
+
provider: nvidia
|
| 4 |
+
base_url: https://integrate.api.nvidia.com/v1
|
| 5 |
+
cron:
|
| 6 |
+
enabled: true
|
| 7 |
+
tick_interval: 60
|
| 8 |
+
delegation:
|
| 9 |
+
model: ''
|
| 10 |
+
provider: nvidia
|
| 11 |
+
max_iterations: 50
|
| 12 |
+
reasoning_effort: medium
|
| 13 |
display:
|
| 14 |
skin: default
|
| 15 |
show_tool_progress: true
|
| 16 |
show_resume: true
|
| 17 |
spinner: dots
|
| 18 |
+
compression:
|
| 19 |
enabled: true
|
| 20 |
+
threshold: 0.5
|
| 21 |
api_server:
|
| 22 |
enabled: true
|
| 23 |
port: 8642
|
| 24 |
host: 127.0.0.1
|
| 25 |
+
terminal:
|
| 26 |
+
backend: local
|
| 27 |
+
timeout: 300
|
| 28 |
+
shell: /bin/bash
|
| 29 |
+
env_passthrough:
|
| 30 |
+
- GEMINI_API_KEY
|
| 31 |
+
- GOOGLE_API_KEY
|
| 32 |
+
- SILICONFLOW_API_KEY
|
| 33 |
+
- GOOGLE_IMAGE_MODEL
|
| 34 |
+
- GOOGLE_BASE_URL
|
| 35 |
agent:
|
| 36 |
max_iterations: 50
|
| 37 |
approval_mode: ask
|
| 38 |
dangerous_command_approval: ask
|
| 39 |
gateway_timeout: 300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
auxiliary:
|
| 41 |
vision:
|
| 42 |
provider: nvidia
|
|
|
|
| 75 |
provider: auto
|
| 76 |
model: ''
|
| 77 |
timeout: 30
|
| 78 |
+
memory:
|
| 79 |
enabled: true
|
| 80 |
+
provider: local
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logs/agent.log
CHANGED
|
@@ -107,44 +107,6 @@
|
|
| 107 |
2026-06-03 21:50:32,637 INFO gateway.run: Reconnecting api_server (attempt 9)...
|
| 108 |
2026-06-03 21:50:32,640 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.
|
| 109 |
2026-06-03 21:50:32,647 INFO gateway.run: Reconnect api_server failed, next retry in 300s
|
| 110 |
-
2026-06-03 21:55:
|
| 111 |
-
2026-06-03 21:55:
|
| 112 |
-
2026-06-03 21:55:
|
| 113 |
-
2026-06-03 21:55:34,821 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
|
| 114 |
-
2026-06-03 21:55:34,822 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
|
| 115 |
-
2026-06-03 21:55:34,823 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
|
| 116 |
-
2026-06-03 21:55:34,825 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
|
| 117 |
-
2026-06-03 21:55:34,826 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
|
| 118 |
-
2026-06-03 21:55:34,888 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
|
| 119 |
-
2026-06-03 21:55:34,889 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
|
| 120 |
-
2026-06-03 21:55:34,893 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
|
| 121 |
-
2026-06-03 21:55:34,900 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
|
| 122 |
-
2026-06-03 21:55:34,901 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
|
| 123 |
-
2026-06-03 21:55:34,903 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
|
| 124 |
-
2026-06-03 21:55:34,905 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
|
| 125 |
-
2026-06-03 21:55:34,906 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
|
| 126 |
-
2026-06-03 21:55:34,910 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
|
| 127 |
-
2026-06-03 21:55:34,918 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
|
| 128 |
-
2026-06-03 21:55:35,363 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
|
| 129 |
-
2026-06-03 21:55:36,326 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
|
| 130 |
-
2026-06-03 21:55:45,493 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
|
| 131 |
-
2026-06-03 21:55:46,345 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
|
| 132 |
-
2026-06-03 21:55:47,036 INFO gateway.run: Starting Hermes Gateway...
|
| 133 |
-
2026-06-03 21:55:47,036 INFO gateway.run: Session storage: /data/.hermes/sessions
|
| 134 |
-
2026-06-03 21:55:47,040 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
|
| 135 |
-
2026-06-03 21:55:47,042 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
|
| 136 |
-
2026-06-03 21:55:47,126 INFO gateway.run: Connecting to api_server...
|
| 137 |
-
2026-06-03 21:55:47,137 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.
|
| 138 |
-
2026-06-03 21:55:47,139 WARNING gateway.run: ✗ api_server failed to connect
|
| 139 |
-
2026-06-03 21:55:47,147 INFO gateway.platforms.api_server: [Api_Server] API server stopped
|
| 140 |
-
2026-06-03 21:55:47,154 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
|
| 141 |
-
2026-06-03 21:55:47,160 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.
|
| 142 |
-
2026-06-03 21:55:47,180 INFO gateway.run: Channel directory built: 0 target(s)
|
| 143 |
-
2026-06-03 21:55:47,182 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
|
| 144 |
-
2026-06-03 21:55:47,185 INFO gateway.run: Press Ctrl+C to stop
|
| 145 |
-
2026-06-03 21:55:47,194 INFO gateway.run: Cron ticker started (interval=60s)
|
| 146 |
-
2026-06-03 21:55:47,320 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
|
| 147 |
-
2026-06-03 21:55:52,237 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 148 |
-
2026-06-03 21:56:17,267 INFO gateway.run: Reconnecting api_server (attempt 2)...
|
| 149 |
-
2026-06-03 21:56:17,305 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.
|
| 150 |
-
2026-06-03 21:56:17,324 INFO gateway.run: Reconnect api_server failed, next retry in 60s
|
|
|
|
| 107 |
2026-06-03 21:50:32,637 INFO gateway.run: Reconnecting api_server (attempt 9)...
|
| 108 |
2026-06-03 21:50:32,640 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.
|
| 109 |
2026-06-03 21:50:32,647 INFO gateway.run: Reconnect api_server failed, next retry in 300s
|
| 110 |
+
2026-06-03 21:55:32,952 INFO gateway.run: Reconnecting api_server (attempt 10)...
|
| 111 |
+
2026-06-03 21:55:32,954 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.
|
| 112 |
+
2026-06-03 21:55:32,959 INFO gateway.run: Reconnect api_server failed, next retry in 300s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logs/errors.log
CHANGED
|
@@ -17,8 +17,4 @@
|
|
| 17 |
2026-06-03 21:40:31,967 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.
|
| 18 |
2026-06-03 21:45:32,317 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.
|
| 19 |
2026-06-03 21:50:32,640 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.
|
| 20 |
-
2026-06-03 21:55:
|
| 21 |
-
2026-06-03 21:55:47,139 WARNING gateway.run: ✗ api_server failed to connect
|
| 22 |
-
2026-06-03 21:55:47,154 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
|
| 23 |
-
2026-06-03 21:55:47,160 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.
|
| 24 |
-
2026-06-03 21:56:17,305 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.
|
|
|
|
| 17 |
2026-06-03 21:40:31,967 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.
|
| 18 |
2026-06-03 21:45:32,317 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.
|
| 19 |
2026-06-03 21:50:32,640 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.
|
| 20 |
+
2026-06-03 21:55:32,954 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
|
@@ -1,3 +1,2 @@
|
|
| 1 |
{"ts": "2026-06-03T21:14:52.531145+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}
|
| 2 |
{"ts": "2026-06-03T21:22:56.092959+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}
|
| 3 |
-
{"ts": "2026-06-03T21:55:36.039100+00:00", "tag": "gateway.start", "pid": 77, "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}
|
|
|
|
| 1 |
{"ts": "2026-06-03T21:14:52.531145+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}
|
| 2 |
{"ts": "2026-06-03T21:22:56.092959+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
|
@@ -61,21 +61,6 @@
|
|
| 61 |
2026-06-03 21:50:32,637 INFO gateway.run: Reconnecting api_server (attempt 9)...
|
| 62 |
2026-06-03 21:50:32,640 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 21:50:32,647 INFO gateway.run: Reconnect api_server failed, next retry in 300s
|
| 64 |
-
2026-06-03 21:55:
|
| 65 |
-
2026-06-03 21:55:
|
| 66 |
-
2026-06-03 21:55:
|
| 67 |
-
2026-06-03 21:55:47,042 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
|
| 68 |
-
2026-06-03 21:55:47,126 INFO gateway.run: Connecting to api_server...
|
| 69 |
-
2026-06-03 21:55:47,137 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.
|
| 70 |
-
2026-06-03 21:55:47,139 WARNING gateway.run: ✗ api_server failed to connect
|
| 71 |
-
2026-06-03 21:55:47,147 INFO gateway.platforms.api_server: [Api_Server] API server stopped
|
| 72 |
-
2026-06-03 21:55:47,154 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
|
| 73 |
-
2026-06-03 21:55:47,160 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.
|
| 74 |
-
2026-06-03 21:55:47,180 INFO gateway.run: Channel directory built: 0 target(s)
|
| 75 |
-
2026-06-03 21:55:47,182 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
|
| 76 |
-
2026-06-03 21:55:47,185 INFO gateway.run: Press Ctrl+C to stop
|
| 77 |
-
2026-06-03 21:55:47,194 INFO gateway.run: Cron ticker started (interval=60s)
|
| 78 |
-
2026-06-03 21:55:52,237 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 79 |
-
2026-06-03 21:56:17,267 INFO gateway.run: Reconnecting api_server (attempt 2)...
|
| 80 |
-
2026-06-03 21:56:17,305 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.
|
| 81 |
-
2026-06-03 21:56:17,324 INFO gateway.run: Reconnect api_server failed, next retry in 60s
|
|
|
|
| 61 |
2026-06-03 21:50:32,637 INFO gateway.run: Reconnecting api_server (attempt 9)...
|
| 62 |
2026-06-03 21:50:32,640 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 21:50:32,647 INFO gateway.run: Reconnect api_server failed, next retry in 300s
|
| 64 |
+
2026-06-03 21:55:32,952 INFO gateway.run: Reconnecting api_server (attempt 10)...
|
| 65 |
+
2026-06-03 21:55:32,954 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.
|
| 66 |
+
2026-06-03 21:55:32,959 INFO gateway.run: Reconnect api_server failed, next retry in 300s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
metadata.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"timestamp": "2026-06-03T21:56:
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"timestamp": "2026-06-03T21:56:37.961630",
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|