EscalatingEntityResolver

constructor(searchers: List<CandidateSearcher>, candidateBakeoff: CandidateBakeoff? = null, contextCompressor: ContextCompressor? = null, config: EscalatingEntityResolver.Config = Config())

Parameters

searchers

Candidate searchers in cheapest-first order

candidateBakeoff

Optional LLM selector used when no searcher is confident; if null, a new entity is created

contextCompressor

Optional compressor to trim source text before passing it to the bakeoff

config

Behavior toggles, e.g. forcing heuristic-only mode