feat(subagent): add progress event handling and formatting for subagent execution
This commit is contained in:
@@ -31,4 +31,5 @@ pub enum SubagentEvent {
|
||||
#[allow(dead_code)]
|
||||
output: String,
|
||||
},
|
||||
Progress(String),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user