# `ADK.Tool.SearchMemoryTool`
[🔗](https://github.com/zeroasterisk/adk-elixir/blob/main/lib/adk/tool/search_memory_tool.ex#L1)

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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
