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.
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.
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_`.
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 →
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.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
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.