refactor: tighten plugin runtime sdk boundaries

This commit is contained in:
Peter Steinberger
2026-04-27 14:15:39 +01:00
parent b181930c23
commit 67a447c175
31 changed files with 234 additions and 63 deletions

View File

@@ -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";