msveshnikov / allchat

AI chat client
https://allchat.online
MIT License
144 stars 15 forks source link

Memory #26

Closed msveshnikov closed 2 months ago

msveshnikov commented 2 months ago

You should remember any important information about user (such as Name, Age, Location, etc) and use it in conversations if needed, across chats. Implement tool persist_user_info. Those informations should injected in context before every interaction and by model request. Store in MongoDB in User schema (add array of key/values)

msveshnikov commented 2 months ago

This feature is risky (similar to Python unprotected execution) but interesting. Could lead to side effects and privacy concerns.

msveshnikov commented 2 months ago

Done