refactor: move channel dedupe helpers onto core sdk

This commit is contained in:
Peter Steinberger
2026-03-28 02:58:10 +00:00
parent 024f2cf6e6
commit b34b03dd9e
8 changed files with 42 additions and 21 deletions

View File

@@ -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";