Epistemic trust layer for AI agents — confidence tiers, routing, and accountability
Project description
cognilateral-trust
Epistemic trust layer for AI agents. AI that tells you when it's guessing.
from cognilateral_trust import evaluate_trust
result = evaluate_trust(0.7)
if result.should_proceed:
perform_action()
else:
escalate(result.accountability_record.reasons)
Confidence Tiers (C0-C9)
| Tier | Name | Route |
|---|---|---|
| C0-C3 | Unverified → Measured | basic |
| C4-C6 | Tested → Falsifiable | warrant_check |
| C7-C9 | Governance → Resilient | sovereignty_gate |
License
Apache-2.0
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
cognilateral_trust-1.1.0.tar.gz
(58.1 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 cognilateral_trust-1.1.0.tar.gz.
File metadata
- Download URL: cognilateral_trust-1.1.0.tar.gz
- Upload date:
- Size: 58.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e600c9723bf4e3006eded2d2ed2144718b8e5cfa61eb19f4d81597efcbd3f53d
|
|
| MD5 |
6e786d7c360ad88728908c41955882a9
|
|
| BLAKE2b-256 |
ee0557cb334214a7dd5fb1bf2a6f759408025ea8f2340781e609da1c58f0dfb1
|
File details
Details for the file cognilateral_trust-1.1.0-py3-none-any.whl.
File metadata
- Download URL: cognilateral_trust-1.1.0-py3-none-any.whl
- Upload date:
- Size: 30.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6318ea1f4ab1ad1ab3d989b3759a821e93f6b3be957a1082ea0e27c5a6d23324
|
|
| MD5 |
8a9df32b330548d5f114d1bc5aba5072
|
|
| BLAKE2b-256 |
e4e337eec26ab57d94a871432013f8f539ac0e484e3be88d9a47f56c7b71be3d
|