Files
openclaw/extensions/memory-wiki/api.ts
2026-04-06 04:56:52 +01:00

10 lines
242 B
TypeScript

export {
buildPluginConfigSchema,
definePluginEntry,
type AnyAgentTool,
type OpenClawConfig,
type OpenClawPluginApi,
type OpenClawPluginConfigSchema,
} from "openclaw/plugin-sdk/core";
export { z } from "openclaw/plugin-sdk/zod";