Built-in tool that lets agents search long-term memory.
Add to an agent's tool list to enable memory search:
%ADK.Agent.LlmAgent{
tools: [ADK.Tool.SearchMemoryTool]
}Requires a memory store to be configured in the runner/context.
Built-in tool that lets agents search long-term memory.
Add to an agent's tool list to enable memory search:
%ADK.Agent.LlmAgent{
tools: [ADK.Tool.SearchMemoryTool]
}Requires a memory store to be configured in the runner/context.