Observability for Hermes with Opik
Hermes can send trace data to Opik through the plugin package opik-hermes.
This integration captures:
- A root trace per agent turn, organized by Hermes
session_id - LLM spans (
type=llm): messages, assistant output, model/provider, token usage, and USD cost - Tool spans (
type=tool): tool arguments and results
Prerequisites
- The Hermes agent framework installed.
- Opik project/workspace details (for cloud or enterprise deployments).
Setup
Validate setup
Run a Hermes chat session and verify traces appear in the configured Opik project dashboard.
Next step
For OTEL-native pipelines, see OpenTelemetry integration.