UNPKG

@openai/agents-realtime

Version:

The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows. This package contains the logic for building realtime voice agents on the server or in the browser.

10 lines 365 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useWebSocketProtocols = exports.WebSocket = void 0; exports.isBrowserEnvironment = isBrowserEnvironment; exports.WebSocket = globalThis.WebSocket; function isBrowserEnvironment() { return false; } exports.useWebSocketProtocols = true; //# sourceMappingURL=shims-workerd.js.map