mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:00:54 +00:00
refactor: tighten plugin runtime sdk boundaries
This commit is contained in:
@@ -1 +1,10 @@
|
||||
export * from "openclaw/plugin-sdk/diffs";
|
||||
export type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
|
||||
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";
|
||||
|
||||
Reference in New Issue
Block a user