Skip to content
reaatechREAATECH

guardrail-chain · packages

Every package shipped from reaatech/guardrail-chain, published or pending.

4 packages

@reaatech/guardrail-chain

v0.1.0
Provides a framework for orchestrating sequences of LLM guardrails with built-in budget management, circuit breaking, and retry logic. It exports the `GuardrailChain` orchestrator and `ChainBuilder` class, requiring the `@reaatech/guardrail-chain-observability` package for logging and telemetry.
status
published
published
2 days ago

@reaatech/guardrail-chain-config

v0.1.0
Loads and validates Guardrail Chain configurations by merging JSON or YAML files with environment variable overrides. It provides utility functions that return validated configuration objects using Zod schemas.
status
published
published
2 days ago

@reaatech/guardrail-chain-guardrails

v0.1.0
Provides a collection of thirteen pre-built input and output guardrail classes for the `@reaatech/guardrail-chain` framework. These classes implement the `Guardrail` interface to perform tasks like PII redaction, prompt injection detection, and content moderation using deterministic regex-based logic.
status
published
published
2 days ago

@reaatech/guardrail-chain-observability

v0.1.0
Provides pluggable interfaces for structured logging, metrics collection, and distributed tracing within the Guardrail Chain framework. It exposes global getter and setter functions to inject custom implementations for these observability subsystems.
status
published
published
2 days ago