refactor: route telegram bot deps through channel runtime

This commit is contained in:
Peter Steinberger
2026-03-28 03:41:55 +00:00
parent 2030c814ce
commit 550c51bb6e

View File

@@ -1,3 +1,4 @@
import { enqueueSystemEvent } from "openclaw/plugin-sdk/channel-runtime";
import {
buildModelsProviderData,
listSkillCommandsForAgents,
@@ -6,7 +7,6 @@ import { loadConfig, resolveStorePath } from "openclaw/plugin-sdk/config-runtime
import { loadSessionStore } from "openclaw/plugin-sdk/config-runtime";
import { readChannelAllowFromStore } from "openclaw/plugin-sdk/conversation-runtime";
import { upsertChannelPairingRequest } from "openclaw/plugin-sdk/conversation-runtime";
import { enqueueSystemEvent } from "openclaw/plugin-sdk/infra-runtime";
import { dispatchReplyWithBufferedBlockDispatcher } from "openclaw/plugin-sdk/reply-runtime";
import { loadWebMedia } from "openclaw/plugin-sdk/web-media";
import { deliverReplies, emitInternalMessageSentHook } from "./bot/delivery.js";