Plugins: internalize googlechat SDK imports

This commit is contained in:
Vincent Koc
2026-03-17 21:00:23 -07:00
parent 4285eb3539
commit 2b67a3f76e
12 changed files with 121 additions and 18 deletions

View File

@@ -10,8 +10,8 @@ import {
resolveMentionGatingWithBypass,
resolveSenderScopedGroupPolicy,
warnMissingProviderGroupPolicyFallbackOnce,
} from "openclaw/plugin-sdk/googlechat";
import type { OpenClawConfig } from "openclaw/plugin-sdk/googlechat";
type OpenClawConfig,
} from "../runtime-api.js";
import type { ResolvedGoogleChatAccount } from "./accounts.js";
import { sendGoogleChatMessage } from "./api.js";
import type { GoogleChatCoreRuntime } from "./monitor-types.js";