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.17.0.dev1.tar.gz (32.4 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.17.0.dev1-py3-none-any.whl (40.1 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for adeptiv_ai_evaluator_sdk-1.17.0.dev1.tar.gz
Algorithm Hash digest
SHA256 de8a6678300f522a0f8e45ae62e70dfc711eef71ec675bc4f872fd9d91ae644d
MD5 da7ef72e348da25d334b0878da062d92
BLAKE2b-256 d20edff2e543e115d358dcb7f38a1acfa1089417d3358dc591fabd55c42ecc54

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adeptiv_ai_evaluator_sdk-1.17.0.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 a75bcfeea5d35cc42ccf7d8e6c3f59bfac23d11dfadea65c8d19c97bce8c5f49
MD5 79dc843f0daaa8f5989d078618d9ed88
BLAKE2b-256 3422cf39dd6eace8a96de053bf93fdba66ba5d0a1d1137ad0dfd0614b44882fa

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