Features
Long Term Memory - Mem0
Access details from previous sessions for personalization. Maitai uses Mem0 to make building AI agents with long term memory a breeze.
Enabling Long Term Memory
If you would like Maitai to create, store, and search core memories, it’s as simple as passing a user_id to your Chat Completions Request.
The user_id
should represent a unique identifier for the user. We will make sure the user memories are only accessible by the same application that created the memories.