feat(subagent): include tool call arguments in ToolResult events and progress formatting

This commit is contained in:
asepharyana
2026-07-15 02:25:15 +07:00
parent 558908aef2
commit a8adfcbf6d
3 changed files with 92 additions and 4 deletions
+1
View File
@@ -28,6 +28,7 @@ pub enum SubagentEvent {
},
ToolResult {
tool: String,
args: Value,
#[allow(dead_code)]
output: String,
},