pub async fn run_interactive_with(
config: Config,
cwd: PathBuf,
model_id: String,
opts: InteractiveOptions,
) -> Result<()>Expand description
Interactive TUI main loop with explicit options. recorder (if
provided) appends one JSONL line per reducer input to the file for
debugging / replay.