eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
7 lines (6 loc) • 300 B
TypeScript
import type { DurableSessionSnapshot } from "#execution/durable-session-store.js";
/**
* Migrates a {@link DurableSessionSnapshot} up to
* {@link DURABLE_SESSION_VERSION}. Pure; safe to call inline.
*/
export declare function migrateDurableSessionSnapshot(value: unknown): DurableSessionSnapshot;