Metadata-Version: 2.4
Name: neatlogs-instrumentations
Version: 0.1.0
Summary: Neatlogs OpenTelemetry-compatible instrumentations for AI agent ecosystems.
Author: Neatlogs
License: Proprietary
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: opentelemetry-api>=1.0
Requires-Dist: opentelemetry-instrumentation>=0.40b0
Requires-Dist: wrapt>=1.15
Provides-Extra: azure-ai-inference
Requires-Dist: azure-ai-inference>=1.0.0b0; extra == "azure-ai-inference"
Dynamic: license-file

# Neatlogs Instrumentations

Neatlogs OpenTelemetry-compatible instrumentations for AI agent ecosystems.

## Install

If you need Azure AI Inference support:

```bash
pip install -e .[azure-ai-inference]
```
