UNPKG

eve

Version:

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

4 lines (3 loc) 257 B
import type { WorkflowToolRunInput } from "#execution/tools/workflow/types.js"; /** Runs one authored workflow tool call and reports to its declared owner hook. */ export declare function workflowToolRunWorkflow(input: WorkflowToolRunInput): Promise<void>;