Files
openclaw/scripts/lib/optional-bundled-clusters.mjs
2026-03-18 09:26:39 -07:00

17 lines
279 B
JavaScript

export const optionalBundledClusters = [
"acpx",
"diagnostics-otel",
"diffs",
"googlechat",
"matrix",
"memory-lancedb",
"msteams",
"nostr",
"tlon",
"twitch",
"ui",
"zalouser",
];
export const optionalBundledClusterSet = new Set(optionalBundledClusters);