refactor: add shared setup sdk subpath

This commit is contained in:
Peter Steinberger
2026-03-16 20:17:03 -07:00
parent 77d6274624
commit 2497b8147e
32 changed files with 183 additions and 128 deletions

View File

@@ -14,7 +14,6 @@ import {
import {
buildAgentSessionKey,
resolveThreadSessionKeys,
type ChannelPlugin,
type RoutePeer,
} from "../../../src/plugin-sdk-internal/core.js";
import {
@@ -31,6 +30,7 @@ import {
resolveTelegramGroupRequireMention,
resolveTelegramGroupToolPolicy,
TelegramConfigSchema,
type ChannelPlugin,
type ChannelMessageActionAdapter,
type OpenClawConfig,
} from "../../../src/plugin-sdk-internal/telegram.js";