machine mode

This commit is contained in:
Dhanji Prasanna
2025-10-28 14:51:32 +11:00
parent 5e08d6bbba
commit 4b1694b308
4 changed files with 63 additions and 37 deletions

View File

@@ -71,6 +71,7 @@ impl UiWriter for MachineUiWriter {
}
fn print_agent_prompt(&self) {
println!("AGENT_RESPONSE:");
let _ = io::stdout().flush();
}