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.25.0.dev1.tar.gz (37.6 kB view details)

Uploaded Source

Built Distribution

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

File details

Details for the file adeptiv_ai_evaluator_sdk-1.25.0.dev1.tar.gz.

File metadata

File hashes

Hashes for adeptiv_ai_evaluator_sdk-1.25.0.dev1.tar.gz
Algorithm Hash digest
SHA256 729e6389b1b727b9bdd27f0261a5f7797229810c41dac8d603d1c8f932151c8d
MD5 c246720728d3aca680325f5f743a27bd
BLAKE2b-256 402e02f66c68bc963ffb7e4b3f7c544a6fee719591d619177e77f662efe46183

See more details on using hashes here.

File details

Details for the file adeptiv_ai_evaluator_sdk-1.25.0.dev1-py3-none-any.whl.

File metadata

File hashes

Hashes for adeptiv_ai_evaluator_sdk-1.25.0.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 a314b58612d16bcfa666b92249ecb3668bc90202a8052145e7988fa730a2b75f
MD5 a2987745d0ff4625e852943e470d8c95
BLAKE2b-256 a6c11592fd44cf241b9582f4c8683ac4db18344483b3173b14056f58ffe2da72

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