diff --git a/plugin/index.ts b/plugin/index.ts index fce6156..b7d2082 100644 --- a/plugin/index.ts +++ b/plugin/index.ts @@ -199,8 +199,10 @@ export default { const sessionKey = `agent:${agentId}:hf-calendar:slot-${slotId}`; try { + // Dynamic import — resolved at runtime by OpenClaw's module system + const sdkPath = 'openclaw/plugin-sdk/reply-dispatch-runtime'; const { dispatchInboundMessageWithDispatcher } = await import( - 'openclaw/plugin-sdk/reply-dispatch-runtime' + /* webpackIgnore: true */ sdkPath ); const cfg = api.runtime?.config?.loadConfig?.();