Memory gives an Agent the ability to recall information about the user.
enable_agentic_memory=True
gives the Agent a tool to manage memories of the
user, this tool passes the task to the MemoryManager
class. You may also set
enable_user_memories=True
which always runs the MemoryManager
after each
user message.