@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 • 459 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.useWebSocketProtocols = exports.WebSocket = void 0;
exports.isBrowserEnvironment = isBrowserEnvironment;
var ws_1 = require("ws");
Object.defineProperty(exports, "WebSocket", { enumerable: true, get: function () { return ws_1.WebSocket; } });
function isBrowserEnvironment() {
return false;
}
exports.useWebSocketProtocols = false;
//# sourceMappingURL=shims-node.js.map