@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.
11 lines • 392 B
JavaScript
;
/// <reference lib="dom" />
Object.defineProperty(exports, "__esModule", { value: true });
exports.useWebSocketProtocols = exports.WebSocket = void 0;
exports.isBrowserEnvironment = isBrowserEnvironment;
exports.WebSocket = globalThis.WebSocket;
function isBrowserEnvironment() {
return true;
}
exports.useWebSocketProtocols = true;
//# sourceMappingURL=shims-browser.js.map