Installation¶
Requirements¶
- Python 3.8+
- pip
Install¶
Optional Extras¶
pip install openclay[ml] # Scikit-learn ML ensemble (RF, SVM, LR, GBT)
pip install openclay[embed] # Sentence-Transformers for semantic similarity
pip install openclay[search] # DuckDuckGo web fallback for output leakage
pip install openclay[all] # Everything
Verify Installation¶
From PromptShield?¶
If you are migrating from promptshields, update your dependency and imports:
The core Shield API is fully backwards-compatible. See the API Reference for updated integration class names.