Manages feature flags for AI agents, allowing creation, checking, and overriding with role-based targeting.
This tool provides comprehensive feature flag management specifically designed for AI agents. It enables developers and operators to gate access to features, conduct progressive rollouts, facilitate A/B testing, and implement operational kill switches. The system allows for checking flags individually or in bulk, and supports granular role-based or user-specific overrides, all persistently stored and managed via a PostgreSQL database.
主要功能
010 GitHub stars
02List and retrieve all feature flags
03Set and remove role or user-specific flag overrides
04Check flag status with role-based overrides
05Perform bulk checks for multiple flags
06Create, update, and delete feature flags
使用案例
01A/B testing infrastructure for AI agent features
02Progressive rollouts of new AI agent functionalities
03Implementing operational kill switches for AI agent behaviors