Files
openclaw/extensions/browser/src/sdk-setup-tools.ts
2026-04-28 05:21:57 +01:00

31 lines
997 B
TypeScript

export {
callGatewayTool,
listNodes,
resolveNodeIdFromList,
selectDefaultNodeFromList,
} from "openclaw/plugin-sdk/agent-harness-runtime";
export type { AnyAgentTool, NodeListNode } from "openclaw/plugin-sdk/agent-harness-runtime";
export {
imageResultFromFile,
jsonResult,
readStringParam,
} from "openclaw/plugin-sdk/channel-actions";
export { optionalStringEnum, stringEnum } from "openclaw/plugin-sdk/channel-actions";
export {
formatCliCommand,
formatHelpExamples,
inheritOptionFromParent,
note,
theme,
} from "openclaw/plugin-sdk/cli-runtime";
export { danger, info } from "openclaw/plugin-sdk/runtime-env";
export {
IMAGE_REDUCE_QUALITY_STEPS,
buildImageResizeSideGrid,
getImageMetadata,
resizeToJpeg,
} from "openclaw/plugin-sdk/media-runtime";
export { detectMime } from "openclaw/plugin-sdk/media-mime";
export { ensureMediaDir, saveMediaBuffer } from "openclaw/plugin-sdk/media-runtime";
export { formatDocsLink } from "openclaw/plugin-sdk/setup-tools";