UNPKG

framework

Version:

The (AI) Framework: turnkey, zero-config AI orchestration that wraps a coding-agent CLI (Claude Code) as a black box and takes you from an idea to a running app. Vite for AI.

5 lines 275 B
/** Whether a {@link DriverQuotaUnavailableReason} describes this attempt rather than the setup. */ export function isTransientQuotaReason(reason) { return reason === 'fetch-failed' || reason === 'timeout' || reason === 'unrecognized'; } //# sourceMappingURL=types.js.map