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 151 B
"use strict"; /** * Types for Bulkhead Pattern */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=bulkhead.js.map