+
> [English 完整版](./README.md) · 本页是入口摘要,章节正文仍为英文。 · 最后同步:2026-07-03
实用指南 + 可安装制品(Skills、配置模板、基础设施脚本),针对 [NousResearch/hermes-agent](https://github.com/NousResearch/hermes-agent)(当前覆盖到 **v0.18.0 “The Judgment Release”(v2026.7.1)**,含 Mixture-of-Agents 一等模型、基于证据的任务验证、原生桌面应用与 NVIDIA 本地硬件)。
diff --git a/README.md b/README.md
index 67acd60..9109d6e 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,10 @@ Every part you need to go from fresh install to a production Hermes deployment
Unlike most guides, the prescriptions come with **working files**: [`skills/`](./skills) you can `ln -s` into `~/.hermes/skills/`, [`templates/config/`](./templates/config) you `cp` to `~/.hermes/config.yaml`, [`scripts/vps-bootstrap.sh`](./scripts/vps-bootstrap.sh) that takes a fresh VPS to production in one command.
+
+
+
+
*By Terp — [Terp AI Labs](https://x.com/OnlyTerp)* · Last updated **July 1, 2026** · [CHANGELOG](./CHANGELOG.md) · [ROADMAP](./ROADMAP.md) · [ECOSYSTEM](./ECOSYSTEM.md)
---
@@ -68,7 +72,7 @@ Prefer a 5-minute local-only setup? → **[docs/quickstart.md](./docs/quickstart
| [`templates/cron/`](./templates/cron) | Recommended production cron schedule. |
| [`scripts/vps-bootstrap.sh`](./scripts/vps-bootstrap.sh) | One-command fresh VPS → production Hermes. |
| [`diagrams/`](./diagrams) | 6 Mermaid diagrams (architecture, MCP flow, delegation, sandbox sync, observability, security layers). |
-| [`assets/`](./assets) | Banner graphics used across the guide. |
+| [`assets/`](./assets) | Banner art + the SVG infographics used across the guide (architecture, paths, timeline). |
| [`benchmarks/`](./benchmarks) | Reproducible cost + latency table across 13 models × 5 tasks. |
| [`docs/wizard/`](./docs/wizard) | **Interactive config wizard** — 8 questions → ready-to-drop `config.yaml`. Runs in your browser. |
| [`docs/reference-architectures/`](./docs/reference-architectures) | **4 blueprints** — Homelab, Solo Dev, Small Agency, Road Warrior. Full parts list + cost + install. |
@@ -82,6 +86,12 @@ Prefer a 5-minute local-only setup? → **[docs/quickstart.md](./docs/quickstart
## Architecture at a glance
+
+
+
+
+Prefer Mermaid? The same picture, editable:
+
```mermaid
flowchart LR
subgraph Surfaces[Surfaces — one agent, many front ends]
@@ -106,6 +116,10 @@ Full set of diagrams: [`diagrams/architecture.md`](./diagrams/architecture.md).
## Pick Your Path
+
+
+
+
This guide grew to 27 parts because *Hermes grew*. Every part lives in its own file (`part1-setup.md` … `part26-moa-verification.md`); this README keeps a short summary of Parts 1–5 (plus the full SOUL.md personality section) and links out. You don't have to read them all — pick the shortest path to what you need:
### 🎯 "I just want it working in 10 minutes"
@@ -142,6 +156,10 @@ Skip the terminal: install the [desktop app](./part24-desktop-app.md) and let fi
## What's New (July 2026)
+
+
+
+
Two huge releases landed since the Surface refresh — **v0.17.0 "Reach" (v2026.6.19)** and **[v0.18.0 "The Judgment Release" (v2026.7.1)](https://github.com/NousResearch/hermes-agent/releases/tag/v2026.7.1)**. Combined: ~3,200 commits, ~1,800 merged PRs, 1,200+ issues closed, and — as of v0.18 — **every P0 and P1 issue in the entire Hermes repo resolved** (~700 highest-priority items cleared in twelve days, with a standing commitment to keep the count at zero). None of it is model-specific — bring whatever weights you want.
### v0.18.0 — "Judgment" (latest)
@@ -260,20 +278,9 @@ After this guide:
## How the Pieces Fit Together
-```
-You (any device)
- ↓
-Hermes Agent (lean context, ~5KB injected per message)
- ↓
-┌──────────────────────────────────────────┐
-│ Skills (loaded on demand, 0 cost idle) │
-│ Memory (compact, vector-searched) │
-│ LightRAG (entity graph, deep recall) │
-│ Telegram (mobile + group access) │
-└──────────────────────────────────────────┘
- ↓
-LLM Provider (Claude, GPT, local models)
-```
+
+
+
**The key insight:** Everything is modular. Install what you need, skip what you don't. The agent adapts.
diff --git a/assets/architecture.svg b/assets/architecture.svg
new file mode 100644
index 0000000..59cd78c
--- /dev/null
+++ b/assets/architecture.svg
@@ -0,0 +1,181 @@
+
diff --git a/assets/how-it-fits.svg b/assets/how-it-fits.svg
new file mode 100644
index 0000000..17d99e1
--- /dev/null
+++ b/assets/how-it-fits.svg
@@ -0,0 +1,90 @@
+
diff --git a/assets/pick-your-path.svg b/assets/pick-your-path.svg
new file mode 100644
index 0000000..ff49834
--- /dev/null
+++ b/assets/pick-your-path.svg
@@ -0,0 +1,116 @@
+
diff --git a/assets/release-timeline.svg b/assets/release-timeline.svg
new file mode 100644
index 0000000..0e67c26
--- /dev/null
+++ b/assets/release-timeline.svg
@@ -0,0 +1,92 @@
+
diff --git a/assets/runnable-artifacts.svg b/assets/runnable-artifacts.svg
new file mode 100644
index 0000000..24a93ec
--- /dev/null
+++ b/assets/runnable-artifacts.svg
@@ -0,0 +1,79 @@
+