Skip to main content

Traceloop Software Development Kit (SDK) for Python

Project description

traceloop-sdk

Traceloop’s Python SDK allows you to easily start monitoring and debugging your LLM execution. Tracing is done in a non-intrusive way, built on top of OpenTelemetry. You can choose to export the traces to Traceloop, or to your existing observability stack.

Traceloop.init(app_name="joke_generation_service")

@workflow(name="joke_creation")
def create_joke():
    completion = openai.ChatCompletion.create(
        model="gpt-3.5-turbo",
        messages=[{"role": "user", "content": "Tell me a joke about opentelemetry"}],
    )

    return completion.choices[0].message.content

Project details


Release history Release notifications | RSS feed

This version

0.1.6

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

traceloop_sdk-0.1.6.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

traceloop_sdk-0.1.6-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file traceloop_sdk-0.1.6.tar.gz.

File metadata

  • Download URL: traceloop_sdk-0.1.6.tar.gz
  • Upload date:
  • Size: 10.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for traceloop_sdk-0.1.6.tar.gz
Algorithm Hash digest
SHA256 8c8b4a3a8828903bc65e6e6b2c16d44073a61882918acbcf87769c0be2430677
MD5 c0400ce14a547b0dea62fa3ebf128970
BLAKE2b-256 1fbded60f50b5ddce151dff25f8e1c28d29eae47bbedbf3b0bf6eb3c5a53a6d2

See more details on using hashes here.

File details

Details for the file traceloop_sdk-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for traceloop_sdk-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 195d8d54c63da40ad0b8ad7aaafb3b1daa2cf283fa476375aba38e67ebcfc1e2
MD5 8d2545316ccdca62445a9865bce02cbd
BLAKE2b-256 f69367378bda30902b245dcaaca74e9d2b6bd152d35163a4d09ac4074a127d65

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page