ml_switcheroo.semantics.file_loader¶
File Loading Logic for Semantic Knowledge Base.
This module handles the discovery and deserialization of JSON specification files (The Hub) and Snapshot overlays (The Spokes). It delegates the actual data combination logic to ml_switcheroo.semantics.merging.
Updates: - Removed early exit if semantics directory is missing, enabling Snapshots to load independently. - Using explicit path resolution imports.
Attributes¶
Classes¶
Handles the I/O operations for populating the SemanticsManager. |
Module Contents¶
- ml_switcheroo.semantics.file_loader.DISCOVERED_FILENAMES¶