Gendle commited on
Commit
94ec64d
·
verified ·
1 Parent(s): 1e88052

Hermes Agent backup - 2026-06-03 23:13:06

Browse files
config/config.yaml CHANGED
@@ -1,87 +1,88 @@
1
- compression:
 
 
 
 
 
 
 
 
 
 
2
  enabled: true
3
- threshold: 0.5
 
4
  display:
5
  skin: default
6
  show_tool_progress: true
7
  show_resume: true
8
  spinner: dots
9
- model:
10
- default: deepseek-ai/deepseek-v4-pro
11
- provider: custom:nvidia119
 
 
12
  cron:
13
  enabled: true
14
  tick_interval: 60
 
 
 
 
 
15
  custom_providers:
16
- - name: nvidia119
17
- base_url: https://integrate.api.nvidia.com/v1
18
- api_key: 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
19
- model: deepseek-ai/deepseek-v4-pro
20
- models:
21
- deepseek-ai/deepseek-v4-pro:
22
- context_length: 1000000
23
- terminal:
24
- backend: local
25
- timeout: 300
26
- shell: /bin/bash
27
- env_passthrough:
28
- - GEMINI_API_KEY
29
- - GOOGLE_API_KEY
30
- - SILICONFLOW_API_KEY
31
- - GOOGLE_IMAGE_MODEL
32
- - GOOGLE_BASE_URL
33
  auxiliary:
34
  vision:
35
  provider: nvidia
36
- model: ""
37
  timeout: 120
38
  download_timeout: 30
39
  web_extract:
40
  provider: nvidia
41
- model: ""
42
  timeout: 360
43
  compression:
44
  provider: nvidia
45
- model: ""
46
  timeout: 120
47
  title_generation:
48
  provider: nvidia
49
- model: ""
50
  timeout: 30
51
  session_search:
52
  provider: auto
53
- model: ""
54
  timeout: 30
55
  skills_hub:
56
  provider: auto
57
- model: ""
58
  timeout: 30
59
  approval:
60
  provider: auto
61
- model: ""
62
  timeout: 30
63
  mcp:
64
  provider: auto
65
- model: ""
66
  timeout: 30
67
  flush_memories:
68
  provider: auto
69
- model: ""
70
  timeout: 30
71
  memory:
72
  enabled: true
73
  provider: local
74
- api_server:
75
  enabled: true
76
- port: 8642
77
- host: 127.0.0.1
78
- delegation:
79
- model: ""
80
  provider: nvidia
81
- max_iterations: 50
82
- reasoning_effort: medium
83
- agent:
84
- max_iterations: 50
85
- approval_mode: ask
86
- dangerous_command_approval: ask
87
- gateway_timeout: 300
 
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
+ api_server:
12
  enabled: true
13
+ port: 8642
14
+ host: 127.0.0.1
15
  display:
16
  skin: default
17
  show_tool_progress: true
18
  show_resume: true
19
  spinner: dots
20
+ delegation:
21
+ model: ''
22
+ provider: nvidia
23
+ max_iterations: 50
24
+ reasoning_effort: medium
25
  cron:
26
  enabled: true
27
  tick_interval: 60
28
+ agent:
29
+ max_iterations: 50
30
+ approval_mode: ask
31
+ dangerous_command_approval: ask
32
+ gateway_timeout: 300
33
  custom_providers:
34
+ - name: nvidia119
35
+ base_url: https://integrate.api.nvidia.com/v1
36
+ api_key: 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
37
+ model: deepseek-ai/deepseek-v4-pro
38
+ models:
39
+ deepseek-ai/deepseek-v4-pro:
40
+ context_length: 1000000
 
 
 
 
 
 
 
 
 
 
41
  auxiliary:
42
  vision:
43
  provider: nvidia
44
+ model: ''
45
  timeout: 120
46
  download_timeout: 30
47
  web_extract:
48
  provider: nvidia
49
+ model: ''
50
  timeout: 360
51
  compression:
52
  provider: nvidia
53
+ model: ''
54
  timeout: 120
55
  title_generation:
56
  provider: nvidia
57
+ model: ''
58
  timeout: 30
59
  session_search:
60
  provider: auto
61
+ model: ''
62
  timeout: 30
63
  skills_hub:
64
  provider: auto
65
+ model: ''
66
  timeout: 30
67
  approval:
68
  provider: auto
69
+ model: ''
70
  timeout: 30
71
  mcp:
72
  provider: auto
73
+ model: ''
74
  timeout: 30
75
  flush_memories:
76
  provider: auto
77
+ model: ''
78
  timeout: 30
79
  memory:
80
  enabled: true
81
  provider: local
82
+ compression:
83
  enabled: true
84
+ threshold: 0.5
85
+ model:
86
+ default: moonshotai/kimi-k2-thinking
 
