A free book on the AI agent that ships with reins — and grows them
HuaShu's 橙皮书 series turns Nous Research's Hermes Agent into a 17-chapter field manual for developers tired of black-box coding assistants.

What it does
This repo is a distribution point for a free PDF guide — not code — covering Hermes Agent, an open-source AI agent framework from Nous Research. The book walks through installation, a three-layer memory system, automatic “Skill” creation, and real-world scenarios from dev automation to multi-agent setups. Both Chinese and English PDFs are available for direct download.
The interesting bit
The author, HuaShu, claims to have built an App Store #1 paid iOS app entirely with AI tools without writing code manually. That pedigree shapes the book’s angle: practical productization of abstract “Harness Engineering” concepts (instructions, constraints, feedback, memory, orchestration) into something you can actually run.
Key highlights
- 17 chapters across 5 parts, from core mechanisms to “boundaries of self-improving Agents”
- Explicit three-way comparison with Claude Code and OpenClaw — the README frames Hermes as “fundamentally different” for its built-in self-improving learning loop
- CC BY-NC-SA 4.0 license: genuinely free, non-commercial only
- Based on Hermes Agent v0.7.0 (released February 2026, per the README)
- Part of a larger 橙皮书 series with other titles on Claude Code, Harness Engineering, and OpenClaw
Caveats
- This is documentation, not the framework itself — the actual Hermes Agent code lives at NousResearch/hermes-agent
- Version pinned to v0.7.0; the README warns that “AI tools evolve rapidly” and points to official docs for latest changes
- Non-commercial license means you can’t repackage this for paid courses or products
Verdict
Worth grabbing if you’re evaluating Hermes against Claude Code or OpenClaw and want a structured walkthrough rather than API docs. Skip it if you’re looking for source code or if your use case is commercial — the license won’t allow it.