Escalating Entity Resolver
constructor(searchers: List<CandidateSearcher>, candidateBakeoff: CandidateBakeoff? = null, contextCompressor: ContextCompressor? = null, config: EscalatingEntityResolver.Config = Config())
Parameters
searchers
Candidate searchers in cheapest-first order
candidate Bakeoff
Optional LLM selector used when no searcher is confident; if null, a new entity is created
context Compressor
Optional compressor to trim source text before passing it to the bakeoff
config
Behavior toggles, e.g. forcing heuristic-only mode