87
  provider: nvidia
88
+ base_url: https://integrate.api.nvidia.com/v1
 
 
 
 
 
 
logs/agent.log CHANGED
@@ -542,3 +542,44 @@
542
  2026-06-03 23:07:52,454 INFO gateway.run: Reconnecting api_server (attempt 6)...
543
  2026-06-03 23:07:52,458 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.
544
  2026-06-03 23:07:52,463 INFO gateway.run: Reconnect api_server failed, next retry in 300s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
542
  2026-06-03 23:07:52,454 INFO gateway.run: Reconnecting api_server (attempt 6)...
543
  2026-06-03 23:07:52,458 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.
544
  2026-06-03 23:07:52,463 INFO gateway.run: Reconnect api_server failed, next retry in 300s
545
+ 2026-06-03 23:12:08,554 INFO hermes_cli.plugins: Plugin 'browser-browser-use' registered browser provider: browser-use
546
+ 2026-06-03 23:12:08,555 INFO hermes_cli.plugins: Plugin 'browser-browserbase' registered browser provider: browserbase
547
+ 2026-06-03 23:12:08,556 INFO hermes_cli.plugins: Plugin 'browser-firecrawl' registered browser provider: firecrawl
548
+ 2026-06-03 23:12:08,617 INFO hermes_cli.plugins: Plugin 'fal' registered image_gen provider: fal
549
+ 2026-06-03 23:12:08,617 INFO hermes_cli.plugins: Plugin 'krea' registered image_gen provider: krea
550
+ 2026-06-03 23:12:08,618 INFO hermes_cli.plugins: Plugin 'openai' registered image_gen provider: openai
551
+ 2026-06-03 23:12:08,618 INFO hermes_cli.plugins: Plugin 'openai-codex' registered image_gen provider: openai-codex
552
+ 2026-06-03 23:12:08,619 INFO hermes_cli.plugins: Plugin 'xai' registered image_gen provider: xai
553
+ 2026-06-03 23:12:08,635 INFO hermes_cli.plugins: Plugin 'fal' registered video_gen provider: fal
554
+ 2026-06-03 23:12:08,636 INFO hermes_cli.plugins: Plugin 'xai' registered video_gen provider: xai
555
+ 2026-06-03 23:12:08,637 INFO hermes_cli.plugins: Plugin 'web-brave-free' registered web provider: brave-free
556
+ 2026-06-03 23:12:08,638 INFO hermes_cli.plugins: Plugin 'web-ddgs' registered web provider: ddgs
557
+ 2026-06-03 23:12:08,639 INFO hermes_cli.plugins: Plugin 'web-exa' registered web provider: exa
558
+ 2026-06-03 23:12:08,640 INFO hermes_cli.plugins: Plugin 'web-firecrawl' registered web provider: firecrawl
559
+ 2026-06-03 23:12:08,640 INFO hermes_cli.plugins: Plugin 'web-parallel' registered web provider: parallel
560
+ 2026-06-03 23:12:08,641 INFO hermes_cli.plugins: Plugin 'web-searxng' registered web provider: searxng
561
+ 2026-06-03 23:12:08,642 INFO hermes_cli.plugins: Plugin 'web-tavily' registered web provider: tavily
562
+ 2026-06-03 23:12:08,644 INFO hermes_cli.plugins: Plugin 'web-xai' registered web provider: xai
563
+ 2026-06-03 23:12:08,781 INFO hermes_cli.plugins: Plugin discovery complete: 33 found, 28 enabled
564
+ 2026-06-03 23:12:09,112 INFO tools.lazy_deps: Lazy-installing discord.py[voice]==2.7.1 brotlicffi==1.2.0.1 for feature 'platform.discord'
565
+ 2026-06-03 23:12:12,859 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
566
+ 2026-06-03 23:12:13,266 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
567
+ 2026-06-03 23:12:13,423 INFO gateway.run: Starting Hermes Gateway...
568
+ 2026-06-03 23:12:13,424 INFO gateway.run: Session storage: /data/.hermes/sessions
569
+ 2026-06-03 23:12:13,425 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
570
+ 2026-06-03 23:12:13,426 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
571
+ 2026-06-03 23:12:13,470 INFO gateway.run: Connecting to api_server...
572
+ 2026-06-03 23:12:13,476 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.
573
+ 2026-06-03 23:12:13,477 WARNING gateway.run: ✗ api_server failed to connect
574
+ 2026-06-03 23:12:13,480 INFO gateway.platforms.api_server: [Api_Server] API server stopped
575
+ 2026-06-03 23:12:13,491 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
576
+ 2026-06-03 23:12:13,496 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.
577
+ 2026-06-03 23:12:13,505 INFO gateway.run: Channel directory built: 0 target(s)
578
+ 2026-06-03 23:12:13,506 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
579
+ 2026-06-03 23:12:13,506 INFO gateway.run: Press Ctrl+C to stop
580
+ 2026-06-03 23:12:13,508 INFO gateway.run: Cron ticker started (interval=60s)
581
+ 2026-06-03 23:12:13,628 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
582
+ 2026-06-03 23:12:18,527 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
583
+ 2026-06-03 23:12:43,559 INFO gateway.run: Reconnecting api_server (attempt 2)...
584
+ 2026-06-03 23:12:43,561 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.
585
+ 2026-06-03 23:12:43,568 INFO gateway.run: Reconnect api_server failed, next retry in 60s
logs/errors.log CHANGED
@@ -84,3 +84,8 @@
84
  2026-06-03 22:58:51,878 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.
