42-evey
evey-status
Unified status check — ONE tool call returns bridge + MQTT + costs + cron + goals + time context.
Repository last updated Jul 18, 2026
Overview
Evey-status is a plugin for the Hermes Agent ecosystem that consolidates multiple status checks into a single tool call. Instead of querying separate endpoints for bridge connectivity, MQTT health, cost metrics, cron schedules, goals, and time context, you get all of them in one response.
It is designed for developers and operators running autonomous agents who need a quick, holistic view of their system's state. By reducing the number of API calls, it simplifies monitoring and debugging workflows.
The plugin is written in Python and released under the MIT license, making it easy to integrate and modify. It is part of a suite of custom plugins for hermes-agent that also includes goal management, inter-agent bridge, model selection, and cost control.
Highlights
- Single tool call aggregates bridge, MQTT, costs, cron, goals, and time context
- Simplifies monitoring of autonomous agent systems
- Written in Python with MIT license for easy integration
- Part of a suite of custom Hermes Agent plugins
Features
Unified Status Aggregation
Returns bridge connectivity, MQTT health, cost metrics, cron schedules, goals, and time context in one response.
Reduced API Calls
Eliminates the need for multiple separate status queries, streamlining monitoring workflows.
Installation
Commands are reproduced exactly as published by the project maintainers. Always check the upstream repository for the current instructions.
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-agentRequirements
- Hermes Agent installed and running
- Python 3.x
How it's built
The plugin is implemented in Python and integrates with the Hermes Agent plugin system. It exposes a single tool that collects data from various subsystems: bridge status, MQTT broker health, cost tracking, cron job states, goal progress, and current time context. The exact repository layout is not specified, but it follows standard Python packaging conventions.
To use it, install the plugin and configure it within your Hermes Agent instance. The plugin does not require additional dependencies beyond those already present in the agent environment.
Source
This summary was written for Neura Market from the project's own repository. Install commands, identifiers and licence details are reproduced unchanged. The 42-evey/evey-status repository is the authoritative source and the place to file issues or contribute.
Category: Observability & Telemetry · Licensed under MIT