refactor: clean extension api boundaries

This commit is contained in:
Peter Steinberger
2026-03-17 09:33:17 -07:00
parent 4d8106eece
commit 4b125762f6
147 changed files with 699 additions and 364 deletions

View File

@@ -0,0 +1,2 @@
export * from "./src/setup-core.js";
export * from "./src/setup-surface.js";

View File

@@ -2,6 +2,9 @@ import { defineChannelPluginEntry } from "openclaw/plugin-sdk/core";
import { googlechatPlugin } from "./src/channel.js";
import { setGoogleChatRuntime } from "./src/runtime.js";
export { googlechatPlugin } from "./src/channel.js";
export { setGoogleChatRuntime } from "./src/runtime.js";
export default defineChannelPluginEntry({
id: "googlechat",
name: "Google Chat",