UNPKG

eve

Version:

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

6 lines (5 loc) 230 B
declare global { var __private_workflows: Map<string, unknown> | undefined; } export declare const WORKFLOW_REGISTRY_GLOBAL = "__private_workflows"; export declare function readRegisteredWorkflow(workflowId: string): unknown;