feat: add ExecutionDiagram wrapper component

Composes ProcessDiagram with execution overlay data, exchange summary
bar, resizable splitter, and detail panel into a single root component.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-27 19:05:43 +01:00
parent e4c66b1311
commit 5ccefa3cdb
3 changed files with 314 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
export { ExecutionDiagram } from './ExecutionDiagram';
export type { NodeExecutionState, IterationInfo, DetailTab } from './types';