Metadata-Version: 2.4
Name: observagent
Version: 0.1.7
Summary: An OpenTelemetry-based SDK for monitoring GenAI applications.
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opentelemetry-api>=1.24.0
Requires-Dist: opentelemetry-sdk>=1.24.0
Requires-Dist: opentelemetry-exporter-otlp-proto-http>=1.24.0
Provides-Extra: web
Requires-Dist: opentelemetry-instrumentation-requests; extra == "web"
Requires-Dist: opentelemetry-instrumentation-httpx; extra == "web"
Requires-Dist: opentelemetry-instrumentation-aiohttp; python_version >= "3.8" and extra == "web"
Provides-Extra: gemini
Requires-Dist: opentelemetry-instrumentation-google-genai; extra == "gemini"
Provides-Extra: openai
Requires-Dist: opentelemetry-instrumentation-openai; extra == "openai"
Provides-Extra: anthropic
Requires-Dist: opentelemetry-instrumentation-anthropic; extra == "anthropic"
Provides-Extra: langchain
Requires-Dist: opentelemetry-instrumentation-langchain; extra == "langchain"
Dynamic: license-file

# Observagent SDK

An OpenTelemetry-based observability SDK for automatically capturing Traces and Metrics from Agents 

## Installation

Install the SDK directly from PyPI

```bash
pip install observagent
