Hermes Agent backup - 2026-06-03 21:15:50
Browse files- config/.env +0 -4
- config/config.yaml +38 -47
- logs/agent.log +0 -0
- logs/errors.log +0 -0
- logs/gateway-exit-diag.log +1 -11
- logs/gateway.log +0 -0
- metadata.json +1 -1
- state/state.db +2 -2
- webui/.token +1 -1
config/.env
CHANGED
|
@@ -3,7 +3,3 @@ API_SERVER_HOST=127.0.0.1
|
|
| 3 |
API_SERVER_PORT=8642
|
| 4 |
GATEWAY_ALLOW_ALL_USERS=true
|
| 5 |
HERMES_MODEL=moonshotai/kimi-k2-thinking
|
| 6 |
-
|
| 7 |
-
DISCORD_BOT_TOKEN=MTUxMTI3MzE5Nzk2MDQyOTY3MQ.GGraov.mBpzHyVTWHNA-3uXplIUtBJLp4ZYXq14fg5t80
|
| 8 |
-
|
| 9 |
-
NVIDIA_API_KEY=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
|
|
|
|
| 3 |
API_SERVER_PORT=8642
|
| 4 |
GATEWAY_ALLOW_ALL_USERS=true
|
| 5 |
HERMES_MODEL=moonshotai/kimi-k2-thinking
|
|
|
|
|
|
|
|
|
|
|
|
config/config.yaml
CHANGED
|
@@ -1,89 +1,80 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
auxiliary:
|
| 6 |
vision:
|
| 7 |
provider: nvidia
|
| 8 |
-
model:
|
| 9 |
timeout: 120
|
| 10 |
download_timeout: 30
|
| 11 |
web_extract:
|
| 12 |
provider: nvidia
|
| 13 |
-
model:
|
| 14 |
timeout: 360
|
| 15 |
compression:
|
| 16 |
provider: nvidia
|
| 17 |
-
model:
|
| 18 |
timeout: 120
|
| 19 |
title_generation:
|
| 20 |
provider: nvidia
|
| 21 |
-
model:
|
| 22 |
timeout: 30
|
| 23 |
session_search:
|
| 24 |
provider: auto
|
| 25 |
-
model:
|
| 26 |
timeout: 30
|
| 27 |
skills_hub:
|
| 28 |
provider: auto
|
| 29 |
-
model:
|
| 30 |
timeout: 30
|
| 31 |
approval:
|
| 32 |
provider: auto
|
| 33 |
-
model:
|
| 34 |
timeout: 30
|
| 35 |
mcp:
|
| 36 |
provider: auto
|
| 37 |
-
model:
|
| 38 |
timeout: 30
|
| 39 |
flush_memories:
|
| 40 |
provider: auto
|
| 41 |
-
model:
|
| 42 |
timeout: 30
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
display:
|
| 44 |
skin: default
|
| 45 |
show_tool_progress: true
|
| 46 |
show_resume: true
|
| 47 |
spinner: dots
|
| 48 |
-
memory:
|
| 49 |
-
enabled: true
|
| 50 |
-
provider: local
|
| 51 |
-
memory_enabled: true
|
| 52 |
-
user_profile_enabled: true
|
| 53 |
-
model:
|
| 54 |
-
default: deepseek-ai/deepseek-v3.2
|
| 55 |
-
provider: nvidia
|
| 56 |
-
cron:
|
| 57 |
-
enabled: true
|
| 58 |
-
tick_interval: 60
|
| 59 |
-
delegation:
|
| 60 |
-
model: ""
|
| 61 |
-
provider: nvidia
|
| 62 |
-
max_iterations: 50
|
| 63 |
-
reasoning_effort: medium
|
| 64 |
agent:
|
| 65 |
max_iterations: 50
|
| 66 |
approval_mode: ask
|
| 67 |
dangerous_command_approval: ask
|
| 68 |
gateway_timeout: 300
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
shell: /bin/bash
|
| 73 |
-
env_passthrough:
|
| 74 |
-
- GEMINI_API_KEY
|
| 75 |
-
- GOOGLE_API_KEY
|
| 76 |
-
- SILICONFLOW_API_KEY
|
| 77 |
-
- GOOGLE_IMAGE_MODEL
|
| 78 |
-
- GOOGLE_BASE_URL
|
| 79 |
compression:
|
| 80 |
enabled: true
|
| 81 |
threshold: 0.5
|
| 82 |
-
|
| 83 |
-
|
| 84 |
-
|
| 85 |
-
api_key: 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
|
| 86 |
-
model: deepseek-ai/deepseek-v4-pro
|
| 87 |
-
models:
|
| 88 |
-
deepseek-ai/deepseek-v4-pro:
|
| 89 |
-
context_length: 1000000
|
|
|
|
| 1 |
+
model:
|
| 2 |
+
default: moonshotai/kimi-k2-thinking
|
| 3 |
+
provider: nvidia
|
| 4 |
+
base_url: https://integrate.api.nvidia.com/v1
|
| 5 |
auxiliary:
|
| 6 |
vision:
|
| 7 |
provider: nvidia
|
| 8 |
+
model: ''
|
| 9 |
timeout: 120
|
| 10 |
download_timeout: 30
|
| 11 |
web_extract:
|
| 12 |
provider: nvidia
|
| 13 |
+
model: ''
|
| 14 |
timeout: 360
|
| 15 |
compression:
|
| 16 |
provider: nvidia
|
| 17 |
+
model: ''
|
| 18 |
timeout: 120
|
| 19 |
title_generation:
|
| 20 |
provider: nvidia
|
| 21 |
+
model: ''
|
| 22 |
timeout: 30
|
| 23 |
session_search:
|
| 24 |
provider: auto
|
| 25 |
+
model: ''
|
| 26 |
timeout: 30
|
| 27 |
skills_hub:
|
| 28 |
provider: auto
|
| 29 |
+
model: ''
|
| 30 |
timeout: 30
|
| 31 |
approval:
|
| 32 |
provider: auto
|
| 33 |
+
model: ''
|
| 34 |
timeout: 30
|
| 35 |
mcp:
|
| 36 |
provider: auto
|
| 37 |
+
model: ''
|
| 38 |
timeout: 30
|
| 39 |
flush_memories:
|
| 40 |
provider: auto
|
| 41 |
+
model: ''
|
| 42 |
timeout: 30
|
| 43 |
+
delegation:
|
| 44 |
+
model: ''
|
| 45 |
+
provider: nvidia
|
| 46 |
+
max_iterations: 50
|
| 47 |
+
reasoning_effort: medium
|
| 48 |
+
api_server:
|
| 49 |
+
enabled: true
|
| 50 |
+
port: 8642
|
| 51 |
+
host: 127.0.0.1
|
| 52 |
+
terminal:
|
| 53 |
+
backend: local
|
| 54 |
+
timeout: 300
|
| 55 |
+
shell: /bin/bash
|
| 56 |
+
env_passthrough:
|
| 57 |
+
- GEMINI_API_KEY
|
| 58 |
+
- GOOGLE_API_KEY
|
| 59 |
+
- SILICONFLOW_API_KEY
|
| 60 |
+
- GOOGLE_IMAGE_MODEL
|
| 61 |
+
- GOOGLE_BASE_URL
|
| 62 |
display:
|
| 63 |
skin: default
|
| 64 |
show_tool_progress: true
|
| 65 |
show_resume: true
|
| 66 |
spinner: dots
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
agent:
|
| 68 |
max_iterations: 50
|
| 69 |
approval_mode: ask
|
| 70 |
dangerous_command_approval: ask
|
| 71 |
gateway_timeout: 300
|
| 72 |
+
memory:
|
| 73 |
+
enabled: true
|
| 74 |
+
provider: local
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
compression:
|
| 76 |
enabled: true
|
| 77 |
threshold: 0.5
|
| 78 |
+
cron:
|
| 79 |
+
enabled: true
|
| 80 |
+
tick_interval: 60
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
logs/agent.log
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
logs/errors.log
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
logs/gateway-exit-diag.log
CHANGED
|
@@ -1,11 +1 @@
|
|
| 1 |
-
{"ts": "2026-06-
|
| 2 |
-
{"ts": "2026-06-02T04:41:01.576182+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}
|
| 3 |
-
{"ts": "2026-06-02T05:09:20.724190+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}
|
| 4 |
-
{"ts": "2026-06-02T05:19:27.024172+00:00", "tag": "gateway.start", "pid": 74, "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}
|
| 5 |
-
{"ts": "2026-06-02T05:31:50.432468+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}
|
| 6 |
-
{"ts": "2026-06-02T05:39:34.809837+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}
|
| 7 |
-
{"ts": "2026-06-02T05:58:33.778867+00:00", "tag": "gateway.start", "pid": 70, "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}
|
| 8 |
-
{"ts": "2026-06-02T07:49:59.495928+00:00", "tag": "asyncio.run.returned", "pid": 70, "python": "3.11.15", "platform": "linux", "success": true}
|
| 9 |
-
{"ts": "2026-06-02T07:49:59.498397+00:00", "tag": "gateway.exit_clean", "pid": 70, "python": "3.11.15", "platform": "linux"}
|
| 10 |
-
{"ts": "2026-06-02T07:49:59.527461+00:00", "tag": "atexit.hook", "pid": 70, "python": "3.11.15", "platform": "linux", "sys_exc": "(None, None, None)"}
|
| 11 |
-
{"ts": "2026-06-02T07:50:08.131094+00:00", "tag": "gateway.start", "pid": 846, "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}
|
|
|
|
| 1 |
+
{"ts": "2026-06-03T21:14:52.531145+00:00", "tag": "gateway.start", "pid": 74, "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
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"timestamp": "2026-06-03T21:15:
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"timestamp": "2026-06-03T21:15:50.319833",
|
| 3 |
"version": "0.10.0",
|
| 4 |
"hermes_home": "/data/.hermes"
|
| 5 |
}
|
state/state.db
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:352a9bb23c329c5a9bf235baf56917358b5b64b03f1a11d261fadae9c3cdb721
|
| 3 |
+
size 4096
|
webui/.token
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
|
|
|
|
| 1 |
+
fd438dee514519a58d5ebc05fe292239
|