mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-19 14:00:51 +00:00
17 lines
279 B
JavaScript
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);
|