perf: narrow Matrix monitor reply imports

This commit is contained in:
Peter Steinberger
2026-04-17 17:14:44 +01:00
parent 24f8d6470e
commit 54d9a09912
4 changed files with 13 additions and 2 deletions

View File

@@ -15,8 +15,10 @@ export {
patchAllowlistUsersInConfigEntries,
summarizeMapping,
} from "openclaw/plugin-sdk/allow-from";
export { createReplyPrefixOptions } from "openclaw/plugin-sdk/channel-reply-pipeline";
export { createTypingCallbacks } from "openclaw/plugin-sdk/channel-reply-pipeline";
export {
createReplyPrefixOptions,
createTypingCallbacks,
} from "openclaw/plugin-sdk/channel-reply-options-runtime";
export { formatLocationText, toLocationContext } from "openclaw/plugin-sdk/channel-location";
export { getAgentScopedMediaLocalRoots } from "openclaw/plugin-sdk/agent-media-payload";
export { logInboundDrop, logTypingFailure } from "openclaw/plugin-sdk/channel-logging";