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.0.64.tar.gz
(10.1 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.0.64.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.0.64.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.0 CPython/3.11.6 Darwin/23.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8c993cd50b02e724e5345942858ddb3eb2700edf21907098026bfb83cfcefbfe |
|
MD5 | e871d6b832ba6c6b1ddedf5ba589c80a |
|
BLAKE2b-256 | 8a05fdabe61a3ae5cadb3abc7efc8ca1c441e221ccf3786adc18aa854644887c |
File details
Details for the file traceloop_sdk-0.0.64-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.0.64-py3-none-any.whl
- Upload date:
- Size: 12.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.0 CPython/3.11.6 Darwin/23.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2484ef37c1167543837eadf58d4b9ae82ca15d6ec5d6b3c2d079e215403d59e4 |
|
MD5 | e0ff3c092f9df557a5e3c541e37a0fbf |
|
BLAKE2b-256 | 2aacb99ef86aac1c14d40ed95cc2fa2e53b511c457895c0f2246acd5fac79166 |