Karthikeya Kollu
Karthikeya Kollu
#### **Description** This PR resolves the issue of a missing `pool_config` module in the `SQLAlchemyDatabaseManager` implementation (`memori/database/sqlalchemy_manager.py`). The absence of this module caused an `ImportError`. To address the issue, I...
Fixes #214 - Error: cannot pickle '_thread.RLock' object when using OpenAIChat with Memori + Agno in streaming mode. The issue occurred because InvokeAsync was trying to call handle_post_response() on the...
fixes #215 This commit fixes two critical issues that prevented memory injection from working with the Google GenAI SDK: 1. _extract_user_query now handles Google GenAI's 'contents' parameter: - Supports string...