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"; /** Translates v3 task envelopes into typed workflow-run requests. */ export declare const sessionInboxWireV3Migration: VersionMigration;