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.

7 lines 219 B
/// <reference lib="dom" /> export const WebSocket = globalThis.WebSocket; export function isBrowserEnvironment() { return true; } export const useWebSocketProtocols = true; //# sourceMappingURL=shims-browser.js.map