/** * Shared Working Memory publish / share / memory-search tool definitions for * {@link DkgNodePlugin}. * * Moved verbatim out of `DkgNodePlugin.tools()` — same metadata and handler * delegation, only relocated. The `execute` callbacks forward to the host's * `handle*` methods (see {@link DkgToolHost}). No behavior change. */ import type { OpenClawTool } from '../types.js'; import type { DkgToolHost } from './tool-host.js'; export declare function buildMemoryTools(ctx: DkgToolHost): OpenClawTool[]; //# sourceMappingURL=memory-tools.d.ts.map