[GH-ISSUE #4846] [FEAT]: Memory Management UI/UX #3054

Open
opened 2026-02-22 18:32:26 -05:00 by yindo · 3 comments
Owner

Originally created by @timothycarambat on GitHub (Jan 9, 2026).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4846

What would you like to see?

As a user, It would be nice if I could add "memories" to a workspace chat that is also user-specific. These memories can be dynamically created via the RAG memory tool and be visible and managed via the UI by a user.

The RAG and memory tool should likely be split into two tools now since they are two distinct processes with the inclusion of this feature.

Originally created by @timothycarambat on GitHub (Jan 9, 2026). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4846 ### What would you like to see? As a user, It would be nice if I could add "memories" to a workspace chat that is also user-specific. These memories can be dynamically created via the RAG memory tool and be visible and managed via the UI by a user. The RAG and memory tool should likely be split into two tools now since they are two distinct processes with the inclusion of this feature.
yindo added the enhancementUI/UXcore-team-onlyfeature request labels 2026-02-22 18:32:26 -05:00
Author
Owner

@kellyelton commented on GitHub (Jan 10, 2026):

funny, I just stumbled across this project today and was wondering about memory support, kind of critical to what I was hoping to use it for.
I'm glad to see you guys are working on it!

@kellyelton commented on GitHub (Jan 10, 2026): funny, I just stumbled across this project today and was wondering about memory support, kind of critical to what I was hoping to use it for. I'm glad to see you guys are working on it!
Author
Owner

@geheimniskonto commented on GitHub (Jan 12, 2026):

To be honest it is not much of an assistant without persistent memory. Who hires office help that forgets things and has to relearn them every time you meet them...

@geheimniskonto commented on GitHub (Jan 12, 2026): To be honest it is not much of an assistant without persistent memory. Who hires office help that forgets things and has to relearn them every time you meet them...
Author
Owner

@ender3 commented on GitHub (Jan 29, 2026):

Agreed that RAG and memory tool should be separate, if only for the reason that it is not intuitive to many users that they can add a MEMORIES.md file to the RAG document collection to simulate this feature. Being able to CRUD memories from within the UI would be ideal. In the simplest possible implementation, a table that simply associated name value pairs would be a huge step in the right direction.

For example:

user name: Fred McFredson
user preferred name: Fred
user occupation: Political advocate for people named Fred
agent preferred tone: professional, concise, non-sycophant
user location: Fredsville, Nebraska

and so on. Being able to manipulate these "memories" individually and having the changes reflected immediately in the workspace would be highly desirable.

@ender3 commented on GitHub (Jan 29, 2026): Agreed that RAG and memory tool should be separate, if only for the reason that it is not intuitive to many users that they can add a MEMORIES.md file to the RAG document collection to simulate this feature. Being able to CRUD memories from within the UI would be ideal. In the simplest possible implementation, a table that simply associated name value pairs would be a huge step in the right direction. For example: user name: Fred McFredson user preferred name: Fred user occupation: Political advocate for people named Fred agent preferred tone: professional, concise, non-sycophant user location: Fredsville, Nebraska and so on. Being able to manipulate these "memories" individually and having the changes reflected immediately in the workspace would be highly desirable.
yindo changed title from [FEAT]: Memory Management UI/UX to [GH-ISSUE #4846] [FEAT]: Memory Management UI/UX 2026-06-05 14:50:03 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#3054