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": 10000})
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.1.tar.gz
(10.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
regulayer-2.0.1-py3-none-any.whl
(12.1 kB
view details)
File details
Details for the file regulayer-2.0.1.tar.gz.
File metadata
- Download URL: regulayer-2.0.1.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04bca528a8727c3aa10ae11e3773c47e8dc853b021ad9098deecff878a274891
|
|
| MD5 |
ff60fe5649766205e393eba4cebfd1ab
|
|
| BLAKE2b-256 |
040104f52ac1b3cbea77ec14702611a8a8a031926791f87815d3bb86d9f6dfdc
|
File details
Details for the file regulayer-2.0.1-py3-none-any.whl.
File metadata
- Download URL: regulayer-2.0.1-py3-none-any.whl
- Upload date:
- Size: 12.1 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 |
7552801d3a703490e62497cedb58f7eeea9440fc01327a51fea4e6d99e9c894f
|
|
| MD5 |
bffbac57907fc39f0e1e58b0329f214d
|
|
| BLAKE2b-256 |
e19992ce8616d97e51407c76a37dd364f9d7054df7cb77d2951a849e3e35b8c1
|