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.2.0

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

Uploaded Source

Built Distribution

traceloop_sdk-0.2.0-py3-none-any.whl (14.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: traceloop_sdk-0.2.0.tar.gz
  • Upload date:
  • Size: 10.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.2.0.tar.gz
Algorithm Hash digest
SHA256 08123f6d9277a0c9888937034bb1e58e1f0770741dd14c0d63fa85d668ffa314
MD5 b189a5501e8918b34c28c30d22731caa
BLAKE2b-256 493a2c6f7045e84da4a85981ac3adc267754b2312b93754726264696fbe41491

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traceloop_sdk-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2d9413a42e714cae5f46996f80b91fd33d5a1c34e96c919df50bfd41a20933df
MD5 23bb75cb570e184a320c72c7a4d9c248
BLAKE2b-256 4751a4405aa712f67d690d568288d9d398d3bd0526bd2c31f50135bd6e41a6a6

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