Build a personalized healthcare agent that remembers patient information across conversations using Mem0 and Google ADK
save_patient_info
tool.
retrieve_patient_info
tool to recall her specific situation.
mem0_client.add()
- Stores new information with appropriate metadatamem0_client.search()
- Retrieves relevant memories using semantic searchthreshold
parameter in the search function ensures that only highly relevant memories are returned.