UNPKG

@openai/agents-core

Version:

The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows.

6 lines 262 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_MAX_TURNS = void 0; // Shared runner-level constants. Keep behavior-altering defaults in one place. exports.DEFAULT_MAX_TURNS = 10; //# sourceMappingURL=constants.js.map