42-evey

evey-digest

Compile daily digests from multiple data sources for the Hermes Agent ecosystem.

290 stars31 forksPythonMIT

Repository last updated Jul 18, 2026

Overview

Evey Digest is an open-source plugin for the Hermes Agent ecosystem that aggregates information from multiple data sources into a single daily digest. It helps users stay informed by summarizing key updates, metrics, or events from various feeds in a concise format.

The plugin is designed to work seamlessly with the Hermes Agent framework, enabling autonomous agents to collect and compile data on a scheduled basis. It is ideal for developers and teams who need automated reporting or monitoring across different platforms.

Highlights

  • Aggregates data from multiple sources into one daily digest
  • Automated compilation on a scheduled basis
  • Seamless integration with Hermes Agent ecosystem
  • Open-source and MIT licensed

Features

Multi-Source Aggregation

Collects data from various feeds and platforms to create a unified daily summary.

Scheduled Compilation

Automatically generates digests on a daily schedule without manual intervention.

Hermes Agent Integration

Built as a plugin for the Hermes Agent framework, leveraging its autonomous agent capabilities.

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 runtime
  • Python 3.x

How it's built

The plugin is written in Python and follows the standard Hermes Agent plugin structure. The repository contains a single Python package evey-digest with an __init__.py and a plugin.yaml manifest file. The plugin.yaml defines the plugin metadata and configuration for the Hermes Agent runtime.

Integration is straightforward: place the plugin directory in the agent's plugin path, and the agent will load and execute the digest compilation logic according to the defined schedule.

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

Category: Content Creation · Licensed under MIT

Related Hermes plugins