eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
4 lines (3 loc) • 334 B
TypeScript
import { type WorkflowStepInvocation } from "#execution/tools/workflow/step-context.js";
/** Keeps token capabilities and bearer values inside the executing step. */
export declare function withWorkflowStepAuthorization(execute: (...args: never[]) => unknown): (this: unknown, invocation: WorkflowStepInvocation) => Promise<unknown>;