opentelemetry-instrumentation-agno 0.60.0


pip install opentelemetry-instrumentation-agno

  Latest version

Released: Apr 19, 2026

Project Links

Meta
Author: Gal Kleinman, Nir Gazit
Requires Python: <4,>=3.10

Classifiers

OpenTelemetry Agno Instrumentation

This library provides automatic instrumentation for the Agno framework.

Installation

pip install opentelemetry-instrumentation-agno

Usage

from opentelemetry.instrumentation.agno import AgnoInstrumentor

AgnoInstrumentor().instrument()

Supported Features

This instrumentation captures:

  • Agent execution (sync and async)
  • Team operations
  • Model invocations
  • Function calls
  • Streaming responses

Links

Extras:
Dependencies:
opentelemetry-api (<2,>=1.28.0)
opentelemetry-instrumentation (>=0.59b0)
opentelemetry-semantic-conventions-ai (<0.6.0,>=0.5.1)
opentelemetry-semantic-conventions (>=0.59b0)