eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
4 lines (3 loc) • 314 B
TypeScript
import type { PreparedLegacySession } from "./prepare-step.js";
/** Only the elected importer may stop work or append cancellation events. */
export declare function interruptLegacySessionStep(prepared: PreparedLegacySession): Promise<import("#execution/settle-cancelled-turn-step.js").CancelledTurnSettleResult>;