Hermes Agent v0.14.0, tagged v2026.5.16, landed today — a "Foundation Release" that restructures how Hermes installs, starts, and integrates with messaging platforms. If you're running the b2b-sdr-agent skill for cross-border B2B sales, here's exactly what changed, what you can ignore, and what to do now.
What's New in Hermes v0.14.0
Instant installation, anywhere. Hermes is now on PyPI: pip install hermes-agent && hermes gets you a running agent with no manual clone required. A PowerShell installer brings native Windows support (early beta), opening Hermes to the 80% of B2B sales operators running Windows.
19 seconds faster cold start. Skill caching and deferred imports cut hermes launch time by ~19 seconds. For cron-driven SDR workflows that run every 4 hours, agents wake up faster, consume less wall-clock time, and are less likely to hit execution timeouts.
Browser tools run 180× faster. CDP calls now route through a persistent WebSocket connection. Web search and lead research lookups are dramatically snappier.
Cross-session 1-hour Claude prompt caching. The Hermes runtime preserves prompt caches across sessions — across Anthropic, OpenRouter, and Nous Portal. System prompts and CRM context loaded in an 8am "new leads check" job are cached and reused by the 10am "quote follow-up" job. Estimated 30–50% token reduction on repeated system prompt context.
LINE messaging platform. Hermes adds LINE as a first-class messaging channel. LINE has 200M+ monthly active users concentrated in Japan, Taiwan, Thailand, Vietnam, and Indonesia — high-value B2B export markets for manufacturers selling auto parts, electronics, and industrial goods.
Microsoft Teams pipeline. A Microsoft Graph foundation with Teams webhook adapter is now available — useful for enterprise B2B prospects who coordinate procurement via Teams internally.
Live session /handoff. Sessions can now transfer context, messages, and tool history to a fresh session — useful for long-running negotiation threads that approach context limits.
9 new optional skills. Yahoo Finance, Hyperliquid trading, OSINT investigation, and six others — installable as companion skills on demand.
b2b-sdr-hermes-skill Compat Audit
We audited SKILL.md, cron/sdr-schedules.yaml, and examples/ against v0.14.0. Here is the full finding:
No Breaking Changes
Every command and API the skill relies on — hermes cron create, hermes whatsapp, hermes skills install, hermes config set, WHATSAPP_ALLOW_STRANGERS — is unchanged in v0.14.0. No migration steps required.
RELEVANT: LINE channel opportunity
The SDR skill currently defines three outreach channels: WhatsApp (primary), Email (formal), Telegram (Russia/CIS). With LINE now natively supported, sellers targeting Japan, Taiwan, Thailand, Vietnam, and Indonesia have a direct channel. SKILL.md Stage 10 (Multi-Channel Orchestration) has been updated in this release to document LINE as an optional 4th channel. Enable it with hermes line after pairing.
RELEVANT: Cross-session caching lowers your API bill
No skill code change required — the Hermes runtime handles it automatically. Each of the 7 scheduled cron jobs in cron/sdr-schedules.yaml benefits immediately. Estimated 30–50% reduction in token spend on system prompt context.
RELEVANT: Cron jobs wake 19 seconds faster
The "New leads check" runs every 4 hours — 6 times per day × 19 seconds = ~114 seconds saved daily. Across a 30-day month: ~57 minutes of execution time recovered. On metered hosting plans, this directly reduces cost.
WATCH: Microsoft Teams
cron/sdr-schedules.yaml has no Teams integration today. If your B2B prospects are enterprise buyers using Teams internally, this channel is now feasible to add. No immediate action needed.
WATCH: /handoff for negotiation continuity
Long negotiation threads occasionally hit context limits. The new /handoff command can preserve thread state across sessions. Worth knowing; no action needed today.
SKIP
Windows installer, OSINT skill, Hyperliquid trading, SimpleX Chat — none affect the SDR pipeline.
Recommended User Action: Upgrade Now
This release has zero breaking changes for the b2b-sdr-agent skill and delivers three immediate wins: faster cron execution, lower token costs from cross-session caching, and LINE channel access for Asia-Pacific markets.
Upgrade rating: Upgrade now.
Install / Upgrade Commands
# Upgrade Hermes Agent (new PyPI method, available from v0.14.0):
pip install --upgrade hermes-agent
# Or via the original Hermes updater:
hermes update
# Verify version:
hermes --version
# Expected: 0.14.0 (2026.5.16)
# Install or refresh the b2b-sdr-agent skill:
hermes skills install b2b-sdr-agent
# or:
hermes skills install github:iPythoning/b2b-sdr-hermes-skill
# Enable LINE channel (optional — Japan / Southeast Asia markets):
hermes line
# Follow pairing instructions. Then in your SDR session:
# "Add LINE as outreach channel for Japanese and Thai leads"
Get Managed B2B SDR Hosting on PulseAgent
Running this skill manually means managing cron jobs, WhatsApp pairing, CRM sync, and Hermes updates yourself. PulseAgent provides managed multi-tenant hosting for the b2b-sdr-agent skill — zero infrastructure, instant setup, and multi-channel support out of the box.
Related solutions on PulseAgent:
- AI SDR for B2B Export — end-to-end pipeline from lead discovery to deal close
- WhatsApp Sales Automation — WhatsApp-first outreach with 72h window management
- Multi-Channel Sales Pipeline — WhatsApp + Email + Telegram + LINE orchestration
Skill version compatibility: b2b-sdr-agent v1.0.0 is fully compatible with Hermes Agent v0.14.0 (v2026.5.16). No migration needed.