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.0.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.0-py3-none-any.whl
(12.1 kB
view details)
File details
Details for the file regulayer-2.0.0.tar.gz.
File metadata
- Download URL: regulayer-2.0.0.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 |
c424795074a9bf22fd6d8186e826fd813eb06dc25d71f31191e3dacbdbc806d1
|
|
| MD5 |
33254550013121d7b74d785c0e495000
|
|
| BLAKE2b-256 |
81ed936180a48fb3389c3f79c75dae233eb1286e07f3520bc4bc27ce1a9c412f
|
File details
Details for the file regulayer-2.0.0-py3-none-any.whl.
File metadata
- Download URL: regulayer-2.0.0-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 |
334c5b9ff90a0fa0d389ea89cd948e2720a6d11377c5b9a10eb9e7f4cc15ed97
|
|
| MD5 |
5528558d3b9e56548b79f0c4890a719d
|
|
| BLAKE2b-256 |
adef99657e765c2806c964b6fb8796cb782c0e8293ed0025ddaa5c06b95feb1e
|