ml_switcheroo.semantics.registry_loader¶

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¶

RegistryLoader

Hydrates the SemanticsManager from python objects (Adapters/Plugins).

Module Contents¶

class ml_switcheroo.semantics.registry_loader.RegistryLoader(manager: Any)[source]¶

Hydrates the SemanticsManager from python objects (Adapters/Plugins).

mgr¶
hydrate() → None[source]¶

Main entry point. Scans adapters and plugins.