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.4.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.4.tar.gz.
File metadata
- Download URL: prenzl-0.1.4.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 |
de85f6f4cb3a47f8c18530aa60fb5ba506ffa93a405885b5fde23e5f742a9145
|
|
| MD5 |
5faf0aa50fbf71c3f47ca9cd55806fb2
|
|
| BLAKE2b-256 |
fb86c0b515b08132955d203f5a3d5a995267b979b98ad1a75a7f553b8d53db99
|
File details
Details for the file prenzl-0.1.4-py3-none-any.whl.
File metadata
- Download URL: prenzl-0.1.4-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 |
1aad488cc18069cf2e3a76977be7fae952866dd2b4f5e3118ccf741df1057d03
|
|
| MD5 |
b03505849ab961430cff9ad9178f78a7
|
|
| BLAKE2b-256 |
9743ea5c1cb1b6e3852fb6c79118fb9c9652596c71fd19b539a3808674eddf20
|