Files
praxis/server/guardrails/__init__.py
T
Praxis CI b77536aa5e docs(P01): complete minimal-voice-loop phase
---ci---
phase: 1
milestone: v0.1
status: complete
requirements:
  covered: [REQ-VOICE-01, REQ-VOICE-02, REQ-VOICE-03, REQ-VOICE-04, REQ-SCEN-01, REQ-STATE-01, REQ-LLM-01, REQ-LLM-02, REQ-DEBRIEF-01, REQ-ORCH-01, REQ-ORCH-02, REQ-SCEN-FMT-01, REQ-NFR-LAT-01, REQ-NFR-SAFE-01, REQ-NFR-COST-01]
  partial: []
---/ci---
2026-08-01 13:28:42 +00:00

5 lines
231 B
Python

"""Guardrail package — pluggable rulesets behind the Guardrail interface (D-019)."""
from server.services.base import Guardrail, GuardrailContext, GuardrailVerdict
__all__ = ["Guardrail", "GuardrailContext", "GuardrailVerdict"]