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.21.4.tar.gz
(16.5 kB
view details)
Built Distribution
File details
Details for the file traceloop_sdk-0.21.4.tar.gz
.
File metadata
- Download URL: traceloop_sdk-0.21.4.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e906f021f1c2a2e3167bc5ba9e90238b2398c905ffb102c66fb1032c6cab5af0 |
|
MD5 | f8b2aa51260c233c63ea365167ef23ac |
|
BLAKE2b-256 | e8b144ba2085f11f9f53f4f002e734e79d742924518d89a522a534e603165bff |
File details
Details for the file traceloop_sdk-0.21.4-py3-none-any.whl
.
File metadata
- Download URL: traceloop_sdk-0.21.4-py3-none-any.whl
- Upload date:
- Size: 21.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fd42ecebaf6e1a18f2464ca6a050fe06a3f1c7f53768610c81fa01cfc2f77f7 |
|
MD5 | 46246b679ecb763dc338ecf599c54d65 |
|
BLAKE2b-256 | 65315ad95e7f3b12c0b14a22efeb0d2ad985f6ba26db6878b42b0475dd1725a0 |