core/registry/runtime_config library
Classes
- ActiveModelParams
-
The runtime knobs a caller passes to
getActiveModel, captured so a second call can tell whether the cached singleton still satisfies the request. - RuntimeConfig
-
Runtime config for building a model — the per-call params
getActiveModelcollects, kept as a small holder so the provider contract stays stable as params evolve.