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
Fix MemoryAPIClient initialization to use MemoryClientConfig
The agent-memory-client API requires a MemoryClientConfig object,
not direct keyword arguments. Updated memory_client.py to:
- Import MemoryClientConfig
- Create config object with base_url and default_namespace
- Pass config to MemoryAPIClient constructor
This fixes the TypeError: MemoryAPIClient.__init__() got an
unexpected keyword argument 'base_url'
0 commit comments