Display delegate sub agents logs in UI (#7519)

Co-authored-by: Jack Amadeo <jackamadeo@squareup.com>
This commit is contained in:
Zane
2026-03-23 11:38:25 -07:00
committed by GitHub
parent 7823a8e6b9
commit ed5e1305d1
5 changed files with 196 additions and 28 deletions
+7
View File
@@ -4,6 +4,7 @@ import {
Brain,
Camera,
Code2,
Delegate,
Eye,
FileEdit,
FilePlus,
@@ -75,6 +76,12 @@ export const getToolIcon = (toolName: string): React.ComponentType<ToolIconProps
case 'docs_tool':
return FileText;
// Delegation Tools
case 'delegate':
return Delegate;
case 'load':
return Eye;
// Special Tools
case 'final_output':
return Tool; // Could be a checkmark icon if we had one