Open Issues Need Help
View All on GitHubAI Summary: Modify the Redis Agent Memory Server to allow users to customize the prompts used for automatic memory and topic extraction through configuration settings in `config.py`. This involves updating the `extraction.py` file to read and utilize these configurable prompts instead of hardcoded ones.
Fast and flexible memory for agents and AI applications using Redis
AI Summary: Modify the Redis Agent Memory Server to allow configuration of the summarization prompt through the application's settings (config.py). This involves moving the hardcoded summarization prompt in summarization.py to a configurable setting accessible via config.py.
Fast and flexible memory for agents and AI applications using Redis
AI Summary: Debug the hash-based compaction functionality within the Redis Agent Memory Server. The current implementation reports finding duplicate memory groups but merges zero memories, indicating a potential flaw in the duplicate identification or merging logic. The debugging will involve examining the hash-based duplicate detection algorithm, the merging process, and potentially the underlying Redis data structures to pinpoint the root cause of the issue.
Fast and flexible memory for agents and AI applications using Redis