Metadata-Version: 2.4
Name: observagent
Version: 0.1.0
Summary: An OpenTelemetry-based SDK for monitoring GenAI applications.
Author-email: Andre <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/observagent
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opentelemetry-api
Requires-Dist: opentelemetry-sdk
Requires-Dist: opentelemetry-exporter-otlp-proto-http
Requires-Dist: opentelemetry-instrumentation-google-genai
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
