perf(plugins): cache manifest metadata loads

This commit is contained in:
Peter Steinberger
2026-04-28 20:34:06 +01:00
parent 98f5fd12df
commit 0608c1015b
4 changed files with 124 additions and 9 deletions

View File

@@ -1,3 +1,6 @@
import { buildChannelConfigSchema, GoogleChatConfigSchema } from "../runtime-api.js";
import {
buildChannelConfigSchema,
GoogleChatConfigSchema,
} from "openclaw/plugin-sdk/bundled-channel-config-schema";
export const GoogleChatChannelConfigSchema = buildChannelConfigSchema(GoogleChatConfigSchema);