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.3.2.tar.gz
(11.9 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.3.2.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.3.2.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2231b8b19ac77534b83afe2d2e09167cddd545df5f6353249d4ba33ee071af77 |
|
MD5 | 38c08c9c7729866142d08cbdc46f3fe8 |
|
BLAKE2b-256 | 994498a541b092a70af62dd6a5efc0a8f2fcf66e10dc18e71c4576fd0605e053 |
File details
Details for the file traceloop_sdk-0.3.2-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.3.2-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77496bfecf477f310952d64f8faca0bb76ef10fd062a2c26947577d41dad17cd |
|
MD5 | 859580b5e103feb8d58b48a66d88b6e3 |
|
BLAKE2b-256 | 7022a23b5d4e7a4dcafa6440f0cabcc5e6cb3da3d0e3980ce0a23fc48467b1be |