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

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.12.5.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

traceloop_sdk-0.12.5-py3-none-any.whl (18.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for traceloop_sdk-0.12.5.tar.gz
Algorithm Hash digest
SHA256 8c86bf8a93fc3450f73d80e6418deffd40a325ef6a946ab9f464efced46de88d
MD5 fa21af00edf1d0d8d9a0b084ae384f8e
BLAKE2b-256 4fbea3615362d4a4802e64023b2be209836ba80656ee0944fbafdda906688195

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traceloop_sdk-0.12.5-py3-none-any.whl
Algorithm Hash digest
SHA256 6a73338b2bbfd68340efe0a78d9281bc70d804da62a96742a902d19f18c01f1b
MD5 3fe7d22f6455bc1a11a0b57c74cbc029
BLAKE2b-256 a1b2e8897957f3356e65be553b746358df50ba7379a1125a0e7c3e2d530a924a

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