openinference-instrumentation-autogen 0.1.15


pip install openinference-instrumentation-autogen

  Latest version

Released: Aug 07, 2026

Project Links

Meta
Author: OpenInference Authors
Requires Python: <3.15,>=3.10

Classifiers

Development Status
  • 5 - Production/Stable

Intended Audience
  • Developers

License
  • OSI Approved :: Apache Software License

Programming Language
  • Python
  • Python :: 3
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13
  • Python :: 3.14

OpenInference AutoGen

[!WARNING] This package is deprecated. Install openinference-instrumentation-ag2 and import AG2Instrumentor from openinference.instrumentation.ag2 for new applications.

AutogenInstrumentor remains available for applications using the legacy autogen distribution and delegates tracing to the AG2 instrumentor singleton. New applications can migrate by changing the package and import:

from openinference.instrumentation.ag2 import AG2Instrumentor

AG2Instrumentor().instrument()
Extras:
Dependencies:
openinference-instrumentation-ag2 (>=0.1.0)
opentelemetry-instrumentation