Hermes Agent backup - 2026-06-04 01:01:59
Browse files- config/config.yaml +42 -42
- 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,53 +1,16 @@
|
|
| 1 |
-
agent:
|
| 2 |
-
max_iterations: 50
|
| 3 |
-
approval_mode: ask
|
| 4 |
-
dangerous_command_approval: ask
|
| 5 |
-
gateway_timeout: 300
|
| 6 |
-
cron:
|
| 7 |
-
enabled: true
|
| 8 |
-
tick_interval: 60
|
| 9 |
-
display:
|
| 10 |
-
skin: default
|
| 11 |
-
show_tool_progress: true
|
| 12 |
-
show_resume: true
|
| 13 |
-
spinner: dots
|
| 14 |
api_server:
|
| 15 |
enabled: true
|
| 16 |
port: 8642
|
| 17 |
host: 127.0.0.1
|
| 18 |
-
delegation:
|
| 19 |
-
model: ''
|
| 20 |
-
provider: nvidia
|
| 21 |
-
max_iterations: 50
|
| 22 |
-
reasoning_effort: medium
|
| 23 |
-
compression:
|
| 24 |
-
enabled: true
|
| 25 |
-
threshold: 0.5
|
| 26 |
-
terminal:
|
| 27 |
-
backend: local
|
| 28 |
-
timeout: 300
|
| 29 |
-
shell: /bin/bash
|
| 30 |
-
env_passthrough:
|
| 31 |
-
- GEMINI_API_KEY
|
| 32 |
-
- GOOGLE_API_KEY
|
| 33 |
-
- SILICONFLOW_API_KEY
|
| 34 |
-
- GOOGLE_IMAGE_MODEL
|
| 35 |
-
- GOOGLE_BASE_URL
|
| 36 |
model:
|
| 37 |
default: deepseek-ai/deepseek-v4-pro
|
| 38 |
provider: nvidia
|
| 39 |
base_url: https://integrate.api.nvidia.com/v1
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
base_url: https://integrate.api.nvidia.com/v1
|
| 46 |
-
api_key: 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
|
| 47 |
-
model: deepseek-ai/deepseek-v4-pro
|
| 48 |
-
models:
|
| 49 |
-
deepseek-ai/deepseek-v4-pro:
|
| 50 |
-
context_length: 1000000
|
| 51 |
auxiliary:
|
| 52 |
vision:
|
| 53 |
provider: nvidia
|
|
@@ -86,3 +49,40 @@ auxiliary:
|
|
| 86 |
provider: auto
|
| 87 |
model: ''
|
| 88 |
timeout: 30
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
api_server:
|
| 2 |
enabled: true
|
| 3 |
port: 8642
|
| 4 |
host: 127.0.0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
model:
|
| 6 |
default: deepseek-ai/deepseek-v4-pro
|
| 7 |
provider: nvidia
|
| 8 |
base_url: https://integrate.api.nvidia.com/v1
|
| 9 |
+
agent:
|
| 10 |
+
max_iterations: 50
|
| 11 |
+
approval_mode: ask
|
| 12 |
+
dangerous_command_approval: ask
|
| 13 |
+
gateway_timeout: 300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
auxiliary:
|
| 15 |
vision:
|
| 16 |
provider: nvidia
|
|
|
|
| 49 |
provider: auto
|
| 50 |
model: ''
|
| 51 |
timeout: 30
|
| 52 |
+
cron:
|
| 53 |
+
enabled: true
|
| 54 |
+
tick_interval: 60
|
| 55 |
+
display:
|
| 56 |
+
skin: default
|
| 57 |
+
show_tool_progress: true
|
| 58 |
+
show_resume: true
|
| 59 |
+
spinner: dots
|
| 60 |
+
custom_providers:
|
| 61 |
+
- name: nvidia119
|
| 62 |
+
base_url: https://integrate.api.nvidia.com/v1
|
| 63 |
+
api_key: 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
|
| 64 |
+
model: deepseek-ai/deepseek-v4-pro
|
| 65 |
+
models:
|
| 66 |
+
deepseek-ai/deepseek-v4-pro:
|
| 67 |
+
context_length: 1000000
|
| 68 |
+
memory:
|
| 69 |
+
enabled: true
|
| 70 |
+
provider: local
|
| 71 |
+
compression:
|
| 72 |
+
enabled: true
|
| 73 |
+
threshold: 0.5
|
| 74 |
+
terminal:
|
| 75 |
+
backend: local
|
| 76 |
+
timeout: 300
|
| 77 |
+
shell: /bin/bash
|
| 78 |
+
env_passthrough:
|
| 79 |
+
- GEMINI_API_KEY
|
| 80 |
+
- GOOGLE_API_KEY
|
| 81 |
+
- SILICONFLOW_API_KEY
|
| 82 |
+
- GOOGLE_IMAGE_MODEL
|
| 83 |
+
- GOOGLE_BASE_URL
|
| 84 |
+
delegation:
|
| 85 |
+
model: ''
|
| 86 |
+
provider: nvidia
|
| 87 |
+
max_iterations: 50
|
| 88 |
+
reasoning_effort: medium
|
logs/agent.log
CHANGED
|
@@ -896,3 +896,39 @@
|
|
| 896 |
2026-06-04 00:58:53,775 INFO gateway.run: Press Ctrl+C to stop
|
| 897 |
2026-06-04 00:58:53,777 INFO gateway.run: Cron ticker started (interval=60s)
|
| 898 |
2026-06-04 00:58:58,793 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 896 |
2026-06-04 00:58:53,775 INFO gateway.run: Press Ctrl+C to stop
|
| 897 |
2026-06-04 00:58:53,777 INFO gateway.run: Cron ticker started (interval=60s)
|
| 898 |
2026-06-04 00:58:58,793 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 899 |
+
2026-06-04 01:01:00,601 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
|
| 900 |
+
2026-06-04 01:01:00,602 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
|
| 901 |
+
2026-06-04 01:01:00,603 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
|
| 902 |
+
2026-06-04 01:01:00,654 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
|
| 903 |
+
2026-06-04 01:01:00,654 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
|
| 904 |
+
2026-06-04 01:01:00,655 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
|
| 905 |
+
2026-06-04 01:01:00,655 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
|
| 906 |
+
2026-06-04 01:01:00,656 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
|
| 907 |
+
2026-06-04 01:01:00,670 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
|
| 908 |
+
2026-06-04 01:01:00,671 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
|
| 909 |
+
2026-06-04 01:01:00,672 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
|
| 910 |
+
2026-06-04 01:01:00,672 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
|
| 911 |
+
2026-06-04 01:01:00,673 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
|
| 912 |
+
2026-06-04 01:01:00,673 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
|
| 913 |
+
2026-06-04 01:01:00,674 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
|
| 914 |
+
2026-06-04 01:01:00,674 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
|
| 915 |
+
2026-06-04 01:01:00,676 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
|
| 916 |
+
2026-06-04 01:01:00,676 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
|
| 917 |
+
2026-06-04 01:01:00,789 INFO hermes_cli.plugins: Plugin discovery complete: 34 found, 28 enabled
|
| 918 |
+
2026-06-04 01:01:00,848 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
|
| 919 |
+
2026-06-04 01:01:04,194 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
|
| 920 |
+
2026-06-04 01:01:04,634 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
|
| 921 |
+
2026-06-04 01:01:04,701 INFO gateway.run: Starting Hermes Gateway...
|
| 922 |
+
2026-06-04 01:01:04,702 INFO gateway.run: Session storage: /data/.hermes/sessions
|
| 923 |
+
2026-06-04 01:01:04,703 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
|
| 924 |
+
2026-06-04 01:01:04,704 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
|
| 925 |
+
2026-06-04 01:01:04,743 INFO gateway.run: Connecting to api_server...
|
| 926 |
+
2026-06-04 01:01:04,753 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
|
| 927 |
+
2026-06-04 01:01:04,759 INFO gateway.run: ✓ api_server connected
|
| 928 |
+
2026-06-04 01:01:04,762 INFO gateway.run: Gateway running with 1 platform(s)
|
| 929 |
+
2026-06-04 01:01:04,767 INFO gateway.run: Channel directory built: 0 target(s)
|
| 930 |
+
2026-06-04 01:01:04,891 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
|
| 931 |
+
2026-06-04 01:01:05,136 INFO aiohttp.access: 127.0.0.1 [04/Jun/2026:01:01:05 +0000] "GET /health HTTP/1.1" 200 505 "-" "curl/8.14.1"
|
| 932 |
+
2026-06-04 01:01:05,770 INFO gateway.run: Press Ctrl+C to stop
|
| 933 |
+
2026-06-04 01:01:05,775 INFO gateway.run: Cron ticker started (interval=60s)
|
| 934 |
+
2026-06-04 01:01:10,778 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
logs/gateway-exit-diag.log
CHANGED
|
@@ -18,3 +18,4 @@
|
|
| 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}
|
| 19 |
{"ts": "2026-06-04T00:52:40.305054+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}
|
| 20 |
{"ts": "2026-06-04T00:58:49.090121+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}
|
|
|
|
|
|
| 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}
|
| 19 |
{"ts": "2026-06-04T00:52:40.305054+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}
|
| 20 |
{"ts": "2026-06-04T00:58:49.090121+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}
|
| 21 |
+
{"ts": "2026-06-04T01:01:00.833897+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}
|
logs/gateway.log
CHANGED
|
@@ -430,3 +430,15 @@
|
|
| 430 |
2026-06-04 00:58:53,775 INFO gateway.run: Press Ctrl+C to stop
|
| 431 |
2026-06-04 00:58:53,777 INFO gateway.run: Cron ticker started (interval=60s)
|
| 432 |
2026-06-04 00:58:58,793 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 430 |
2026-06-04 00:58:53,775 INFO gateway.run: Press Ctrl+C to stop
|
| 431 |
2026-06-04 00:58:53,777 INFO gateway.run: Cron ticker started (interval=60s)
|
| 432 |
2026-06-04 00:58:58,793 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 433 |
+
2026-06-04 01:01:04,701 INFO gateway.run: Starting Hermes Gateway...
|
| 434 |
+
2026-06-04 01:01:04,702 INFO gateway.run: Session storage: /data/.hermes/sessions
|
| 435 |
+
2026-06-04 01:01:04,703 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
|
| 436 |
+
2026-06-04 01:01:04,704 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
|
| 437 |
+
2026-06-04 01:01:04,743 INFO gateway.run: Connecting to api_server...
|
| 438 |
+
2026-06-04 01:01:04,753 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
|
| 439 |
+
2026-06-04 01:01:04,759 INFO gateway.run: ✓ api_server connected
|
| 440 |
+
2026-06-04 01:01:04,762 INFO gateway.run: Gateway running with 1 platform(s)
|
| 441 |
+
2026-06-04 01:01:04,767 INFO gateway.run: Channel directory built: 0 target(s)
|
| 442 |
+
2026-06-04 01:01:05,770 INFO gateway.run: Press Ctrl+C to stop
|
| 443 |
+
2026-06-04 01:01:05,775 INFO gateway.run: Cron ticker started (interval=60s)
|
| 444 |
+
2026-06-04 01:01:10,778 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
metadata.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"timestamp": "2026-06-04T01:01:
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"timestamp": "2026-06-04T01:01:59.058398",
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|