Metadata-Version: 2.4 Name: opentelemetry-instrumentation-agno Version: 0.50.1 Summary: OpenTelemetry Agno instrumentation License: Apache-2.0 Author: Gal Kleinman Author-email: gal@traceloop.com Requires-Python: >=3.9,<4 Classifier: License :: OSI Approved :: Apache Software License Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 Classifier: Programming Language :: Python :: 3.13 Classifier: Programming Language :: Python :: 3.14 Provides-Extra: instruments Requires-Dist: opentelemetry-api (>=1.28.0,<2.0.0) Requires-Dist: opentelemetry-instrumentation (>=0.59b0) Requires-Dist: opentelemetry-semantic-conventions (>=0.59b0) Requires-Dist: opentelemetry-semantic-conventions-ai (>=0.4.13,<0.5.0) Project-URL: Repository, https://github.com/traceloop/openllmetry/tree/main/packages/opentelemetry-instrumentation-agno 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/)