Introduce Pluggable Context Engine
TL;DR
Context management is now modular via hermes plugins. Users can swap in custom engines to control agent visibility, filtering, summarization, or domain-specific context injection.
## What changed Hermes Agent added a pluggable context engine on May 18, 2026. Context handling now runs through modular hermes plugins instead of a fixed internal system. Users can swap engines to manage visibility rules, apply custom filters, control summarization, or inject domain-specific data.
The update extends the existing plugin system already used for memory providers and model switching. No core code changes are required to activate a new context backend.
## Why it matters Vibe Builders gain direct control over what information reaches the agent during long autonomous sessions. This reduces irrelevant noise from Telegram or Discord threads while allowing targeted pulls from Notion databases or Git logs.
The move pressures hosted agents that keep context logic closed and non-replaceable. It bets that self-hosted operators will invest time in custom context layers to improve reliability over months of use.
## How to use it Run the standard bash install for Hermes Agent on a VPS. Use the CLI command hermes plugin install to add a context engine package, then set the active engine in the YAML config or through the local web dashboard. Test changes by routing a multi-turn task and checking memory recall.
Plugins are available now through the official repository. No paid tier is required, though you still cover VPS and LLM token costs separately.
## Watch for Success shows up as measurably fewer context overflows in week-long workflows. The bet fails if plugin interfaces shift with every minor release. Expect a follow-up release that adds pluggable action filters next.
Harsh’s take
For a solo Vibe Builder this feature removes one more reason to stay inside a SaaS agent. You can now write or borrow a context plugin that drops marketing noise from Slack while always injecting the latest project brief from Notion.
The honest trade-off is maintenance. You own the plugin code and must update it when Hermes changes its plugin contract. Most operators will copy one example and never touch it again.
Audit the last ten agent sessions that produced wrong answers. Identify the three most common context problems, then build or install a single filter that removes them before the next task runs.
by Harsh Desai
About Hermes Agent
View the full Hermes Agent page →All Hermes Agent updatesGo deeper
More AI news
- Daily RoundupGLM 5.3 and Vercel agent tools land, Gemini SAT practice, plus fresh models on Hugging Face
Google and Vercel released new agent and model features while Hugging Face and Replicate added trending models; OpenAI tightened safety after agent issues.
- Daily RoundupVercel-Origin beta and GPT-5.6 Sol discount, plus agent tools for builders
Vercel rolled out Origin repository deployments and a month-long GPT-5.6 Sol discount on AI Gateway while Product Hunt featured new agent layers and Hugging Face highlighted an uncensored Qwen model, with industry moves around data use and automation exits.
- Weekly DigestHermes Agent v0.20 voice and A2A protocol, OpenClaw mobile updates, and multi-agent tools to test now
Hermes Agent rolled out v0.20 releases with voice streaming, A2A interoperability, desktop artifacts, and self-recovery tools while OpenClaw added Android switching, iOS caching, and plugin provenance checks across the week.