mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 21:20:23 +00:00
refactor: move channel dedupe helpers onto core sdk
This commit is contained in:
@@ -105,6 +105,7 @@ export type { PluginRuntime } from "../plugins/runtime/types.js";
|
||||
export { definePluginEntry } from "./plugin-entry.js";
|
||||
export { buildPluginConfigSchema, emptyPluginConfigSchema } from "../plugins/config-schema.js";
|
||||
export { KeyedAsyncQueue, enqueueKeyedTask } from "./keyed-async-queue.js";
|
||||
export { createDedupeCache, resolveGlobalDedupeCache } from "../infra/dedupe.js";
|
||||
export { delegateCompactionToRuntime } from "../context-engine/delegate.js";
|
||||
export { DEFAULT_ACCOUNT_ID, normalizeAccountId } from "../routing/session-key.js";
|
||||
export { buildChannelConfigSchema } from "../channels/plugins/config-schema.js";
|
||||
|
||||
Reference in New Issue
Block a user