Skip to main content

Module engine

Module engine 

Source
Expand description

Replay engine orchestrating the full replay loop.

The ReplayEngine is a state machine that processes commands sequentially, applying filters, safety checks, interactive prompts, and execution with error handling and signal handling.

Structsยง

ReplayEngine
Replay engine that orchestrates command filtering, safety checks, interactive prompts, execution, error handling, and signal handling.