feat(subagent): add progress event handling and formatting for subagent execution

This commit is contained in:
asepharyana
2026-07-15 02:25:15 +07:00
parent 472c597c5e
commit 558908aef2
5 changed files with 52 additions and 7 deletions
+1
View File
@@ -31,4 +31,5 @@ pub enum SubagentEvent {
#[allow(dead_code)]
output: String,
},
Progress(String),
}