Hermes Agent Study
Description
Hermes Agent 深度研究:从机制本质到代码实现,从 OpenClaw 渊源到 EvoMap 争议
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Hermes Agent 深度研究

覆盖 5 个关键项目:Hermes Agent、OpenClaw、EvoMap Evolver、OpenHarness、JiuwenClaw。
39 篇文章 / 32 章正文 + 1 篇升级专题 / 97 张架构图 / 13,000+ 行研究文本。
**2026-05 更新**:本研究原以 Hermes Agent v0.9.0(2026-04-13)为基线。v0.9 之后,Hermes 已经连续发布 v0.10 → v0.14 共五个版本(30 天内 ~4,500 commits,~735k 行新增),引入了 Transport ABC、Ink TUI、自治型 Curator、多 Agent Kanban、`/goal` Ralph 循环、PyPI 包、原生 Windows 等大题目。这些变化的总览见专题文章 [近期重大升级 — v0.10 到 v0.14](近期重大升级-v0.10到v0.14.md);具体落到各章的影响通过每章末尾的"升级补遗"小节同步。
系列研究
本研究是 AI Agent / Coding Harness 源码深度研究系列的一部分,姊妹篇:
- Claude Code 源码解析 — Anthropic Claude Code v2.1.88 完整 Agent Harness 拆解(30 篇 / 23 个子系统 / 179 张架构图)
- OpenAI Codex 源码深度研究 — OpenAI Codex CLI + Rust workspace + TS/Python SDK 全栈(27 篇 / ~51 万字 / 149 张 Mermaid 图)
- OpenClaw 源码深度研究 — 358k Stars OpenClaw v2026.4.15 源码 + 23k commits + 生态调研
引言
Hermes Agent 是 2026 年最受关注的开源 AI Agent 项目之一——90k Stars,Nous Research 出品,口号是"The agent that grows with you"。
但它的火爆背后有两个绕不开的问题:
- 整体架构(Gateway、Tool Registry、Skill System、启动文件体系)与 OpenClaw(358k Stars)存在大量可比结构,只是从 TypeScript 换成了 Python,还内置了
hermes claw migrate迁移工具。 - 核心差异化卖点"Self-evolve"被 EvoMap 指控架构级抄袭——10 步主循环对齐、12 组术语替换、三层记忆对应、7 份材料零引用。
本研究对 Hermes Agent 从三部分进行源码层面拆解:
`Part I 使用方法与原理分析(11 章)`
`Part II 源码解析(14 章)`
`Part III 同源项目对比分析(7 章)`
同时也针对性补充了近来社区讨论迅速升温的话题:`AutoResearch`。
研究结构
总纲与专题
| 文档 | 内容 |
|---|---|
| 总纲 — Hermes Agent 技术主线分析 | 核心机制、火爆原因、设计哲学、架构全貌 |
| 全网调研 — 社区认知地图 | 中英文社区技术分析索引、观点争议、认知盲区 |
| 近期重大升级 — v0.10 到 v0.14 | 30 天内 5 个版本的体系级变更(Transport ABC、Curator、Kanban、/goal、22 个平台、PyPI、原生 Windows) |
Part I 使用方法与原理分析(11 章)
| 序号 | 章节 | 摘要 |
|---|---|---|
| 01 | [项目全景与设计哲学](Part%20I%20Principles%20and%20Usage/01-项目全景与设计哲学. |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11