42-evey

evey-goals

Autonomous goal management for Hermes agents: set, track, complete, and review goals.

290 stars31 forksPythonMIT

Repository last updated Jul 18, 2026

Overview

Evey Goals is an open-source plugin for the Hermes Agent ecosystem that enables autonomous goal management. It allows agents to define objectives, monitor progress, mark tasks as complete, and review outcomes—all without human intervention.

The plugin is designed for developers building self-directed AI agents that need structured goal lifecycle management. By integrating Evey Goals, agents can autonomously break down high-level objectives into actionable steps and track their completion over time.

Evey Goals is written in Python and distributed under the MIT license. It is part of the 42-evey collection of custom plugins for Hermes Agent, which also includes inter-agent bridging, model selection, and cost control tools.

Highlights

  • Define and manage goals autonomously
  • Track progress and mark goals complete
  • Review goal outcomes automatically
  • Integrates directly with Hermes Agent

Features

Goal Lifecycle Management

Create, update, complete, and review goals programmatically within your agent workflows.

Autonomous Operation

Agents can self-direct goal management without manual oversight, enabling long-running tasks.

Plugin Architecture

Designed as a plugin for Hermes Agent, following the standard plugin.yaml convention for easy installation.

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 structured as a standard Hermes Agent plugin. The repository contains a single Python package evey-goals with an __init__.py module and a plugin.yaml manifest file that defines the plugin metadata and entry points.

Evey Goals is written in Python and integrates with Hermes Agent through the plugin system. The exact API for goal management is defined in the plugin's Python code, which agents can call to perform goal operations.

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

Category: Autonomy & Orchestration · Licensed under MIT

Related Hermes plugins