What problem does it solve?
AI agents often drift, executing destructive commands or ignoring instructions. This Skill provides a safety net that checks agent decisions against plain-English policies in real-time, catching mistakes before they occur.
Core Features & Use Cases
- Inference-Time Enforcement: Validates agent actions (tool calls, responses) against custom policies before they are finalized.
- Self-Correction: When a policy is violated, the Skill denies the action and feeds the policy text back to the agent, enabling it to correct its own course.
- Flexible Evaluators: Uses Zentropi's CoPE model by default, with support for OpenAI, Anthropic, and Gemini to score content against policies.
Quick Start
Ask your AI agent to install the reflexes skill and follow the numbered steps in the INSTALL.md file to wire the safety harness into your host environment.