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.

6 lines 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const agents_core_1 = require("@openai/agents-core"); const logger = (0, agents_core_1.getLogger)('openai-agents:realtime'); exports.default = logger; //# sourceMappingURL=logger.js.map