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.29.1.tar.gz
(18.3 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.29.1.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.29.1.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5f34fb199fe42b1c9cab3007ab969db564cbf7749e5d11d644523f0b2ca6d8d2 |
|
MD5 | 1a9ab40c4c363825d04185c0ff6bf8e1 |
|
BLAKE2b-256 | 24201e87b68f3ba070ae2c7a5ae02677c72854cce4e3f1993d401cdd62912716 |
File details
Details for the file traceloop_sdk-0.29.1-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.29.1-py3-none-any.whl
- Upload date:
- Size: 23.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e68b6a4fd930c5bfc81dae703ab021fe0158b055cff771e27913e13a029cbf9f |
|
MD5 | 23de646dfb2c6a28b3202f93495b4683 |
|
BLAKE2b-256 | 51e626f1fbb6a65900f0cd0a7d60ce52ec236614fbde9ea2076a51e6aa6e571c |