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.

4 lines 159 B
import { getLogger } from '@openai/agents-core'; const logger = getLogger('openai-agents:realtime'); export default logger; //# sourceMappingURL=logger.mjs.map