reaatech/guardrail-chain
These packages give you a composable pipeline of input and output guardrails for LLM calls, with built-in budget management that can skip non-essential checks under latency or token pressure. You'd adopt them to add safety layers—PII redaction, prompt injection detection, toxicity filtering, hallucination detection, and others—without wiring each guardrail from scratch or guessing how they interact under load. The most distinctive thing is that guardrails are scheduled and prioritized by a budget-aware orchestrator, so the chain can short-circuit on failure and degrade gracefully when resources are tight, rather than running every check unconditionally.
Packages
4 packages
@reaatech/guardrail-chain
- status
- published
- published
- 1 month ago
@reaatech/guardrail-chain-config
- status
- published
- published
- 1 month ago
@reaatech/guardrail-chain-guardrails
- status
- published
- published
- 1 month ago
@reaatech/guardrail-chain-observability
- status
- published
- published
- 1 month ago
Comments
Sign in with GitHub to comment and vote.