← All stories
● Covered by 1 source · 1 reportLow impact1 neutral

Grafana Agent Observability Plugin Released for Hermes Agent

🔄 Updated 1h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Records LLM calls and tool executions as generations.
  • Emits OpenTelemetry traces and metrics.
  • Requires `pip install grafana-agento11y-hermes` and config update.
  • Replaces the `hermes-plugin-sigil` package.

Plugin Functionality

The new Grafana Agent Observability plugin for Hermes Agent is designed to capture data from Large Language Model (LLM) calls and tool executions. This data is recorded as 'generations', providing a structured way to track the agent's interactions and outputs. The plugin also emits OpenTelemetry (OTel) traces and metrics, which are standard formats for collecting telemetry data.

Integration and Configuration

To integrate the plugin, users need to install it via pip using `pip install grafana-agento11y-hermes` within the same Python environment as Hermes. Configuration involves enabling the `agento11y` plugin in the `~/.hermes/config.yaml` file. The plugin provides a setup page within Grafana for generating necessary environment variables, including endpoint and authentication details, which must be set in Hermes's environment.

Upgrade Path from Previous Version

Users upgrading from the `hermes-plugin-sigil` package must uninstall the old package before installing `grafana-agento11y-hermes`. Additionally, the configuration key in `~/.hermes/config.yaml` needs to be changed from `sigil` to `agento11y`, and environment variables prefixed with `SIGIL_` must be renamed to `AGENTO11Y_`.

Why It Matters

This plugin offers developers a way to gain visibility into the operations of their AI agents built with Hermes. By providing detailed traces and metrics, it allows for better debugging, performance monitoring, and understanding of how LLMs and tools are being utilized within the agent's workflow. This can be crucial for optimizing agent behavior and ensuring reliable operation in production environments.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~11 min · 9 stories · Aug 16

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

A new Grafana Agent Observability plugin has been released for the Hermes Agent, enabling the recording of LLM calls and tool executions as generations, and emitting OpenTelemetry traces and metrics. This integration provides observability for AI agents, allowing developers to monitor their performance and behavior within the Grafana ecosystem.