Feature Flags¶
S.T.A.R.K uses environment variables to enable or disable experimental and optional features.
Available Flags¶
| Flag | Default | Complexity overhead | Description |
|---|---|---|---|
STARK_ENABLE_VOICE_CLI |
0 |
None | Print voice input/output in terminal. See Voice Assistant. |
STARK_ENABLE_MULTILANG_MATRIX |
1 |
O(T × C × P) — multiplies matching cost by T tracks | Match input against all alternative language tracks concurrently. See Multilanguage Input. |
Setting Flags¶
Set via environment variables before running your app: