feat: introduce flagger package for feature flags (#9827)

This commit is contained in:
Karan Balani
2025-12-30 15:59:54 +05:30
committed by GitHub
parent 201d5c24a5
commit a4ce770941
23 changed files with 1218 additions and 27 deletions

View File

@@ -278,3 +278,13 @@ tokenizer:
token:
# The maximum number of tokens a user can have. This limits the number of concurrent sessions a user can have.
max_per_user: 5
##################### Flagger #####################
flagger:
# Config are the overrides for the feature flags which come directly from the config file.
config:
boolean:
string:
float:
integer:
object: