Variable: memoryTools
ts
const memoryTools: readonly [
Tool<SpooledJsonArtifact<unknown>>,
Tool<SpooledJsonArtifact<unknown>>,
Tool<SpooledJsonArtifact<unknown>>,
Tool<SpooledJsonArtifact<unknown>>,
];Convenience tuple of every memory CRUD tool. Spread into a @nhtio/adk!ToolRegistry to register the entire category at once: registry.register(...memoryTools).