Skip to content

v0.4.0

@GhagSagar23 GhagSagar23 tagged this 18 Aug 11:05
StreamingAiGuard: wraps Stream<String> from streaming LLM responses,
buffers chunks, scans at configurable boundaries (default newline),
yields GuardedChunk per segment. Terminates on block. PII rehydration
per-chunk. StageRun + runInputStage/runOutputStage exposed as public API.

GroundingScanner: keyword-overlap heuristic checking LLM output against
source context. Extracts content words (non-stop-words), computes overlap
ratio, flags below threshold. Default action: warn.
Assets 2
Loading