mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
11 lines
366 B
TypeScript
11 lines
366 B
TypeScript
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-contracts";
|
|
export {
|
|
definePluginEntry,
|
|
type AnyAgentTool,
|
|
type OpenClawPluginApi,
|
|
type OpenClawPluginConfigSchema,
|
|
type OpenClawPluginToolContext,
|
|
type PluginLogger,
|
|
} from "openclaw/plugin-sdk/plugin-entry";
|
|
export { resolvePreferredOpenClawTmpDir } from "openclaw/plugin-sdk/temp-path";
|