Hermes Agent
Nous Research 出品的自进化智能体。
一个住在你服务器里的自主 AI 智能体。学到的东西它会记住,跑得越久越能干。社区攻略、skill 和集成,都聚在这里。
快速上手
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash 自动安装 Node.js、Python 和 Hermes Agent CLI。
能力一览
跑在你自己的服务器上
Linux、macOS 或 WSL2 都行。5 美元一个月的 VPS 能跑,GPU 集群能跑,Daytona 和 Modal 上的 serverless 也能跑。数据和 skill 全部留在你自己的机器上。
所有聊天软件
Telegram、Discord、Slack、WhatsApp、Signal、邮件、命令行,想在哪儿聊都行。这边开个头,换个平台接着聊,上下文不会丢。
持久记忆
长期记忆加上 Honcho 构建的对话式用户画像。Hermes 跑得越久,就越了解你的项目、偏好和过往决定。
40+ 内置工具
网页搜索、浏览器自动化、视觉、出图、语音、多模型推理——全部可以在一次对话里调起来。
真正的沙盒
七种终端后端:本地、Docker、SSH、Singularity、Modal、Daytona、Vercel Sandbox。容器加固、命名空间隔离、命令执行前要人工点头——一样不缺。
会自己写 skill
Hermes 会把做过的事沉淀成 skill,用的过程中不断打磨,还能和开放标准 agentskills.io 同步。好用的 skill 直接分享给社区。
定时跑任务
内置 cron 调度器——任务描述用自然语言写,Hermes 无人值守地按点跑。日报、夜间备份、周审计——配上 `deliver=all`,一份输出同时发到你接好的所有聊天平台。
并行子代理
把工作拆给隔离的子代理并行做,每个跑在自己的沙盒里,做完回来汇报。写一段 Python 通过 RPC 调工具,多步管道一次成型,主线对话上下文成本是零。
OpenAI 兼容代理
跑一下 `hermes proxy`,你的 Claude Pro、ChatGPT Pro 或 SuperGrok OAuth 会话就被暴露成本地的 OpenAI 兼容 HTTP 端点。Codex CLI、Aider、Cline、Continue 直接接上,不用 API key——一份订阅,全套工具能用。v0.14.0 新加。
/goal 自治循环
给 Hermes 一个目标加验收标准,用 `/goal` 启动:执行的 worker 一轮一轮提案,另一个 judge 模型负责打分,judge 说过线才停。中途想加条件,`/subgoal` 现场追加,不用重启。适合那种成败说得清、能打分的活。
/handoff 会话热迁移
对话中途想换模型、换人格、换 profile,一句 `/handoff` 把整个会话搬过去——消息、工具调用、上下文一个字节不丢。v0.14.0 新加。
最新动态
从 OpenClaw 迁到 Hermes Agent:一份步骤化的实操指南
你之前一直在跑 OpenClaw 的话,Hermes Agent 是它的继任者。v0.14.0 自带 `hermes claw migrate`,一把把你的 SOUL.md、memories、skills、命令白名单、聊天平台配置、API key、TTS 资源全搬过来。这篇是手把手的实操指南——会迁什么、有哪些 flag、以及"先 dry-run 一遍"那条不会翻车的流程。
一份 Claude Pro 订阅,所有工具都能用:拿 `hermes proxy` 接 Aider、Cline、Codex CLI
v0.14.0 出了一条一行命令——`hermes proxy`——悄无声息地把一整类社区问了好几个月的接入问题给吞掉了。跑一遍,你就有了一个本地 `http://localhost:port` 端点,讲的是 OpenAI 那套 API,背后接的是你登过的 OAuth provider——Claude Pro、ChatGPT Pro、SuperGrok。Aider、Cline、Codex CLI、Continue——这些工具都只认 OpenAI 兼容端点。它们直接拿你已经在订的那份订阅就跑得起来,API key 不要。这篇手把手把流程过一遍。
从 7 到 22,只花了 14 个月:Hermes Agent 当前跑的每一个聊天平台
Hermes Agent 2026 年 3 月对外开放时,一个 gateway 进程同时讲 7 个聊天平台。十四个月之后,这个数字是 22——从 Telegram、Discord 到 Microsoft Teams、LINE、SimpleX Chat 全都在上面。所有平台共用同一份记忆、同一套 skill、同一个 agent。这是一份完整地图:按类别列出每个平台、它是在哪一版进来的、以及 gateway 这个架构怎么让"一个 agent、二十二扇前门"真的跑得起来。
大家怎么说
"One config replaced three of our chat bots. This is the one."
@opslead_marc"Hermes on a $5 Hetzner box with load average 0.03. It is absurdly efficient."
@low_latency_dan"The first self-hosted AI assistant I did not uninstall after a week."
@generalist_greg"The ACP integration into VS Code changed how I code. I do not leave the editor anymore."
@yuki_codes"Honcho memory turned a chatbot into something that remembers how I actually work."
@memory_mori"Running Hermes on my old Pixel in Termux. Free, private, always on."
@pocket_engineer"One config replaced three of our chat bots. This is the one."
@opslead_marc"Hermes on a $5 Hetzner box with load average 0.03. It is absurdly efficient."
@low_latency_dan"The first self-hosted AI assistant I did not uninstall after a week."
@generalist_greg"The ACP integration into VS Code changed how I code. I do not leave the editor anymore."
@yuki_codes"Honcho memory turned a chatbot into something that remembers how I actually work."
@memory_mori"Running Hermes on my old Pixel in Termux. Free, private, always on."
@pocket_engineer"Credential pools saved my weekend. Three Anthropic keys rotating on autopilot."
@infra_priya"MCP OAuth 2.1 PKCE plus OSV scanning. Finally an agent framework that takes plugins seriously."
@redteam_blue"Filesystem checkpoints plus /rollback is how I convince skeptics to try agents."
@secdev_sam"My non-technical partner uses Hermes more than I do now. Best onboarding of any AI tool."
@partnered_pat"Self-optimized GPT guidance is the quiet revolution of 2026. They are benchmarking prompts instead of writing them."
@dr_elena_ml"Full MEDIA delivery on Signal means I finally have a private, encrypted line to my assistant."
@private_phoebe"Credential pools saved my weekend. Three Anthropic keys rotating on autopilot."
@infra_priya"MCP OAuth 2.1 PKCE plus OSV scanning. Finally an agent framework that takes plugins seriously."
@redteam_blue"Filesystem checkpoints plus /rollback is how I convince skeptics to try agents."
@secdev_sam"My non-technical partner uses Hermes more than I do now. Best onboarding of any AI tool."
@partnered_pat"Self-optimized GPT guidance is the quiet revolution of 2026. They are benchmarking prompts instead of writing them."
@dr_elena_ml"Full MEDIA delivery on Signal means I finally have a private, encrypted line to my assistant."
@private_phoebe