UNPKG

eve

Version:

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

4 lines (3 loc) 237 B
import type { SleepToolInput, SleepToolOutput } from "#execution/tools/sleep.js"; /** Waits durably in a workflow dedicated to this tool call. */ export declare function executeSleepTool(input: SleepToolInput): Promise<SleepToolOutput>;