@6overn/rdl
v0.1.1
Published
RDL Governance Engine — Verified AI output. Patented deontic-epistemic governance.
Maintainers
Readme
@6overn/rdl — AI Governance Engine
Govern AI output with verified facts. Every claim extracted, verified against reality, and scored.
Patent: US10042928 — Rule Description Logic (deontic-epistemic coupling)
Install
npm install @6overn/rdlQuick Start
import { govern } from "@6overn/rdl";
const result = await govern("The market is worth $50 billion.", {
mode: "flag"
});
console.log(result.score); // 0.0 - 1.0 accuracy score
console.log(result.claims); // extracted claims with verdicts
console.log(result.authenticity); // badge: authentic/mixed/performing/governedWhat It Does
- Extracts typed claims from any text (dollars, dates, URLs, entities, citations, statistics)
- Verifies each claim against a 5-tier grounding cascade (32 sources)
- Scores the output with 7 trust badges
- Enforces governance verdicts (12 modes: block, correct, flag, audit, explain, ...)
Badges
- ◆ Authentic — honest, sourced, hedges appropriately
- ◇ Mixed — some claims verified, some bare
- ✕ Performing — high specificity, zero sources (hallucination risk)
- ✦ Governed — corrections applied, output improved
12 Enforcement Modes
block | correct | flag | audit | coach | redact | annotate | source | strict | compare | score_only | explain
Documentation
License
Proprietary. See LICENSE.md. Patent US10042928.
