eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
6 lines (5 loc) • 347 B
TypeScript
export declare const EVE_WORKFLOW_QUEUE_NAMESPACE = "eve";
export declare const WORKFLOW_QUEUE_NAMESPACE_ENV = "WORKFLOW_QUEUE_NAMESPACE";
export declare const EVE_WORKFLOW_QUEUE_PREFIX = "__eve_wkf_workflow_";
export declare const EVE_WORKFLOW_QUEUE_TOPIC = "__eve_wkf_workflow_*";
export declare function applyEveWorkflowQueueNamespace(): void;