openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
41 lines (40 loc) • 1.84 kB
JavaScript
import { p as redactSensitiveText } from "./redact-BtvPPfTi.js";
import { u as resolveAgentDir } from "./agent-scope-config-DcbEhP0R.js";
import { t as formatErrorMessage } from "./errors-Db3Ymjlb.js";
import { o as warn } from "./globals-CTaGxEqj.js";
import { h as readProviderTextResponse, m as readProviderJsonResponse, o as createProviderHttpError } from "./provider-http-errors-U-nhuk_f.js";
import { i as fetchWithSsrFGuard } from "./fetch-guard-BMdGQhbb.js";
import { d as resolveProviderRequestHeaders } from "./provider-request-config-DIOYidiO.js";
import { n as createDebugProxyWebSocketAgent, r as resolveDebugProxySettings } from "./env-D-95VwzY.js";
import { n as captureWsEvent } from "./runtime-D3go1Kou.js";
import { t as createRealtimeTranscriptionWebSocketSession } from "./websocket-session-CW8o_Hl-.js";
import { i as resolveProviderAuthProfileApiKey, n as isProviderAuthProfileConfigured } from "./provider-auth-availability-BUrlw84-.js";
import "./provider-auth-BeZ7NZUU.js";
import "./error-runtime-Bz9Tw57Z.js";
import "./runtime-env-0Q-gCyUb.js";
import "./proxy-capture-B3zxpB8b.js";
import "./agent-scope-runtime-h57Nypqc.js";
import "./ssrf-runtime-Bum5C6NN.js";
import "./security-runtime-Ckf0kc0h.js";
import "./provider-http-k9RMI7iG.js";
import "./realtime-transcription-session-DPRCCEya.js";
//#region extensions/openai/realtime-host.ts
const openAIRealtimeHost = {
resolveAgentDir,
isProviderAuthProfileConfigured,
resolveProviderAuthProfileApiKey,
resolveProviderRequestHeaders,
createRealtimeTranscriptionWebSocketSession,
captureWsEvent,
createDebugProxyWebSocketAgent,
resolveDebugProxySettings,
fetchWithSsrFGuard,
createProviderHttpError,
readProviderJsonResponse,
readProviderTextResponse,
formatErrorMessage,
warn,
redactSensitiveText
};
//#endregion
export { openAIRealtimeHost as t };