Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

adeptiv_ai_evaluator_sdk-1.1.11.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

adeptiv_ai_evaluator_sdk-1.1.11-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file adeptiv_ai_evaluator_sdk-1.1.11.tar.gz.

File metadata

File hashes

Hashes for adeptiv_ai_evaluator_sdk-1.1.11.tar.gz
Algorithm Hash digest
SHA256 813a7be686e97a9028d280d50545d238fcfdc26213c210518f1d6f0dfd447a52
MD5 cf95ff4e627399006933cf877ce67c55
BLAKE2b-256 5269c63c1c59f839d2c975b6671b351db5ff25dc12fce52fc7a313995423567f

See more details on using hashes here.

File details

Details for the file adeptiv_ai_evaluator_sdk-1.1.11-py3-none-any.whl.

File metadata

File hashes

Hashes for adeptiv_ai_evaluator_sdk-1.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 e0ad583e87c625e6d8918594d6351214209d358365ba057ef07f0eb5494ac165
MD5 8c856dd4ebc2ceda92b0e63fdaacaf66
BLAKE2b-256 6e4e2000bab6f88ec9e5e98404bc3d2d3846877d3df1f9e2288f386907e483af

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page