Hermes Agent v2026.4.30: The Curator Release — What Changes for b2b-sdr-agent Skill

May 7, 2026
Hermes v2026.4.30 ships an autonomous skill Curator, 57% faster TUI, one-shot -z mode, Tencent Yuanbao (18th platform), and Microsoft Teams. Full compat audit for the b2b-sdr-agent skill: no breaking changes, upgrade when ready.

Hermes Agent v2026.4.30: The Curator Release — What Changes for b2b-sdr-agent Skill

NousResearch shipped Hermes Agent v2026.4.30 on April 30, 2026 — the "Curator" release. It's the most operationally ambitious drop since the Interface rewrite in v0.11.0. This post covers what's new in Hermes, runs a full compatibility audit of the b2b-sdr-agent skill, and tells you exactly what action to take.


1. What's New in Hermes v2026.4.30

Autonomous Curator Agent

The headline feature: a background Curator agent that runs on a configurable cron cycle (7-day default) to automatically grade, consolidate, and prune your installed skill library. Per-run reports are saved to logs and markdown files. You can query skill health anytime with:

hermes curator status

This is the beginning of Hermes's self-managing agent ecosystem — skills are now graded not just on task completion but on behavioral quality via class-first rubrics.

Performance: 57% Faster TUI Cold-Start

Lazy initialization and memoization across config loading and tool definitions cut visible TUI startup time by approximately 57%. If you run interactive Hermes sessions (e.g. reviewing pipeline reports), this is immediately noticeable.

One-Shot Non-Interactive Mode

hermes -z "<instruction>"

The new -z flag enables fully non-interactive, one-shot execution. This is directly relevant to cron-driven agent workflows — SDR cron instructions can now be triggered externally without an interactive session.

New Inference Providers

Four new providers join the roster: GMI Cloud, Azure AI Foundry, MiniMax OAuth, and Tencent Tokenhub. LM Studio is upgraded to first-class provider status, enabling fully local LLM inference with zero cloud dependency.

Messaging Platform Expansion

  • Tencent Yuanbao (18th platform) with a native gateway adapter
  • Microsoft Teams (19th platform, plugin-shipped)

For B2B export companies selling into Chinese markets or large enterprise accounts in North America and Europe, these are meaningful new outreach channels.

Skills Ecosystem

  • ComfyUI v5 and TouchDesigner-MCP moved to built-in defaults
  • Direct HTTP(S) URL skill installation: hermes skills install https://example.com/skill.zip
  • New bundled skills: Humanizer, claude-design, airtable, spike
  • Spotify tools and Google Meet plugin (calls + transcription)

