auto-snapshot 2026-08-19 03:00:24
This commit is contained in:
parent
45403e2435
commit
57f32f5388
188
config.yaml
188
config.yaml
|
|
@ -9,10 +9,10 @@ providers:
|
|||
cost_factor: 0.0
|
||||
default_model: nvidia/nemotron-3-super-120b-a12b
|
||||
models:
|
||||
- nvidia/nemotron-mini-4b-instruct
|
||||
- openai/gpt-oss-120b
|
||||
- nvidia/nvidia-nemotron-nano-9b-v2
|
||||
- meta/llama-3.1-8b-instruct
|
||||
- nvidia/nemotron-mini-4b-instruct
|
||||
- openai/gpt-oss-120b
|
||||
- nvidia/nvidia-nemotron-nano-9b-v2
|
||||
- meta/llama-3.1-8b-instruct
|
||||
rate_limit: 1000
|
||||
timeout: 30
|
||||
omniroute-local:
|
||||
|
|
@ -21,9 +21,9 @@ providers:
|
|||
cost_factor: 0.0
|
||||
default_model: auto/chat
|
||||
models:
|
||||
- auto/chat
|
||||
- auto/best-free
|
||||
- auto/coding
|
||||
- auto/chat
|
||||
- auto/best-free
|
||||
- auto/coding
|
||||
rate_limit: 1000
|
||||
timeout: 30
|
||||
deepseek:
|
||||
|
|
@ -32,8 +32,8 @@ providers:
|
|||
cost_factor: 0.0
|
||||
default_model: deepseek-v4-flash
|
||||
models:
|
||||
- deepseek-v4-flash
|
||||
- deepseek-v4-pro
|
||||
- deepseek-v4-flash
|
||||
- deepseek-v4-pro
|
||||
rate_limit: 1000
|
||||
timeout: 30
|
||||
agnes:
|
||||
|
|
@ -42,14 +42,14 @@ providers:
|
|||
cost_factor: 0.0
|
||||
default_model: agnes-2.0-flash
|
||||
models:
|
||||
- agnes-2.0-flash
|
||||
- agnes-2.5-flash
|
||||
- agnes-2.0-flash
|
||||
- agnes-2.5-flash
|
||||
rate_limit: 1000
|
||||
timeout: 60
|
||||
fallback_providers: '["deepseek"]'
|
||||
toolsets:
|
||||
- hermes-cli
|
||||
- web
|
||||
- hermes-cli
|
||||
- web
|
||||
agent:
|
||||
max_turns: 90
|
||||
gateway_timeout: 1800
|
||||
|
|
@ -274,9 +274,9 @@ display:
|
|||
ephemeral_system_ttl: 0
|
||||
runtime_footer:
|
||||
fields:
|
||||
- model
|
||||
- context_pct
|
||||
- cwd
|
||||
- model
|
||||
- context_pct
|
||||
- cwd
|
||||
copy_shortcut: auto
|
||||
tool_progress: all
|
||||
tool_progress_style: accumulate
|
||||
|
|
@ -367,12 +367,12 @@ moa:
|
|||
presets:
|
||||
expert-panel:
|
||||
reference_models:
|
||||
- provider: newapi-local
|
||||
model: openai/gpt-oss-120b
|
||||
- provider: newapi-local
|
||||
model: nvidia/llama-3.3-nemotron-super-49b-v1
|
||||
- provider: newapi-local
|
||||
model: mistralai/mistral-large-3-675b-instruct-2512
|
||||
- provider: newapi-local
|
||||
model: openai/gpt-oss-120b
|
||||
- provider: newapi-local
|
||||
model: nvidia/llama-3.3-nemotron-super-49b-v1
|
||||
- provider: newapi-local
|
||||
model: mistralai/mistral-large-3-675b-instruct-2512
|
||||
aggregator:
|
||||
provider: newapi-local
|
||||
model: openai/gpt-oss-120b
|
||||
|
|
@ -430,38 +430,38 @@ approvals:
|
|||
mcp_reload_confirm: true
|
||||
destructive_slash_confirm: false
|
||||
command_allowlist:
|
||||
- find -delete
|
||||
- force kill processes (killall -KILL)
|
||||
- script execution via -e/-c flag
|
||||
- overwrite project env/config file
|
||||
- git force push short flag (rewrites remote history)
|
||||
- in-place edit of Hermes config/env
|
||||
- SQL TRUNCATE
|
||||
- recursive delete
|
||||
- in-place edit of system config
|
||||
- shell command via -c/-lc flag
|
||||
- copy/move file into /etc/
|
||||
- overwrite system file via redirection
|
||||
- hermes update (restarts gateway, kills running agents)
|
||||
- world/other-writable permissions
|
||||
- disk copy
|
||||
- kill process via pgrep expansion (self-termination)
|
||||
- kill hermes/gateway process (self-termination)
|
||||
- delete in root path
|
||||
- start gateway outside systemd (use 'systemctl --user restart hermes-gateway')
|
||||
- stop/restart system service
|
||||
- force kill processes
|
||||
- overwrite system config
|
||||
- overwrite system file via tee
|
||||
- copy/move file into system config path
|
||||
- git force push (rewrites remote history)
|
||||
- pipe remote content to shell
|
||||
- sudo with combined-flag privilege escalation
|
||||
- script execution via heredoc
|
||||
- stop/restart hermes gateway (kills running agents)
|
||||
- command parser limit or malformed executable payload
|
||||
- overwrite project env/config via redirection
|
||||
- sudo with privilege flag (stdin/askpass/shell/list)
|
||||
- find -delete
|
||||
- force kill processes (killall -KILL)
|
||||
- script execution via -e/-c flag
|
||||
- overwrite project env/config file
|
||||
- git force push short flag (rewrites remote history)
|
||||
- in-place edit of Hermes config/env
|
||||
- SQL TRUNCATE
|
||||
- recursive delete
|
||||
- in-place edit of system config
|
||||
- shell command via -c/-lc flag
|
||||
- copy/move file into /etc/
|
||||
- overwrite system file via redirection
|
||||
- hermes update (restarts gateway, kills running agents)
|
||||
- world/other-writable permissions
|
||||
- disk copy
|
||||
- kill process via pgrep expansion (self-termination)
|
||||
- kill hermes/gateway process (self-termination)
|
||||
- delete in root path
|
||||
- start gateway outside systemd (use 'systemctl --user restart hermes-gateway')
|
||||
- stop/restart system service
|
||||
- force kill processes
|
||||
- overwrite system config
|
||||
- overwrite system file via tee
|
||||
- copy/move file into system config path
|
||||
- git force push (rewrites remote history)
|
||||
- pipe remote content to shell
|
||||
- sudo with combined-flag privilege escalation
|
||||
- script execution via heredoc
|
||||
- stop/restart hermes gateway (kills running agents)
|
||||
- command parser limit or malformed executable payload
|
||||
- overwrite project env/config via redirection
|
||||
- sudo with privilege flag (stdin/askpass/shell/list)
|
||||
hooks_auto_accept: false
|
||||
security:
|
||||
allow_private_urls: false
|
||||
|
|
@ -558,16 +558,16 @@ _config_version: 33
|
|||
mcp_servers:
|
||||
codegraph:
|
||||
args:
|
||||
- serve
|
||||
- --mcp
|
||||
- serve
|
||||
- --mcp
|
||||
command: codegraph
|
||||
connect_timeout: 60
|
||||
enabled: true
|
||||
timeout: 120
|
||||
github:
|
||||
args:
|
||||
- -y
|
||||
- '@modelcontextprotocol/server-github'
|
||||
- -y
|
||||
- '@modelcontextprotocol/server-github'
|
||||
command: npx
|
||||
enabled: true
|
||||
env:
|
||||
|
|
@ -576,8 +576,8 @@ mcp_servers:
|
|||
openclaw:
|
||||
command: openclaw
|
||||
args:
|
||||
- mcp
|
||||
- serve
|
||||
- mcp
|
||||
- serve
|
||||
connect_timeout: 60
|
||||
timeout: 300
|
||||
codebase-memory-mcp:
|
||||
|
|
@ -586,30 +586,30 @@ mcp_servers:
|
|||
dbx:
|
||||
command: npx
|
||||
args:
|
||||
- -y
|
||||
- '@dbx-app/mcp-server'
|
||||
- -y
|
||||
- '@dbx-app/mcp-server'
|
||||
enabled: true
|
||||
timeout: 120
|
||||
connect_timeout: 60
|
||||
platform_toolsets:
|
||||
cli:
|
||||
- browser
|
||||
- clarify
|
||||
- code_execution
|
||||
- computer_use
|
||||
- cronjob
|
||||
- delegation
|
||||
- file
|
||||
- image_gen
|
||||
- memory
|
||||
- session_search
|
||||
- skills
|
||||
- terminal
|
||||
- todo
|
||||
- tts
|
||||
- vision
|
||||
- web
|
||||
- mcp-codegraph
|
||||
- browser
|
||||
- clarify
|
||||
- code_execution
|
||||
- computer_use
|
||||
- cronjob
|
||||
- delegation
|
||||
- file
|
||||
- image_gen
|
||||
- memory
|
||||
- session_search
|
||||
- skills
|
||||
- terminal
|
||||
- todo
|
||||
- tts
|
||||
- vision
|
||||
- web
|
||||
- mcp-codegraph
|
||||
platforms:
|
||||
webhook:
|
||||
enabled: true
|
||||
|
|
@ -623,9 +623,9 @@ platforms:
|
|||
plugins:
|
||||
disabled: []
|
||||
enabled:
|
||||
- agentic-sms-gateway
|
||||
- cronalytics
|
||||
- rtk-rewrite
|
||||
- agentic-sms-gateway
|
||||
- cronalytics
|
||||
- rtk-rewrite
|
||||
weixin:
|
||||
enabled: true
|
||||
extra:
|
||||
|
|
@ -638,26 +638,4 @@ weixin:
|
|||
session_reset: {}
|
||||
known_plugin_toolsets:
|
||||
cli:
|
||||
- spotify
|
||||
|
||||
# ── Fallback Model ────────────────────────────────────────────────────
|
||||
# Automatic provider failover when primary is unavailable.
|
||||
# Uncomment and configure to enable. Triggers on rate limits (429),
|
||||
# overload (529), service errors (503), or connection failures.
|
||||
#
|
||||
# Supported providers:
|
||||
# openrouter (OPENROUTER_API_KEY) — routes to any model
|
||||
# openai-codex (OAuth — hermes auth) — OpenAI Codex
|
||||
# nous (OAuth — hermes auth) — Nous Portal
|
||||
# zai (ZAI_API_KEY) — Z.AI / GLM
|
||||
# kimi-coding (KIMI_API_KEY) — Kimi / Moonshot
|
||||
# kimi-coding-cn (KIMI_CN_API_KEY) — Kimi / Moonshot (China)
|
||||
# minimax (MINIMAX_API_KEY) — MiniMax
|
||||
# minimax-cn (MINIMAX_CN_API_KEY) — MiniMax (China)
|
||||
# bedrock (AWS IAM / boto3) — AWS Bedrock (Converse API)
|
||||
#
|
||||
# For custom OpenAI-compatible endpoints, add base_url and key_env.
|
||||
#
|
||||
# fallback_model:
|
||||
# provider: openrouter
|
||||
# model: anthropic/claude-sonnet-4
|
||||
- spotify
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"last_report_path": "/home/muc/.hermes/profiles/prof-b/logs/curator/20260811-140104",
|
||||
"last_run_at": "2026-08-11T14:01:04.419530+00:00",
|
||||
"last_run_duration_seconds": 1.336497,
|
||||
"last_run_summary": "auto: 6 marked stale, 1 reactivated; llm: skipped (consolidation off)",
|
||||
"last_report_path": "/home/muc/.hermes/logs/curator/20260818-141738",
|
||||
"last_run_at": "2026-08-18T14:17:38.283960+00:00",
|
||||
"last_run_duration_seconds": 1.333861,
|
||||
"last_run_summary": "auto: 2 marked stale; llm: skipped (consolidation off)",
|
||||
"last_run_summary_shown_at": null,
|
||||
"paused": false,
|
||||
"run_count": 14
|
||||
"run_count": 15
|
||||
}
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
"last_viewed_at": "2026-07-14T08:33:25.659718+00:00",
|
||||
"patch_count": 473,
|
||||
"pinned": false,
|
||||
"state": "active",
|
||||
"state": "stale",
|
||||
"use_count": 235,
|
||||
"view_count": 235
|
||||
},
|
||||
|
|
@ -597,14 +597,14 @@
|
|||
"created_by": "agent",
|
||||
"last_patched_at": "2026-08-07T14:01:49.929277+00:00",
|
||||
"last_reused_patch_generation": 0,
|
||||
"last_used_at": "2026-08-16T14:00:48.304529+00:00",
|
||||
"last_viewed_at": "2026-08-16T14:00:48.300847+00:00",
|
||||
"last_used_at": "2026-08-18T14:01:09.488310+00:00",
|
||||
"last_viewed_at": "2026-08-18T14:01:09.484067+00:00",
|
||||
"patch_count": 7,
|
||||
"patch_generation": 0,
|
||||
"pinned": false,
|
||||
"state": "active",
|
||||
"use_count": 10,
|
||||
"view_count": 10
|
||||
"use_count": 11,
|
||||
"view_count": 11
|
||||
},
|
||||
"deepseek-harness-research": {
|
||||
"archived_at": null,
|
||||
|
|
@ -1472,7 +1472,7 @@
|
|||
"last_viewed_at": "2026-07-13T04:28:35.733632+00:00",
|
||||
"patch_count": 33,
|
||||
"pinned": false,
|
||||
"state": "active",
|
||||
"state": "stale",
|
||||
"use_count": 31,
|
||||
"view_count": 31
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue