Hermes Agent backup - 2026-05-03 03:50:49
Browse files- config/.env +5 -0
- config/config.yaml +74 -0
- cron/.tick.lock +0 -0
- logs/agent.log +37 -0
- logs/errors.log +12 -0
- logs/gateway.log +23 -0
- metadata.json +5 -0
- personality/SOUL.md +1 -0
- state/state.db +0 -0
- webui/.token +1 -0
config/.env
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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=moonshotai/kimi-k2-thinking
|
config/config.yaml
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
display:
|
| 57 |
+
skin: default
|
| 58 |
+
show_tool_progress: true
|
| 59 |
+
show_resume: true
|
| 60 |
+
spinner: dots
|
| 61 |
+
agent:
|
| 62 |
+
max_iterations: 50
|
| 63 |
+
approval_mode: ask
|
| 64 |
+
dangerous_command_approval: ask
|
| 65 |
+
gateway_timeout: 300
|
| 66 |
+
memory:
|
| 67 |
+
enabled: true
|
| 68 |
+
provider: local
|
| 69 |
+
compression:
|
| 70 |
+
enabled: true
|
| 71 |
+
threshold: 0.5
|
| 72 |
+
cron:
|
| 73 |
+
enabled: true
|
| 74 |
+
tick_interval: 60
|
cron/.tick.lock
ADDED
|
File without changes
|
logs/agent.log
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2026-05-03 03:45:53,445 INFO tools.tirith_security: tirith not found — downloading latest release for x86_64-unknown-linux-gnu...
|
| 2 |
+
2026-05-03 03:45:53,465 INFO gateway.run: Starting Hermes Gateway...
|
| 3 |
+
2026-05-03 03:45:53,468 INFO gateway.run: Session storage: /data/.hermes/sessions
|
| 4 |
+
2026-05-03 03:45:53,471 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
|
| 5 |
+
2026-05-03 03:45:53,653 INFO gateway.run: Connecting to api_server...
|
| 6 |
+
2026-05-03 03:45:53,664 WARNING gateway.platforms.api_server: [Api_Server] ⚠️ No API key configured (API_SERVER_KEY / platforms.api_server.key). All requests will be accepted without authentication. Set an API key for production deployments to prevent unauthorized access to sessions, responses, and cron jobs.
|
| 7 |
+
2026-05-03 03:45:53,665 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
|
| 8 |
+
2026-05-03 03:45:53,669 INFO gateway.run: ✓ api_server connected
|
| 9 |
+
2026-05-03 03:45:53,674 INFO gateway.run: Gateway running with 1 platform(s)
|
| 10 |
+
2026-05-03 03:45:53,679 INFO gateway.run: Channel directory built: 0 target(s)
|
| 11 |
+
2026-05-03 03:45:53,680 INFO gateway.run: Press Ctrl+C to stop
|
| 12 |
+
2026-05-03 03:45:53,684 INFO gateway.run: Cron ticker started (interval=60s)
|
| 13 |
+
2026-05-03 03:45:53,997 INFO tools.tirith_security: cosign not on PATH — installing tirith with SHA-256 verification only (install cosign for full supply chain verification)
|
| 14 |
+
2026-05-03 03:45:54,227 INFO tools.tirith_security: tirith installed to /data/.hermes/bin/tirith (SHA-256 only)
|
| 15 |
+
2026-05-03 03:45:54,621 INFO aiohttp.access: 127.0.0.1 [03/May/2026:03:45:54 +0000] "GET /health HTTP/1.1" 200 266 "-" "curl/8.14.1"
|
| 16 |
+
2026-05-03 03:45:55,642 INFO aiohttp.access: 127.0.0.1 [03/May/2026:03:45:55 +0000] "GET /health HTTP/1.1" 200 266 "-" "node"
|
| 17 |
+
2026-05-03 03:45:58,686 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 18 |
+
2026-05-03 03:46:00,296 INFO aiohttp.access: 127.0.0.1 [03/May/2026:03:46:00 +0000] "GET /health HTTP/1.1" 200 266 "-" "node"
|
| 19 |
+
2026-05-03 03:48:27,526 INFO aiohttp.access: 127.0.0.1 [03/May/2026:03:48:27 +0000] "GET /health HTTP/1.1" 200 266 "-" "node"
|
| 20 |
+
2026-05-03 03:48:57,521 INFO aiohttp.access: 127.0.0.1 [03/May/2026:03:48:57 +0000] "GET /health HTTP/1.1" 200 266 "-" "node"
|
| 21 |
+
2026-05-03 03:49:23,560 INFO aiohttp.access: 127.0.0.1 [03/May/2026:03:49:23 +0000] "POST /v1/runs HTTP/1.1" 202 299 "-" "node"
|
| 22 |
+
2026-05-03 03:49:23,570 INFO run_agent: Loaded environment variables from /data/.hermes/.env
|
| 23 |
+
2026-05-03 03:49:24,355 ERROR gateway.platforms.api_server: [api_server] run run_a9b294e570894e2299a856333401e2ba failed
|
| 24 |
+
Traceback (most recent call last):
|
| 25 |
+
File "/usr/local/lib/python3.11/site-packages/gateway/platforms/api_server.py", line 2547, in _run_and_close
|
| 26 |
+
agent = self._create_agent(
|
| 27 |
+
^^^^^^^^^^^^^^^^^^^
|
| 28 |
+
File "/usr/local/lib/python3.11/site-packages/gateway/platforms/api_server.py", line 746, in _create_agent
|
| 29 |
+
agent = AIAgent(
|
| 30 |
+
^^^^^^^^
|
| 31 |
+
File "/usr/local/lib/python3.11/site-packages/run_agent.py", line 1507, in __init__
|
| 32 |
+
raise RuntimeError(
|
| 33 |
+
RuntimeError: Provider 'nvidia' is set in config.yaml but no API key was found. Set the NVIDIA_API_KEY environment variable, or switch to a different provider with `hermes model`.
|
| 34 |
+
2026-05-03 03:49:24,364 INFO aiohttp.access: 127.0.0.1 [03/May/2026:03:49:24 +0000] "GET /v1/runs/run_a9b294e570894e2299a856333401e2ba/events HTTP/1.1" 200 528 "-" "node"
|
| 35 |
+
2026-05-03 03:49:27,453 INFO aiohttp.access: 127.0.0.1 [03/May/2026:03:49:27 +0000] "GET /health HTTP/1.1" 200 266 "-" "node"
|
| 36 |
+
2026-05-03 03:49:57,628 INFO aiohttp.access: 127.0.0.1 [03/May/2026:03:49:57 +0000] "GET /health HTTP/1.1" 200 266 "-" "node"
|
| 37 |
+
2026-05-03 03:50:27,680 INFO aiohttp.access: 127.0.0.1 [03/May/2026:03:50:27 +0000] "GET /health HTTP/1.1" 200 266 "-" "node"
|
logs/errors.log
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2026-05-03 03:45:53,664 WARNING gateway.platforms.api_server: [Api_Server] ⚠️ No API key configured (API_SERVER_KEY / platforms.api_server.key). All requests will be accepted without authentication. Set an API key for production deployments to prevent unauthorized access to sessions, responses, and cron jobs.
|
| 2 |
+
2026-05-03 03:49:24,355 ERROR gateway.platforms.api_server: [api_server] run run_a9b294e570894e2299a856333401e2ba failed
|
| 3 |
+
Traceback (most recent call last):
|
| 4 |
+
File "/usr/local/lib/python3.11/site-packages/gateway/platforms/api_server.py", line 2547, in _run_and_close
|
| 5 |
+
agent = self._create_agent(
|
| 6 |
+
^^^^^^^^^^^^^^^^^^^
|
| 7 |
+
File "/usr/local/lib/python3.11/site-packages/gateway/platforms/api_server.py", line 746, in _create_agent
|
| 8 |
+
agent = AIAgent(
|
| 9 |
+
^^^^^^^^
|
| 10 |
+
File "/usr/local/lib/python3.11/site-packages/run_agent.py", line 1507, in __init__
|
| 11 |
+
raise RuntimeError(
|
| 12 |
+
RuntimeError: Provider 'nvidia' is set in config.yaml but no API key was found. Set the NVIDIA_API_KEY environment variable, or switch to a different provider with `hermes model`.
|
logs/gateway.log
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
2026-05-03 03:45:53,465 INFO gateway.run: Starting Hermes Gateway...
|
| 2 |
+
2026-05-03 03:45:53,468 INFO gateway.run: Session storage: /data/.hermes/sessions
|
| 3 |
+
2026-05-03 03:45:53,471 INFO gateway.run: Agent budget: max_iterations=90 (agent.max_turns from config.yaml, or HERMES_MAX_ITERATIONS from .env, or default 90)
|
| 4 |
+
2026-05-03 03:45:53,653 INFO gateway.run: Connecting to api_server...
|
| 5 |
+
2026-05-03 03:45:53,664 WARNING gateway.platforms.api_server: [Api_Server] ⚠️ No API key configured (API_SERVER_KEY / platforms.api_server.key). All requests will be accepted without authentication. Set an API key for production deployments to prevent unauthorized access to sessions, responses, and cron jobs.
|
| 6 |
+
2026-05-03 03:45:53,665 INFO gateway.platforms.api_server: [Api_Server] API server listening on http://127.0.0.1:8642 (model: hermes-agent)
|
| 7 |
+
2026-05-03 03:45:53,669 INFO gateway.run: ✓ api_server connected
|
| 8 |
+
2026-05-03 03:45:53,674 INFO gateway.run: Gateway running with 1 platform(s)
|
| 9 |
+
2026-05-03 03:45:53,679 INFO gateway.run: Channel directory built: 0 target(s)
|
| 10 |
+
2026-05-03 03:45:53,680 INFO gateway.run: Press Ctrl+C to stop
|
| 11 |
+
2026-05-03 03:45:53,684 INFO gateway.run: Cron ticker started (interval=60s)
|
| 12 |
+
2026-05-03 03:45:58,686 INFO gateway.run: kanban dispatcher: embedded in gateway (interval=60.0s)
|
| 13 |
+
2026-05-03 03:49:24,355 ERROR gateway.platforms.api_server: [api_server] run run_a9b294e570894e2299a856333401e2ba failed
|
| 14 |
+
Traceback (most recent call last):
|
| 15 |
+
File "/usr/local/lib/python3.11/site-packages/gateway/platforms/api_server.py", line 2547, in _run_and_close
|
| 16 |
+
agent = self._create_agent(
|
| 17 |
+
^^^^^^^^^^^^^^^^^^^
|
| 18 |
+
File "/usr/local/lib/python3.11/site-packages/gateway/platforms/api_server.py", line 746, in _create_agent
|
| 19 |
+
agent = AIAgent(
|
| 20 |
+
^^^^^^^^
|
| 21 |
+
File "/usr/local/lib/python3.11/site-packages/run_agent.py", line 1507, in __init__
|
| 22 |
+
raise RuntimeError(
|
| 23 |
+
RuntimeError: Provider 'nvidia' is set in config.yaml but no API key was found. Set the NVIDIA_API_KEY environment variable, or switch to a different provider with `hermes model`.
|
metadata.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"timestamp": "2026-05-03T03:50:49.800332",
|
| 3 |
+
"version": "0.10.0",
|
| 4 |
+
"hermes_home": "/data/.hermes"
|
| 5 |
+
}
|
personality/SOUL.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
You are Hermes Agent, an intelligent AI assistant created by Nous Research. You are helpful, knowledgeable, and direct. You assist users with a wide range of tasks including answering questions, writing and editing code, analyzing information, creative work, and executing actions via your tools. You communicate clearly, admit uncertainty when appropriate, and prioritize being genuinely useful over being verbose unless otherwise directed below. Be targeted and efficient in your exploration and investigations.
|
state/state.db
ADDED
|
Binary file (4.1 kB). View file
|
|
|
webui/.token
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
0c6247584dd683b58ed66af2dd231502
|