You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(types): add require_approval action for HITL workflows (#12)
Add REQUIRE_APPROVAL to PolicyAction and OverrideAction enums to support
Human-in-the-Loop (HITL) workflows for AI oversight.
The require_approval action:
- Enterprise: Pauses execution and creates an approval request in the HITL queue
- Community: Auto-approves immediately (upgrade path to Enterprise)
Use cases:
- EU AI Act Article 14 compliance (human oversight for high-risk AI)
- SEBI AI/ML Circular (high-value transaction oversight)
- Admin access detection and sensitive data access control
0 commit comments