Skip to content

prism-verify v1.2.0

Choose a tag to compare

@mcp-tool-shop mcp-tool-shop released this 06 Jun 05:42

Two opt-in additions to the citation-verification path (both default-off, backward-compatible):

  • Local Verifier specialist backend (prism.providers.local_verifier) — plug a locally-served, fine-tuned groundedness model into the citation lens via PRISM_LOCAL_VERIFIER_ENDPOINT. When set, it becomes the primary citation verifier (fail-over to the hosted/mistral verifiers on circuit-open); when unset, behavior is unchanged. New ModelFamily.LOCAL_VERIFIER; fail-open via ProviderError → circuit breaker.
  • L4 training-data capture sink (prism.eval.harvest, PRISM_HARVEST_PATH) — opt-in JSONL capture of (claim, evidence_span, verdict) triples; the corpus that trains the local verifier.

Full notes: CHANGELOG.md.