mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 20:40:20 +00:00
refactor: move channel dedupe helpers onto core sdk
This commit is contained in:
@@ -6,7 +6,7 @@ import type {
|
||||
} from "openclaw/plugin-sdk/config-runtime";
|
||||
import { resolveSessionKey, type SessionScope } from "openclaw/plugin-sdk/config-runtime";
|
||||
import type { DmPolicy, GroupPolicy } from "openclaw/plugin-sdk/config-runtime";
|
||||
import { createDedupeCache } from "openclaw/plugin-sdk/infra-runtime";
|
||||
import { createDedupeCache } from "openclaw/plugin-sdk/core";
|
||||
import type { HistoryEntry } from "openclaw/plugin-sdk/reply-history";
|
||||
import { resolveAgentRoute } from "openclaw/plugin-sdk/routing";
|
||||
import { logVerbose } from "openclaw/plugin-sdk/runtime-env";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { resolveGlobalDedupeCache } from "openclaw/plugin-sdk/infra-runtime";
|
||||
import { resolveGlobalDedupeCache } from "openclaw/plugin-sdk/core";
|
||||
|
||||
/**
|
||||
* In-memory cache of Slack threads the bot has participated in.
|
||||
|
||||
Reference in New Issue
Block a user