eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
8 lines (7 loc) • 332 B
TypeScript
/** 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>;
readonly turnId?: string;
}): Promise<void>;