Notable Behavior Changes

  • Secret redaction disabled by default (was enabled) — prevents payload corruption in tool-calling chains
  • [SYSTEM: message markers renamed to [IMPORTANT:] — Azure content filter compatibility
  • Remote model catalog manifest: model list auto-updates without requiring a new Hermes release

2. b2b-sdr-agent Compat Audit

Reminder: This repo (b2b-sdr-hermes-skill) is a Hermes skill — a set of instructions and cron configurations that run on top of Hermes. It is not a fork of Hermes core. We don't cherry-pick internal Hermes changes; we only adapt when the public skill API surface changes.

We audited SKILL.md, cron/sdr-schedules.yaml, and examples/auto-parts-exporter.md.

BREAKING — 0 items

None. All public skill APIs (hermes cron create, hermes skills install, hermes config set, hermes whatsapp, hermes cron import) are unchanged.

The [SYSTEM:[IMPORTANT:] rename applies to Hermes internal message framing, not to skill instruction markdown. SKILL.md contains no [SYSTEM:] markers — no action required.

RELEVANT — 2 items

1. Curator grades installed skills (cron/sdr-schedules.yaml)

The Curator now automatically runs on a 7-day cycle and grades every installed skill, including the SDR cron instructions in cron/sdr-schedules.yaml. This is non-breaking — all seven schedules remain valid and continue to execute as configured:

SDR: New leads check   0 */4 * * *
SDR: Stalled leads     0 9 * * 1-5
SDR: Quote follow-up   0 10 * * 1-5
SDR: Email sequences   0 11 * * *
SDR: Lead discovery    0 10 * * *
SDR: Weekly report     0 9 * * 1
SDR: Nurture check     0 9 * * 1

If you see hermes curator status flagging an SDR cron as low-quality, refine that cron's instruction text — it's behavioral feedback, not a breakage.

2. Tencent Yuanbao available as Channel 4 (SKILL.md Stage 10)

Stage 10 (Multi-Channel Orchestration) currently lists WhatsApp → Email → Telegram. Yuanbao is now available as an additive fourth channel for China-market B2B outreach. No file change required to use it — just configure in Hermes and reference it in per-lead channel selection.

WATCH — 2 items

Microsoft Teams (SKILL.md Stage 10): Teams is now natively available. Enterprise sales targeting Fortune 500 accounts in NA/EU should evaluate Teams as a Stage 10 channel alongside Email.

hermes -z one-shot mode: The new flag can simplify external triggering of SDR cron jobs (e.g., from CI pipelines or system schedulers). No current skill file uses it — additive.

SKIP — 10+ items

ComfyUI, TouchDesigner, Spotify, Google Meet, TTS registry, multimodal image routing, Vercel Sandbox, self-improvement rubric, remote model catalog — none have surface area in the b2b-sdr-agent skill.

Summary Table

Category Count Files Affected
BREAKING 0
RELEVANT 2 cron/sdr-schedules.yaml (Curator monitoring), SKILL.md Stage 10 (Yuanbao)
WATCH 2 SKILL.md Stage 10 (Teams), cron (hermes -z)
SKIP 10+

Verdict: No skill file updates required. SKILL.md and cron/ are fully compatible with v2026.4.30.


3. Recommended User Action: Upgrade When Ready

Verdict: Upgrade available — no urgency, no blockers.

This release has zero breaking changes for b2b-sdr-agent users. The Curator, faster TUI, and -z mode are meaningful improvements for power users. If your customer base includes China-market buyers (WeChat, WeCom ecosystems), upgrading unlocks Yuanbao as an additional outreach surface immediately.

Priority upgrade if: You run Hermes locally and want LM Studio for private data compliance.

Can wait if: You're on a managed hosting plan (PulseAgent handles upgrades for you).


4. Install / Upgrade Commands

# Upgrade Hermes Agent to v2026.4.30
npx hermes@v2026.4.30

# Or if installed globally:
npm install -g hermes-agent@v2026.4.30

# Verify version
hermes --version

# Install (or reinstall) the b2b-sdr-agent skill
hermes skills install b2b-sdr-agent

# Or from source:
hermes skills install github:iPythoning/b2b-sdr-hermes-skill

# Re-import cron schedules if needed:
cat cron/sdr-schedules.yaml | hermes cron import

# Check Curator status post-upgrade:
hermes curator status

Skill version: 1.0.0 — fully compatible with Hermes v2026.4.30. No skill update required.


5. Managed Hosting — Skip the Upgrade Treadmill

Manually tracking Hermes releases across multi-tenant deployments is friction. PulseAgent handles Hermes versioning, skill deployment, cron provisioning, and multi-channel configuration — so your AI SDR stays on the latest stable without downtime or ops overhead.

What PulseAgent manages for you:

  • Hermes version upgrades (tested, staged, zero-downtime)
  • Skill installation and cron provisioning per tenant
  • Multi-channel setup: WhatsApp, Email, Telegram, WeChat, Yuanbao
  • CRM integrations: Google Sheets, Notion, HubSpot
  • Pipeline monitoring dashboards

Solutions:

Whether you export auto parts to Russia, electronics to the Gulf, or machinery to Southeast Asia — PulseAgent keeps your AI SDR running 24/7 without engineering overhead.

Start free → | View pricing

Deploy the b2b-sdr-agent in under 10 minutes — no self-hosting required.

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%.