// Every response is bounded. // Every action is logged. // Your compliance team signs off // before a single token ships. const pipeline = new Pipeline({ guardrails: [ 'pii_redaction', 'toxicity_gate', 'bias_detection', 'citation_required', 'audit_log', ], failOpen: false, humanInLoop: 'on_uncertain', });