eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
4 lines (3 loc) • 302 B
TypeScript
import type { WorkflowProgramContinuationSecurity } from "#execution/dynamic-workflow/schema.js";
/** Creates replay-stable signing material without exposing it to generated code. */
export declare function createWorkflowProgramContinuationSecurityStep(): Promise<WorkflowProgramContinuationSecurity>;