- AG2 for conversational agents
- Mem0 for memory management
Requirements
Some extra dependencies are needed for this notebook, which can be installed via pip:For more information, please refer to the installation guide.
Get API Keys
Please getMEM0_API_KEY
from Mem0 Platform.
Initialize Agent and Memory
The conversational agent is set up using the ‘gpt-4o’ model and a mem0 client. We’ll utilize the client’s methods for storing and accessing memories.memory.add()
method, associated with the identifier
“customer_service_bot”.