42-evey

evey-delegation-score

Score and rank delegation results for quality tracking in Hermes Agent.

290 stars31 forksPythonMIT

Repository last updated Jul 18, 2026

Overview

The Evey Delegation Score plugin enables Hermes Agent users to evaluate and rank the outcomes of task delegations. By assigning scores to delegation results, it provides a quantitative measure of quality that can be used to monitor performance, compare agents, or guide future delegation decisions.

This plugin is designed for developers and operators running autonomous agent workflows who need visibility into the effectiveness of delegated tasks. It integrates directly into the Hermes Agent plugin system, allowing scores to be computed and stored as part of the agent's operational data.

Highlights

  • Scores delegation results for quality assessment
  • Ranks outputs to compare agent performance
  • Integrates with Hermes Agent plugin system

Features

Delegation Scoring

Automatically computes a quality score for each delegation result, enabling objective evaluation.

Ranking Capability

Ranks delegation results to identify top-performing agents or strategies.

Plugin Integration

Seamlessly plugs into Hermes Agent via a standard plugin.yaml manifest.

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-agent

Requirements

  • Hermes Agent installed
  • Python 3.x

How it's built

The plugin is written in Python and follows the Hermes Agent plugin structure. It consists of a Python package evey-delegation-score with an __init__.py module and a plugin.yaml configuration file. The plugin.yaml declares the plugin's metadata and hooks into the agent's delegation lifecycle.

To use the plugin, place the evey-delegation-score directory in the agent's plugins path. The plugin will automatically intercept delegation results and compute scores based on internal logic. No additional configuration is required beyond plugin registration.

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-delegation-score repository is the authoritative source and the place to file issues or contribute.

Category: Observability & Telemetry · Licensed under MIT

Related Hermes plugins