Hermes Agent backup - 2026-06-03 22:20:27
Browse files- config/config.yaml +16 -17
- logs/agent.log +3 -0
- logs/errors.log +1 -0
- logs/gateway.log +3 -0
- metadata.json +1 -1
config/config.yaml
CHANGED
|
@@ -3,48 +3,48 @@ terminal:
|
|
| 3 |
timeout: 300
|
| 4 |
shell: /bin/bash
|
| 5 |
env_passthrough:
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 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
|
|
@@ -62,11 +62,10 @@ cron:
|
|
| 62 |
enabled: true
|
| 63 |
tick_interval: 60
|
| 64 |
model:
|
| 65 |
-
default:
|
| 66 |
provider: nvidia
|
| 67 |
-
base_url: https://integrate.api.nvidia.com/v1
|
| 68 |
delegation:
|
| 69 |
-
model:
|
| 70 |
provider: nvidia
|
| 71 |
max_iterations: 50
|
| 72 |
reasoning_effort: medium
|
|
|
|
| 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
|
|
|
|
| 62 |
enabled: true
|
| 63 |
tick_interval: 60
|
| 64 |
model:
|
| 65 |
+
default: deepseek-ai/deepseek-v3.2
|
| 66 |
provider: nvidia
|
|
|
|
| 67 |
delegation:
|
| 68 |
+
model: ""
|
| 69 |
provider: nvidia
|
| 70 |
max_iterations: 50
|
| 71 |
reasoning_effort: medium
|
logs/agent.log
CHANGED
|
@@ -292,3 +292,6 @@
|
|
| 292 |
2026-06-03 22:19:02,075 INFO gateway.run: Reconnecting api_server (attempt 2)...
|
| 293 |
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.
|
| 294 |
2026-06-03 22:19:02,086 INFO gateway.run: Reconnect api_server failed, next retry in 60s
|
|
|
|
|
|
|
|
|
|
|
|
| 292 |
2026-06-03 22:19:02,075 INFO gateway.run: Reconnecting api_server (attempt 2)...
|
| 293 |
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.
|
| 294 |
2026-06-03 22:19:02,086 INFO gateway.run: Reconnect api_server failed, next retry in 60s
|
| 295 |
+
2026-06-03 22:20:02,142 INFO gateway.run: Reconnecting api_server (attempt 3)...
|
| 296 |
+
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.
|
| 297 |
+
2026-06-03 22:20:02,148 INFO gateway.run: Reconnect api_server failed, next retry in 120s
|
logs/errors.log
CHANGED
|
@@ -44,3 +44,4 @@
|
|
| 44 |
2026-06-03 22:18:32,031 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
|
| 45 |
2026-06-03 22:18:32,034 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.
|
| 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.
|
|
|
|
|
|
| 44 |
2026-06-03 22:18:32,031 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
|
| 45 |
2026-06-03 22:18:32,034 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.
|
| 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.
|
logs/gateway.log
CHANGED
|
@@ -154,3 +154,6 @@
|
|
| 154 |
2026-06-03 22:19:02,075 INFO gateway.run: Reconnecting api_server (attempt 2)...
|
| 155 |
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.
|
| 156 |
2026-06-03 22:19:02,086 INFO gateway.run: Reconnect api_server failed, next retry in 60s
|
|
|
|
|
|
|
|
|
|
|
|
| 154 |
2026-06-03 22:19:02,075 INFO gateway.run: Reconnecting api_server (attempt 2)...
|
| 155 |
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.
|
| 156 |
2026-06-03 22:19:02,086 INFO gateway.run: Reconnect api_server failed, next retry in 60s
|
| 157 |
+
2026-06-03 22:20:02,142 INFO gateway.run: Reconnecting api_server (attempt 3)...
|
| 158 |
+
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.
|
| 159 |
+
2026-06-03 22:20:02,148 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:20:27.146699",
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|