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.16.4.tar.gz
(15.3 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.16.4.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.16.4.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8071022d37503bb3437c324e137b11b502d2f84791adba5a97a4adf724c756e4 |
|
MD5 | 012a3cc6a9104066ee39d67e26bb8ffc |
|
BLAKE2b-256 | 4ff8af28e76052ecc3f0ca32909880d6dcb9707ab742efe3f78364708eb54fbf |
File details
Details for the file traceloop_sdk-0.16.4-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.16.4-py3-none-any.whl
- Upload date:
- Size: 19.7 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 | 3042c3ff01aff910e2cfeb9ef9883d8e45aeb23d304915834656c267644735d2 |
|
MD5 | a1fc9bef3af92cc890e0fb9f48619667 |
|
BLAKE2b-256 | 75137e444e14f85d6fc03b7593cf56791e7c3bf7dc441a4c14290c245bb285bc |