Expand description
Load memory tool — allows agents to search their memory store.
Mirrors ADK-Python’s load_memory_tool. Provides the model with a tool to
search session memory using a query string. This tool is local: it simply
delegates to whatever MemoryService is wired into the session, mirroring
ADK’s load_memory which calls tool_context.search_memory(query).
Structs§
- Load
Memory Tool - Tool that searches the agent’s memory store.