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

Uploaded Source

Built Distribution

traceloop_sdk-0.7.0-py3-none-any.whl (16.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: traceloop_sdk-0.7.0.tar.gz
  • Upload date:
  • Size: 12.7 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.7.0.tar.gz
Algorithm Hash digest
SHA256 edee1058b0cb5483410f227f539023a4bc0616cb916c5b080b94aea2abdd9874
MD5 d2df4d9c2aecaf3e1e197ae2c1e8a111
BLAKE2b-256 80f232929055812b154c0229f18fc54b95d23821627f029828a87afcb2c6e3fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for traceloop_sdk-0.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d5a6e8972702ed7d0e1086e8dda367ad0ee3ec715670a1ceff5fea86e81d79a2
MD5 2c3f9767884256a8d08695fe5aaf1011
BLAKE2b-256 d18d761ec726ff8ef35ee08aedacc98b47cadbf588f97ebfc2ea8ea40986e441

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