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.25.3.tar.gz
(17.6 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.25.3.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.25.3.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f806255392dc7f0102e8257ae29b8cb3f0fe83ab9c540a9dbfb818dc487f33a |
|
MD5 | aa3fad991f6078937b0e0db5c9e9211a |
|
BLAKE2b-256 | 8383447f46a67f6899bb78cd3ce288aac61351506bcd25ac3608aaea0cb1ce58 |
File details
Details for the file traceloop_sdk-0.25.3-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.25.3-py3-none-any.whl
- Upload date:
- Size: 22.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e591c8a1e2809cfc8a6e77a89cc90a19563ebd0690d13f31102adeeab750282a |
|
MD5 | dc05069ee6c49ac6df0b95852c6bd414 |
|
BLAKE2b-256 | 99a9d14041afde3036c0216968c6842a76a203e54025637365f86d68a8c57570 |