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.18.0.tar.gz
(15.7 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.18.0.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.18.0.tar.gz
- Upload date:
- Size: 15.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5b0cee7b32c27efac12bc57fd114ec97d94cf496c9f00ab4a35894b6c6c02fe |
|
MD5 | eaa998d8b59680bc6cbebd260ad9ae6f |
|
BLAKE2b-256 | 0168777dacad6ea614930134c15720e2528d1acd6e2ce7c05cfaea2328f9946d |
File details
Details for the file traceloop_sdk-0.18.0-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.18.0-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66c5f67556f69090a5b964daf7eba970c4a30fa36c24bd3358d7508c09966a4e |
|
MD5 | 181249714b8b5c660472b9b5ec72d9c2 |
|
BLAKE2b-256 | e5f9ffbbd887fc4caf7483dec859b840d74d023fe39bb5605bcbe0b7780384aa |