refactor(feishu): split bot runtime seam

This commit is contained in:
Vincent Koc
2026-04-03 21:28:04 +09:00
parent 49936f6066
commit beb108cfaa
3 changed files with 18 additions and 9 deletions

View File

@@ -0,0 +1,9 @@
export type { ClawdbotConfig, RuntimeEnv } from "../runtime-api.js";
export { buildAgentMediaPayload } from "openclaw/plugin-sdk/media-runtime";
export { resolveChannelContextVisibilityMode } from "openclaw/plugin-sdk/config-runtime";
export {
evaluateSupplementalContextVisibility,
filterSupplementalContextItems,
} from "openclaw/plugin-sdk/feishu";
export { normalizeAgentId } from "openclaw/plugin-sdk/routing";