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.6.tar.gz
(15.2 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.15.6.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.15.6.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 | f5c7daba98e0f394f248d2f4228393ad94ff31a7d18eb77c0bb883c48825101a |
|
MD5 | 29ca7c77ad69e510e459bac0e78cec62 |
|
BLAKE2b-256 | af0cded028dbcbbef53cb17648c364d6946be518ab0af61dcdb1db51ee736f01 |
File details
Details for the file traceloop_sdk-0.15.6-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.15.6-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 | 2b1ce12d3a5aeedfaaec0fc7ff38f0d6e2da2a785ac9a33aaea73d8e0e4e9955 |
|
MD5 | d7d9412ae4ca3daee10a2792498c90c6 |
|
BLAKE2b-256 | 9fc85dad685f5d51417e0f8755e15bdfb094ca759fcb1aa685dcbaa0ab64abb5 |