feat: add uses_grounded_selector strategy switch (AR only)

This commit is contained in:
2026-07-14 13:53:17 -04:00
parent 2608a3841f
commit 3f984acc18
3 changed files with 32 additions and 0 deletions
@@ -289,6 +289,11 @@ class ActionRecognitionStrategy:
"""返回泄漏探测模板文件名。"""
return "gate_leak_retrieval.md"
@property
def uses_grounded_selector(self) -> bool:
"""AR 启用候选池 + VLM 视觉打分 selector。"""
return True
def select_sub_pattern(self, rng: random.Random) -> SubPattern:
"""按权重随机选择一个 SubPattern。