Awesome Hermes PluginsContext Engines

claudioemmanuel/squeez

⭐ 202 Rust added to this list on 2026-07-15 repository created 2026-03-23

squeez is a token compressor designed to optimize interactions with AI CLI hosts, including Nous Research Hermes Agent. It functions as a hook-based system, intercepting command outputs to apply various compression techniques such as smart filtering, deduplication, log-template compaction, and relevance-aware truncation, boasting up to 95% bash output reduction. The tool features reversible compression, which stashes verbatim originals for later retrieval, and a net-win gate that prevents token losses from minor compressions. It also offers an adaptive intensity mechanism, adjusting compression levels based on the remaining token budget. For Hermes, squeez provides a Python plugin (`__init__.py` + `plugin.yaml`) that integrates seamlessly and is auto-discovered. The system preserves critical identifiers in summaries and includes a self-teaching protocol. It bundles an MCP server that exposes 17 tools for querying session memory, enabling richer context for LLMs. squeez ensures zero new runtime dependencies for its core functionality and integrates a `/squeez` slash command for in-session configuration management and post-compact re-injection of tracked session state.

https://github.com/claudioemmanuel/squeez

hermes-plugintoken-compressioncontext-optimizationai-clibash-hooksession-memorycontext-enginellm-toolsmcp-server

Also in Context Engines

stephenschoettler/hermes-lcm

hermes-lcm is a lossless context management plugin for Hermes Agent, providing a DAG-based context engine that ensures no messages are lost through persistent storage and intelligent summarization.

EfficientContext/ContextPilot

ContextPilot is a context engine that accelerates long-context LLM inference by optimizing context reuse, offering significant speedups and token savings for RAG, memory chat, and agentic AI worklo...

byenzyme/enzyme-skill

A Hermes plugin that compiles a Markdown vault into a local concept graph and injects trending entities and semantic search results into the session through three lifecycle hooks and five tools.

beniedev/moonbite

Experimental Hermes Agent plugin adding cross-session memory, short-lived working state, and bounded, verified autonomous action on top of the host agent.

eas4ai/hermes-context-manager

Silent-first context optimization plugin for the Hermes Agent gateway that compresses tool outputs, deduplicates repeated work and summarizes completed phases without the main model noticing.

kenyonxu/hermes-persona

hermes-persona is a configurable Hermes Agent plugin that dynamically injects persona context into LLM calls using various hooks and rules.

Sahil-SS9/hermes-memlock

Hermes plugin that detects context compaction, audits which pinned standing instructions survived outside the summary region, and rehydrates the lost ones as a reminder block.

PlayForm/Aphrodite-Hermes

Compresses Hermes tool output before it reaches the model into compact retrievable previews, via a thin Python loader calling a Rust classifier and store, cutting per-call token cost.