Record provable AI decisions with tamper-detectable audit trails
Project description
Regulayer SDK
Record provable AI decisions with tamper-detectable audit trails.
Installation
pip install regulayer
Quick Start
1. Configure the SDK
from regulayer import configure, trace
configure(api_key="rl_live_your_api_key")
2. Record a Decision
with trace(
system="loan_approval",
risk_level="high",
model_name="credit-model-v2"
) as t:
t.set_input({"income": 50000, "credit_score": 720})
t.set_output({"approved": True, "limit": 1000})
Documentation
For full documentation, visit docs.regulayer.tech.
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
regulayer-2.0.2.tar.gz
(12.7 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
regulayer-2.0.2-py3-none-any.whl
(14.0 kB
view details)
File details
Details for the file regulayer-2.0.2.tar.gz.
File metadata
- Download URL: regulayer-2.0.2.tar.gz
- Upload date:
- Size: 12.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1c8c66896adbca1c42416764d74dc1ecd741a496195b55fd70f08a5ef85eca6
|
|
| MD5 |
8854808713120456341f58e42f87842c
|
|
| BLAKE2b-256 |
626e1e27a1272f3857a9efd0e0cc701b08f37f400cbd0ce07d7d68add066b436
|
File details
Details for the file regulayer-2.0.2-py3-none-any.whl.
File metadata
- Download URL: regulayer-2.0.2-py3-none-any.whl
- Upload date:
- Size: 14.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b17745f834e955def0497af309fd55e6b9cbb71b33e038d789ac796d402393d0
|
|
| MD5 |
69bde835fa3f2d4507ed8cdce15e3246
|
|
| BLAKE2b-256 |
c57902a05cbc4b8140b860f9ae98eefb26acc2211f95a10e48781ff4dc57cb2c
|