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


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

adeptiv_ai_evaluator_sdk-1.32.0.dev1.tar.gz (41.2 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.32.0.dev1-py3-none-any.whl (49.5 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for adeptiv_ai_evaluator_sdk-1.32.0.dev1.tar.gz
Algorithm Hash digest
SHA256 8de8257ef0af02b7f7e522f74658c6eeb533b16c5e942f9a75f3a6a2efa2afc0
MD5 a5615e74e242318f57cd259e3c72e9a0
BLAKE2b-256 5e6343f6841a52a85b6bdaaf368aba4ff79907476b891bcc5242956043b91693

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adeptiv_ai_evaluator_sdk-1.32.0.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 20fe23c77469e2554dff89b4903b0cd58726693461573c6ebe9ae3a4222ec568
MD5 aa73d7c55d71718504e858a26853b933
BLAKE2b-256 40caf4b7902f1e64b8c70d02fa3d66e45f10780510e6c36347356adef4377522

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