yera.models.atlas.lazy_loading
Lazy access to the configured LLM atlas.
Exposes llm, the entry point
for resolving LLM providers and models from the active profile. The
atlas is built lazily on first access so that importing this module
stays cheap; subsequent accesses reuse the same atlas instance.