Metadata-Version: 2.4
Name: agentledger-otel
Version: 1.2.0
Summary: OpenTelemetry/OTLP trace export adapter package for AgentLedger
Project-URL: Homepage, https://github.com/yaogdu/AgentLedger
Project-URL: Repository, https://github.com/yaogdu/AgentLedger
Project-URL: Documentation, https://github.com/yaogdu/AgentLedger/tree/main/docs
Project-URL: Issues, https://github.com/yaogdu/AgentLedger/issues
Author: AgentLedger Contributors
License: Apache-2.0
Keywords: agents,opentelemetry,otlp,runtime,tracing
Requires-Python: >=3.11
Requires-Dist: agentledger-runtime<2,>=1.2
Description-Content-Type: text/markdown

# agentledger-otel

OTLP trace export adapter package for AgentLedger evidence.

```bash
pip install agentledger-otel
pip install "agentledger-runtime[otel]"
```

```python
from agentledger_otel import OTLPTraceExporter, OTLPResource
```

The `1.2.x` package exports dependency-free OTLP JSON and POST helpers. Full OpenTelemetry SDK wiring can be added as an optional adapter layer without changing runtime-core.

Certification:

```bash
python3 -m agentledger adapter certify --kind otel --adapter-version 1.2.0
```

