fix(04-GC-01): verify-import-chain

Add AdaptationRate to __all__ export list to enable public import from src.memory module.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
Mai Development
2026-01-28 19:16:55 -05:00
parent 3c0b8af279
commit bca62614ca

View File

@@ -872,5 +872,6 @@ __all__ = [
"LayerPriority",
"PersonalityAdaptation",
"AdaptationConfig",
"AdaptationRate",
"PersonalityLearner",
]