UNPKG

eve

Version:

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

4 lines 384 B
import { type WorkflowOrchestratorContext } from './private.js'; import type { Serializable } from './schemas.js'; export declare function createUseStep(ctx: WorkflowOrchestratorContext): <Args extends Serializable[], Result>(stepName: string, closureVarsFn?: () => Record<string, Serializable>) => (this: unknown, ...args: Args) => Promise<Result>; //# sourceMappingURL=step.d.ts.map