openclaw/src/plugins/build-smoke-entry.ts

8 lines
178 B
TypeScript

export {
clearPluginCommands,
executePluginCommand,
getPluginCommandSpecs,
matchPluginCommand,
} from "./commands.js";
export { loadOpenClawPlugins } from "./loader.js";