Hermes Agent Lab

Hermes Agent Blog — Practical Guides & Insights

Latest articles and insights.

Hermes Smart Approvals: Stop Nodding at Every Step

Approval fatigue is real — every flagged command stops your flow. Hermes v0.19's smart approvals have an LLM review each command, auto-approve the safe ones, auto-deny the dangerous ones, and only escalate the uncertain. Here's how it works and how to keep hard red lines.

Read more

Hermes Agent v0.19.1: The 'Patch' That Touched 4,700 Files and Rebuilt the Voice Stack

v0.19.1 is no ordinary patch. We unpack the official release notes and source commits behind the 4,700-file voice subsystem salvage: full-duplex barge-in, rolling-window VAD, stop-phrase semantics, container repair, and wake-word readiness, with copy-paste config and debugging tips.

Read more

Turn Hermes Conversations into Obsidian Notes Automatically

Stop losing insights inside chat sessions. Wire Hermes Agent's persistent memory, session recall, skills, and cron jobs into an Obsidian vault so your knowledge base updates itself.

Read more

Hermes Agent Now Integrates with Buzz: Three Ways for Humans and Agents to Share One Workspace

Buzz is Block's Nostr-based workspace where humans and AI agents coexist in the same channels. Learn the three Hermes integration paths — Desktop runtime, relay bridge, and native gateway — and pick the right one for your setup.

Read more

Mastering Hermes Automation with Cron Jobs: From Daily Briefings to Custom Watchers

Hermes Agent cron is more than a scheduler — it is a complete automation framework. This guide covers natural-language scheduling, skill-backed jobs, multi-job chains with context_from, no-agent script watchers, and production deployment patterns with real CLI examples.

Read more

Stop Stuffing API Keys into .env: 5 Steps to Wire Hermes v0.19's New External Secret Vault

Hermes Agent v0.19.0 ships a pluggable SecretSource layer that reads API keys from Bitwarden Secrets Manager and 1Password at startup. This post gives a 5-step migration that keeps a working rollback path.

Read more

Hermes Agent Gets a Storage Diet: How the v23 FTS Layout Cuts state.db by Up to 78%

Hermes Agent's new compact v23 FTS layout removes duplicate search-index copies and stops indexing tool output for CJK trigrams. Existing users can opt in with hermes sessions optimize-storage; fresh installs get it for free.

Read more

Hermes v0.19 Smart Approvals: Set Up 3 Security Gates Step by Step, with Commands

Hermes Agent v0.19 enables Smart Approvals by default. This article turns LLM-powered auto-approval into a security flow you control with three concrete gates — LLM pre-review, hard red lines (approvals.deny), and human decision-making. Every config key is verified against the v0.19 source code and official docs, with full config and CLI commands.

Read more

One Feishu Bot, Multiple Hermes Profiles: A Hands-On v0.19 Profile Routing Tutorial

Hermes Agent v0.19 lets a single Gateway reuse one bot token and route Feishu/Lark messages to different Profiles by group or thread. Here is a complete configuration guide, field meanings, matching order, and debugging commands.

Read more

Hermes v0.19 Skill Combos: Chain 3 Skills in One Message and Let Order Shape the Outcome

Hermes Agent v0.19.0 introduces stacked slash-skill invocations. Learn how to chain multiple skills in a single message—/skill-a /skill-b /skill-c do X—and why execution order changes what Hermes actually does.

Read more

Hermes v0.19.0 Quicksilver Release: 80% Faster First Token, 11 Standout Features

Hermes Agent v0.19.0 (Quicksilver) drops first-token latency from 4.3s to 0.9s, adds smart approvals, terminal billing, Bitwarden & 1Password secret sources, live subagent transcripts, crash-proof delivery, and profile-based routing.

Read more

Hermes Agent Productivity Tips: 12 Practical Tricks to Work Faster

12 practical Hermes Agent tips covering session naming, cross-platform resume, context compression, snapshot rollback, CLI shortcuts, skills, and cron — to help you work faster.

Read more

Hermes Agent Started Doing SEO After This MCP: A Search-Growth Playbook

How Hermes Agent can use MCP servers to automate keyword research, competitor content analysis, on-page SEO audits, rank tracking, and content publishing.

Read more

Hermes Agent Error Handling and Recovery: A Deep Dive

An in-depth look at how Hermes Agent classifies API errors, retries with backoff, fails over providers, compresses context, checkpoints state, and resumes sessions automatically.

Read more

I Tuned Every Line of Hermes config.yaml — 3 Settings That Stop Long Tasks From Getting Stuck

Long tasks freezing halfway, context overflow after many turns, or endless retry loops? Tuning these three settings in Hermes Agent config.yaml keeps complex jobs running to completion.

Read more

Hermes v0.18 Command Panorama: 82 Slash Commands Across 12 Real-World Scenarios

From session management to model switching, context compression to background tasks, skill learning to safety rollback — a complete guide to all 82 Hermes v0.18 slash commands and 38 CLI subcommands, organized into 12 practical scenarios.

Read more