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 164 B
"use strict"; /** * Types for Composition and Middleware */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=composition.js.map