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.6.0.tar.gz
(12.6 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.6.0.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.6.0.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b14d699530d32decf0eba9b209f8cd2c4a2d50b5cb13d6dabd93455b2548360 |
|
MD5 | dec6c95ff5ec49662a2035898c0e1a7a |
|
BLAKE2b-256 | a9556d8119a50a58fa65fdd4fa45c2f35dc9dbfd385d7b2bd72a5f2127904561 |
File details
Details for the file traceloop_sdk-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.6.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 | e444a630c691959237013d57b2bee391f2f2c432b86868d42563758e78165781 |
|
MD5 | d36290c8f9cbcfea0088743d4fcf100b |
|
BLAKE2b-256 | d84198a4589acc3294501ffe0f29b5cde07288e92fc66b030d8c5e6c63ea718f |