UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

17 lines (16 loc) 2.29 kB
import { i as isLoopbackHost } from "../net-DTe7AQiu.js"; import { n as resolveGatewayAuth } from "../auth-resolve-BSKl_nHz.js"; import { n as GatewayClient } from "../client-C2g2lFC5.js"; import { t as startGatewayClientWhenEventLoopReady } from "../client-start-readiness-BIoVQZze.js"; import { in as errorShape, rn as ErrorCodes } from "../schema-BwaBORnA.js"; import { n as resolveNodeIdFromNodeList, t as resolveNodeFromNodeList } from "../node-resolve-BawtWMwa.js"; import { t as rawDataToString } from "../ws-C3qhmaFC.js"; import { n as withOperatorApprovalsGatewayClient, t as createOperatorApprovalsGatewayClient } from "../operator-approvals-client-4O2dZK2Q.js"; import { n as createTransportActivityStatusPatch, t as createConnectedChannelStatusPatch } from "../gateway-runtime-BMyBmMxe.js"; import { n as callGatewayFromCli, t as addGatewayClientOptions } from "../gateway-rpc-DV2_JEP0.js"; import { t as resolveHostedPluginSurfaceUrl } from "../hosted-plugin-surface-url-Dco7NxxG.js"; import { n as PLUGIN_NODE_CAPABILITY_PATH_PREFIX, o as mintPluginNodeCapabilityToken, r as buildPluginNodeCapabilityScopedHostUrl, s as normalizePluginNodeCapabilityScopedUrl, t as DEFAULT_PLUGIN_NODE_CAPABILITY_TTL_MS } from "../plugin-node-capability-CQtFV9Fn.js"; import { o as resolveNodeCommandAllowlist, r as isNodeCommandAllowed } from "../node-command-policy-DYPdfWjH.js"; import { i as safeParseJson, n as respondUnavailableOnNodeInvokeError } from "../nodes.helpers-DeAuiiQp.js"; import { t as ensureGatewayStartupAuth } from "../startup-auth-BtAuEBV-.js"; export { DEFAULT_PLUGIN_NODE_CAPABILITY_TTL_MS, ErrorCodes, GatewayClient, PLUGIN_NODE_CAPABILITY_PATH_PREFIX, addGatewayClientOptions, buildPluginNodeCapabilityScopedHostUrl, callGatewayFromCli, createConnectedChannelStatusPatch, createOperatorApprovalsGatewayClient, createTransportActivityStatusPatch, ensureGatewayStartupAuth, errorShape, isLoopbackHost, isNodeCommandAllowed, mintPluginNodeCapabilityToken, normalizePluginNodeCapabilityScopedUrl, rawDataToString, resolveGatewayAuth, resolveHostedPluginSurfaceUrl, resolveNodeCommandAllowlist, resolveNodeFromNodeList, resolveNodeIdFromNodeList, respondUnavailableOnNodeInvokeError, safeParseJson, startGatewayClientWhenEventLoopReady, withOperatorApprovalsGatewayClient };