Files
openclaw/extensions/llm-task/api.ts
2026-04-27 14:15:53 +01:00

7 lines
158 B
TypeScript

export * from "./src/runtime-api.js";
export {
definePluginEntry,
type AnyAgentTool,
type OpenClawPluginApi,
} from "openclaw/plugin-sdk/plugin-entry";