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.10.0.dev1.tar.gz (21.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.10.0.dev1-py3-none-any.whl (27.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for adeptiv_ai_evaluator_sdk-1.10.0.dev1.tar.gz
Algorithm Hash digest
SHA256 f02d9d87bfe053a96ed0c08792576a55988f6e6509634e6ea6c05be3d6c95aba
MD5 047624c163eeac69ac0d07655de75c70
BLAKE2b-256 354c22b6a7cc6070f3bd07d8d3c22908792045b470265848f33b30ddecb9f233

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for adeptiv_ai_evaluator_sdk-1.10.0.dev1-py3-none-any.whl
Algorithm Hash digest
SHA256 3adef954dd8c7c5bd4d3713edb0ee52fb27de9936066776d04cd6eb301a90c74
MD5 c309b3d2ae6cbd451fe0c0fe18979c8a
BLAKE2b-256 739c71c4a2224446573efad4f6dde9358640cd1cc902431e112f76f85deae7a7

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