Documentation Index
Fetch the complete documentation index at: https://verdictweight.dev/llms.txt
Use this file to discover all available pages before exploring further.
Install
Python 3.10+ is required. No GPU required. No external services contacted at runtime.
Score a single decision
Interpreting the output
The result object exposes four primary surfaces:confidence
A calibrated scalar in
[0, 1]. Reliability is established empirically — see calibration curves.should_act
A boolean produced by thresholding
confidence against the configured policy. Defaults are conservative.stream_breakdown
Per-stream contributions, including which streams abstained, agreed, or disagreed.
audit_id
The hash-chain identifier for this scoring event. Use it to retrieve the signed audit record.
Verify the audit chain
chain.verify() returns False, the registry kill switch (Stream 8) will fire on the next scoring call. This is by design.
Next steps
Production patterns
Integrate VERDICT WEIGHT into a streaming inference pipeline.
Tuning
Adjust per-stream weights and thresholds for your deployment.
Validation results
Review the benchmarks before deciding to trust it.
Defense use cases
Why this framework is built for adversarial environments.