UNPKG

eve

Version:

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

6 lines (5 loc) 411 B
export * from "#compiled/@workflow/core/runtime.js"; export type { StartOptionsWithoutDeploymentId, WorkflowFunction, WorkflowMetadata, } from "#compiled/@workflow/core/runtime/start.js"; /** Installs a World across source and vendored Workflow package identities. */ export declare function setWorld(world: unknown): void; export { resolveRunEncryptionKey } from "#compiled/@workflow/core/runtime/helpers.js";