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

Uploaded Source

Built Distribution

traceloop_sdk-0.3.0-py3-none-any.whl (15.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: traceloop_sdk-0.3.0.tar.gz
  • Upload date:
  • Size: 11.9 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.3.0.tar.gz
Algorithm Hash digest
SHA256 e934d7b8ea66ec2116fccb46003075b5208f2169b7e8b1921a79053994a66956
MD5 c7ff8d1aacbddda50324ee2523fd4af5
BLAKE2b-256 212f7cac1d786e2f9c8ee70389d12dd6ff7ed624766594d643f0dc54005f082a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traceloop_sdk-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 61a03a9b865de6c1d1f7fbe3f5e3f0c5f48b55dd6c7a2cd7ae31c78146c686ea
MD5 e0f3b8f5fb9016fc922539bcee6ce5f7
BLAKE2b-256 02d17577ae2bb8d06ae8fb72b2e2cc475e229c8fd129d4f4d2eeb576f1be3e8a

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