Hermes Agent v2026.4.30 发布:Curator 自治版本 — 对 b2b-sdr-agent skill 的影响

May 7, 2026
Hermes v2026.4.30 带来自治 Curator 代理、TUI 冷启动提速 57%、-z 单次执行模式、腾讯元宝(第 18 平台)与 Microsoft Teams。b2b-sdr-agent skill 完整兼容性审计:无破坏性变更,可择机升级。

Hermes Agent v2026.4.30 发布:Curator 自治版本 — 对 b2b-sdr-agent skill 的影响

NousResearch 于 2026 年 4 月 30 日发布了 Hermes Agent v2026.4.30,代号「Curator」(馆长)。这是自 v0.11.0 界面重写以来运营自治层面最具突破性的一次发布。本文将详解 Hermes 新功能,对 b2b-sdr-agent skill 进行完整兼容性审计,并给出明确的升级建议。


一、Hermes v2026.4.30 更新内容

自治 Curator 代理

核心功能:后台 Curator 代理运行在可配置的定时任务周期(默认 7 天)上,自动对已安装的 skill 库进行评分、整合与剪枝。每次运行的报告会保存到日志和 Markdown 文件中。随时可通过以下命令查询 skill 健康状态:

hermes curator status

Curator 标志着 Hermes 自管理代理生态系统的起点——skill 的评分维度不再仅限于任务完成率,还涵盖基于「类优先评估标准」的行为质量。

性能:TUI 冷启动提速 57%

通过惰性初始化与配置加载、工具定义的缓存优化,终端界面可见启动时间缩短约 57%。对于频繁使用交互式 Hermes 会话(例如查看销售管道报告)的用户,这一改善立竿见影。

单次非交互式执行模式

hermes -z "<指令>"

新增 -z 标志支持完全非交互式、单次执行。对于定时任务驱动的代理工作流(SDR cron 指令),这意味着无需启动交互式会话即可从外部触发执行。

新增推理提供商

四家新提供商加入支持列表:GMI CloudAzure AI FoundryMiniMax OAuth腾讯 TokenhubLM Studio 升级为一级提供商,实现零云端依赖的全本地 LLM 推理。

消息平台扩展

  • 腾讯元宝(第 18 平台),配备原生 gateway 适配器
  • Microsoft Teams(第 19 平台,插件形式提供)

对于面向中国市场买家或北美/欧洲大型企业客户的 B2B 外贸公司,这两个平台是重要的新触达渠道。

Skill 生态系统

  • ComfyUI v5 与 TouchDesigner-MCP 默认内置
  • 支持直接通过 HTTP(S) URL 安装 skill:hermes skills install https://example.com/skill.zip
  • 新内置 skill:Humanizer、claude-design、airtable、spike
  • Spotify 工具与 Google Meet 插件(通话 + 转录)

