Gendle commited on
Commit
655a581
·
verified ·
1 Parent(s): c40b959

Hermes Agent backup - 2026-06-02 07:49:56

Browse files
Files changed (3) hide show
  1. config/.env +2 -0
  2. config/config.yaml +30 -30
  3. metadata.json +1 -1
config/.env CHANGED
@@ -3,3 +3,5 @@ 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
 
 
 
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
config/config.yaml CHANGED
@@ -1,89 +1,89 @@
1
  api_server:
2
  enabled: true
3
  port: 8642
4
- host: 127.0.0.1
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-v4-pro
55
- provider: custom: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
  terminal:
70
- backend: local
71
  timeout: 300
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
  custom_providers:
83
- - name: nvidia
84
- base_url: https://integrate.api.nvidia.com/v1
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
  api_server:
2
  enabled: true
3
  port: 8642
4
+ host: "127.0.0.1"
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-v4-pro"
55
+ provider: "custom: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
  terminal:
70
+ backend: "local"
71
  timeout: 300
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
  custom_providers:
83
+ - name: "nvidia"
84
+ base_url: "https://integrate.api.nvidia.com/v1"
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
metadata.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "timestamp": "2026-06-02T07:49:09.179291",
3
  "version": "0.10.0",
4
  "hermes_home": "/data/.hermes"
5
  }
 
1
  {
2
+ "timestamp": "2026-06-02T07:49:56.784159",
3
  "version": "0.10.0",
4
  "hermes_home": "/data/.hermes"
5
  }