refactor: trim extension runtime reexports

This commit is contained in:
Peter Steinberger
2026-05-01 14:27:17 +01:00
parent bae211f72a
commit 5fdde9353e
12 changed files with 4 additions and 44 deletions

View File

@@ -1,9 +1,6 @@
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-types";
import { generateConversationLabel } from "openclaw/plugin-sdk/reply-dispatch-runtime";
export {
AUTO_TOPIC_LABEL_DEFAULT_PROMPT,
resolveAutoTopicLabelConfig,
} from "./auto-topic-label-config.js";
export { resolveAutoTopicLabelConfig } from "./auto-topic-label-config.js";
export async function generateTelegramTopicLabel(params: {
userMessage: string;

View File

@@ -1,6 +1,5 @@
export {
fetchRemoteMedia,
getAgentScopedMediaLocalRoots,
MediaFetchError,
saveMediaBuffer,
} from "openclaw/plugin-sdk/media-runtime";