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.16.1.tar.gz
(15.3 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.16.1.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.16.1.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd57ecd852f4a3fb6cf75be3248b650770b62768849bd72bb8a413099ef1afd3 |
|
MD5 | d2563f9fc6e88932b28bf8a8ac4f5c91 |
|
BLAKE2b-256 | f54770cbbaa1b0c204bcdd04e2f39aa67c2bf3b95104ed21a197dd51f8b255ef |
File details
Details for the file traceloop_sdk-0.16.1-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.16.1-py3-none-any.whl
- Upload date:
- Size: 19.7 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 | 0109961817dbb560b74c856e081300caee11c69aa7cb1aad235abbfefc0f2626 |
|
MD5 | 1884d324cb2af95f0b67c872302ff525 |
|
BLAKE2b-256 | fbc5a5703bf428ee7d3d7ae9bab58c9af506bf0ddd4e09550682e695f8d642b7 |