UNPKG

eve

Version:

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

3 lines (2 loc) 202 B
import type { HarnessSession, StepInput } from "#harness/types.js"; export declare function preserveCancelledTurnMessage(session: HarnessSession, input: StepInput | undefined): Promise<HarnessSession>;