Module: Legion::LLM::Router::RegistryLookup

Included in:
Legion::LLM::Router
Defined in:
lib/legion/llm/router/registry_lookup.rb

Overview

Registry lookup helpers extracted verbatim from Router (NxN G14 3c). Mixed into the Router singleton via ‘extend`, so every method keeps the same `self` (the Router module), the same private visibility, and the same lexical access to Router constants (PROVIDER_TIER, PROVIDER_ORDER), Call::Registry, Resolution, log, and handle_exception. No behavior change.