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.17.2.tar.gz
(15.5 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.17.2.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.17.2.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0164e82d235cfcc42cf74c5e492d0aa81eb584ed988d6328366f7f0ab4aa781f |
|
MD5 | a573fa2f4335d943545dc67e272b074a |
|
BLAKE2b-256 | 873421dfd8dcaf88a26d3b7ac3a14f71484796d7803825252eb247d54aad83bf |
File details
Details for the file traceloop_sdk-0.17.2-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.17.2-py3-none-any.whl
- Upload date:
- Size: 19.9 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 | b5cc110bb0c9e7139b055e23fa10879735b31d31ed8d0c8c049f75b27765fd06 |
|
MD5 | 4be8d5fb769ab171e85ef922c1f73bee |
|
BLAKE2b-256 | 89aaa80305e81d575ada46b9bd2e9488b4708fcff1b83b12a7c329c783aa87f7 |