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.21.2.tar.gz
(16.8 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.21.2.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.21.2.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9cc7b91af6e6d12a61ee070148aebbe13f5bf17c8ff5c2af83541e3cd12463b2 |
|
MD5 | cd83127d1a60fdccb6638ad3811a92a8 |
|
BLAKE2b-256 | 5b30e616b506c7f1d1a79f0f848201027d6a576aed9727c897e79277386e2a45 |
File details
Details for the file traceloop_sdk-0.21.2-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.21.2-py3-none-any.whl
- Upload date:
- Size: 21.3 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 | a9b1b4a675b869ef998ce47ec504ece50767d1c074bd2d40754cce7dd6b8e334 |
|
MD5 | 4c11d7bd555908c19ad32fcc644ac897 |
|
BLAKE2b-256 | 3a2130df4bbe1824e8325e2bec96434ec16d8653a645869ce5c3e7489d807599 |