值得关注的行为变更

  • 密钥脱敏默认关闭(此前为开启)——防止工具调用链中的载荷损坏
  • [SYSTEM: 消息标记重命名为 [IMPORTANT:] ——Azure 内容过滤器兼容性调整
  • 远程模型目录 manifest:模型列表无需新版本即可自动更新

二、b2b-sdr-agent 兼容性审计

说明:本仓库(b2b-sdr-hermes-skill)是 Hermes skill——一套运行在 Hermes 之上的指令和定时任务配置,不是 Hermes 核心的 fork。我们不从 Hermes 内部 cherry-pick 代码;只在公开 skill API 层面发生变更时才做适配。

审计范围:SKILL.mdcron/sdr-schedules.yamlexamples/auto-parts-exporter.md

BREAKING(破坏性变更)— 0 项

无。所有公开 skill API(hermes cron createhermes skills installhermes config sethermes whatsapphermes cron import)均未变更。

[SYSTEM:[IMPORTANT:] 重命名适用于 Hermes 内部消息格式,不涉及 skill 指令 Markdown。SKILL.md 中无任何 [SYSTEM:] 标记,无需操作。

RELEVANT(相关变更)— 2 项

1. Curator 对已安装 skill 进行评分(cron/sdr-schedules.yaml)

Curator 现在每 7 天自动运行一次,对所有已安装的 skill 进行评分,包括 cron/sdr-schedules.yaml 中的 SDR 定时任务。这不是破坏性变更——七个 SDR 定时任务均继续按配置正常执行:

SDR: 新线索检查     0 */4 * * *
SDR: 停滞线索       0 9 * * 1-5
SDR: 报价跟进       0 10 * * 1-5
SDR: 邮件序列       0 11 * * *
SDR: 线索发现       0 10 * * *
SDR: 周报           0 9 * * 1
SDR: 培育检查       0 9 * * 1

hermes curator status 将某个 SDR cron 任务标记为低质量,这是优化该任务指令文本的信号,不是报错。

2. 腾讯元宝可用作第四渠道(SKILL.md 第 10 阶段)

SKILL.md 第 10 阶段(多渠道编排)目前列出 WhatsApp → Email → Telegram。元宝现可作为面向中国市场 B2B 外贸的附加第四渠道。无需修改 skill 文件——在 Hermes 中配置后,在每条线索的渠道选择中引用即可。

WATCH(关注)— 2 项

Microsoft Teams(SKILL.md 第 10 阶段):Teams 已原生支持。面向北美/欧洲 Fortune 500 企业客户的外贸商,应在第 10 阶段将 Teams 纳入 Email 之外的补充渠道评估。

hermes -z 单次执行模式:新标志可简化 SDR cron 任务的外部触发(例如从 CI 流水线或系统调度器)。现有 skill 文件未使用该标志——纯增量功能。

SKIP(可忽略)— 10+ 项

ComfyUI、TouchDesigner、Spotify、Google Meet、TTS 注册表、多模态图像路由、Vercel Sandbox、自我改进评估标准、远程模型目录——均不与 b2b-sdr-agent skill 产生接触面。

汇总表

类别 数量 涉及文件
BREAKING 0
RELEVANT 2 cron/sdr-schedules.yaml(Curator 监控)、SKILL.md 第 10 阶段(元宝)
WATCH 2 SKILL.md 第 10 阶段(Teams)、cron(hermes -z)
SKIP 10+

结论:无需更新 skill 文件。 SKILL.md 与 cron/ 与 v2026.4.30 完全兼容。


三、推荐操作:✅ 可升级 — 择机升级

结论:升级可用——无紧迫性,无阻断性变更。

此版本对 b2b-sdr-agent 用户零破坏性变更。Curator、更快的 TUI 与 -z 模式是高级用户的实质性改善。若您的客户群覆盖中国市场买家(微信、企业微信生态),升级后可立即将元宝作为新触达渠道。

优先升级场景:本地运行 Hermes + LM Studio,有私有数据合规需求。

可等待场景:使用托管服务(PulseAgent 负责升级,无需手动操作)。


四、安装 / 升级命令

# 升级 Hermes Agent 至 v2026.4.30
npx hermes@v2026.4.30

# 或全局安装:
npm install -g hermes-agent@v2026.4.30

# 验证版本
hermes --version

# 安装(或重新安装)b2b-sdr-agent skill
hermes skills install b2b-sdr-agent

# 或从源码安装:
hermes skills install github:iPythoning/b2b-sdr-hermes-skill

# 如需重新导入定时任务配置:
cat cron/sdr-schedules.yaml | hermes cron import

# 升级后检查 Curator 状态:
hermes curator status

Skill 版本:1.0.0 — 与 Hermes v2026.4.30 完全兼容,无需更新 skill。


五、托管服务 — 告别升级烦恼

在多租户环境中手动跟踪 Hermes 版本升级成本高昂。PulseAgent 为您管理 Hermes 版本控制、skill 部署、cron 配置与多渠道接入——让您的 AI SDR 始终运行在最新稳定版,零停机、零运维负担。

PulseAgent 托管内容:

  • Hermes 版本升级(经过测试、分阶段、零停机)
  • 按租户自动安装 skill 与配置 cron
  • 多渠道接入:WhatsApp、Email、Telegram、微信、元宝
  • CRM 集成:Google Sheets、Notion、HubSpot
  • 销售管道监控仪表盘

我们的解决方案:

无论您是向俄罗斯出口汽配件、向海湾地区出口电子产品,还是向东南亚出口机械设备——PulseAgent 让您的 AI SDR 全天候运转,无需工程投入。

免费开始 → | 查看价格方案

10 分钟内部署 b2b-sdr-agent,无需自建服务器。

Related Posts

Product Updates — 2026-08-02
Public
Aug 2, 2026

Product Updates — 2026-08-02

A major Inbox upgrade: auto-translation, full conversation management, and intent ratings — plus smarter automated follow-ups and a daily business briefing.

Public
Jul 27, 2026

Product Updates — 2026-07-27

Auto-switch interface and content language based on tenant’s onboarded language, improving experience for multilingual teams

Public
Jul 23, 2026

90-Day Burnout Cost Analysis: Why Human SDRs Cost 3x More Than PulseAgent for B2B Export Sales

Human SDRs cost $48,000+ in 90 days vs. PulseAgent AI at $299/month. 70% RFQ failure, 15% error rates, 60% outdated contacts—see the data.

Public
Jul 22, 2026

Real-Time FOB/CIF Pricing with Validity Dates for Exporters

Real-time FOB/CIF pricing with validity dates helps cross-border exporters avoid costly errors by automatically annotating quotes with a clear expiration, reducing negotiation friction and building buyer trust.

Public
Jul 22, 2026

WhatsApp & Email Follow-Up Agent for B2B Traders

WhatsApp & Email follow‑up agent automates lead capture after hours, reduces response friction, and increases conversion rates for B2B vehicle traders sourcing from China.

Public
Jul 22, 2026

Trade Document Pre-Validation: Stop Costly Export Errors

Trade document pre-validation prevents costly export failures by catching HS code errors on EUR1 and B/L before quoting, saving exporters up to 40% rework time.

Public
Jul 13, 2026

Real-Time FOB/CIF Pricing with Expiry Dates for B2B Traders

Get real-time FOB/CIF pricing with expiry dates for B2B machinery traders; avoid outdated quotes that erode margins. AutoGlobalAI updates prices live from steel and freight indices.

Public
Jul 13, 2026

WhatsApp & Email Follow-Up Agent for B2B Sales

WhatsApp and email follow-up agent for B2B sales teams automates replies within 24 hours, reduces manual chasing, and re-engages cold leads from Excel pipelines. See 80% less follow-up time.

Public
Jul 13, 2026

Trade-Document Pre-Validation: Stop Quote Rework Before It Starts

Trade-document pre-validation catches certificate, EUR.1, and bill of lading errors before quoting, reducing rework by 40% for export sales teams.

Public
Jul 9, 2026

WhatsApp + Email Follow-Up Agent for Cross-Border B2B Sellers

Cross-border B2B sellers use a WhatsApp and email follow-up agent to reply within 24 hours on the buyer’s preferred channel, increasing conversion by 35%.