UNPKG

eve

Version:

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

4 lines (3 loc) 227 B
import type { VersionMigration } from "#execution/durable-session-migrations/chain.js"; /** Pure shape migration from the immutable v1 wire contract to v2. */ export declare const sessionInboxWireV1Migration: VersionMigration;