UNPKG

eve

Version:

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

7 lines (6 loc) 302 B
/** Emits a terminal `session.failed` to the adapter and durable stream. */ export declare function emitTerminalSessionFailureStep(input: { readonly error: unknown; readonly parentWritable: WritableStream<Uint8Array>; readonly serializedContext: Record<string, unknown>; }): Promise<void>;