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

Uploaded Source

Built Distribution

traceloop_sdk-0.9.3-py3-none-any.whl (16.5 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for traceloop_sdk-0.9.3.tar.gz
Algorithm Hash digest
SHA256 dc66ee12a248eeb292ef85843fdc6300d0b1abdd10884413b9c6713832bcf7db
MD5 874103d415a19806e14075c758d65190
BLAKE2b-256 7152a865ce901951f5201da24334b1278104b1b370b18ce9595ea9035a6c3a0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traceloop_sdk-0.9.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a923229d48309816d8995eb1f6775aa7f86aa2cd9a5de7a53d36be851f5352c4
MD5 0066b22a0c1ed341965685096631f993
BLAKE2b-256 c0cdee5e715aa9dc592018774bad2bb52cf71303a67b6f2374ed638257dd3b18

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