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.37.0.dev1.tar.gz (42.9 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.37.0.dev1-py3-none-any.whl (50.8 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for adeptiv_ai_evaluator_sdk-1.37.0.dev1.tar.gz
Algorithm Hash digest
SHA256 11a07bb3319d8fee62d5ab892a834501b60d876404ea1fcede76505689a49348
MD5 565ee77035f5a0dbb70484f2f7bc2087
BLAKE2b-256 d31234e94436554fc21bc1b8b200abf38f70be1bd927d3422c93a239f97540fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adeptiv_ai_evaluator_sdk-1.37.0.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 05d7f670ef13719f83da783db70714cf43d65fb51219d943ba0da477ee678a11
MD5 db0f0d6f9e7eed2b87c9ed8949420acd
BLAKE2b-256 a3e00c897407c7dd7b329e534f848a67b0f689b60f8581c5ad08256db54433f9

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