一、Hermes 官方资源
仓库与文档
| 资源 | 链接 | 说明 |
|---|---|---|
| Hermes Agent 主仓库 | https://github.com/NousResearch/hermes-agent | 源代码、Issue、PR |
| 官方文档 | https://docs.hermes-agent.ai | 全英文,权威 |
| 快速开始 | https://docs.hermes-agent.ai/getting-started | 5 分钟上手 |
| API 参考 | https://docs.hermes-agent.ai/api | 工具、配置全参考 |
| Skill 编写指南 | https://docs.hermes-agent.ai/skills | Skill 的完整规范 |
| MCP 协议规范 | https://modelcontextprotocol.io | MCP 的标准定义 |
| Release Notes | https://github.com/NousResearch/hermes-agent/releases | 看新功能 |
| Roadmap | https://github.com/NousResearch/hermes-agent/projects | 路线图 |
论文与白皮书
- Hermes 3 Technical Report (2024):https://nousresearch.com/wp-content/uploads/2024/08/Hermes-3-Technical-Report.pdf —— Hermes 模型系列的技术报告
- Hermes Agent: A Self-Improving Open Agent (2026):搜 arXiv 找最新版
- Reflexion: Language Agents with Verbal Reinforcement (2023):Hermes 自学习机制的理论基础
- MCP Whitepaper:https://modelcontextprotocol.io/papers
官方社区
- Discord:https://discord.gg/nousresearch ——主论坛,最活跃
- X / Twitter:https://x.com/NousResearch ——官方账号
- GitHub Discussions:https://github.com/NousResearch/hermes-agent/discussions ——技术讨论
- Hugging Face:https://huggingface.co/NousResearch ——开源模型
- Reddit:r/LocalLLaMA、r/AIAgent ——社区讨论
二、Skill / MCP 生态
主要平台
| 平台 | 链接 | 说明 |
|---|---|---|
| agentskills.io | https://agentskills.io | Skill 社区,已有 800+ |
| MCP Servers 列表 | https://github.com/modelcontextprotocol/servers | 官方维护的 MCP 列表 |
| Smithery | https://smithery.ai | 第三方 MCP 商店 |
| Awesome MCP | https://github.com/punkpeye/awesome-mcp-servers | 精选 MCP 列表 |
推荐起步 Skill
| Skill 名 | 作者 | 用途 |
|---|---|---|
weekly-report-zh-cn |
(中文社区) | 中国式周报模板 |
wechat-bridge |
(中文社区) | 微信桥接 |
notion-knowledge-sync |
NousResearch | 同步知识库 |
email-triage |
community | 邮件分类 |
meeting-notes-zh |
中文社区 | 中文会议纪要 |
bilibili-summarizer |
中文社区 | B 站视频总结 |
red-book-poster |
中文社区 | 小红书文案生成 |
推荐起步 MCP
| MCP 名 | 用途 |
|---|---|
server-github |
GitHub 全功能 |
server-postgres / server-sqlite |
数据库 |
server-filesystem |
沙箱文件 |
server-slack |
Slack |
server-notion |
Notion |
server-brave-search |
实时网页搜索 |
server-google-drive / server-gdrive |
Google Drive |
mcp-server-bilibili(社区) |
B 站 |
mcp-server-douban(社区) |
豆瓣 |
三、中文社区与资源
微信群 / 社区
- Hermes 中文用户群:在 GitHub 仓库
hermes-chinese-community找入群方式 - AI Agent 中文社区:即刻 App 的「AI 加油站」圈子
- 小红书话题:#HermesAgent #AIAgent
- V2EX:节点
agent、taghermes
推荐中文博客 / UP 主
注:这些是社区里活跃的中文创作者。具体名单会持续变动,请以社区最新信息为准。
| 类型 | 平台 |
|---|---|
| 视频教程 | B 站搜索 "Hermes Agent" |
| 图文教程 | 知乎话题「AI Agent」、即刻「AI 加油站」 |
| 公众号 | 「AI 进化论」「机器之心」「赛博禅心」类 |
| 播客 | 「无人之境」「OnBoard!」「张小珺·商业访谈录」相关 AI 期 |
中文翻译项目
- Hermes 文档中文翻译:搜
hermes-docs-zh,社区维护 - MCP 协议中文版:搜
mcp-spec-zh - Hermes 教程合集:搜
awesome-hermes-zh
如果你想加入翻译,直接去 GitHub 提 PR 即可。
四、深入学习路径
路径 1:把 Hermes 用到极致(适合 80% 读者)
- 读完本书所有章节
- 跟着附录 B 跑通至少 5 个提示词
- 参与 Hermes 中文用户群,看别人怎么用
- 持续 3 个月每天用 Hermes,至少配 5 个定时任务
路径 2:成为 Hermes 开发者
- 读官方 Skill 编写指南
- 在 agentskills.io 发布第一个 Skill
- 学 MCP 协议规范,写第一个 MCP 服务器
- 给主仓库提 PR
- 参与 Hermes Hackathon(每年 2 次)
路径 3:成为 AI Agent 研究者
进阶阅读:
- ReAct: Synergizing Reasoning and Acting in Language Models (Yao et al., 2022)
- Reflexion: Language Agents with Verbal Reinforcement Learning (Shinn et al., 2023)
- Generative Agents: Interactive Simulacra of Human Behavior (Park et al., 2023)
- Voyager: An Open-Ended Embodied Agent with LLMs (Wang et al., 2023)
- AutoGen: Multi-Agent Conversation (Wu et al., 2023)
- Agent Hospital: A Simulacrum of Hospital with Evolvable Agents (Li et al., 2024)
- Anthropic: Building Effective Agents https://www.anthropic.com/research/building-effective-agents
- Lilian Weng's Agent Survey: https://lilianweng.github.io/posts/2023-06-23-agent/
五、其它值得了解的 Agent 工具(横向对比)
如果你想多了解 AI Agent 圈,下面这些工具值得至少听过。
| 工具 | 类型 | 一句话特点 |
|---|---|---|
| Claude Code | 编程 Agent | Anthropic 出品,专攻代码 |
| Cursor / Cursor Agent | IDE | 最流行的 AI IDE 之一 |
| OpenClaw | 编程 Agent | 开源 Claude Code 替代 |
| AutoGPT | 通用 Agent | 早期明星项目 |
| BabyAGI | 通用 Agent | 任务驱动的代理 |
| CrewAI | 多代理框架 | 专攻"AI 团队"协作 |
| LangGraph | 框架 | LangChain 的 Agent 编排 |
| AutoGen | 多代理框架 | 微软出品 |
| MetaGPT | 多代理框架 | 模拟软件公司流程 |
| Devin | 编程 Agent | Cognition 出品,专攻独立开发 |
| Manus | 通用 Agent | 国产,专攻浏览器自动化 |
各有侧重,按你的实际需求选。Hermes 的优势在于"伙伴感"和"会成长",最适合普通人长期养。
六、模型 / API 提供商一览
国内可直接用:
| 提供商 | 注册地址 | 推荐模型 | 价格区间 |
|---|---|---|---|
| 月之暗面 (Kimi) | platform.moonshot.cn | kimi-k2 / moonshot-v1-128k | ¥0.012/K |
| DeepSeek | platform.deepseek.com | deepseek-chat / deepseek-reasoner | ¥0.001/K |
| 智谱 GLM | open.bigmodel.cn | glm-4-plus | ¥0.05/K |
| 通义千问(百炼) | bailian.console.aliyun.com | qwen-max / qwen-plus | ¥0.02/K |
| 文心一言(千帆) | qianfan.cloud.baidu.com | ERNIE-4 / ERNIE-Speed | ¥0.05/K |
| 字节火山引擎 (豆包) | volcengine.com | doubao-pro | ¥0.0008/K |
| 零一万物 | platform.lingyiwanwu.com | yi-large | ¥0.02/K |
国外(需稳定网络):
| 提供商 | 注册地址 | 推荐模型 | 价格 |
|---|---|---|---|
| OpenAI | platform.openai.com | gpt-5 / gpt-4o | $5~$60/M |
| Anthropic | console.anthropic.com | claude-sonnet-4 / claude-opus-4 | $3~$75/M |
| OpenRouter | openrouter.ai | 200+ 模型 | 同源价 |
| aistudio.google.com | gemini-pro-1.5 | $1.25~$5/M | |
| Mistral | console.mistral.ai | mistral-large | $2~$6/M |
| Perplexity | perplexity.ai/api | sonar-pro | $0.5~$5/M |
本地:
| 工具 | 链接 | 推荐模型 |
|---|---|---|
| Ollama | ollama.ai | qwen2.5 / llama3.3 |
| LM Studio | lmstudio.ai | 同上 |
| LocalAI | localai.io | 同上 |
| Open WebUI | openwebui.com | 同上 |
七、推荐关注的人(X / Twitter)
按"对你最有价值"排:
中文圈
- 中国 AI 圈活跃博主(即刻、X、知乎):搜"AI Agent"、"Hermes"等关键词
- 公众号"机器之心"、"量子位"、"赛博禅心"
- 知乎专栏:「AI 探索者」「Agent 实验室」类
英文圈
- @NousResearch —— Hermes 出品方
- @swyx —— AI Engineering 领域 KOL
- @simonw —— Datasette 作者,AI Agent 实战派
- @karpathy —— 前 OpenAI 核心成员,对 Agent 有深刻见解
- @mckaywrigley —— Cursor 早期核心,AI 工具实战
- @yoheinakajima —— BabyAGI 作者
- @LangChainAI —— LangChain 官方
- @AnthropicAI —— Claude 官方
学术
- @LilianWeng —— OpenAI 研究员,Agent 综述作者
- @yusufpsec —— ReAct 作者
- @_jasonwei —— CoT 作者
八、活动 / 大会
| 名称 | 频率 | 说明 |
|---|---|---|
| Hermes Hackathon | 每年 2 次 | 官方组织,奖金 + 招贤 |
| Nous Research Conference | 每年 1 次 | 深度技术分享 |
| AI Engineer Summit | 每年 2 次 | 业界最佳实践 |
| Agentic AI Summit | 每年 1 次 | 专攻 Agent |
| 国内:智源大会 / WAIC | 每年 | 中国 AI 主流大会 |
九、给团队 / 公司用的资源
如果你想推动公司部署 Hermes:
- Hermes for Teams 文档:https://docs.hermes-agent.ai/teams
- 企业版安全白皮书:https://nousresearch.com/enterprise-security
- SSO / SAML 集成:docs 里搜 "enterprise-sso"
- 私有化部署指南:docs 里搜 "self-hosted"
十、本书的"配套资源"
注:本书是社区写的中文教程,不是 Hermes 官方出品。
如果你希望:
- 跟其他读者交流 → 加入"Hermes 中文用户群"
- 提建议或勘误 → 在 GitHub 仓库
hermesbook提 Issue - 翻译成其它语言 → 欢迎 Fork
- 基于本书做培训、讲座、视频 → MIT 协议自由使用,注明来源即可
如果这本书帮到了你,请:
- 转发给一个有"信息焦虑"的朋友
- 在 Hermes 主仓库 star
- 用一句话写个反馈到 GitHub Discussions —— 不为点赞,只为让更多人知道这本书存在
一句话送别
"工具是工具的人创造的。 一旦你也开始创造,你就不再只是一个'用户'。"
愿你的 Hermes,越用越像你。 愿你,越来越像你想成为的样子。