+
+
{node.goal}
+
{node.status}
+
+
+ {node.model && {node.model}}
+ {typeof node.durationSeconds === 'number' && {node.durationSeconds.toFixed(1)}s}
+ {typeof node.costUsd === 'number' && ${node.costUsd.toFixed(4)}}
+ {typeof node.apiCalls === 'number' && {node.apiCalls} calls}
+
+ {(node.toolName || node.toolPreview || node.summary) && (
+
+ {node.summary || [node.toolName, node.toolPreview].filter(Boolean).join(' ยท ')}
+
+ )}
+