refactor: expose lazy runtime helper to plugins

This commit is contained in:
Peter Steinberger
2026-03-17 08:37:02 -07:00
parent 4f6955fb11
commit 795f1f438b
15 changed files with 147 additions and 262 deletions

View File

@@ -27,7 +27,7 @@ import {
type OpenClawConfig,
} from "openclaw/plugin-sdk/googlechat";
import { GoogleChatConfigSchema } from "openclaw/plugin-sdk/googlechat";
import { createLazyRuntimeSurface } from "../../../src/shared/lazy-runtime.js";
import { createLazyRuntimeSurface } from "openclaw/plugin-sdk/lazy-runtime";
import { buildPassiveProbedChannelStatusSummary } from "../../shared/channel-status-summary.js";
import {
listGoogleChatAccountIds,