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 v2 wire contract to v3. */ export declare const sessionInboxWireV2Migration: VersionMigration;