UNPKG

llmverify

Version:

AI Output Verification Toolkit — Local-first LLM safety, hallucination detection, PII redaction, prompt injection defense, and runtime monitoring. Zero telemetry. OWASP LLM Top 10 aligned.

11 lines (10 loc) 226 B
/** * LLM Wrapper Module * * Provides drop-in wrappers for LLM clients with built-in health monitoring. * * @module wrapper * @author Haiec * @license MIT */ export { monitorLLM, MonitoredClient } from './monitorLLM';