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:
@@ -872,5 +872,6 @@ __all__ = [
|
|||||||
"LayerPriority",
|
"LayerPriority",
|
||||||
"PersonalityAdaptation",
|
"PersonalityAdaptation",
|
||||||
"AdaptationConfig",
|
"AdaptationConfig",
|
||||||
|
"AdaptationRate",
|
||||||
"PersonalityLearner",
|
"PersonalityLearner",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user