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.15.10.tar.gz
(15.4 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.15.10.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.15.10.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a83e2c1ec827c3b80ed8b3adec770eb4151dde55ce0064517649812b0d80b12c |
|
MD5 | 668481a67f6222ddfc402b9aa2ecaeab |
|
BLAKE2b-256 | 640c611539c632a3a70ce1be02e1b2165d3afb8580612173a483a56e67f573d0 |
File details
Details for the file traceloop_sdk-0.15.10-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.15.10-py3-none-any.whl
- Upload date:
- Size: 19.8 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 | 59375fc71d50d42a569148336c511c3502bb2800679e836ec9fdd4c9f5b3b3cc |
|
MD5 | b77e085936db30e4ddf39212e3e0c70a |
|
BLAKE2b-256 | b7888eda0ed0fe8ff2d9b255cf6982668fac05b4db6b7f069c852f37f41b14d7 |