Files
moltbot/extensions/memory-wiki/api.ts
2026-05-10 12:37:10 +01:00

10 lines
230 B
TypeScript

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