Saltar a contenido

Installation

Bash
pip install apogee-ai-guardrails

Verify

Python
import apogee_ai_guardrails
print(apogee_ai_guardrails.__version__)

Optional extras

The base install has no required third-party dependency. Each extra unlocks one adapter.

Extra Pulls in
presidio presidio-analyzer>=2.2, presidio-anonymizer>=2.2
detoxify detoxify>=0.5
Bash
pip install "apogee-ai-guardrails[presidio]"
Bash
pip install "apogee-ai-guardrails[all]"
Bash
pip install -e modules/ai_guardrails[dev]