refactor: untangle remaining plugin sdk boundaries

This commit is contained in:
Peter Steinberger
2026-03-16 21:13:56 -07:00
parent afc0172cb1
commit 9ebe38b6e3
492 changed files with 5657 additions and 2877 deletions

View File

@@ -1,6 +1,6 @@
import type { Bot } from "grammy";
import { createFinalizableDraftLifecycle } from "../../../src/channels/draft-stream-controls.js";
import { resolveGlobalSingleton } from "../../../src/shared/global-singleton.js";
import { createFinalizableDraftLifecycle } from "openclaw/plugin-sdk/channel-runtime";
import { resolveGlobalSingleton } from "openclaw/plugin-sdk/text-runtime";
import { buildTelegramThreadParams, type TelegramThreadSpec } from "./bot/helpers.js";
import { isSafeToRetrySendError, isTelegramClientRejection } from "./network-errors.js";