Hermes Agent backup - 2026-06-04 04:06:50
Browse files- config/.env +1 -0
- config/config.yaml +28 -28
- logs/agent.log +36 -0
- logs/gateway-exit-diag.log +1 -0
- logs/gateway.log +12 -0
- metadata.json +1 -1
config/.env
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
API_SERVER_ENABLED=true
|
| 2 |
API_SERVER_HOST=127.0.0.1
|
| 3 |
API_SERVER_PORT=8642
|
|
|
|
| 4 |
GATEWAY_ALLOW_ALL_USERS=true
|
| 5 |
HERMES_MODEL=deepseek-ai/deepseek-v4-pro
|
| 6 |
MODEL_NAME=deepseek-ai/deepseek-v4-pro
|
|
|
|
| 1 |
API_SERVER_ENABLED=true
|
| 2 |
API_SERVER_HOST=127.0.0.1
|
| 3 |
API_SERVER_PORT=8642
|
| 4 |
+
AUTH_TOKEN=hm951753
|
| 5 |
GATEWAY_ALLOW_ALL_USERS=true
|
| 6 |
HERMES_MODEL=deepseek-ai/deepseek-v4-pro
|
| 7 |
MODEL_NAME=deepseek-ai/deepseek-v4-pro
|
config/config.yaml
CHANGED
|
@@ -1,23 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
model:
|
| 2 |
default: deepseek-ai/deepseek-v4-pro
|
| 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 |
-
custom_providers:
|
| 14 |
-
- name: nvidia119
|
| 15 |
-
base_url: https://integrate.api.nvidia.com/v1
|
| 16 |
-
api_key: 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
|
| 17 |
-
model: deepseek-ai/deepseek-v4-pro
|
| 18 |
-
models:
|
| 19 |
-
deepseek-ai/deepseek-v4-pro:
|
| 20 |
-
context_length: 1000000
|
| 21 |
auxiliary:
|
| 22 |
vision:
|
| 23 |
provider: nvidia
|
|
@@ -56,11 +43,6 @@ auxiliary:
|
|
| 56 |
provider: auto
|
| 57 |
model: ''
|
| 58 |
timeout: 30
|
| 59 |
-
display:
|
| 60 |
-
skin: default
|
| 61 |
-
show_tool_progress: true
|
| 62 |
-
show_resume: true
|
| 63 |
-
spinner: dots
|
| 64 |
terminal:
|
| 65 |
backend: local
|
| 66 |
timeout: 300
|
|
@@ -71,18 +53,36 @@ terminal:
|
|
| 71 |
- SILICONFLOW_API_KEY
|
| 72 |
- GOOGLE_IMAGE_MODEL
|
| 73 |
- GOOGLE_BASE_URL
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
api_server:
|
| 75 |
enabled: true
|
| 76 |
port: 8642
|
| 77 |
host: 127.0.0.1
|
| 78 |
-
|
| 79 |
enabled: true
|
| 80 |
-
|
| 81 |
compression:
|
| 82 |
enabled: true
|
| 83 |
threshold: 0.5
|
| 84 |
-
|
| 85 |
-
|
| 86 |
-
|
| 87 |
-
|
| 88 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
memory:
|
| 2 |
+
enabled: true
|
| 3 |
+
provider: local
|
| 4 |
model:
|
| 5 |
default: deepseek-ai/deepseek-v4-pro
|
| 6 |
provider: nvidia
|
| 7 |
base_url: https://integrate.api.nvidia.com/v1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
auxiliary:
|
| 9 |
vision:
|
| 10 |
provider: nvidia
|
|
|
|
| 43 |
provider: auto
|
| 44 |
model: ''
|
| 45 |
timeout: 30
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
terminal:
|
| 47 |
backend: local
|
| 48 |
timeout: 300
|
|
|
|
| 53 |
- SILICONFLOW_API_KEY
|
| 54 |
- GOOGLE_IMAGE_MODEL
|
| 55 |
- GOOGLE_BASE_URL
|
| 56 |
+
agent:
|
| 57 |
+
max_iterations: 50
|
| 58 |
+
approval_mode: ask
|
| 59 |
+
dangerous_command_approval: ask
|
| 60 |
+
gateway_timeout: 300
|
| 61 |
+
delegation:
|
| 62 |
+
model: ''
|
| 63 |
+
provider: nvidia
|
| 64 |
+
max_iterations: 50
|
| 65 |
+
reasoning_effort: medium
|
| 66 |
api_server:
|
| 67 |
enabled: true
|
| 68 |
port: 8642
|
| 69 |
host: 127.0.0.1
|
| 70 |
+
cron:
|
| 71 |
enabled: true
|
| 72 |
+
tick_interval: 60
|
| 73 |
compression:
|
| 74 |
enabled: true
|
| 75 |
threshold: 0.5
|
| 76 |
+
display:
|
| 77 |
+
skin: default
|
| 78 |
+
show_tool_progress: true
|
| 79 |
+
show_resume: true
|
| 80 |
+
spinner: dots
|
| 81 |
+
custom_providers:
|
| 82 |
+
- name: nvidia119
|
| 83 |
+
base_url: https://integrate.api.nvidia.com/v1
|
| 84 |
+
api_key: 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
|
| 85 |
+
model: deepseek-ai/deepseek-v4-pro
|
| 86 |
+
models:
|
| 87 |
+
deepseek-ai/deepseek-v4-pro:
|
| 88 |
+
context_length: 1000000
|
logs/agent.log
CHANGED
|
@@ -1292,3 +1292,39 @@
|
|
| 1292 |
2026-06-04 03:59:57,571 INFO gateway.run: Press Ctrl+C to stop
|
| 1293 |
2026-06-04 03:59:57,579 INFO gateway.run: Cron ticker started (interval=60s)
|
| 1294 |
2026-06-04 04:00:02,619 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1292 |
2026-06-04 03:59:57,571 INFO gateway.run: Press Ctrl+C to stop
|
| 1293 |
2026-06-04 03:59:57,579 INFO gateway.run: Cron ticker started (interval=60s)
|
| 1294 |
2026-06-04 04:00:02,619 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 1295 |
+
2026-06-04 04:05:53,597 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
|
| 1296 |
+
2026-06-04 04:05:53,599 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
|
| 1297 |
+
2026-06-04 04:05:53,600 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
|
| 1298 |
+
2026-06-04 04:05:53,721 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
|
| 1299 |
+
2026-06-04 04:05:53,722 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
|
| 1300 |
+
2026-06-04 04:05:53,723 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
|
| 1301 |
+
2026-06-04 04:05:53,724 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
|
| 1302 |
+
2026-06-04 04:05:53,724 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
|
| 1303 |
+
2026-06-04 04:05:53,749 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
|
| 1304 |
+
2026-06-04 04:05:53,749 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
|
| 1305 |
+
2026-06-04 04:05:53,752 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
|
| 1306 |
+
2026-06-04 04:05:53,753 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
|
| 1307 |
+
2026-06-04 04:05:53,755 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
|
| 1308 |
+
2026-06-04 04:05:53,757 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
|
| 1309 |
+
2026-06-04 04:05:53,758 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
|
| 1310 |
+
2026-06-04 04:05:53,759 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
|
| 1311 |
+
2026-06-04 04:05:53,762 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
|
| 1312 |
+
2026-06-04 04:05:53,764 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
|
| 1313 |
+
2026-06-04 04:05:53,993 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
|
| 1314 |
+
2026-06-04 04:05:54,111 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
|
| 1315 |
+
2026-06-04 04:06:00,486 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
|
| 1316 |
+
2026-06-04 04:06:01,086 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
|
| 1317 |
+
2026-06-04 04:06:01,882 INFO gateway.run: Starting Hermes Gateway...
|
| 1318 |
+
2026-06-04 04:06:01,889 INFO gateway.run: Session storage: /data/.hermes/sessions
|
| 1319 |
+
2026-06-04 04:06:01,897 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
|
| 1320 |
+
2026-06-04 04:06:01,900 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
|
| 1321 |
+
2026-06-04 04:06:02,012 INFO gateway.run: Connecting to api_server...
|
| 1322 |
+
2026-06-04 04:06:02,026 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
|
| 1323 |
+
2026-06-04 04:06:02,033 INFO gateway.run: ✓ api_server connected
|
| 1324 |
+
2026-06-04 04:06:02,038 INFO gateway.run: Gateway running with 1 platform(s)
|
| 1325 |
+
2026-06-04 04:06:02,048 INFO gateway.run: Channel directory built: 0 target(s)
|
| 1326 |
+
2026-06-04 04:06:02,089 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
|
| 1327 |
+
2026-06-04 04:06:02,689 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:04:06:02 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
|
| 1328 |
+
2026-06-04 04:06:03,050 INFO gateway.run: Press Ctrl+C to stop
|
| 1329 |
+
2026-06-04 04:06:03,093 INFO gateway.run: Cron ticker started (interval=60s)
|
| 1330 |
+
2026-06-04 04:06:08,101 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
logs/gateway-exit-diag.log
CHANGED
|
@@ -29,3 +29,4 @@
|
|
| 29 |
{"ts": "2026-06-04T03:30:59.032307+00:00", "tag": "gateway.start", "pid": 78, "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}
|
| 30 |
{"ts": "2026-06-04T03:38:03.598029+00:00", "tag": "gateway.start", "pid": 79, "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}
|
| 31 |
{"ts": "2026-06-04T03:59:48.993241+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}
|
|
|
|
|
|
| 29 |
{"ts": "2026-06-04T03:30:59.032307+00:00", "tag": "gateway.start", "pid": 78, "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}
|
| 30 |
{"ts": "2026-06-04T03:38:03.598029+00:00", "tag": "gateway.start", "pid": 79, "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}
|
| 31 |
{"ts": "2026-06-04T03:59:48.993241+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}
|
| 32 |
+
{"ts": "2026-06-04T04:05:54.085244+00:00", "tag": "gateway.start", "pid": 75, "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
|
@@ -562,3 +562,15 @@
|
|
| 562 |
2026-06-04 03:59:57,571 INFO gateway.run: Press Ctrl+C to stop
|
| 563 |
2026-06-04 03:59:57,579 INFO gateway.run: Cron ticker started (interval=60s)
|
| 564 |
2026-06-04 04:00:02,619 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 562 |
2026-06-04 03:59:57,571 INFO gateway.run: Press Ctrl+C to stop
|
| 563 |
2026-06-04 03:59:57,579 INFO gateway.run: Cron ticker started (interval=60s)
|
| 564 |
2026-06-04 04:00:02,619 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 565 |
+
2026-06-04 04:06:01,882 INFO gateway.run: Starting Hermes Gateway...
|
| 566 |
+
2026-06-04 04:06:01,889 INFO gateway.run: Session storage: /data/.hermes/sessions
|
| 567 |
+
2026-06-04 04:06:01,897 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
|
| 568 |
+
2026-06-04 04:06:01,900 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
|
| 569 |
+
2026-06-04 04:06:02,012 INFO gateway.run: Connecting to api_server...
|
| 570 |
+
2026-06-04 04:06:02,026 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
|
| 571 |
+
2026-06-04 04:06:02,033 INFO gateway.run: ✓ api_server connected
|
| 572 |
+
2026-06-04 04:06:02,038 INFO gateway.run: Gateway running with 1 platform(s)
|
| 573 |
+
2026-06-04 04:06:02,048 INFO gateway.run: Channel directory built: 0 target(s)
|
| 574 |
+
2026-06-04 04:06:03,050 INFO gateway.run: Press Ctrl+C to stop
|
| 575 |
+
2026-06-04 04:06:03,093 INFO gateway.run: Cron ticker started (interval=60s)
|
| 576 |
+
2026-06-04 04:06:08,101 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
metadata.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"timestamp": "2026-06-04T04:06:
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"timestamp": "2026-06-04T04:06:50.034924",
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|