UNPKG

eve

Version:

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

4 lines (3 loc) • 329 B
import type { BackgroundWorkflowToolRunInput, WorkflowToolRunInput } from "#execution/tools/workflow/types.js"; /** Owns admission, command intake, body execution, and settlement for either lifetime. */ export declare function workflowToolRunWorkflow(input: WorkflowToolRunInput | BackgroundWorkflowToolRunInput): Promise<void>;