UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

5 lines (4 loc) 410 B
import type { DurableSessionState } from "#execution/durable-session-store.js"; import type { TurnDriverAction } from "#execution/turn-control-receiver.js"; /** Preserves handle leases accepted by the driver against a turn's older snapshot. */ export declare function rebaseTaskAgentHandleMutations(action: TurnDriverAction, driverState: DurableSessionState, baseState: DurableSessionState): TurnDriverAction;