UNPKG

ai-patterns

Version:

Production-ready TypeScript patterns to build solid and robust AI applications. Retry logic, circuit breakers, rate limiting, human-in-the-loop escalation, prompt versioning, response validation, context window management, and more—all with complete type

6 lines 149 B
"use strict"; /** * Types for Fan-Out Pattern */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=fan-out.js.map