Converted all external tool calling to async

This commit is contained in:
Timmy
2026-06-29 16:59:54 +01:00
parent 75f41088b1
commit feb35ddd10
49 changed files with 482 additions and 496 deletions
+1 -1
View File
@@ -492,7 +492,7 @@ async fn main() -> Result<(), std::io::Error> {
tokio::time::sleep(std::time::Duration::from_millis(1500)).await;
// Kill all active PTY child processes before exiting.
agents_for_shutdown.kill_all_children();
agents_for_shutdown.kill_all_children().await;
if let Some(ref path) = port_file {
remove_port_file(path);