# hermes-agent

Published articles for hermes-agent.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Building a Personal Assistant Orchestrator with Claude Code and Headless Sub-Agents

DevFeed: [Building a Personal Assistant Orchestrator with Claude Code and Headless Sub-Agents](<https://devfeed.tech/articles/personal-assistant-without-openclaw-or-hermes-just-one-prompt-25427.md>)

Original publisher: [Read original article](<https://jonnyzzz.com/blog/2026/07/19/personal-assistant-agent/>)

Author: Eugene Petrenko

Published: 2026-07-19T00:00:00Z

Content type: article

Language: en

Sources: [Eugene Petrenko](<https://devfeed.tech/sources/eugene-petrenko.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [Claude Code](<https://devfeed.tech/topics/claude-code.md>), [Code](<https://devfeed.tech/topics/code.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [Git](<https://devfeed.tech/topics/git.md>), [Slack](<https://devfeed.tech/topics/slack.md>), [OpenClaw](<https://devfeed.tech/topics/openclaw.md>)

Tags: [ai-agent](<https://devfeed.tech/tags/ai-agent.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [ai-coding](<https://devfeed.tech/tags/ai-coding.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [claude-code](<https://devfeed.tech/tags/claude-code.md>), [code](<https://devfeed.tech/tags/code.md>), [comparison](<https://devfeed.tech/tags/comparison.md>), [eugene-petrenko](<https://devfeed.tech/tags/eugene-petrenko.md>), [git](<https://devfeed.tech/tags/git.md>), [hermes-agent](<https://devfeed.tech/tags/hermes-agent.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [jonnyzzz](<https://devfeed.tech/tags/jonnyzzz.md>), [openclaw](<https://devfeed.tech/tags/openclaw.md>), [process](<https://devfeed.tech/tags/process.md>), [prompt](<https://devfeed.tech/tags/prompt.md>), [self-improvement](<https://devfeed.tech/tags/self-improvement.md>), [slack](<https://devfeed.tech/tags/slack.md>), [tag-41199d53f463](<https://devfeed.tech/tags/tag-41199d53f463.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

The article describes building a personal-assistant orchestrator from a prompt in an interactive Claude Code session. It routes requests from Slack and Telegram, assigns each task to a fresh headless sub-agent process, and uses files, process boundaries, and git to manage work and recovery. The author also compares the approach with OpenClaw and Hermes.

### Source excerpt

In one afternoon -- one pasted prompt, included below -- we turned an interactive Claude Code session into a personal-assistant orchestrator: channels in, a fresh headless sub-agent per request, an inbox loop that delivers finished work before taking new work, and a three-lens quorum that reviews and ships its own process fixes. By day two it was also babysitting the machine's other AI Agent consoles through a guarded keystroke path. No daemon, no webhooks, no database -- jsonl files, blocking CLIs, and git as the deployment mechanism -- and a hands-on comparison against OpenClaw and Hermes.

## Using Hermes Profiles for Family Home Automation via WhatsApp

DevFeed: [Using Hermes Profiles for Family Home Automation via WhatsApp](<https://devfeed.tech/articles/hermes-profiles-are-perfect-for-family-home-automation-38376.md>)

Original publisher: [Read original article](<https://meedamian.com/post/hermes-profiles-family-home-automation/>)

Author: hi@meedamian.com (Damian Mee)

Published: 2026-05-26T00:00:00Z

Content type: tutorial

Language: en

Sources: [Damian Mee | Blog | Portfolio | About](<https://devfeed.tech/sources/damian-mee-blog-portfolio-about.md>)

Topics: [hermes-agent](<https://devfeed.tech/topics/hermes-agent.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [hermes-agent](<https://devfeed.tech/tags/hermes-agent.md>), [home-automation](<https://devfeed.tech/tags/home-automation.md>), [whatsapp](<https://devfeed.tech/tags/whatsapp.md>)

### AI overview

A tutorial on setting up a restricted Hermes profile that lets a family member control home devices through WhatsApp. It covers isolating the profile from higher-risk tools, avoiding WhatsApp bridge conflicts, and providing model credentials.

### Source excerpt

Disclosure: GPT-5.5 wrote the original long version. Grok 4.3 rewrote it into the current shorter form. Both models were running inside Hermes Agent -- the harness, profile system, tool layer, gateway, and memory that actually does the work. The setup is real. The mistakes were real. The OAuth tokens were dramatic. The profile name was changed to protect the guilty. I wanted my mom to have a tiny AI that could control the house from WhatsApp.