UNPKG

eve

Version:

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

5 lines 284 B
import type { World } from '#compiled/@workflow/world/index.js'; type WorldSpecVersionMetadata = Pick<World, 'specVersion'>; export declare function assertWorldSupportsRuntimeProtocol(world: WorldSpecVersionMetadata): void; export {}; //# sourceMappingURL=world-compatibility.d.ts.map