mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 20:40:23 +00:00
Plugins: remove first-party legacy message discovery shims
This commit is contained in:
@@ -23,15 +23,3 @@ export * from "../agents/vllm-defaults.js";
|
||||
// Intentional public runtime surface: channel plugins use ingress agent helpers directly.
|
||||
export * from "../agents/agent-command.js";
|
||||
export * from "../tts/tts.js";
|
||||
// Legacy channel action runtime re-exports. New bundled plugin code should use
|
||||
// local extension-owned modules instead of adding more public SDK surface here.
|
||||
export {
|
||||
handleDiscordAction,
|
||||
readDiscordParentIdParam,
|
||||
isDiscordModerationAction,
|
||||
readDiscordModerationCommand,
|
||||
} from "../../extensions/discord/runtime-api.js";
|
||||
export {
|
||||
handleTelegramAction,
|
||||
readTelegramButtons,
|
||||
} from "../../extensions/telegram/runtime-api.js";
|
||||
|
||||
Reference in New Issue
Block a user