Expand description
NativeTools for memory operations (legacy shim).
These tools (memory_save / memory_recall) are kept for backward
compatibility with agents that use them directly. They now delegate to
AppState::memory_service when available, and fall back to the persistence
layer’s no-op stubs otherwise.
New agent implementations should prefer the MCP tools exposed by
UarMemoryMcpServer in uar::memory::mcp_server, which provide full
multi-scope, hybrid-search, and knowledge-graph capabilities.
Structs§
- Memory
Delete Tool - Delete a specific memory by its record ID.
- Memory
History Tool - Retrieve the edit history for a memory.
- Memory
List Tool - List all memories visible to the current session/user.
- Memory
Recall Tool - Memory
Save Tool - Memory
Update Tool - Update the content of an existing memory.