the-mindscape-of-bro-tsong/selector
wantsong 16591e21e2 feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
..
README.md feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
selector_calibration_inputs.json feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
selector_examples.json feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00
selector_rules.json feat: build model library mvp foundation 2026-06-17 01:59:56 +08:00

README.md

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.