Mem0Tools
Mem0Tools
)Mem0Tools
:
Mem0Tools
uses MemoryClient.add(...)
to store messages from user-agent interactions, including optional metadata such as user ID or session.MemoryClient.search(...)
to retrieve relevant past messages, improving contextual understanding.Mem0Tools
uses theMemoryClient
under the hood and requires no additional setup. You can customize its behavior by modifying your tools list or extending it in code.
Note: Mem0 can also be used with Agno Agents as a separate memory layer.The following example demonstrates how to create an Agno agent with Mem0 memory integration, including support for image processing:
Mem0Tools()
for drop-in memory supportMemoryClient
directly for advanced control