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.58.tar.gz
(10.0 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.0.58.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.0.58.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.11.1 Darwin/23.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c6b50150b1cac9b6b0644701976679da9e87a2922aebcc52cfec11b0681bb990 |
|
MD5 | 12937540aaf4620ae6473b559b191b9d |
|
BLAKE2b-256 | dd508dd0d564fe075da0e8590a51613dcfacb9e5abc6e3a11ea0e79a3954d845 |
File details
Details for the file traceloop_sdk-0.0.58-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.0.58-py3-none-any.whl
- Upload date:
- Size: 11.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.11.1 Darwin/23.0.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d49aaf8c3e153e3c5861e13bbc67681a22f1c19ba0357cc71716e07b28bc91b1 |
|
MD5 | 6da349c305d8392ced60ed09c50e97c6 |
|
BLAKE2b-256 | cdb9fc1c8b68764d29504e142385f5122ed1a3dc52fd8bd9df57cbe708c99ca4 |