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.7.0.tar.gz
(12.7 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.7.0.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.7.0.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edee1058b0cb5483410f227f539023a4bc0616cb916c5b080b94aea2abdd9874 |
|
MD5 | d2df4d9c2aecaf3e1e197ae2c1e8a111 |
|
BLAKE2b-256 | 80f232929055812b154c0229f18fc54b95d23821627f029828a87afcb2c6e3fb |
File details
Details for the file traceloop_sdk-0.7.0-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.7.0-py3-none-any.whl
- Upload date:
- Size: 16.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d5a6e8972702ed7d0e1086e8dda367ad0ee3ec715670a1ceff5fea86e81d79a2 |
|
MD5 | 2c3f9767884256a8d08695fe5aaf1011 |
|
BLAKE2b-256 | d18d761ec726ff8ef35ee08aedacc98b47cadbf588f97ebfc2ea8ea40986e441 |