85
  2026-06-03 23:02:52,123 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.
86
  2026-06-03 23:07:52,458 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.
 
 
 
 
 
 
84
  2026-06-03 22:58:51,878 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.
85
  2026-06-03 23:02:52,123 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.
86
  2026-06-03 23:07:52,458 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.
87
+ 2026-06-03 23:12:13,476 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.
88
+ 2026-06-03 23:12:13,477 WARNING gateway.run: ✗ api_server failed to connect
89
+ 2026-06-03 23:12:13,491 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
90
+ 2026-06-03 23:12:13,496 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.
91
+ 2026-06-03 23:12:43,561 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
@@ -9,3 +9,4 @@
9
  {"ts": "2026-06-03T22:35:57.160909+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}
10
  {"ts": "2026-06-03T22:44:00.684231+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}
11
  {"ts": "2026-06-03T22:55:13.679030+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}
 
 
9
  {"ts": "2026-06-03T22:35:57.160909+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}
10
  {"ts": "2026-06-03T22:44:00.684231+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}
11
  {"ts": "2026-06-03T22:55:13.679030+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}
12
+ {"ts": "2026-06-03T23:12:08.986567+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}
logs/gateway.log CHANGED
@@ -289,3 +289,21 @@
289
  2026-06-03 23:07:52,454 INFO gateway.run: Reconnecting api_server (attempt 6)...
290
  2026-06-03 23:07:52,458 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.
291
  2026-06-03 23:07:52,463 INFO gateway.run: Reconnect api_server failed, next retry in 300s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
289
  2026-06-03 23:07:52,454 INFO gateway.run: Reconnecting api_server (attempt 6)...
290
  2026-06-03 23:07:52,458 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.
291
  2026-06-03 23:07:52,463 INFO gateway.run: Reconnect api_server failed, next retry in 300s
292
+ 2026-06-03 23:12:13,423 INFO gateway.run: Starting Hermes Gateway...
293
+ 2026-06-03 23:12:13,424 INFO gateway.run: Session storage: /data/.hermes/sessions
294
+ 2026-06-03 23:12:13,425 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
295
+ 2026-06-03 23:12:13,426 INFO gateway.run: Secret redaction: ENABLED (tool output, logs, and chat responses are scrubbed before delivery)
296
+ 2026-06-03 23:12:13,470 INFO gateway.run: Connecting to api_server...
297
+ 2026-06-03 23:12:13,476 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.
298
+ 2026-06-03 23:12:13,477 WARNING gateway.run: ✗ api_server failed to connect
299
+ 2026-06-03 23:12:13,480 INFO gateway.platforms.api_server: [Api_Server] API server stopped
300
+ 2026-06-03 23:12:13,491 WARNING gateway.run: Gateway started with no connected platforms — 1 platform(s) queued for retry: api_server: failed to connect
301
+ 2026-06-03 23:12:13,496 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.
302
+ 2026-06-03 23:12:13,505 INFO gateway.run: Channel directory built: 0 target(s)
303
+ 2026-06-03 23:12:13,506 INFO gateway.run: Starting reconnection watcher for 1 failed platform(s): api_server
304
+ 2026-06-03 23:12:13,506 INFO gateway.run: Press Ctrl+C to stop
305
+ 2026-06-03 23:12:13,508 INFO gateway.run: Cron ticker started (interval=60s)
306
+ 2026-06-03 23:12:18,527 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
307
+ 2026-06-03 23:12:43,559 INFO gateway.run: Reconnecting api_server (attempt 2)...
308
+ 2026-06-03 23:12:43,561 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.
309
+ 2026-06-03 23:12:43,568 INFO gateway.run: Reconnect api_server failed, next retry in 60s
metadata.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "timestamp": "2026-06-03T23:12:52.394661",
3
  "version": "0.10.0",
4
  "hermes_home": "/data/.hermes"
5
  }
 
1
  {
2
+ "timestamp": "2026-06-03T23:13:06.743805",
3
  "version": "0.10.0",
4
  "hermes_home": "/data/.hermes"
5
  }