Metadata-Version: 2.4
Name: opentelemetry-instrumentation-agno
Version: 0.52.6
Summary: OpenTelemetry Agno instrumentation
Project-URL: Repository, https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-agno
Author-email: Gal Kleinman <gal@traceloop.com>, Nir Gazit <nir@traceloop.com>
License-Expression: Apache-2.0
Requires-Python: <4,>=3.10
Requires-Dist: opentelemetry-api<2,>=1.28.0
Requires-Dist: opentelemetry-instrumentation>=0.59b0
Requires-Dist: opentelemetry-semantic-conventions-ai<0.5.0,>=0.4.13
Requires-Dist: opentelemetry-semantic-conventions>=0.59b0
Provides-Extra: instruments
Requires-Dist: agno; extra == 'instruments'
Description-Content-Type: text/markdown

# OpenTelemetry Agno Instrumentation

This library provides automatic instrumentation for the [Agno](https://github.com/agno-agi/agno) framework.

## Installation

```bash
pip install opentelemetry-instrumentation-agno
```

## Usage

```python
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

- [Agno Framework](https://github.com/agno-agi/agno)
- [OpenTelemetry](https://opentelemetry.io/)
