Hermes Agent v0.12.0

"The Curator" Release

Released April 30, 2026

1,096 commits ยท 550 PRs ยท 217 contributors

๐ŸŽฏ Executive Summary

  • Autonomous Curator โ€” self-maintaining skill library
  • Self-improvement loop โ€” rubric-based, runtime-aware
  • 4 new inference providers โ€” GMI Cloud, Azure AI Foundry, MiniMax OAuth, Tencent Tokenhub
  • 18th messaging platform โ€” Tencent Yuanbao
  • Microsoft Teams โ€” first pluggable gateway platform
  • ~57% TUI cold-start reduction

๐Ÿง  Autonomous Curator

  • Background agent on gateway cron ticker (7-day cycle default)
  • Grades, consolidates, and prunes skills automatically
  • Writes per-run reports to logs/curator/run.json + REPORT.md
  • hermes curator status ranks skills by usage
  • Defense-in-depth gates protect bundled/hub skills
  • Pinned skills block curator writes

๐Ÿ”„ Self-Improvement Loop

  • Class-first review โ€” rubric-based grading, not free-form
  • Active-update bias โ€” prefers skills the agent just loaded
  • Runtime inheritance โ€” provider, model, credentials propagate
  • Scoped toolsets โ€” memory + skills only, no shell/web sprawl
  • Clean shutdown โ€” memory providers exit properly
  • Handles references/ and templates/ sub-files

๐Ÿ“ก New Providers

  • GMI Cloud โ€” first-class API-key provider
  • Azure AI Foundry โ€” auto-detection, full wiring
  • MiniMax OAuth โ€” PKCE browser flow
  • Tencent Tokenhub โ€” new provider salvage
  • LM Studio upgraded to first-class โ€” auth, doctor, reasoning, live /models

๐Ÿ’ฌ Platforms & Integrations

  • Tencent Yuanbao โ€” 18th native messaging platform
  • Microsoft Teams โ€” first pluggable gateway adapter
  • Spotify โ€” 7 tools (play, search, queue, playlists, devices), PKCE OAuth
  • Google Meet โ€” join, transcribe, speak, follow up via realtime OpenAI transport
  • Gateway media parity โ€” multi-image Telegram/Discord/Slack/Mattermost/Email/Signal
  • FLAC audio + Telegram document fallback

๐ŸŽจ Skills Ecosystem

  • ComfyUI v5 โ€” official CLI + REST, moved from optional to built-in default
  • TouchDesigner-MCP โ€” bundled by default, GLSL/post-FX/audio/geometry refs
  • Humanizer โ€” strips AI-isms from text
  • claude-design โ€” HTML artifact skill
  • design-md โ€” Google DESIGN.md spec
  • Direct URL install โ€” hermes skills install <url>
  • /reload-skills slash command

โšก Performance & UX

  • ~57% visible TUI cold-start cut
  • Lazy agent initialization
  • Lazy imports of OpenAI / Anthropic / Firecrawl
  • mtime-cached load_config()
  • Memoized get_tool_definitions() with TTL
  • Precompiled dangerous-command patterns
  • Prompt cache TTL configurable (5m default, 1h opt-in)

๐ŸŽง Voice & TTS

  • TTS provider registry โ€” tts.providers.<name>
  • Piper local TTS ships as native provider
  • Google Gemini TTS provider
  • xAI Grok STT provider
  • KittenTTS local provider

๐Ÿ–ผ๏ธ Dashboard & CLI

  • Models dashboard tab โ€” rich per-model analytics, switch main + auxiliary
  • hermes -z one-shot non-interactive mode
  • hermes update --check preflight
  • Opt-in pre-update HERMES_HOME backup
  • LaTeX rendering in TUI
  • /reload .env hot-reload
  • Pluggable busy-indicator styles

๐Ÿ”’ Security & Reliability

  • Secret redaction off by default โ€” prevents patch-corruption incidents
  • Global toggle for private/internal URL resolution
  • Block agent from self-destructing gateway
  • Telegram callback authorization on updates
  • SECURITY.md added

๐Ÿ“Š Community Response

"The Curator release โ€” Hermes Agent now maintains itself. An autonomous background Curator grades, prunes, and consolidates your skill library on its own schedule."
  • 137 GitHub reactions (80 +1, 26 heart, 16 rocket, 15 hooray)
  • 217 community contributors in this window
  • @kshitijk4poor led with 49 merged PRs

โš ๏ธ Pain Points & Risks

  • Secret redaction disabled by default โ€” users must opt-in via redaction.enabled: true
  • Large changelog โ€” 1,096 commits may hide breaking changes in peripheral tooling
  • ComfyUI built-in โ€” increases base install size

๐Ÿ”„ Migration Guide

  • Run hermes update --check before upgrading
  • Opt-in backup: set pre-update backup preference
  • Review redaction.enabled if you need secret filtering
  • Check pinned skills before curator runs
  • Configure new providers (GMI Cloud, Azure AI Foundry) in hermes model

๐Ÿ“ˆ Roadmap Implications

  • Hermes is evolving into a self-maintaining agent platform
  • Curator + self-improvement loop = compounding skill quality
  • Plugin gateway architecture enables rapid platform expansion
  • Remote model catalogs decouple model availability from releases
  • Vercel Sandbox signals push toward hosted execution backends

๐Ÿ“– Sources

Generated by Hermes Agent โ€” May 1, 2026