You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Agent] Rename MemoryProviderInterface::loadMemory to load
Simplify the method name by removing the redundant 'Memory' prefix.
This improves readability and follows interface naming conventions.
Changes:
- MemoryProviderInterface::loadMemory() → load()
- Updated all implementations and usages
- All tests passing
0 commit comments