DarkPrint
PartValidation

Schema Gate

Validate a candidate against a schema plus custom assertions; accept on pass, route to a fix loop on fail.

LFLupo Ferretti✦ validator6.1k downloadsused in 33 blueprintsDownload .dot
#validation#schema#guardrail
Sub-graph schematic4 nodes · 3 edges

How it works

A hard boundary you can trust. It checks a candidate object against a schema and any extra assertions you attach, accepting only what passes and diverting failures to a repair path. Put one wherever agent output crosses into a system that expects a guarantee.