pub async fn interactive( harness: &AgentHarness, args: &Args, initial: Option<String>, extra_messages: &[String], ) -> i32
interactive mode: a minimal line-oriented REPL. NOT a port of the TS TUI.
interactive