Hermes Agent setup, migration, LightRAG, Telegram, and skill creation guide
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 19 天前 | ||
Remake the guide for the v0.18.2 era: Part 27 "Power Secrets", Part 28 "Recipe Book", six new infographics + July 2026 research pass (#29) * Modernize guide to v0.18.2 era: add Part 27 Power Secrets + July 2026 research updates Co-Authored-By: Rob <onerobby@gmail.com> * Add high-end SVG infographics (Part 27 hero, cheat-sheet poster, seven-layer security, agent ladder, token tax), refresh release timeline to v0.18.2, reconcile compression-threshold guidance Co-Authored-By: Rob <onerobby@gmail.com> * Add Part 28 Recipe Book (12 production builds) + map infographic; LightRAG 2026 scaling playbook; skill-description hygiene; 29-part navigation Co-Authored-By: Rob <onerobby@gmail.com> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> | 1 个月前 | |
ci: commit the dated benchmark CSV receipt; fix issues-tracker link - .gitignore: keep benchmark run output ignored but allow dated *.csv receipts (the results file is the evidence the README references) - docs/evidence: issues link is the full GitHub URL, not a repo-relative path | 19 天前 | |
Accuracy and reproducibility overhaul - Align every config example with the real v0.18 schema documented in Part 19 (approvals:, command_allowlist:, tools.include/exclude); remove fictional keys from parts 16/17/18/21, skills, wizard, config templates, reference architectures, and outreach drafts - Ship a real benchmark harness: benchmarks/run.sh + tasks/ + render.py; fix the 12-vs-13 model count everywhere - Fix broken runnable artifacts: vps-bootstrap ExecStart path + idempotency + non-destructive ufw, langfuse compose healthcheck + bucket bootstrap, nightly-backup age pipeline, part11 gateway watchdog self-match, Caddyfile reload/basic_auth - Canonical install URL everywhere; dashboard standardized on --host/--port 9119; 25+ platform count synced - README: de-duplicate inlined Parts 1-5 (1832 -> 430 lines); zh/ja translations synced to v0.18 / 27 parts - CI: full-repo link check, new anchor checker, real yamllint targets, stronger skill validation, bash -n over scripts - Remove PII (CoC email, real-looking IDs); fix dead anchors, archived MCP server recommendations, and dozens of drift bugs | 2 个月前 | |
ci: commit the dated benchmark CSV receipt; fix issues-tracker link - .gitignore: keep benchmark run output ignored but allow dated *.csv receipts (the results file is the evidence the README references) - docs/evidence: issues link is the full GitHub URL, not a repo-relative path | 19 天前 | |
Update LightRAG: Kimi 2.5 entity extraction, Cerebras+Qwen3 fastest option, add WebUI screenshot (credit: LightRAG project) | 5 个月前 | |
| 19 天前 | ||
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
ci: commit the dated benchmark CSV receipt; fix issues-tracker link - .gitignore: keep benchmark run output ignored but allow dated *.csv receipts (the results file is the evidence the README references) - docs/evidence: issues link is the full GitHub URL, not a repo-relative path | 19 天前 | |
| 19 天前 | ||
Accuracy and reproducibility overhaul - Align every config example with the real v0.18 schema documented in Part 19 (approvals:, command_allowlist:, tools.include/exclude); remove fictional keys from parts 16/17/18/21, skills, wizard, config templates, reference architectures, and outreach drafts - Ship a real benchmark harness: benchmarks/run.sh + tasks/ + render.py; fix the 12-vs-13 model count everywhere - Fix broken runnable artifacts: vps-bootstrap ExecStart path + idempotency + non-destructive ufw, langfuse compose healthcheck + bucket bootstrap, nightly-backup age pipeline, part11 gateway watchdog self-match, Caddyfile reload/basic_auth - Canonical install URL everywhere; dashboard standardized on --host/--port 9119; 25+ platform count synced - README: de-duplicate inlined Parts 1-5 (1832 -> 430 lines); zh/ja translations synced to v0.18 / 27 parts - CI: full-repo link check, new anchor checker, real yamllint targets, stronger skill validation, bash -n over scripts - Remove PII (CoC email, real-looking IDs); fix dead anchors, archived MCP server recommendations, and dozens of drift bugs | 2 个月前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
Initial commit: Hermes Optimization Guide - Part 1: Setup (installation, configuration, first-run) - Part 2: OpenClaw Migration (automated data transfer) - Part 3: LightRAG Graph RAG (knowledge graph setup & optimization) - Part 4: Telegram Bot (mobile access, voice, groups) - Part 5: On-the-Fly Skills (agent-created reusable workflows) | 5 个月前 | |
| 19 天前 | ||
| 19 天前 | ||
| 19 天前 | ||
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
| 19 天前 | ||
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
| 19 天前 | ||
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
| 19 天前 | ||
| 19 天前 | ||
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
| 19 天前 | ||
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
docs: Herald-era refresh — bring the guide to Hermes v0.20.4 (2026.8.18) The guide previously targeted v0.18.2 (July 2026); this pass moves every part, artifact, and the top-level index to the current v0.20.4 "Herald" line, verified against the installed CLI (hermes --help) and the official docs tree. Highlights: - README/CHANGELOG/ROADMAP re-baselined: badges, What's New (v0.19 + v0.20 Herald: streaming voice & barge-in, A2A v1.0, outbound webhooks, grounded citations, desktop Bots, computer use, egress/iron-proxy, external secrets, keyless web tier, OpenCode Free); platform count 25+ -> 35+; native Windows promoted to first-class. - All 28 parts refreshed: version claims, CLI commands, config keys, model landscape (Kimi K3, GLM-5.2, GPT-5.x era) verified against the v0.20.4 docs; invented config/commands removed where found. - Part 19: new Layer 3B on external secret managers (Bitwarden/1Password) and the egress/iron-proxy token model. - Part 18: coding-agent tooling section updated to the v0.20 era. - Templates: config YAMLs fixed to the real v0.20 schema (model.provider + model.default, providers: = custom endpoints only, real auxiliary:, compression:, approvals: keys), env vars renamed to current (TELEGRAM_BOT_TOKEN, TELEGRAM_ALLOWED_USERS). - Skills: cron job formats moved from cron.yaml lists to `hermes cron create`; model hints bumped to era-current picks. - vps-bootstrap.sh: current install layout + env var names. - Benchmarks: unverifiable v0.20-era prices flagged TODO instead of invented; zh/ja translations synced to the Herald-era summary. All CI gates pass locally: markdown anchors, skill frontmatter, YAML parse, bash -n. | 19 天前 | |
| 19 天前 |
Hermes 优化指南(中文简版)
English 完整版 · 本页是入口摘要,章节正文仍为英文。 · 最后同步:2026-08-22
⚠️ 状态说明:本文件有意保持为入口级摘要——完整指南(29 章 + 评分脚本、"绝不这样做" 清单、故障复盘)目前仅有英文。翻译是排队的后续工作;在翻译完成前,请以英文版为准。
实用指南 + 可安装制品(Skills、配置模板、基础设施脚本),针对 NousResearch/hermes-agent(当前覆盖到 v0.20.4 “Herald”(v2026.8.18),含流式语音、A2A 代理协议、外部密钥管理、egress/iron-proxy、桌面 Bots 与 computer use)。
一键起步
# 新建 Debian 12 / Ubuntu 24.04 VPS 上运行
curl -sSL https://raw.githubusercontent.com/OnlyTerp/hermes-optimization-guide/main/scripts/vps-bootstrap.sh | sudo bash
或阅读 docs/quickstart.md(5 分钟 Telegram 机器人)。
v0.19 / v0.20 新特性速览(摘要)
v0.20 “Herald”(part24、part15 等):
- 流式语音 — 支持 barge-in 打断与唤醒词的实时语音输入输出
- A2A v1.0 — Linux Foundation 的 Agent-to-Agent 开放协议(双向调用)
- 出站 Webhook — 带负载过滤的 HTTP 推送
- 桌面版增强 — Bots 标签页(Bot Mode)、多连接、memory graph
- computer use —
hermes computer-use在后台驱动桌面 - egress / iron-proxy — 沙箱只持代理令牌,真实密钥由宿主机解析
- 外部密钥 — 从 Bitwarden / 1Password / CLI 保险库供应 API 密钥
v0.18.0 “Judgment” 及之前的旧特性(part26):
- Mixture-of-Agents 成为一等模型 — 每个 MoA 预设都是
moaprovider 下可直接选择的虚拟模型,各参考模型的推理分块展示,聚合答案实时流式输出;/moa变成一次性快捷方式 - 代理自证工作完成 — 编码任务附带验证证据(真正跑项目检查,而非口头宣称成功)、
/goal完成契约、/goal wait <pid>、pre_verify钩子 /learn+/journey自我提升 — 从目录 / URL / 工作流中提炼可复用技能,并在时间线上浏览、编辑、删除代理学到的一切;桌面端新增可交互记忆图谱- 后台子代理并发扇出 —
delegate_task并行派发后台子代理,全部完成后合并为一轮回复,聊天永不阻塞 - 桌面应用变身编码驾驶舱 — 按 profile 的 Projects(侧边栏、编码轨道、评审面板、worktree 管理)、多终端面板、聊天内 PR 风格 diff
- 团队部署 — 网关 scale-to-zero(带排空协调)、
/etc/hermes管理员固定作用域、单网关多 profile 复用、cron 续跑 - Google Vertex AI provider(自动铸造/刷新 OAuth2 令牌);Gemini-CLI OAuth provider 已移除,迁移说明见 part9
v0.17.0 “Reach”(part15 等):
- iMessage via Photon Spectrum,无需 Mac —
hermes photon login即可进蓝色气泡;另有官方 WhatsApp Business Cloud API 适配器与 Raft 代理网络通道 - 后台子代理 —
delegate_task(background=true)立即返回句柄,结果完成后自动回到会话 - 桌面应用大升级 — 可重绑快捷键、原生系统通知、子代理实时观察窗、VS Code Marketplace 主题、可调终端面板
- 仪表板成熟 — 浏览器内完整 profile 构建器(模型 + Skills + MCP)、重构的 Skills Hub(预览 + 安全扫描)、加固的仪表板认证
image_generate支持图生图;Automation Blueprints 以引导表单取代裸 cron 语法;memory工具支持原子批量操作- Telegram 富消息(Bot API 10.1,默认开启)、MCP elicitation(工具调用中途可向任意界面发起询问)
内容一览
- 29 章正文(
part1到part28+ 本 README) — v0.18 MoA / 验证 //learn、v0.17 iMessage(Photon)、v0.16 桌面应用、NVIDIA / DGX Spark 本地运行、多智能体 Swarm、/undo、模糊模型选择器、Grok OAuth、hermes proxy、Kanban、/goal、Checkpoints v2、Curator、TUI、插件、LightRAG、Telegram、MCP、安全、可观测性、远程沙箱 - 13 个可安装 Skill(
skills/) — 审计、备份、依赖扫描、成本报告、Telegram 分类、PR 审查、收件箱分类、Hermes 周报、垃圾过滤、会议准备 等 - 5 套生产配置模板(
templates/config/) — minimum / telegram-bot / production / cost-optimized / security-hardened - 基础设施(
templates/compose/,templates/caddy/,templates/systemd/,scripts/) — Langfuse 自托管、Caddy 反代、systemd 硬化、VPS 引导脚本 - Mermaid 架构图(
diagrams/) - 可复现基准测试(
benchmarks/) — 13 个模型 × 5 个任务,含方法论 - 生态目录(
ECOSYSTEM.md) — MCP 服务器、编码代理、仪表板插件 - 交互式配置向导(
docs/wizard/) — 浏览器内生成config.yaml
推荐阅读顺序
- 想最快跑通 Telegram 机器人 → docs/quickstart.md
- 想了解架构 → diagrams/architecture.md
- 想省钱 → part20-observability.md 的 "Cost-routing playbook"
- 想上生产 → docs/reference-architectures/ 选一个最接近的
- 用户面公开部署 → part19-security-playbook.md 必看
- 想要图形界面而非终端 → part24-desktop-app.md(Hermes 桌面应用)
- 想用自己的 GPU 本地运行 → part25-nvidia-local.md(RTX / DGX Spark)
- 想要多模型合议 + 可验证的任务完成 → part26-moa-verification.md(MoA、
/goal完成契约、/learn)
许可与贡献
MIT。欢迎 Issue / PR,详见 CONTRIBUTING.md。