Evey's Hermes Plugins

March 24, 2026 · View on GitHub

Support Evey — runs 24/7 on free models, hardware costs ~$69/mo: Donate (BTC, ETH, SOL, XRP, DOGE)

23 custom plugins for hermes-agent — built for autonomous operation, observability, cost control, and self-improvement.

Install

git clone https://github.com/42-evey/hermes-plugins.git
cp -r hermes-plugins/evey-* ~/.hermes/plugins/
cp hermes-plugins/evey_utils.py ~/.hermes/plugins/
# Restart hermes-agent

Plugins

Autonomy & Decision-Making

PluginWhat It Does
evey-autonomyCore autonomy engine: autonomous_decide, autonomous_plan, autonomous_reflect tools. The brain of self-directed behavior.
evey-council3-model debate for hard decisions. Multiple models argue, then consensus is extracted.
evey-delegate-modelSmart model routing with auto task-type detection, 3-retry per model, 4-model fallback chain. Sensitivity filter keeps private data local.

Observability & Telemetry

PluginWhat It Does
evey-telemetryStructured JSON logging of every tool call, delegation, and error. Auto-rotating event log. telemetry_query tool for self-inspection.
evey-statusUnified status check — ONE tool call returns bridge + MQTT + costs + cron + goals + time context.
evey-mqttAuto-connecting MQTT real-time event stream. Subscribes to bridge/events/health/mother topics on plugin load.
evey-cost-guardBudget enforcement via Langfuse. Tracks daily/per-task costs. Warns at 80%, alerts at 100%.

Quality & Safety

PluginWhat It Does
evey-reflectSelf-correction loop. Critiques outputs with a cheap model before sending.
evey-validateHallucination detection. Regex patterns + LLM scoring (0-10).
evey-email-guardPrompt injection screening. Dual-layer: 20+ regex patterns + local AI classifier.
evey-sandboxSandboxed code execution with resource limits.
evey-session-guardSession lifecycle management and cleanup.

Learning & Memory

PluginWhat It Does
evey-learnerExperiential learning — learns from interactions, applies learnings next time.
evey-memory-adaptiveImportance scoring + decay for memories. High-value memories persist, low-value fade.
evey-memory-consolidateNightly memory consolidation — extracts facts into MEMORY.md + Qdrant vectors.
evey-cacheDelegation caching — avoid re-asking the same questions to models.
evey-identitySelf-updating SOUL.md — evolves personality based on interactions.

Communication & Integration

PluginWhat It Does
evey-bridgeBidirectional communication with Claude Code. File-based inbox/outbox + MCP server.
evey-goalsAutonomous goal management. Set, track, complete, review goals.
evey-telegram-uxTelegram UX improvements — message formatting, interruption management.
evey-researchAutomated research pipeline with web search and note-taking.
evey-digestDaily digest compilation from multiple data sources.
evey-delegation-scoreScore and rank delegation results for quality tracking.

Shared

FileWhat It Does
evey_utils.pyShared retry logic (call_llm with exponential backoff), HTTP helpers.

Stack

These plugins are part of Evey's autonomous AI agent stack:

  • Brain: MiMo-V2-Pro (1T params, FREE via OpenClaw)
  • Free models via LiteLLM (OpenRouter + Ollama + Nous Portal)
  • 18 Docker services, all monitored
  • $0/day operating cost

License

MIT