Files
openclaw/extensions/memory-wiki/api.ts

10 lines
250 B
TypeScript

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