Python SDK
Based on OpenTelemetry, so you can use any OTEL-based instrumentation library for your LLM:JS/TS SDK
The ABV JS/TS SDK is designed to be modular. Hereโs an overview of the available packages:| Package | Description | Environment |
|---|---|---|
| @abvdev/core | Core utilities, types, and logger shared across packages. | Universal JS |
| @abvdev/client | Client for features like prompts, datasets, and scores. | Universal JS |
| @abvdev/tracing | Core OpenTelemetry-based tracing functions (startObservation, etc.). | Universal JS |
| @abvdev/otel | The ABVSpanProcessor to export traces to ABV. | Node.js โฅ 20 |