Agent and advanced RAG observability tool in python
Project description
Prenzl AI agent observbility tool for agents and advanced RAG
This is the python sdk of Prenzl AI - an agent and advanced RAG observability tool.
Installation
pip install prenzl
Using Prenzl AI Observability
import os
from prenzl import prenzl_observe
os.environ["PRENZL_API_KEY"] = "YOUR_API_KEY"
# If you are not using the hosted service:
# os.environ["PRENZL_BASE_URL"] = "YOUR_URL"
# Initialize the observer
prenzl = Prenzl(api_key=os.environ["PRENZL_API_KEY"])
# Write observed data into DB
data = "Here goes your data you want to log in a JSON file."
result = prenzl.prenzl_observe(data)
The PyPI website for Prenzl AI can be found here: https://pypi.org/project/prenzl/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
prenzl-0.1.5.tar.gz
(2.8 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 prenzl-0.1.5.tar.gz.
File metadata
- Download URL: prenzl-0.1.5.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d23a6090ee17e3a10b90a7cb44709d77647a86fbc3157d5dc2de5fe74b2df3a
|
|
| MD5 |
7eaaf9f696be94bf323546ab4396a9eb
|
|
| BLAKE2b-256 |
05bcf51f0de8331392e6f57d6b148432ea7d0e2990cf43112683af586c2e1620
|
File details
Details for the file prenzl-0.1.5-py3-none-any.whl.
File metadata
- Download URL: prenzl-0.1.5-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e4c1b0d7caec5a6c8890a6f49b280957bc050d5767ad556153f844fc06315c25
|
|
| MD5 |
d49ca7a329e746dbf418ea69411b7472
|
|
| BLAKE2b-256 |
2be76615b16fa0f409c31460be0d1e86cd5e2048e30e1ed7690b4b7895892513
|