[feat] Allow the chat to have memory
Describe the feature
The v1 of this is just letting the chat remember what it did in the past so it doesn't have to redo it. The v2 could look like memory across all chats ever made so it can quickly go back in time or revert.
Mainly looking to prevent it from thinking it can just rewrite things
@drfarrell @Kitenite hey can i work on this ? i think we have to introduce a memory layer in between, which keep track of the things that is done
Go for it @Paribesh01
@drfarrell @Kitenite How should I proceed with this feature — should I use Mem0 or explore other options?
@Kitenite hey can you plz review the pr and let me know any changes are required