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.

5 lines 131 B
export { WebSocket } from 'ws'; export function isBrowserEnvironment() { return false; } //# sourceMappingURL=shims-node.js.map