-
Notifications
You must be signed in to change notification settings - Fork 586
Description
Is this a new feature, an improvement, or a change to existing functionality?
New Feature
How would you describe the priority of this feature request
Medium
Please provide a clear description of problem this feature solves
I want to extend NeMo Agent Toolkit to be able to use Redis Agent Memory Server as a MemoryManager. I want to implement this so that I can used the more advanced memory management offerings from Redis Agent Memory Server within Nvidia-nat.
Describe your ideal solution
NeMo already supports Memory modules and an Automatic Memory Wrapper Agent. These modules already include a basic Redis implementation. Redis Agent Memory Server offers more advanced and configurable automatic memory management as compared to the current Redis module. My proposal is to add Agent Memory Server as an additional offering, and not replace the current Redis module.
Additional context
I have linked the Redis Agent Memory Server above. I would like to begin this implementation and would appreciate guidance and feedback once I submit a PR.
Code of Conduct
- I agree to follow this project's Code of Conduct
- I have searched the open feature requests and have found no duplicates for this feature request