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.14.3.tar.gz
(15.0 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.14.3.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.14.3.tar.gz
- Upload date:
- Size: 15.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc56c3b89b06d75b4003445473dda0e28210917c7bbe669c5efac93c130253dd |
|
MD5 | 7d72aeb9782b895df4dd007a3af2e39e |
|
BLAKE2b-256 | ba0e83b1271f82d4e3fb822e01ff229040d4f3b0d3e09aad6f1f6066dbcdaa0d |
File details
Details for the file traceloop_sdk-0.14.3-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.14.3-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28132b746132ff34451fbec5ef3ef933d3316953d6be4bc1356f820e551ccc0b |
|
MD5 | 6b1e00050282fcb24d892abfa9acec89 |
|
BLAKE2b-256 | f74b8e0f1602bd9e11925a647c234f9d43185f30db8f01061c15094d82bf6847 |