ml_switcheroo.semantics.registry_loader ======================================= .. py:module:: ml_switcheroo.semantics.registry_loader .. autoapi-nested-parse:: Registry Hydration Logic. This module introspects the active Python environment to extract semantic definitions from registered Framework Adapters and Plugin Hooks. This enables "Code-First" definitions alongside "Config-First" JSONs. Classes ------- .. autoapisummary:: ml_switcheroo.semantics.registry_loader.RegistryLoader Module Contents --------------- .. py:class:: RegistryLoader(manager: Any) Hydrates the SemanticsManager from python objects (Adapters/Plugins). .. py:attribute:: mgr .. py:method:: hydrate() -> None Main entry point. Scans adapters and plugins.