UNPKG

@ai2070/l0

Version:

L0: The Missing Reliability Substrate for AI

13 lines 474 B
import type { L0State } from "../types/l0"; export declare function createInitialState(): L0State; export interface StateResetPreserveOptions { checkpoint?: string; resumed?: boolean; resumePoint?: string; resumeFrom?: number; modelRetryCount?: number; networkRetryCount?: number; fallbackIndex?: number; } export declare function resetStateForRetry(state: L0State, preserve?: StateResetPreserveOptions): void; //# sourceMappingURL=state.d.ts.map