providers property

Map<String, LlmPort> get providers

Read-only view shaped for InfraPorts.llmProviders. Keys are exactly what the host registered (FlowBrain _resolveLlmFor does _llmProviders[model.provider] lookups). Returns the same UnmodifiableMapView instance on every call so downstream captures stay in sync with post-boot mutations.

Implementation

Map<String, mb.LlmPort> get providers => _liveView;