Hermes 0.13 Tenacity: Agent Reliability Upgrades
AICodeKinggo watch the original →
the gist
Hermes Agent 0.13 adds durable Kanban heartbeats, zombie detection, persistent /goal, checkpoints v2, and security fixes for stable long-running agents.
The Breakthrough
Hermes Agent 0.13, the Tenacity release, enhances reliability for long-running agents through durable multi-agent Kanban with heartbeats and zombie detection, persistent /goal across turns, and checkpoints v2 with auto-resume.
What Actually Worked
- Durable multi-agent Kanban system includes heartbeats, reclaim logic, zombie detection, retry budgets, automatic blocking on worker exit, hallucination gate for mismatched task claims, and per-task max retries.
- /goal command maintains a persistent objective across turns to keep agents aligned during extended sessions.
- Checkpoints v2 rewrites state persistence with pruning, disk guardrails, and auto-resume of interrupted sessions after gateway restarts.
- Security fixes close 8 P0 issues; enable default secret redaction; scope Discord role allowlists to originating guild; reject WhatsApp strangers by default; improve SSRF, log, and credential protections.
- Provider plugins add OpenRouter support with response caching, model routes like Deepseek V4 Pro and Owl Alpha (free), Google Chat integration, and platform allowlists for Slack, Telegram, and others.
Context
Agents often lose state, drift from goals, crash silently, or get stuck in real workflows. Hermes Agent 0.13 addresses these by hardening Kanban as a durable work queue, persisting goals and checkpoints, and tightening security defaults. These changes matter for multi-agent, long-running tasks across messaging platforms and scheduled jobs, making Hermes suitable for complex, production-like agent systems rather than simple one-shot interactions.
Notable Quotes
- "The main theme is simple reliability this update is mostly about making sure agents can keep working without losing state drifting from the goal crashing silently or getting stuck forever."
- "This release is about making Hermes less fragile canban workers can be tracked and recovered goals can persist across turns sessions can resume after restart security defaults are stricter providers are more pluggable."