oh-my-hermes: Enhance Hermes Agent with Advanced AI Workflow and Memory

This repository profile is provided by osrepos.com, an open source repository discovery platform.

oh-my-hermes: Enhance Hermes Agent with Advanced AI Workflow and Memory

Summary

oh-my-hermes is an all-in-one plugin designed to significantly enhance the Hermes Agent. It provides advanced coding intelligence, a robust long-term memory system, and optimized workflow packages, transforming standard Hermes requests into structured, actionable tasks with clear operational layers.

Repository Information

Analyzed by OSRepos on September 17, 2026

Topics

Click on any tag to explore related repositories

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

oh-my-hermes (OMH) is a powerful, all-in-one plugin built to augment the capabilities of the Hermes Agent. It introduces a sophisticated operational layer, enhancing Hermes with advanced coding intelligence, a long-term memory system, and optimized workflow packages. OMH does not replace Hermes, but rather strengthens existing Hermes workflows by converting typical requests into actionable functions, useful next steps, and an honest state of what has occurred and what has not.

Why Use and Key Features

oh-my-hermes significantly enhances Hermes Agent by introducing a suite of powerful features designed for professional development workflows:

  • Intelligent Model Routing: OMH implements a mixture-of-models routing system, dynamically assigning tasks to the most suitable AI model and inference strength based on complexity. This optimization leads to substantial savings in cost and time, as demonstrated by its ability to achieve similar results with significantly fewer tokens and shorter durations.
  • Customizable Category Chains: Users can define and own model+effort chains for various coding executors, such as ultrabrain, deep, and quick. This allows for tailored model selection, ensuring that if a provider rejects a model, the system intelligently falls back to the next in the chain, preventing silent downgrades.
  • Calibrated Prompting: OMH fine-tunes prompting for 13 different model families, optimizing instructions based on each family's documented characteristics. This ensures precise communication with models like Claude, Gemini, Qwen3-Coder, and DeepSeek, leading to more accurate and efficient outputs.
  • Parallel and Verified Workflows: The ulw-work workflow enables the division of approved plans into non-overlapping units, executing them in parallel. Each unit returns typed results, and a verification gate ensures that only genuinely confirmed outcomes are reported as complete, distinguishing between "reported done" and "verified."
  • Comprehensive Workflow Interface (HUD): A native TUI surface provides a live, detailed Heads-Up Display (HUD) for OMH workflows. It shows per-lane metrics including model, effort, turns, tokens, cost, and evidence status, along with phase-structured TODOs, offering full transparency into the agent's progress.
  • Integrated Expert Skills: OMH includes over 100 omh-* specialized skills covering areas like frontend, backend, Rust, native debugging, security review, and performance budgeting. These skills seamlessly integrate into execution as tool calls, raising the bar for what the agent considers "complete."
  • Reviewer-Approved Long-Term Memory: Unlike typical memory systems, OMH's file-based memory requires reviewer approval for new entries. Memories are captured from sessions, reviewed, and then stored with source and review deadlines. This ensures that only relevant and verified lessons are recalled for future tasks, without interfering with Hermes's own memory.
  • Evidence-Based Reporting: OMH adheres to a strict "Claim vs. Evidence" principle, reporting only what it has observed. It clearly differentiates between a task being reported done by an executor and being Test · verified through actual checks, reviews, or CI gates.

Installation

To get started with oh-my-hermes, follow these quick installation steps:

macOS / Linux:

curl -fsSL https://raw.githubusercontent.com/rlaope/oh-my-hermes/main/install.sh | sh

Windows (PowerShell 5.1+):

irm https://raw.githubusercontent.com/rlaope/oh-my-hermes/main/install.ps1 | iex

After installation, run the setup command:

omh setup

To update oh-my-hermes:

omh update

Alternatively, you can install via package managers like Homebrew, Bun, or npm:

  • Homebrew: brew install rlaope/tap/omh
  • Bun: bun install -g oh-my-hermes
  • npm: npm install -g oh-my-hermes

Remember to run omh setup after any package manager installation.

Examples

Simply typing omh will launch Hermes with the OMH identity, providing a rich interface for your AI agent workflows:

omh

OMH offers nine ulw- workflows that can be triggered directly in chat. Some examples include:

  • ulw-context: Aligns reviewed project terminology and incorporates confirmed candidates.
  • ulw-research: Investigates actual code and the web, providing sources and cross-referencing suspicious claims.
  • ulw-plan: Creates a reviewed plan with agreed-upon scope, code change ownership, tests, and completion criteria.
  • ulw-work: Executes an approved plan across parallel lanes that do not touch the same files.
  • ulw-qa: Attacks with deliberately harsh scenarios and fixes what breaks.

Links

Related repositories

Similar repositories that may be relevant next.

Apache Maka: A High-Performance Agent Workspace for AI Tasks

Apache Maka: A High-Performance Agent Workspace for AI Tasks

September 11, 2026

Apache Maka is an incubating project from The Apache Software Foundation, offering a high-performance agent workspace designed to meticulously record all agent activities. It provides a local-first environment for AI agents, allowing users to bring their own models and ensuring transparent, measurable task completion. This project aims to set a new standard for agent reliability and accountability.

AI AgentAgent WorkspaceLLM
Ouroboros: A Self-Evolving AI Agent for Autonomous Development

Ouroboros: A Self-Evolving AI Agent for Autonomous Development

August 26, 2026

Ouroboros is an open-source, general-purpose AI agent designed for autonomous development and self-evolution. It maintains identity and memory across tasks and restarts, capable of modifying its own code, architecture, and tools. This agent can coordinate specialist subagents and operate on external projects, offering both desktop and headless CLI interfaces.

AI AgentAutonomous AgentSelf-Evolving AI
TencentDB Agent Memory: Enhancing AI Agents with Layered Long-Term Memory

TencentDB Agent Memory: Enhancing AI Agents with Layered Long-Term Memory

July 7, 2026

TencentDB Agent Memory provides AI agents with fully local, long-term memory through a 4-tier progressive pipeline, eliminating external API dependencies. It significantly reduces token usage and improves task success rates by employing symbolic short-term memory and layered long-term memory. This innovative approach helps agents learn workflows and retain context more effectively.

AI AgentLong-Term MemoryLLM
Feynman: The Open Source AI Research Agent

Feynman: The Open Source AI Research Agent

June 2, 2026

Feynman is an open-source AI research agent designed to automate and streamline complex research tasks. Built with TypeScript, it leverages multiple agents and tools to conduct in-depth investigations, literature reviews, and even experiment replications, providing source-grounded outputs.

TypeScriptAI ResearchAI Agent

Source repository

Open the original repository on GitHub.

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️