# Selector This folder contains rule-based selector configuration and examples. The v0.2 selector should not call an LLM. It should use simple matching rules: - Trigger keywords - Input types - Negative triggers - Pipeline position - Selection priority - Negative trigger first - No-call threshold - QPI-before-IA gate Current files: - `selector_rules.json` - `selector_examples.json` The selector does not call an LLM. The executable demo is `scripts/run_selector_demo.py`. Selector regression is `scripts/run_selector_regression.py`.