Hermes Agent backup - 2026-06-03 23:56:39
Browse files- config/config.yaml +35 -35
- logs/agent.log +36 -0
- logs/gateway-exit-diag.log +1 -0
- logs/gateway.log +12 -0
- metadata.json +1 -1
config/config.yaml
CHANGED
|
@@ -1,6 +1,18 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
auxiliary:
|
| 5 |
vision:
|
| 6 |
provider: nvidia
|
|
@@ -39,30 +51,6 @@ auxiliary:
|
|
| 39 |
provider: auto
|
| 40 |
model: ''
|
| 41 |
timeout: 30
|
| 42 |
-
terminal:
|
| 43 |
-
backend: local
|
| 44 |
-
timeout: 300
|
| 45 |
-
shell: /bin/bash
|
| 46 |
-
env_passthrough:
|
| 47 |
-
- GEMINI_API_KEY
|
| 48 |
-
- GOOGLE_API_KEY
|
| 49 |
-
- SILICONFLOW_API_KEY
|
| 50 |
-
- GOOGLE_IMAGE_MODEL
|
| 51 |
-
- GOOGLE_BASE_URL
|
| 52 |
-
model:
|
| 53 |
-
default: deepseek-ai/deepseek-v4-pro
|
| 54 |
-
provider: nvidia
|
| 55 |
-
base_url: https://integrate.api.nvidia.com/v1
|
| 56 |
-
api_server:
|
| 57 |
-
enabled: true
|
| 58 |
-
port: 8642
|
| 59 |
-
host: 127.0.0.1
|
| 60 |
-
cron:
|
| 61 |
-
enabled: true
|
| 62 |
-
tick_interval: 60
|
| 63 |
-
compression:
|
| 64 |
-
enabled: true
|
| 65 |
-
threshold: 0.5
|
| 66 |
custom_providers:
|
| 67 |
- name: nvidia119
|
| 68 |
base_url: https://integrate.api.nvidia.com/v1
|
|
@@ -71,18 +59,30 @@ custom_providers:
|
|
| 71 |
models:
|
| 72 |
deepseek-ai/deepseek-v4-pro:
|
| 73 |
context_length: 1000000
|
| 74 |
-
agent:
|
| 75 |
-
max_iterations: 50
|
| 76 |
-
approval_mode: ask
|
| 77 |
-
dangerous_command_approval: ask
|
| 78 |
-
gateway_timeout: 300
|
| 79 |
display:
|
| 80 |
skin: default
|
| 81 |
show_tool_progress: true
|
| 82 |
show_resume: true
|
| 83 |
spinner: dots
|
| 84 |
-
|
| 85 |
-
|
| 86 |
provider: nvidia
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 87 |
max_iterations: 50
|
| 88 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
delegation:
|
| 12 |
+
model: ''
|
| 13 |
+
provider: nvidia
|
| 14 |
+
max_iterations: 50
|
| 15 |
+
reasoning_effort: medium
|
| 16 |
auxiliary:
|
| 17 |
vision:
|
| 18 |
provider: nvidia
|
|
|
|
| 51 |
provider: auto
|
| 52 |
model: ''
|
| 53 |
timeout: 30
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
custom_providers:
|
| 55 |
- name: nvidia119
|
| 56 |
base_url: https://integrate.api.nvidia.com/v1
|
|
|
|
| 59 |
models:
|
| 60 |
deepseek-ai/deepseek-v4-pro:
|
| 61 |
context_length: 1000000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
display:
|
| 63 |
skin: default
|
| 64 |
show_tool_progress: true
|
| 65 |
show_resume: true
|
| 66 |
spinner: dots
|
| 67 |
+
model:
|
| 68 |
+
default: deepseek-ai/deepseek-v4-pro
|
| 69 |
provider: nvidia
|
| 70 |
+
base_url: https://integrate.api.nvidia.com/v1
|
| 71 |
+
cron:
|
| 72 |
+
enabled: true
|
| 73 |
+
tick_interval: 60
|
| 74 |
+
compression:
|
| 75 |
+
enabled: true
|
| 76 |
+
threshold: 0.5
|
| 77 |
+
api_server:
|
| 78 |
+
enabled: true
|
| 79 |
+
port: 8642
|
| 80 |
+
host: 127.0.0.1
|
| 81 |
+
agent:
|
| 82 |
max_iterations: 50
|
| 83 |
+
approval_mode: ask
|
| 84 |
+
dangerous_command_approval: ask
|
| 85 |
+
gateway_timeout: 300
|
| 86 |
+
memory:
|
| 87 |
+
enabled: true
|
| 88 |
+
provider: local
|
logs/agent.log
CHANGED
|
@@ -788,3 +788,39 @@
|
|
| 788 |
2026-06-03 23:44:18,364 INFO gateway.run: Press Ctrl+C to stop
|
| 789 |
2026-06-03 23:44:18,366 INFO gateway.run: Cron ticker started (interval=60s)
|
| 790 |
2026-06-03 23:44:23,379 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 788 |
2026-06-03 23:44:18,364 INFO gateway.run: Press Ctrl+C to stop
|
| 789 |
2026-06-03 23:44:18,366 INFO gateway.run: Cron ticker started (interval=60s)
|
| 790 |
2026-06-03 23:44:23,379 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 791 |
+
2026-06-03 23:55:44,246 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
|
| 792 |
+
2026-06-03 23:55:44,247 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
|
| 793 |
+
2026-06-03 23:55:44,249 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
|
| 794 |
+
2026-06-03 23:55:44,378 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
|
| 795 |
+
2026-06-03 23:55:44,379 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
|
| 796 |
+
2026-06-03 23:55:44,380 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
|
| 797 |
+
2026-06-03 23:55:44,381 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
|
| 798 |
+
2026-06-03 23:55:44,382 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
|
| 799 |
+
2026-06-03 23:55:44,407 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
|
| 800 |
+
2026-06-03 23:55:44,408 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
|
| 801 |
+
2026-06-03 23:55:44,410 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
|
| 802 |
+
2026-06-03 23:55:44,412 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
|
| 803 |
+
2026-06-03 23:55:44,413 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
|
| 804 |
+
2026-06-03 23:55:44,415 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
|
| 805 |
+
2026-06-03 23:55:44,416 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
|
| 806 |
+
2026-06-03 23:55:44,417 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
|
| 807 |
+
2026-06-03 23:55:44,420 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
|
| 808 |
+
2026-06-03 23:55:44,422 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
|
| 809 |
+
2026-06-03 23:55:44,664 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
|
| 810 |
+
2026-06-03 23:55:44,799 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
|
| 811 |
+
2026-06-03 23:55:53,704 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
|
| 812 |
+
2026-06-03 23:55:55,067 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
|
| 813 |
+
2026-06-03 23:55:56,104 INFO gateway.run: Starting Hermes Gateway...
|
| 814 |
+
2026-06-03 23:55:56,105 INFO gateway.run: Session storage: /data/.hermes/sessions
|
| 815 |
+
2026-06-03 23:55:56,106 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
|
| 816 |
+
2026-06-03 23:55:56,113 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
|
| 817 |
+
2026-06-03 23:55:56,228 INFO gateway.run: Connecting to api_server...
|
| 818 |
+
2026-06-03 23:55:56,257 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
|
| 819 |
+
2026-06-03 23:55:56,273 INFO gateway.run: ✓ api_server connected
|
| 820 |
+
2026-06-03 23:55:56,281 INFO gateway.run: Gateway running with 1 platform(s)
|
| 821 |
+
2026-06-03 23:55:56,298 INFO gateway.run: Channel directory built: 0 target(s)
|
| 822 |
+
2026-06-03 23:55:56,311 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
|
| 823 |
+
2026-06-03 23:55:56,746 INFO aiohttp.access: 127.0.0.1 [03/Jun/2026:23:55:56 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
|
| 824 |
+
2026-06-03 23:55:57,301 INFO gateway.run: Press Ctrl+C to stop
|
| 825 |
+
2026-06-03 23:55:57,306 INFO gateway.run: Cron ticker started (interval=60s)
|
| 826 |
+
2026-06-03 23:56:02,336 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
logs/gateway-exit-diag.log
CHANGED
|
@@ -15,3 +15,4 @@
|
|
| 15 |
{"ts": "2026-06-03T23:28:03.547263+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}
|
| 16 |
{"ts": "2026-06-03T23:31:51.969240+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}
|
| 17 |
{"ts": "2026-06-03T23:44:12.847596+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}
|
|
|
|
|
|
| 15 |
{"ts": "2026-06-03T23:28:03.547263+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}
|
| 16 |
{"ts": "2026-06-03T23:31:51.969240+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}
|
| 17 |
{"ts": "2026-06-03T23:44:12.847596+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}
|
| 18 |
+
{"ts": "2026-06-03T23:55:44.767691+00:00", "tag": "gateway.start", "pid": 80, "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
|
@@ -394,3 +394,15 @@
|
|
| 394 |
2026-06-03 23:44:18,364 INFO gateway.run: Press Ctrl+C to stop
|
| 395 |
2026-06-03 23:44:18,366 INFO gateway.run: Cron ticker started (interval=60s)
|
| 396 |
2026-06-03 23:44:23,379 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 394 |
2026-06-03 23:44:18,364 INFO gateway.run: Press Ctrl+C to stop
|
| 395 |
2026-06-03 23:44:18,366 INFO gateway.run: Cron ticker started (interval=60s)
|
| 396 |
2026-06-03 23:44:23,379 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 397 |
+
2026-06-03 23:55:56,104 INFO gateway.run: Starting Hermes Gateway...
|
| 398 |
+
2026-06-03 23:55:56,105 INFO gateway.run: Session storage: /data/.hermes/sessions
|
| 399 |
+
2026-06-03 23:55:56,106 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
|
| 400 |
+
2026-06-03 23:55:56,113 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
|
| 401 |
+
2026-06-03 23:55:56,228 INFO gateway.run: Connecting to api_server...
|
| 402 |
+
2026-06-03 23:55:56,257 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
|
| 403 |
+
2026-06-03 23:55:56,273 INFO gateway.run: ✓ api_server connected
|
| 404 |
+
2026-06-03 23:55:56,281 INFO gateway.run: Gateway running with 1 platform(s)
|
| 405 |
+
2026-06-03 23:55:56,298 INFO gateway.run: Channel directory built: 0 target(s)
|
| 406 |
+
2026-06-03 23:55:57,301 INFO gateway.run: Press Ctrl+C to stop
|
| 407 |
+
2026-06-03 23:55:57,306 INFO gateway.run: Cron ticker started (interval=60s)
|
| 408 |
+
2026-06-03 23:56:02,336 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
metadata.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"timestamp": "2026-06-03T23:56:
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"timestamp": "2026-06-03T23:56:39.917873",
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|