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.3.tar.gz
(15.2 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.15.3.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.15.3.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4dd2f28fb1d870418afa0c89a79ce997d28c68b00d17e9f19d40942e86cdced2 |
|
MD5 | 6f3dfeb94c9df5c30734d26e7661dc85 |
|
BLAKE2b-256 | a9521de45a1227ee7c0a77ccab48677a53c60324c6f445f3a7d80701769f5a9c |
File details
Details for the file traceloop_sdk-0.15.3-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.15.3-py3-none-any.whl
- Upload date:
- Size: 19.6 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 | 6bc50e2cd137134e32556c3f01f4299df539a98f1646d4e2f3bff17ec84a5c62 |
|
MD5 | 3301b62b951cd96c6ab696579772396b |
|
BLAKE2b-256 | 693ffdf98d42d142ca85e91b0d4500075a390a1fbbde59bb69555a5b7f7e0409 |