Kindred OpenTelemetry tracing SDK with Lemma-style trace contract
Project description
Kindred Tracing (Python)
OpenTelemetry-backed tracing SDK with Lemma-style trace contract.
from kindred_tracing import kindred_trace, async_trace
kindred_trace.init(
service_name="my-agent",
otlp_endpoint="http://localhost:3000/v1/traces",
api_key=os.environ["KINDRED_API_KEY"],
)
await async_trace(
{"name": "support-agent", "input": user_message, "thread_id": session_id},
async lambda trace: ...,
)
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
kindred_tracing-0.1.0.tar.gz
(8.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file kindred_tracing-0.1.0.tar.gz.
File metadata
- Download URL: kindred_tracing-0.1.0.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f0888fa410e5b281332c504f740ebfa9883a31d7e7676c05ae67916f6df9d317
|
|
| MD5 |
22941e7d960bbc276ffd30d372a3e44a
|
|
| BLAKE2b-256 |
eb7e9f9124ce5dd73f77eafcec5e4dfca6a7cfe8e49ac15b97afadb2b406c095
|
File details
Details for the file kindred_tracing-0.1.0-py3-none-any.whl.
File metadata
- Download URL: kindred_tracing-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ffc4b272dda2b000043c8c7a1978bbb0fa79404904b581f7586d9b53e85b078
|
|
| MD5 |
81cdf46b71f8539801c66656a6f91707
|
|
| BLAKE2b-256 |
9dcec2073c810589128e66e8c740700b4a9f50d511455556b74c336634e7fc0c
|