openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
16 lines (15 loc) • 329 B
JavaScript
//#region packages/gateway-protocol/src/schema/plugin-declared-surface-groups.ts
const PLUGIN_DECLARED_SURFACE_GROUPS = [
"channels",
"providers",
"tools",
"contracts",
"hooks",
"mcpServers",
"cliCommands",
"cliBackends",
"skills",
"dangerousConfigFlags"
];
//#endregion
export { PLUGIN_DECLARED_SURFACE_GROUPS as t };