Adeptiv GenAI tracing SDK for LLMs, agents, and AI workflows
Project description
Adeptiv GenAI Tracing SDK
Adeptiv GenAI is a lightweight, vendor-neutral OpenTelemetry tracing SDK for LLMs, agents, and AI workflows.
It captures latency, execution flow, hashes, and metadata for all AI use cases.
Key Features
- Trace-only observability (no response normalization)
- Works with any LLM (OpenAI, Anthropic, Gemini, local models)
- Supports chat, summarization, agents, tools, RAG
- Sync & async compatible
- Enterprise-safe (hashing, redaction, previews)
- OpenTelemetry compatible
This ensures zero lock-in and maximum compatibility.
Installation
pip install adeptiv-ai-evaluator-sdk
Adeptiv GenAI Tracing SDK
Tracing an LLM Call
SDK configuration
config.api_key = "" #project Key
config.project_name = "customer-support-bot" # Project Name
from adeptiv_evaluator_sdk import trace_llm
@trace_llm(model="gpt-4o", operation="chat", workflow_id="")
def chat(prompt):
return llm.invoke(prompt)
chat("Hello world")
# Adeptiv GenAI Tracing Agents SDK
from adeptiv_evaluator_sdk import trace_llm
@trace_agent("support_agent", model="gpt-4o",workflow_id="")
async def run_agent(query):
return await agent.run(query)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file adeptiv_ai_evaluator_sdk-1.3.0.dev1.tar.gz.
File metadata
- Download URL: adeptiv_ai_evaluator_sdk-1.3.0.dev1.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ff3e7bc66de34912ad33ad75b77620d5987f1d99d3ccbf20a21e8f6bc80b3f7
|
|
| MD5 |
a76553c7b6ac0843fb4c99aaaf51e7cd
|
|
| BLAKE2b-256 |
cf1b0f58d95af2858c04ce9a5ca9e2503d4dd508e85e255e24c849ed476a4198
|
File details
Details for the file adeptiv_ai_evaluator_sdk-1.3.0.dev1-py3-none-any.whl.
File metadata
- Download URL: adeptiv_ai_evaluator_sdk-1.3.0.dev1-py3-none-any.whl
- Upload date:
- Size: 22.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eeba0127046142e1987d6e6390b5a11c5c855ea120fd02461b2a6106206089dd
|
|
| MD5 |
1adc0b3bd65fccc10a425668ff7068b2
|
|
| BLAKE2b-256 |
557f67b74c688d6fd24997df675a3a5a1c5764f6e86fcc963f6043e6a0ff10bf
|