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.15.7.tar.gz
(15.3 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.15.7.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.15.7.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17e430a433491c598dc974ed0993aa75d31accf2abb64777545af853f90788cc |
|
MD5 | 9e5e0122c4b250515edc7334df5a6942 |
|
BLAKE2b-256 | e311256a6b0c796973c5a97d65f0e7c8db00c145161ddbeca3470ce34c97855a |
File details
Details for the file traceloop_sdk-0.15.7-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.15.7-py3-none-any.whl
- Upload date:
- Size: 19.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3236d706a1d3a20f97fc601eb9b7699451f6e0e15d93817ece4d833b1a2be6fc |
|
MD5 | 8300ea69372d226f6e42c1e432f1dda5 |
|
BLAKE2b-256 | 4b393d0ccca62d64b52b5685b51a59f64f4d939f4e3766a8774a2c5f28a61623 |