UNPKG

eve

Version:

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

4 lines (3 loc) 226 B
import type { VersionMigration } from "#execution/durable-session-migrations/chain.js"; /** Advances version-4 payloads to the additive token-cost schema. */ export declare const sessionInboxWireV4Migration: VersionMigration;