@stigmer/react 0.5.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/activity/group-activity.d.ts +13 -0
- package/activity/group-activity.d.ts.map +1 -0
- package/activity/group-activity.js +54 -0
- package/activity/group-activity.js.map +1 -0
- package/activity/index.d.ts +4 -0
- package/activity/index.d.ts.map +1 -0
- package/activity/index.js +3 -0
- package/activity/index.js.map +1 -0
- package/activity/types.d.ts +34 -0
- package/activity/types.d.ts.map +1 -0
- package/activity/types.js +2 -0
- package/activity/types.js.map +1 -0
- package/activity/useRecentActivity.d.ts +35 -0
- package/activity/useRecentActivity.d.ts.map +1 -0
- package/activity/useRecentActivity.js +73 -0
- package/activity/useRecentActivity.js.map +1 -0
- package/agent/AgentPicker.d.ts.map +1 -1
- package/agent/AgentPicker.js +4 -2
- package/agent/AgentPicker.js.map +1 -1
- package/billing/BillingSection.d.ts.map +1 -1
- package/billing/BillingSection.js +1 -1
- package/billing/BillingSection.js.map +1 -1
- package/composer/ComposerToolbar.d.ts +5 -1
- package/composer/ComposerToolbar.d.ts.map +1 -1
- package/composer/ComposerToolbar.js +4 -3
- package/composer/ComposerToolbar.js.map +1 -1
- package/composer/ContextChip.d.ts +7 -2
- package/composer/ContextChip.d.ts.map +1 -1
- package/composer/ContextChip.js +2 -1
- package/composer/ContextChip.js.map +1 -1
- package/composer/InteractionModePicker.d.ts +40 -0
- package/composer/InteractionModePicker.d.ts.map +1 -0
- package/composer/InteractionModePicker.js +76 -0
- package/composer/InteractionModePicker.js.map +1 -0
- package/composer/SessionComposer.d.ts +64 -64
- package/composer/SessionComposer.d.ts.map +1 -1
- package/composer/SessionComposer.js +52 -11
- package/composer/SessionComposer.js.map +1 -1
- package/composer/__tests__/SessionComposer-memo.test.js +10 -5
- package/composer/__tests__/SessionComposer-memo.test.js.map +1 -1
- package/composer/index.d.ts +3 -1
- package/composer/index.d.ts.map +1 -1
- package/composer/index.js +1 -0
- package/composer/index.js.map +1 -1
- package/dashboard/DashboardFailedRuns.d.ts +19 -0
- package/dashboard/DashboardFailedRuns.d.ts.map +1 -0
- package/dashboard/DashboardFailedRuns.js +35 -0
- package/dashboard/DashboardFailedRuns.js.map +1 -0
- package/dashboard/DashboardKPICards.d.ts +19 -0
- package/dashboard/DashboardKPICards.d.ts.map +1 -0
- package/dashboard/DashboardKPICards.js +80 -0
- package/dashboard/DashboardKPICards.js.map +1 -0
- package/dashboard/OperationalDashboard.d.ts +37 -0
- package/dashboard/OperationalDashboard.d.ts.map +1 -0
- package/dashboard/OperationalDashboard.js +48 -0
- package/dashboard/OperationalDashboard.js.map +1 -0
- package/dashboard/index.d.ts +8 -0
- package/dashboard/index.d.ts.map +1 -0
- package/dashboard/index.js +9 -0
- package/dashboard/index.js.map +1 -0
- package/dashboard/types.d.ts +49 -0
- package/dashboard/types.d.ts.map +1 -0
- package/dashboard/types.js +2 -0
- package/dashboard/types.js.map +1 -0
- package/dashboard/useAgentExecutionSummary.d.ts +33 -0
- package/dashboard/useAgentExecutionSummary.d.ts.map +1 -0
- package/dashboard/useAgentExecutionSummary.js +32 -0
- package/dashboard/useAgentExecutionSummary.js.map +1 -0
- package/dashboard/useDashboardFailedRuns.d.ts +18 -0
- package/dashboard/useDashboardFailedRuns.d.ts.map +1 -0
- package/dashboard/useDashboardFailedRuns.js +86 -0
- package/dashboard/useDashboardFailedRuns.js.map +1 -0
- package/dashboard/useDashboardSummary.d.ts +32 -0
- package/dashboard/useDashboardSummary.d.ts.map +1 -0
- package/dashboard/useDashboardSummary.js +67 -0
- package/dashboard/useDashboardSummary.js.map +1 -0
- package/environment/usePersonalEnvironment.d.ts.map +1 -1
- package/environment/usePersonalEnvironment.js +1 -0
- package/environment/usePersonalEnvironment.js.map +1 -1
- package/execution/ContextGauge.d.ts +45 -0
- package/execution/ContextGauge.d.ts.map +1 -0
- package/execution/ContextGauge.js +82 -0
- package/execution/ContextGauge.js.map +1 -0
- package/execution/InteractionModeBadge.d.ts +24 -0
- package/execution/InteractionModeBadge.d.ts.map +1 -0
- package/execution/InteractionModeBadge.js +29 -0
- package/execution/InteractionModeBadge.js.map +1 -0
- package/execution/MessageThread.d.ts +33 -3
- package/execution/MessageThread.d.ts.map +1 -1
- package/execution/MessageThread.js +51 -9
- package/execution/MessageThread.js.map +1 -1
- package/execution/PlanCompletionCard.d.ts +23 -0
- package/execution/PlanCompletionCard.d.ts.map +1 -0
- package/execution/PlanCompletionCard.js +28 -0
- package/execution/PlanCompletionCard.js.map +1 -0
- package/execution/SummarizationBadge.d.ts +30 -0
- package/execution/SummarizationBadge.d.ts.map +1 -0
- package/execution/SummarizationBadge.js +61 -0
- package/execution/SummarizationBadge.js.map +1 -0
- package/execution/SummarizationCard.d.ts +27 -0
- package/execution/SummarizationCard.d.ts.map +1 -0
- package/execution/SummarizationCard.js +47 -0
- package/execution/SummarizationCard.js.map +1 -0
- package/execution/__tests__/PlanCompletionCard.test.d.ts +2 -0
- package/execution/__tests__/PlanCompletionCard.test.d.ts.map +1 -0
- package/execution/__tests__/PlanCompletionCard.test.js +53 -0
- package/execution/__tests__/PlanCompletionCard.test.js.map +1 -0
- package/execution/__tests__/buildThreadItems-plan-completion.test.d.ts +2 -0
- package/execution/__tests__/buildThreadItems-plan-completion.test.d.ts.map +1 -0
- package/execution/__tests__/buildThreadItems-plan-completion.test.js +137 -0
- package/execution/__tests__/buildThreadItems-plan-completion.test.js.map +1 -0
- package/execution/__tests__/useContextWindow.test.d.ts +2 -0
- package/execution/__tests__/useContextWindow.test.d.ts.map +1 -0
- package/execution/__tests__/useContextWindow.test.js +121 -0
- package/execution/__tests__/useContextWindow.test.js.map +1 -0
- package/execution/index.d.ts +12 -0
- package/execution/index.d.ts.map +1 -1
- package/execution/index.js +6 -0
- package/execution/index.js.map +1 -1
- package/execution/useContextWindow.d.ts +71 -0
- package/execution/useContextWindow.d.ts.map +1 -0
- package/execution/useContextWindow.js +91 -0
- package/execution/useContextWindow.js.map +1 -0
- package/execution/useCreateAgentExecution.d.ts +9 -0
- package/execution/useCreateAgentExecution.d.ts.map +1 -1
- package/execution/useCreateAgentExecution.js +15 -3
- package/execution/useCreateAgentExecution.js.map +1 -1
- package/index.d.ts +11 -6
- package/index.d.ts.map +1 -1
- package/index.js +13 -3
- package/index.js.map +1 -1
- package/inline-edit/InlineEditKeyValue.d.ts +5 -1
- package/inline-edit/InlineEditKeyValue.d.ts.map +1 -1
- package/inline-edit/InlineEditKeyValue.js +3 -3
- package/inline-edit/InlineEditKeyValue.js.map +1 -1
- package/internal/VirtualizedThread.d.ts +2 -1
- package/internal/VirtualizedThread.d.ts.map +1 -1
- package/internal/VirtualizedThread.js +3 -2
- package/internal/VirtualizedThread.js.map +1 -1
- package/internal/store/index.d.ts +1 -0
- package/internal/store/index.d.ts.map +1 -1
- package/internal/store/index.js +1 -0
- package/internal/store/index.js.map +1 -1
- package/internal/store/workflow-execution-event-store.d.ts +92 -0
- package/internal/store/workflow-execution-event-store.d.ts.map +1 -0
- package/internal/store/workflow-execution-event-store.js +298 -0
- package/internal/store/workflow-execution-event-store.js.map +1 -0
- package/internal/useFetch.js +2 -2
- package/internal/useFetch.js.map +1 -1
- package/library/ScopeToggle.d.ts +13 -9
- package/library/ScopeToggle.d.ts.map +1 -1
- package/library/ScopeToggle.js +43 -22
- package/library/ScopeToggle.js.map +1 -1
- package/library/VisibilityToggle.js +14 -5
- package/library/VisibilityToggle.js.map +1 -1
- package/library/index.d.ts +1 -0
- package/library/index.d.ts.map +1 -1
- package/library/index.js +1 -0
- package/library/index.js.map +1 -1
- package/library/useExportResource.d.ts +3 -2
- package/library/useExportResource.d.ts.map +1 -1
- package/library/useExportResource.js +11 -6
- package/library/useExportResource.js.map +1 -1
- package/mcp-server/McpServerDetailView.d.ts.map +1 -1
- package/mcp-server/McpServerDetailView.js +169 -58
- package/mcp-server/McpServerDetailView.js.map +1 -1
- package/mcp-server/McpServerPicker.d.ts.map +1 -1
- package/mcp-server/McpServerPicker.js +4 -2
- package/mcp-server/McpServerPicker.js.map +1 -1
- package/models/ModelRegistryContext.d.ts +2 -0
- package/models/ModelRegistryContext.d.ts.map +1 -1
- package/models/ModelRegistryContext.js +1 -0
- package/models/ModelRegistryContext.js.map +1 -1
- package/models/ModelSelector.d.ts.map +1 -1
- package/models/ModelSelector.js +2 -2
- package/models/ModelSelector.js.map +1 -1
- package/models/__tests__/useModelRegistry.test.js +4 -3
- package/models/__tests__/useModelRegistry.test.js.map +1 -1
- package/models/useModelRegistry.d.ts +2 -0
- package/models/useModelRegistry.d.ts.map +1 -1
- package/models/useModelRegistry.js +3 -2
- package/models/useModelRegistry.js.map +1 -1
- package/package.json +16 -5
- package/provider.d.ts.map +1 -1
- package/provider.js +232 -22
- package/provider.js.map +1 -1
- package/resource-detail/ResourceDetailShell.d.ts +1 -1
- package/resource-detail/ResourceDetailShell.d.ts.map +1 -1
- package/resource-detail/ResourceDetailShell.js +6 -6
- package/resource-detail/ResourceDetailShell.js.map +1 -1
- package/resource-detail/types.d.ts +23 -0
- package/resource-detail/types.d.ts.map +1 -1
- package/resource-detail/useDeleteResource.d.ts +1 -1
- package/resource-detail/useDeleteResource.d.ts.map +1 -1
- package/resource-detail/useDeleteResource.js +5 -0
- package/resource-detail/useDeleteResource.js.map +1 -1
- package/resource-workbench/components/ResourceWorkbench.d.ts.map +1 -1
- package/resource-workbench/components/ResourceWorkbench.js +2 -1
- package/resource-workbench/components/ResourceWorkbench.js.map +1 -1
- package/session/__tests__/session-spec-converters.test.d.ts +2 -0
- package/session/__tests__/session-spec-converters.test.d.ts.map +1 -0
- package/session/__tests__/session-spec-converters.test.js +162 -0
- package/session/__tests__/session-spec-converters.test.js.map +1 -0
- package/session/__tests__/useNewSessionFlow.test.js +2 -2
- package/session/__tests__/useNewSessionFlow.test.js.map +1 -1
- package/session/__tests__/usePersistedModel.test.js +1 -1
- package/session/__tests__/usePersistedModel.test.js.map +1 -1
- package/session/group-sessions.d.ts +17 -0
- package/session/group-sessions.d.ts.map +1 -1
- package/session/group-sessions.js +46 -0
- package/session/group-sessions.js.map +1 -1
- package/session/index.d.ts +4 -2
- package/session/index.d.ts.map +1 -1
- package/session/index.js +2 -1
- package/session/index.js.map +1 -1
- package/session/session-spec-converters.d.ts +24 -0
- package/session/session-spec-converters.d.ts.map +1 -0
- package/session/session-spec-converters.js +72 -0
- package/session/session-spec-converters.js.map +1 -0
- package/session/useNewSessionFlow.d.ts.map +1 -1
- package/session/useNewSessionFlow.js +1 -0
- package/session/useNewSessionFlow.js.map +1 -1
- package/session/useSessionConversation.d.ts +7 -0
- package/session/useSessionConversation.d.ts.map +1 -1
- package/session/useSessionConversation.js +2 -56
- package/session/useSessionConversation.js.map +1 -1
- package/session/useSessionPageFlow.d.ts +5 -0
- package/session/useSessionPageFlow.d.ts.map +1 -1
- package/session/useSessionPageFlow.js +21 -6
- package/session/useSessionPageFlow.js.map +1 -1
- package/session/useSessionSearch.d.ts +57 -0
- package/session/useSessionSearch.d.ts.map +1 -0
- package/session/useSessionSearch.js +94 -0
- package/session/useSessionSearch.js.map +1 -0
- package/session/useSessionUsage.d.ts.map +1 -1
- package/session/useSessionUsage.js +65 -4
- package/session/useSessionUsage.js.map +1 -1
- package/settings/UsageSection.d.ts.map +1 -1
- package/settings/UsageSection.js +1 -4
- package/settings/UsageSection.js.map +1 -1
- package/skill/SkillPicker.d.ts.map +1 -1
- package/skill/SkillPicker.js +4 -2
- package/skill/SkillPicker.js.map +1 -1
- package/src/activity/group-activity.ts +65 -0
- package/src/activity/index.ts +13 -0
- package/src/activity/types.ts +35 -0
- package/src/activity/useRecentActivity.ts +131 -0
- package/src/agent/AgentPicker.tsx +6 -1
- package/src/billing/BillingSection.tsx +3 -2
- package/src/composer/ComposerToolbar.tsx +19 -1
- package/src/composer/ContextChip.tsx +20 -11
- package/src/composer/InteractionModePicker.tsx +189 -0
- package/src/composer/SessionComposer.tsx +137 -11
- package/src/composer/__tests__/SessionComposer-memo.test.ts +11 -6
- package/src/composer/index.ts +7 -0
- package/src/dashboard/DashboardFailedRuns.tsx +109 -0
- package/src/dashboard/DashboardKPICards.tsx +128 -0
- package/src/dashboard/OperationalDashboard.tsx +96 -0
- package/src/dashboard/index.ts +37 -0
- package/src/dashboard/types.ts +50 -0
- package/src/dashboard/useAgentExecutionSummary.ts +71 -0
- package/src/dashboard/useDashboardFailedRuns.ts +122 -0
- package/src/dashboard/useDashboardSummary.ts +109 -0
- package/src/environment/usePersonalEnvironment.ts +1 -0
- package/src/execution/ContextGauge.tsx +243 -0
- package/src/execution/InteractionModeBadge.tsx +70 -0
- package/src/execution/MessageThread.tsx +88 -3
- package/src/execution/PlanCompletionCard.tsx +105 -0
- package/src/execution/SummarizationBadge.tsx +188 -0
- package/src/execution/SummarizationCard.tsx +126 -0
- package/src/execution/__tests__/PlanCompletionCard.test.tsx +67 -0
- package/src/execution/__tests__/buildThreadItems-plan-completion.test.ts +197 -0
- package/src/execution/__tests__/useContextWindow.test.ts +167 -0
- package/src/execution/index.ts +22 -0
- package/src/execution/useContextWindow.ts +148 -0
- package/src/execution/useCreateAgentExecution.ts +26 -3
- package/src/index.ts +227 -0
- package/src/inline-edit/InlineEditKeyValue.tsx +23 -0
- package/src/internal/VirtualizedThread.tsx +4 -1
- package/src/internal/store/index.ts +6 -0
- package/src/internal/store/workflow-execution-event-store.ts +391 -0
- package/src/internal/useFetch.ts +2 -2
- package/src/library/ScopeToggle.tsx +88 -20
- package/src/library/VisibilityToggle.tsx +54 -13
- package/src/library/index.ts +2 -0
- package/src/library/useExportResource.ts +12 -9
- package/src/mcp-server/McpServerDetailView.tsx +509 -203
- package/src/mcp-server/McpServerPicker.tsx +6 -1
- package/src/models/ModelRegistryContext.ts +3 -0
- package/src/models/ModelSelector.tsx +25 -2
- package/src/models/__tests__/useModelRegistry.test.tsx +5 -3
- package/src/models/useModelRegistry.ts +5 -2
- package/src/provider.tsx +264 -26
- package/src/resource-detail/ResourceDetailShell.tsx +21 -4
- package/src/resource-detail/types.ts +25 -0
- package/src/resource-detail/useDeleteResource.ts +6 -1
- package/src/resource-workbench/components/ResourceWorkbench.tsx +4 -0
- package/src/session/__tests__/session-spec-converters.test.ts +185 -0
- package/src/session/__tests__/useNewSessionFlow.test.tsx +2 -2
- package/src/session/__tests__/usePersistedModel.test.tsx +1 -1
- package/src/session/group-sessions.ts +65 -0
- package/src/session/index.ts +8 -2
- package/src/session/session-spec-converters.ts +86 -0
- package/src/session/useNewSessionFlow.ts +1 -0
- package/src/session/useSessionConversation.ts +13 -64
- package/src/session/useSessionPageFlow.ts +29 -7
- package/src/session/useSessionSearch.ts +149 -0
- package/src/session/useSessionUsage.ts +72 -4
- package/src/settings/UsageSection.tsx +1 -9
- package/src/skill/SkillPicker.tsx +6 -1
- package/src/workflow/ApprovalFormBuilder.tsx +1017 -0
- package/src/workflow/BranchConditionBuilder.tsx +451 -0
- package/src/workflow/CanvasActionsContext.ts +12 -0
- package/src/workflow/CanvasContextMenu.tsx +364 -0
- package/src/workflow/CanvasTaskNode.tsx +372 -0
- package/src/workflow/CanvasTransitionEdge.tsx +122 -0
- package/src/workflow/CostByWorkflowChart.tsx +120 -0
- package/src/workflow/ExecutionSummaryWidget.tsx +194 -0
- package/src/workflow/ExecutionTrendChart.tsx +157 -0
- package/src/workflow/FailedRunsWidget.tsx +109 -0
- package/src/workflow/PendingApprovalsWidget.tsx +115 -0
- package/src/workflow/TaskConfigForm.tsx +618 -0
- package/src/workflow/TaskKindRegistryContext.ts +36 -0
- package/src/workflow/TaskPickerPopover.tsx +326 -0
- package/src/workflow/WorkflowArchitectDialog.tsx +505 -0
- package/src/workflow/WorkflowCanvasEditor.tsx +651 -0
- package/src/workflow/WorkflowCanvasInner.tsx +160 -0
- package/src/workflow/WorkflowDashboard.tsx +124 -0
- package/src/workflow/WorkflowDetailView.tsx +527 -0
- package/src/workflow/WorkflowEditorView.tsx +547 -0
- package/src/workflow/WorkflowExecutionApprovalCard.tsx +129 -0
- package/src/workflow/WorkflowExecutionArtifactPanel.tsx +112 -0
- package/src/workflow/WorkflowExecutionCostPanel.tsx +131 -0
- package/src/workflow/WorkflowExecutionHeader.tsx +194 -0
- package/src/workflow/WorkflowExecutionPhaseBadge.tsx +188 -0
- package/src/workflow/WorkflowExecutionTaskPanel.tsx +135 -0
- package/src/workflow/WorkflowExecutionTimeline.tsx +118 -0
- package/src/workflow/WorkflowExecutionTimelineEvent.tsx +488 -0
- package/src/workflow/WorkflowExecutionViewer.tsx +248 -0
- package/src/workflow/WorkflowInspectorPanel.tsx +568 -0
- package/src/workflow/WorkflowRefinePanel.tsx +411 -0
- package/src/workflow/WorkflowRepairCard.tsx +433 -0
- package/src/workflow/WorkflowRunDialog.tsx +220 -0
- package/src/workflow/WorkflowRunForm.tsx +245 -0
- package/src/workflow/WorkflowTaskList.tsx +177 -0
- package/src/workflow/WorkflowTaskPalette.tsx +248 -0
- package/src/workflow/WorkflowTopologyGraph.tsx +250 -0
- package/src/workflow/WorkflowYamlEditor.tsx +271 -0
- package/src/workflow/__tests__/starter-workflow-yaml.test.ts +57 -0
- package/src/workflow/canvas-constants.ts +87 -0
- package/src/workflow/canvas-icons.tsx +36 -0
- package/src/workflow/extract-workflow-yaml.ts +87 -0
- package/src/workflow/graph-commands.ts +675 -0
- package/src/workflow/index.ts +375 -0
- package/src/workflow/serialize-workflow-yaml.ts +546 -0
- package/src/workflow/starter-workflow-yaml.ts +29 -0
- package/src/workflow/types.ts +99 -0
- package/src/workflow/useCanvasKeyboardShortcuts.ts +134 -0
- package/src/workflow/useDiagnoseExecutionFlow.ts +378 -0
- package/src/workflow/useGraphHistory.ts +138 -0
- package/src/workflow/usePendingApprovals.ts +89 -0
- package/src/workflow/useRefineWorkflowFlow.ts +321 -0
- package/src/workflow/useResolveAgentExecutionSession.ts +57 -0
- package/src/workflow/useRunWorkflowFlow.ts +235 -0
- package/src/workflow/useTaskKindRegistry.ts +135 -0
- package/src/workflow/useWorkflow.ts +78 -0
- package/src/workflow/useWorkflowArchitectFlow.ts +303 -0
- package/src/workflow/useWorkflowCanvas.ts +882 -0
- package/src/workflow/useWorkflowCount.ts +66 -0
- package/src/workflow/useWorkflowDashboardSummary.ts +71 -0
- package/src/workflow/useWorkflowEditor.ts +106 -0
- package/src/workflow/useWorkflowExecution.ts +67 -0
- package/src/workflow/useWorkflowExecutionActions.ts +179 -0
- package/src/workflow/useWorkflowExecutionArtifacts.ts +57 -0
- package/src/workflow/useWorkflowExecutionEventLog.ts +111 -0
- package/src/workflow/useWorkflowExecutionEventStream.ts +244 -0
- package/src/workflow/useWorkflowExecutionList.ts +121 -0
- package/src/workflow/useWorkflowInstances.ts +62 -0
- package/src/workflow/useWorkflowList.ts +79 -0
- package/src/workflow/useWorkflowSave.ts +84 -0
- package/src/workflow/useWorkflowTopology.ts +229 -0
- package/src/workflow/useWorkflowValidation.ts +329 -0
- package/src/workflow/useWorkflowYaml.ts +49 -0
- package/src/workflow/workflow-graph-conversions.ts +796 -0
- package/src/workflow/workflow-graph-model.ts +83 -0
- package/src/workflow/workflow-yaml-diff.ts +132 -0
- package/styles.css +1 -1
- package/workflow/ApprovalFormBuilder.d.ts +24 -0
- package/workflow/ApprovalFormBuilder.d.ts.map +1 -0
- package/workflow/ApprovalFormBuilder.js +347 -0
- package/workflow/ApprovalFormBuilder.js.map +1 -0
- package/workflow/BranchConditionBuilder.d.ts +29 -0
- package/workflow/BranchConditionBuilder.d.ts.map +1 -0
- package/workflow/BranchConditionBuilder.js +170 -0
- package/workflow/BranchConditionBuilder.js.map +1 -0
- package/workflow/CanvasActionsContext.d.ts +8 -0
- package/workflow/CanvasActionsContext.d.ts.map +1 -0
- package/workflow/CanvasActionsContext.js +4 -0
- package/workflow/CanvasActionsContext.js.map +1 -0
- package/workflow/CanvasContextMenu.d.ts +59 -0
- package/workflow/CanvasContextMenu.d.ts.map +1 -0
- package/workflow/CanvasContextMenu.js +98 -0
- package/workflow/CanvasContextMenu.js.map +1 -0
- package/workflow/CanvasTaskNode.d.ts +21 -0
- package/workflow/CanvasTaskNode.d.ts.map +1 -0
- package/workflow/CanvasTaskNode.js +125 -0
- package/workflow/CanvasTaskNode.js.map +1 -0
- package/workflow/CanvasTransitionEdge.d.ts +24 -0
- package/workflow/CanvasTransitionEdge.d.ts.map +1 -0
- package/workflow/CanvasTransitionEdge.js +50 -0
- package/workflow/CanvasTransitionEdge.js.map +1 -0
- package/workflow/CostByWorkflowChart.d.ts +15 -0
- package/workflow/CostByWorkflowChart.d.ts.map +1 -0
- package/workflow/CostByWorkflowChart.js +45 -0
- package/workflow/CostByWorkflowChart.js.map +1 -0
- package/workflow/ExecutionSummaryWidget.d.ts +16 -0
- package/workflow/ExecutionSummaryWidget.d.ts.map +1 -0
- package/workflow/ExecutionSummaryWidget.js +93 -0
- package/workflow/ExecutionSummaryWidget.js.map +1 -0
- package/workflow/ExecutionTrendChart.d.ts +14 -0
- package/workflow/ExecutionTrendChart.d.ts.map +1 -0
- package/workflow/ExecutionTrendChart.js +67 -0
- package/workflow/ExecutionTrendChart.js.map +1 -0
- package/workflow/FailedRunsWidget.d.ts +19 -0
- package/workflow/FailedRunsWidget.d.ts.map +1 -0
- package/workflow/FailedRunsWidget.js +37 -0
- package/workflow/FailedRunsWidget.js.map +1 -0
- package/workflow/PendingApprovalsWidget.d.ts +19 -0
- package/workflow/PendingApprovalsWidget.d.ts.map +1 -0
- package/workflow/PendingApprovalsWidget.js +35 -0
- package/workflow/PendingApprovalsWidget.js.map +1 -0
- package/workflow/TaskConfigForm.d.ts +29 -0
- package/workflow/TaskConfigForm.d.ts.map +1 -0
- package/workflow/TaskConfigForm.js +230 -0
- package/workflow/TaskConfigForm.js.map +1 -0
- package/workflow/TaskKindRegistryContext.d.ts +24 -0
- package/workflow/TaskKindRegistryContext.d.ts.map +1 -0
- package/workflow/TaskKindRegistryContext.js +25 -0
- package/workflow/TaskKindRegistryContext.js.map +1 -0
- package/workflow/TaskPickerPopover.d.ts +33 -0
- package/workflow/TaskPickerPopover.d.ts.map +1 -0
- package/workflow/TaskPickerPopover.js +110 -0
- package/workflow/TaskPickerPopover.js.map +1 -0
- package/workflow/WorkflowArchitectDialog.d.ts +48 -0
- package/workflow/WorkflowArchitectDialog.d.ts.map +1 -0
- package/workflow/WorkflowArchitectDialog.js +129 -0
- package/workflow/WorkflowArchitectDialog.js.map +1 -0
- package/workflow/WorkflowCanvasEditor.d.ts +38 -0
- package/workflow/WorkflowCanvasEditor.d.ts.map +1 -0
- package/workflow/WorkflowCanvasEditor.js +287 -0
- package/workflow/WorkflowCanvasEditor.js.map +1 -0
- package/workflow/WorkflowCanvasInner.d.ts +32 -0
- package/workflow/WorkflowCanvasInner.d.ts.map +1 -0
- package/workflow/WorkflowCanvasInner.js +49 -0
- package/workflow/WorkflowCanvasInner.js.map +1 -0
- package/workflow/WorkflowDashboard.d.ts +35 -0
- package/workflow/WorkflowDashboard.d.ts.map +1 -0
- package/workflow/WorkflowDashboard.js +59 -0
- package/workflow/WorkflowDashboard.js.map +1 -0
- package/workflow/WorkflowDetailView.d.ts +63 -0
- package/workflow/WorkflowDetailView.d.ts.map +1 -0
- package/workflow/WorkflowDetailView.js +202 -0
- package/workflow/WorkflowDetailView.js.map +1 -0
- package/workflow/WorkflowEditorView.d.ts +43 -0
- package/workflow/WorkflowEditorView.d.ts.map +1 -0
- package/workflow/WorkflowEditorView.js +165 -0
- package/workflow/WorkflowEditorView.js.map +1 -0
- package/workflow/WorkflowExecutionApprovalCard.d.ts +27 -0
- package/workflow/WorkflowExecutionApprovalCard.d.ts.map +1 -0
- package/workflow/WorkflowExecutionApprovalCard.js +32 -0
- package/workflow/WorkflowExecutionApprovalCard.js.map +1 -0
- package/workflow/WorkflowExecutionArtifactPanel.d.ts +15 -0
- package/workflow/WorkflowExecutionArtifactPanel.d.ts.map +1 -0
- package/workflow/WorkflowExecutionArtifactPanel.js +53 -0
- package/workflow/WorkflowExecutionArtifactPanel.js.map +1 -0
- package/workflow/WorkflowExecutionCostPanel.d.ts +18 -0
- package/workflow/WorkflowExecutionCostPanel.d.ts.map +1 -0
- package/workflow/WorkflowExecutionCostPanel.js +44 -0
- package/workflow/WorkflowExecutionCostPanel.js.map +1 -0
- package/workflow/WorkflowExecutionHeader.d.ts +26 -0
- package/workflow/WorkflowExecutionHeader.d.ts.map +1 -0
- package/workflow/WorkflowExecutionHeader.js +68 -0
- package/workflow/WorkflowExecutionHeader.js.map +1 -0
- package/workflow/WorkflowExecutionPhaseBadge.d.ts +23 -0
- package/workflow/WorkflowExecutionPhaseBadge.d.ts.map +1 -0
- package/workflow/WorkflowExecutionPhaseBadge.js +99 -0
- package/workflow/WorkflowExecutionPhaseBadge.js.map +1 -0
- package/workflow/WorkflowExecutionTaskPanel.d.ts +24 -0
- package/workflow/WorkflowExecutionTaskPanel.d.ts.map +1 -0
- package/workflow/WorkflowExecutionTaskPanel.js +59 -0
- package/workflow/WorkflowExecutionTaskPanel.js.map +1 -0
- package/workflow/WorkflowExecutionTimeline.d.ts +27 -0
- package/workflow/WorkflowExecutionTimeline.d.ts.map +1 -0
- package/workflow/WorkflowExecutionTimeline.js +51 -0
- package/workflow/WorkflowExecutionTimeline.js.map +1 -0
- package/workflow/WorkflowExecutionTimelineEvent.d.ts +18 -0
- package/workflow/WorkflowExecutionTimelineEvent.d.ts.map +1 -0
- package/workflow/WorkflowExecutionTimelineEvent.js +210 -0
- package/workflow/WorkflowExecutionTimelineEvent.js.map +1 -0
- package/workflow/WorkflowExecutionViewer.d.ts +45 -0
- package/workflow/WorkflowExecutionViewer.d.ts.map +1 -0
- package/workflow/WorkflowExecutionViewer.js +75 -0
- package/workflow/WorkflowExecutionViewer.js.map +1 -0
- package/workflow/WorkflowInspectorPanel.d.ts +46 -0
- package/workflow/WorkflowInspectorPanel.d.ts.map +1 -0
- package/workflow/WorkflowInspectorPanel.js +152 -0
- package/workflow/WorkflowInspectorPanel.js.map +1 -0
- package/workflow/WorkflowRefinePanel.d.ts +30 -0
- package/workflow/WorkflowRefinePanel.d.ts.map +1 -0
- package/workflow/WorkflowRefinePanel.js +107 -0
- package/workflow/WorkflowRefinePanel.js.map +1 -0
- package/workflow/WorkflowRepairCard.d.ts +35 -0
- package/workflow/WorkflowRepairCard.d.ts.map +1 -0
- package/workflow/WorkflowRepairCard.js +113 -0
- package/workflow/WorkflowRepairCard.js.map +1 -0
- package/workflow/WorkflowRunDialog.d.ts +51 -0
- package/workflow/WorkflowRunDialog.d.ts.map +1 -0
- package/workflow/WorkflowRunDialog.js +75 -0
- package/workflow/WorkflowRunDialog.js.map +1 -0
- package/workflow/WorkflowRunForm.d.ts +62 -0
- package/workflow/WorkflowRunForm.d.ts.map +1 -0
- package/workflow/WorkflowRunForm.js +64 -0
- package/workflow/WorkflowRunForm.js.map +1 -0
- package/workflow/WorkflowTaskList.d.ts +25 -0
- package/workflow/WorkflowTaskList.d.ts.map +1 -0
- package/workflow/WorkflowTaskList.js +89 -0
- package/workflow/WorkflowTaskList.js.map +1 -0
- package/workflow/WorkflowTaskPalette.d.ts +22 -0
- package/workflow/WorkflowTaskPalette.d.ts.map +1 -0
- package/workflow/WorkflowTaskPalette.js +83 -0
- package/workflow/WorkflowTaskPalette.js.map +1 -0
- package/workflow/WorkflowTopologyGraph.d.ts +22 -0
- package/workflow/WorkflowTopologyGraph.d.ts.map +1 -0
- package/workflow/WorkflowTopologyGraph.js +123 -0
- package/workflow/WorkflowTopologyGraph.js.map +1 -0
- package/workflow/WorkflowYamlEditor.d.ts +43 -0
- package/workflow/WorkflowYamlEditor.d.ts.map +1 -0
- package/workflow/WorkflowYamlEditor.js +215 -0
- package/workflow/WorkflowYamlEditor.js.map +1 -0
- package/workflow/__tests__/starter-workflow-yaml.test.d.ts +2 -0
- package/workflow/__tests__/starter-workflow-yaml.test.d.ts.map +1 -0
- package/workflow/__tests__/starter-workflow-yaml.test.js +44 -0
- package/workflow/__tests__/starter-workflow-yaml.test.js.map +1 -0
- package/workflow/canvas-constants.d.ts +56 -0
- package/workflow/canvas-constants.d.ts.map +1 -0
- package/workflow/canvas-constants.js +74 -0
- package/workflow/canvas-constants.js.map +1 -0
- package/workflow/canvas-icons.d.ts +13 -0
- package/workflow/canvas-icons.d.ts.map +1 -0
- package/workflow/canvas-icons.js +21 -0
- package/workflow/canvas-icons.js.map +1 -0
- package/workflow/extract-workflow-yaml.d.ts +22 -0
- package/workflow/extract-workflow-yaml.d.ts.map +1 -0
- package/workflow/extract-workflow-yaml.js +63 -0
- package/workflow/extract-workflow-yaml.js.map +1 -0
- package/workflow/graph-commands.d.ts +209 -0
- package/workflow/graph-commands.d.ts.map +1 -0
- package/workflow/graph-commands.js +516 -0
- package/workflow/graph-commands.js.map +1 -0
- package/workflow/index.d.ts +66 -0
- package/workflow/index.d.ts.map +1 -0
- package/workflow/index.js +88 -0
- package/workflow/index.js.map +1 -0
- package/workflow/serialize-workflow-yaml.d.ts +39 -0
- package/workflow/serialize-workflow-yaml.d.ts.map +1 -0
- package/workflow/serialize-workflow-yaml.js +413 -0
- package/workflow/serialize-workflow-yaml.js.map +1 -0
- package/workflow/starter-workflow-yaml.d.ts +12 -0
- package/workflow/starter-workflow-yaml.d.ts.map +1 -0
- package/workflow/starter-workflow-yaml.js +30 -0
- package/workflow/starter-workflow-yaml.js.map +1 -0
- package/workflow/types.d.ts +80 -0
- package/workflow/types.d.ts.map +1 -0
- package/workflow/types.js +2 -0
- package/workflow/types.js.map +1 -0
- package/workflow/useCanvasKeyboardShortcuts.d.ts +34 -0
- package/workflow/useCanvasKeyboardShortcuts.d.ts.map +1 -0
- package/workflow/useCanvasKeyboardShortcuts.js +108 -0
- package/workflow/useCanvasKeyboardShortcuts.js.map +1 -0
- package/workflow/useDiagnoseExecutionFlow.d.ts +87 -0
- package/workflow/useDiagnoseExecutionFlow.d.ts.map +1 -0
- package/workflow/useDiagnoseExecutionFlow.js +257 -0
- package/workflow/useDiagnoseExecutionFlow.js.map +1 -0
- package/workflow/useGraphHistory.d.ts +28 -0
- package/workflow/useGraphHistory.d.ts.map +1 -0
- package/workflow/useGraphHistory.js +106 -0
- package/workflow/useGraphHistory.js.map +1 -0
- package/workflow/usePendingApprovals.d.ts +35 -0
- package/workflow/usePendingApprovals.d.ts.map +1 -0
- package/workflow/usePendingApprovals.js +50 -0
- package/workflow/usePendingApprovals.js.map +1 -0
- package/workflow/useRefineWorkflowFlow.d.ts +75 -0
- package/workflow/useRefineWorkflowFlow.d.ts.map +1 -0
- package/workflow/useRefineWorkflowFlow.js +216 -0
- package/workflow/useRefineWorkflowFlow.js.map +1 -0
- package/workflow/useResolveAgentExecutionSession.d.ts +33 -0
- package/workflow/useResolveAgentExecutionSession.d.ts.map +1 -0
- package/workflow/useResolveAgentExecutionSession.js +37 -0
- package/workflow/useResolveAgentExecutionSession.js.map +1 -0
- package/workflow/useRunWorkflowFlow.d.ts +82 -0
- package/workflow/useRunWorkflowFlow.d.ts.map +1 -0
- package/workflow/useRunWorkflowFlow.js +145 -0
- package/workflow/useRunWorkflowFlow.js.map +1 -0
- package/workflow/useTaskKindRegistry.d.ts +96 -0
- package/workflow/useTaskKindRegistry.d.ts.map +1 -0
- package/workflow/useTaskKindRegistry.js +75 -0
- package/workflow/useTaskKindRegistry.js.map +1 -0
- package/workflow/useWorkflow.d.ts +47 -0
- package/workflow/useWorkflow.d.ts.map +1 -0
- package/workflow/useWorkflow.js +53 -0
- package/workflow/useWorkflow.js.map +1 -0
- package/workflow/useWorkflowArchitectFlow.d.ts +96 -0
- package/workflow/useWorkflowArchitectFlow.d.ts.map +1 -0
- package/workflow/useWorkflowArchitectFlow.js +179 -0
- package/workflow/useWorkflowArchitectFlow.js.map +1 -0
- package/workflow/useWorkflowCanvas.d.ts +66 -0
- package/workflow/useWorkflowCanvas.d.ts.map +1 -0
- package/workflow/useWorkflowCanvas.js +628 -0
- package/workflow/useWorkflowCanvas.js.map +1 -0
- package/workflow/useWorkflowCount.d.ts +47 -0
- package/workflow/useWorkflowCount.d.ts.map +1 -0
- package/workflow/useWorkflowCount.js +26 -0
- package/workflow/useWorkflowCount.js.map +1 -0
- package/workflow/useWorkflowDashboardSummary.d.ts +34 -0
- package/workflow/useWorkflowDashboardSummary.d.ts.map +1 -0
- package/workflow/useWorkflowDashboardSummary.js +33 -0
- package/workflow/useWorkflowDashboardSummary.js.map +1 -0
- package/workflow/useWorkflowEditor.d.ts +45 -0
- package/workflow/useWorkflowEditor.d.ts.map +1 -0
- package/workflow/useWorkflowEditor.js +52 -0
- package/workflow/useWorkflowEditor.js.map +1 -0
- package/workflow/useWorkflowExecution.d.ts +37 -0
- package/workflow/useWorkflowExecution.d.ts.map +1 -0
- package/workflow/useWorkflowExecution.js +43 -0
- package/workflow/useWorkflowExecution.js.map +1 -0
- package/workflow/useWorkflowExecutionActions.d.ts +41 -0
- package/workflow/useWorkflowExecutionActions.d.ts.map +1 -0
- package/workflow/useWorkflowExecutionActions.js +86 -0
- package/workflow/useWorkflowExecutionActions.js.map +1 -0
- package/workflow/useWorkflowExecutionArtifacts.d.ts +26 -0
- package/workflow/useWorkflowExecutionArtifacts.d.ts.map +1 -0
- package/workflow/useWorkflowExecutionArtifacts.js +29 -0
- package/workflow/useWorkflowExecutionArtifacts.js.map +1 -0
- package/workflow/useWorkflowExecutionEventLog.d.ts +47 -0
- package/workflow/useWorkflowExecutionEventLog.d.ts.map +1 -0
- package/workflow/useWorkflowExecutionEventLog.js +59 -0
- package/workflow/useWorkflowExecutionEventLog.js.map +1 -0
- package/workflow/useWorkflowExecutionEventStream.d.ts +61 -0
- package/workflow/useWorkflowExecutionEventStream.d.ts.map +1 -0
- package/workflow/useWorkflowExecutionEventStream.js +161 -0
- package/workflow/useWorkflowExecutionEventStream.js.map +1 -0
- package/workflow/useWorkflowExecutionList.d.ts +49 -0
- package/workflow/useWorkflowExecutionList.d.ts.map +1 -0
- package/workflow/useWorkflowExecutionList.js +65 -0
- package/workflow/useWorkflowExecutionList.js.map +1 -0
- package/workflow/useWorkflowInstances.d.ts +30 -0
- package/workflow/useWorkflowInstances.d.ts.map +1 -0
- package/workflow/useWorkflowInstances.js +33 -0
- package/workflow/useWorkflowInstances.js.map +1 -0
- package/workflow/useWorkflowList.d.ts +57 -0
- package/workflow/useWorkflowList.d.ts.map +1 -0
- package/workflow/useWorkflowList.js +29 -0
- package/workflow/useWorkflowList.js.map +1 -0
- package/workflow/useWorkflowSave.d.ts +25 -0
- package/workflow/useWorkflowSave.d.ts.map +1 -0
- package/workflow/useWorkflowSave.js +61 -0
- package/workflow/useWorkflowSave.js.map +1 -0
- package/workflow/useWorkflowTopology.d.ts +40 -0
- package/workflow/useWorkflowTopology.d.ts.map +1 -0
- package/workflow/useWorkflowTopology.js +163 -0
- package/workflow/useWorkflowTopology.js.map +1 -0
- package/workflow/useWorkflowValidation.d.ts +27 -0
- package/workflow/useWorkflowValidation.d.ts.map +1 -0
- package/workflow/useWorkflowValidation.js +253 -0
- package/workflow/useWorkflowValidation.js.map +1 -0
- package/workflow/useWorkflowYaml.d.ts +26 -0
- package/workflow/useWorkflowYaml.d.ts.map +1 -0
- package/workflow/useWorkflowYaml.js +26 -0
- package/workflow/useWorkflowYaml.js.map +1 -0
- package/workflow/workflow-graph-conversions.d.ts +70 -0
- package/workflow/workflow-graph-conversions.d.ts.map +1 -0
- package/workflow/workflow-graph-conversions.js +634 -0
- package/workflow/workflow-graph-conversions.js.map +1 -0
- package/workflow/workflow-graph-model.d.ts +83 -0
- package/workflow/workflow-graph-model.d.ts.map +1 -0
- package/workflow/workflow-graph-model.js +5 -0
- package/workflow/workflow-graph-model.js.map +1 -0
- package/workflow/workflow-yaml-diff.d.ts +24 -0
- package/workflow/workflow-yaml-diff.d.ts.map +1 -0
- package/workflow/workflow-yaml-diff.js +96 -0
- package/workflow/workflow-yaml-diff.js.map +1 -0
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { WorkflowExecutionEvent } from "@stigmer/protos/ai/stigmer/agentic/workflowexecution/v1/event_pb";
|
|
2
|
+
import type { WorkflowEventStreamState } from "../internal/store/workflow-execution-event-store";
|
|
3
|
+
/** Props for {@link WorkflowExecutionTimeline}. */
|
|
4
|
+
export interface WorkflowExecutionTimelineProps {
|
|
5
|
+
/** Events ordered by sequence_number ascending. */
|
|
6
|
+
readonly events: readonly WorkflowExecutionEvent[];
|
|
7
|
+
/** Current stream lifecycle state. */
|
|
8
|
+
readonly streamState: WorkflowEventStreamState;
|
|
9
|
+
/** Callback when user clicks an agent execution link. */
|
|
10
|
+
readonly onNavigateToAgentExecution?: (executionId: string) => void;
|
|
11
|
+
/** Additional CSS class names. */
|
|
12
|
+
readonly className?: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Scrollable event timeline for a workflow execution.
|
|
16
|
+
*
|
|
17
|
+
* Renders each event through `WorkflowExecutionTimelineEvent` and
|
|
18
|
+
* auto-scrolls to the bottom when new events arrive during live
|
|
19
|
+
* streaming, using a bottom sentinel + IntersectionObserver pattern
|
|
20
|
+
* consistent with DD-009.
|
|
21
|
+
*
|
|
22
|
+
* Auto-scroll activates only when the sentinel is visible (user is
|
|
23
|
+
* near the bottom). When the user scrolls up, auto-scroll pauses
|
|
24
|
+
* to allow reading history.
|
|
25
|
+
*/
|
|
26
|
+
export declare const WorkflowExecutionTimeline: import("react").NamedExoticComponent<WorkflowExecutionTimelineProps>;
|
|
27
|
+
//# sourceMappingURL=WorkflowExecutionTimeline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkflowExecutionTimeline.d.ts","sourceRoot":"","sources":["../../src/workflow/WorkflowExecutionTimeline.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kEAAkE,CAAC;AAG/G,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,kDAAkD,CAAC;AAEjG,mDAAmD;AACnD,MAAM,WAAW,8BAA8B;IAC7C,mDAAmD;IACnD,QAAQ,CAAC,MAAM,EAAE,SAAS,sBAAsB,EAAE,CAAC;IACnD,sCAAsC;IACtC,QAAQ,CAAC,WAAW,EAAE,wBAAwB,CAAC;IAC/C,yDAAyD;IACzD,QAAQ,CAAC,0BAA0B,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IACpE,kCAAkC;IAClC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,yBAAyB,sEAqFpC,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
import { memo, useEffect, useRef } from "react";
|
|
4
|
+
import { cn } from "@stigmer/theme";
|
|
5
|
+
import { WorkflowExecutionTimelineEvent } from "./WorkflowExecutionTimelineEvent";
|
|
6
|
+
/**
|
|
7
|
+
* Scrollable event timeline for a workflow execution.
|
|
8
|
+
*
|
|
9
|
+
* Renders each event through `WorkflowExecutionTimelineEvent` and
|
|
10
|
+
* auto-scrolls to the bottom when new events arrive during live
|
|
11
|
+
* streaming, using a bottom sentinel + IntersectionObserver pattern
|
|
12
|
+
* consistent with DD-009.
|
|
13
|
+
*
|
|
14
|
+
* Auto-scroll activates only when the sentinel is visible (user is
|
|
15
|
+
* near the bottom). When the user scrolls up, auto-scroll pauses
|
|
16
|
+
* to allow reading history.
|
|
17
|
+
*/
|
|
18
|
+
export const WorkflowExecutionTimeline = memo(function WorkflowExecutionTimeline({ events, streamState, onNavigateToAgentExecution, className, }) {
|
|
19
|
+
const scrollRef = useRef(null);
|
|
20
|
+
const sentinelRef = useRef(null);
|
|
21
|
+
const isNearBottomRef = useRef(true);
|
|
22
|
+
// IntersectionObserver tracks whether the sentinel is in view
|
|
23
|
+
useEffect(() => {
|
|
24
|
+
const sentinel = sentinelRef.current;
|
|
25
|
+
if (!sentinel)
|
|
26
|
+
return;
|
|
27
|
+
const observer = new IntersectionObserver(([entry]) => {
|
|
28
|
+
isNearBottomRef.current = entry.isIntersecting;
|
|
29
|
+
}, { threshold: 0.1 });
|
|
30
|
+
observer.observe(sentinel);
|
|
31
|
+
return () => observer.disconnect();
|
|
32
|
+
}, []);
|
|
33
|
+
// Auto-scroll when new events arrive and user is near bottom
|
|
34
|
+
useEffect(() => {
|
|
35
|
+
if (isNearBottomRef.current && sentinelRef.current) {
|
|
36
|
+
sentinelRef.current.scrollIntoView({ behavior: "smooth", block: "end" });
|
|
37
|
+
}
|
|
38
|
+
}, [events.length]);
|
|
39
|
+
const isLive = streamState.stage === "streaming";
|
|
40
|
+
const isConnecting = streamState.stage === "connecting";
|
|
41
|
+
const isComplete = streamState.stage === "complete";
|
|
42
|
+
const isError = streamState.stage === "error";
|
|
43
|
+
if (events.length === 0 && isConnecting) {
|
|
44
|
+
return (_jsx("div", { className: cn("flex flex-1 items-center justify-center text-sm text-muted-foreground", className), children: "Loading events\u2026" }));
|
|
45
|
+
}
|
|
46
|
+
if (events.length === 0 && isComplete) {
|
|
47
|
+
return (_jsx("div", { className: cn("flex flex-1 items-center justify-center text-sm text-muted-foreground", className), children: "No events recorded" }));
|
|
48
|
+
}
|
|
49
|
+
return (_jsxs("div", { ref: scrollRef, className: cn("flex-1 overflow-y-auto", className), role: "list", "aria-label": "Execution timeline", children: [events.map((event) => (_jsx(WorkflowExecutionTimelineEvent, { event: event, onNavigateToAgentExecution: onNavigateToAgentExecution }, event.eventId))), isLive && (_jsxs("div", { className: "flex items-center gap-2 px-4 py-2 text-xs text-muted-foreground", children: [_jsxs("span", { className: "relative flex h-1.5 w-1.5", children: [_jsx("span", { className: "absolute inline-flex h-full w-full animate-ping rounded-full bg-success opacity-75" }), _jsx("span", { className: "relative inline-flex h-1.5 w-1.5 rounded-full bg-success" })] }), "Streaming events\u2026"] })), isError && (_jsx("div", { className: "px-4 py-2 text-xs text-destructive", children: "Stream disconnected. Events may be incomplete." })), _jsx("div", { ref: sentinelRef, className: "h-px", "aria-hidden": "true" })] }));
|
|
50
|
+
});
|
|
51
|
+
//# sourceMappingURL=WorkflowExecutionTimeline.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkflowExecutionTimeline.js","sourceRoot":"","sources":["../../src/workflow/WorkflowExecutionTimeline.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { WorkflowExecutionEvent } from "@stigmer/protos/ai/stigmer/agentic/workflowexecution/v1/event_pb";
|
|
2
|
+
interface TimelineEventProps {
|
|
3
|
+
readonly event: WorkflowExecutionEvent;
|
|
4
|
+
readonly onNavigateToAgentExecution?: (id: string) => void;
|
|
5
|
+
}
|
|
6
|
+
/**
|
|
7
|
+
* Renders a single event in the workflow execution timeline.
|
|
8
|
+
*
|
|
9
|
+
* Dispatches on `event_type` to a type-specific renderer. Each event
|
|
10
|
+
* is immutable after receipt, so this component is wrapped in
|
|
11
|
+
* `React.memo` for efficient re-render skipping.
|
|
12
|
+
*
|
|
13
|
+
* @internal Not exported from the public SDK barrel — used only by
|
|
14
|
+
* `WorkflowExecutionTimeline`.
|
|
15
|
+
*/
|
|
16
|
+
export declare const WorkflowExecutionTimelineEvent: import("react").NamedExoticComponent<TimelineEventProps>;
|
|
17
|
+
export {};
|
|
18
|
+
//# sourceMappingURL=WorkflowExecutionTimelineEvent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkflowExecutionTimelineEvent.d.ts","sourceRoot":"","sources":["../../src/workflow/WorkflowExecutionTimelineEvent.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,kEAAkE,CAAC;AAK/G,UAAU,kBAAkB;IAC1B,QAAQ,CAAC,KAAK,EAAE,sBAAsB,CAAC;IACvC,QAAQ,CAAC,0BAA0B,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;CAC5D;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,8BAA8B,0DAmSzC,CAAC"}
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { memo } from "react";
|
|
4
|
+
import { WorkflowTaskKind } from "@stigmer/protos/ai/stigmer/agentic/workflow/v1/enum_pb";
|
|
5
|
+
import { cn } from "@stigmer/theme";
|
|
6
|
+
/**
|
|
7
|
+
* Renders a single event in the workflow execution timeline.
|
|
8
|
+
*
|
|
9
|
+
* Dispatches on `event_type` to a type-specific renderer. Each event
|
|
10
|
+
* is immutable after receipt, so this component is wrapped in
|
|
11
|
+
* `React.memo` for efficient re-render skipping.
|
|
12
|
+
*
|
|
13
|
+
* @internal Not exported from the public SDK barrel — used only by
|
|
14
|
+
* `WorkflowExecutionTimeline`.
|
|
15
|
+
*/
|
|
16
|
+
export const WorkflowExecutionTimelineEvent = memo(function WorkflowExecutionTimelineEvent({ event, onNavigateToAgentExecution, }) {
|
|
17
|
+
const timestamp = formatTimestamp(event.occurredAt);
|
|
18
|
+
const p = event.payload;
|
|
19
|
+
switch (p.case) {
|
|
20
|
+
// ── Execution lifecycle ──────────────────────────────────────────
|
|
21
|
+
case "executionStarted":
|
|
22
|
+
return (_jsxs(EventRow, { icon: _jsx(PlayIcon, {}), iconColor: "text-foreground", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-foreground", children: "Execution started" }), _jsxs("span", { className: "text-muted-foreground", children: [" · ", p.value.totalTasks, " tasks"] })] }));
|
|
23
|
+
case "executionCompleted":
|
|
24
|
+
return (_jsxs(EventRow, { icon: _jsx(CheckCircleIcon, {}), iconColor: "text-success", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-success", children: "Execution completed" }), _jsx(MetaChips, { duration: Number(p.value.durationMs), cost: p.value.totalCostMicros, tokens: p.value.totalTokens })] }));
|
|
25
|
+
case "executionFailed":
|
|
26
|
+
return (_jsxs(EventRow, { icon: _jsx(XCircleIcon, {}), iconColor: "text-destructive", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-destructive", children: "Execution failed" }), p.value.failedTaskName && (_jsxs("span", { className: "text-muted-foreground", children: [" · ", "task: ", p.value.failedTaskName] })), p.value.error && (_jsx("p", { className: "mt-1 text-xs text-destructive/80", children: p.value.error }))] }));
|
|
27
|
+
case "executionPaused":
|
|
28
|
+
return (_jsxs(EventRow, { icon: _jsx(PauseCircleIcon, {}), iconColor: "text-muted-foreground", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-muted-foreground", children: "Execution paused" }), p.value.reason && _jsxs("span", { className: "text-muted-foreground", children: [" · ", p.value.reason] })] }));
|
|
29
|
+
case "executionResumed":
|
|
30
|
+
return (_jsxs(EventRow, { icon: _jsx(PlayIcon, {}), iconColor: "text-foreground", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-foreground", children: "Execution resumed" }), p.value.resumedBy && _jsxs("span", { className: "text-muted-foreground", children: [" · ", "by ", p.value.resumedBy] })] }));
|
|
31
|
+
case "executionCancelled":
|
|
32
|
+
return (_jsxs(EventRow, { icon: _jsx(XCircleIcon, {}), iconColor: "text-muted-foreground", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-muted-foreground", children: "Execution cancelled" }), p.value.reason && _jsxs("span", { className: "text-muted-foreground", children: [" · ", p.value.reason] })] }));
|
|
33
|
+
case "executionTerminated":
|
|
34
|
+
return (_jsxs(EventRow, { icon: _jsx(StopCircleIcon, {}), iconColor: "text-destructive", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-destructive", children: "Execution terminated" }), p.value.reason && _jsxs("span", { className: "text-muted-foreground", children: [" · ", p.value.reason] })] }));
|
|
35
|
+
// ── Task lifecycle ───────────────────────────────────────────────
|
|
36
|
+
case "taskStarted":
|
|
37
|
+
return (_jsxs(EventRow, { icon: _jsx(ArrowRightIcon, {}), iconColor: "text-foreground", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-foreground", children: event.taskName }), _jsx(KindBadge, { kind: p.value.taskKind }), p.value.attemptNumber > 1 && (_jsxs("span", { className: "text-xs text-muted-foreground", children: ["(attempt ", p.value.attemptNumber, ")"] }))] }));
|
|
38
|
+
case "taskCompleted":
|
|
39
|
+
return (_jsxs(EventRow, { icon: _jsx(CheckIcon, {}), iconColor: "text-success", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-foreground", children: event.taskName }), _jsx("span", { className: "text-xs text-success", children: "completed" }), _jsx(MetaChips, { duration: Number(p.value.durationMs), cost: p.value.costMicros, tokens: p.value.tokensUsed })] }));
|
|
40
|
+
case "taskFailed":
|
|
41
|
+
return (_jsxs(EventRow, { icon: _jsx(XIcon, {}), iconColor: "text-destructive", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-foreground", children: event.taskName }), _jsx("span", { className: "text-xs text-destructive", children: "failed" }), p.value.willRetry && (_jsx("span", { className: "text-xs text-muted-foreground", children: "(will retry)" })), p.value.error && (_jsx("p", { className: "mt-1 text-xs text-destructive/80", children: p.value.error }))] }));
|
|
42
|
+
case "taskSkipped":
|
|
43
|
+
return (_jsxs(EventRow, { icon: _jsx(SkipIcon, {}), iconColor: "text-muted-foreground", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-muted-foreground", children: event.taskName }), _jsx("span", { className: "text-xs text-muted-foreground", children: "skipped" }), p.value.reason && (_jsxs("span", { className: "text-xs text-muted-foreground", children: [" · ", p.value.reason] }))] }));
|
|
44
|
+
case "taskRetrying":
|
|
45
|
+
return (_jsxs(EventRow, { icon: _jsx(RetryIcon, {}), iconColor: "text-muted-foreground", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-foreground", children: event.taskName }), _jsxs("span", { className: "text-xs text-muted-foreground", children: ["retrying (attempt ", p.value.nextAttempt, ")"] }), p.value.delayMs > BigInt(0) && (_jsxs("span", { className: "text-xs text-muted-foreground", children: ["after ", formatDurationMs(Number(p.value.delayMs))] }))] }));
|
|
46
|
+
// ── Agent call ───────────────────────────────────────────────────
|
|
47
|
+
case "agentCallStarted":
|
|
48
|
+
return (_jsxs(EventRow, { icon: _jsx(AgentIcon, {}), iconColor: "text-foreground", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-foreground", children: event.taskName }), _jsxs("span", { className: "text-xs text-muted-foreground", children: ["agent: ", p.value.agentSlug] }), onNavigateToAgentExecution && p.value.childExecutionId && (_jsx("button", { type: "button", onClick: () => onNavigateToAgentExecution(p.value.childExecutionId), className: "text-xs text-primary hover:underline", children: "View execution" }))] }));
|
|
49
|
+
case "agentCallProgress":
|
|
50
|
+
return (_jsxs(EventRow, { icon: _jsx(AgentIcon, {}), iconColor: "text-muted-foreground", timestamp: timestamp, children: [_jsx("span", { className: "text-foreground", children: event.taskName }), _jsxs("span", { className: "text-xs text-muted-foreground", children: [p.value.messagesCount, " msgs \u00B7 ", p.value.toolCallsCount, " tools", p.value.currentToolName ? ` · ${p.value.currentToolName}` : ""] })] }));
|
|
51
|
+
case "agentCallCompleted":
|
|
52
|
+
return (_jsxs(EventRow, { icon: p.value.error ? _jsx(XIcon, {}) : _jsx(CheckIcon, {}), iconColor: p.value.error ? "text-destructive" : "text-success", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-foreground", children: event.taskName }), _jsxs("span", { className: cn("text-xs", p.value.error ? "text-destructive" : "text-success"), children: ["agent ", p.value.error ? "failed" : "completed"] }), _jsx(MetaChips, { duration: Number(p.value.durationMs), cost: p.value.costMicros, tokens: p.value.tokensConsumed }), p.value.error && (_jsx("p", { className: "mt-1 text-xs text-destructive/80", children: p.value.error }))] }));
|
|
53
|
+
// ── Approval ─────────────────────────────────────────────────────
|
|
54
|
+
case "approvalRequested":
|
|
55
|
+
return (_jsxs(EventRow, { icon: _jsx(ShieldIcon, {}), iconColor: "text-warning", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-warning", children: "Approval requested" }), _jsx("p", { className: "mt-1 text-xs text-foreground", children: p.value.prompt }), p.value.approvers.length > 0 && (_jsxs("p", { className: "text-xs text-muted-foreground", children: ["Approvers: ", p.value.approvers.join(", ")] })), p.value.timeoutSeconds > 0 && (_jsxs("p", { className: "text-xs text-muted-foreground", children: ["Timeout: ", formatDurationMs(p.value.timeoutSeconds * 1000)] }))] }));
|
|
56
|
+
case "approvalResolved":
|
|
57
|
+
return (_jsxs(EventRow, { icon: _jsx(ShieldIcon, {}), iconColor: "text-success", timestamp: timestamp, children: [_jsx("span", { className: "font-medium text-foreground", children: "Approval resolved" }), _jsxs("span", { className: "text-xs text-muted-foreground", children: ["by ", p.value.resolvedBy] }), p.value.comment && (_jsxs("p", { className: "mt-1 text-xs text-muted-foreground italic", children: ["\"", p.value.comment, "\""] }))] }));
|
|
58
|
+
// ── Budget ───────────────────────────────────────────────────────
|
|
59
|
+
case "budgetCheckpoint":
|
|
60
|
+
return (_jsxs(EventRow, { icon: _jsx(CoinIcon, {}), iconColor: p.value.thresholdBreached ? "text-warning" : "text-muted-foreground", timestamp: timestamp, children: [_jsx("span", { className: "text-foreground", children: "Budget checkpoint" }), _jsxs("span", { className: "text-xs text-muted-foreground", children: [formatMicroUsd(p.value.costConsumedMicros), " consumed", p.value.costRemainingMicros >= BigInt(0) && (_jsxs(_Fragment, { children: [" \u00B7 ", formatMicroUsd(p.value.costRemainingMicros), " remaining"] }))] }), p.value.thresholdBreached && (_jsx("span", { className: "text-xs font-medium text-warning", children: "threshold breached" }))] }));
|
|
61
|
+
// ── Signals / events ─────────────────────────────────────────────
|
|
62
|
+
case "signalReceived":
|
|
63
|
+
return (_jsxs(EventRow, { icon: _jsx(SignalIcon, {}), iconColor: "text-muted-foreground", timestamp: timestamp, children: [_jsx("span", { className: "text-foreground", children: "Signal received" }), _jsx("span", { className: "text-xs text-muted-foreground", children: p.value.signalName })] }));
|
|
64
|
+
case "eventEmitted":
|
|
65
|
+
return (_jsxs(EventRow, { icon: _jsx(EmitIcon, {}), iconColor: "text-muted-foreground", timestamp: timestamp, children: [_jsx("span", { className: "text-foreground", children: "Event emitted" }), _jsx("span", { className: "text-xs text-muted-foreground", children: p.value.eventType })] }));
|
|
66
|
+
// ── Artifacts ────────────────────────────────────────────────────
|
|
67
|
+
case "artifactCreated":
|
|
68
|
+
return (_jsxs(EventRow, { icon: _jsx(FileIcon, {}), iconColor: "text-muted-foreground", timestamp: timestamp, children: [_jsx("span", { className: "text-foreground", children: "Artifact created" }), _jsxs("span", { className: "text-xs text-muted-foreground", children: [p.value.displayName, " \u00B7 ", p.value.contentType, " \u00B7 ", formatBytes(p.value.sizeBytes)] })] }));
|
|
69
|
+
default:
|
|
70
|
+
return null;
|
|
71
|
+
}
|
|
72
|
+
});
|
|
73
|
+
// ---------------------------------------------------------------------------
|
|
74
|
+
// Shared layout
|
|
75
|
+
// ---------------------------------------------------------------------------
|
|
76
|
+
function EventRow({ icon, iconColor, timestamp, children, }) {
|
|
77
|
+
return (_jsxs("div", { className: "flex items-start gap-3 px-4 py-2 hover:bg-muted/30", role: "listitem", children: [_jsx("span", { className: cn("mt-0.5 flex size-4 shrink-0 items-center justify-center", iconColor), "aria-hidden": "true", children: icon }), _jsx("div", { className: "flex min-w-0 flex-1 flex-wrap items-baseline gap-x-2 gap-y-0.5 text-xs", children: children }), _jsx("span", { className: "shrink-0 text-[10px] tabular-nums text-muted-foreground", children: timestamp })] }));
|
|
78
|
+
}
|
|
79
|
+
function KindBadge({ kind }) {
|
|
80
|
+
const label = TASK_KIND_SHORT.get(kind) ?? kindToString(kind);
|
|
81
|
+
return (_jsx("span", { className: "shrink-0 rounded bg-muted px-1.5 py-0.5 text-[10px] font-medium text-muted-foreground", children: label }));
|
|
82
|
+
}
|
|
83
|
+
function MetaChips({ duration, cost, tokens, }) {
|
|
84
|
+
const parts = [];
|
|
85
|
+
if (duration && duration > 0)
|
|
86
|
+
parts.push(formatDurationMs(duration));
|
|
87
|
+
if (cost && cost > BigInt(0))
|
|
88
|
+
parts.push(formatMicroUsd(cost));
|
|
89
|
+
if (tokens && tokens > BigInt(0))
|
|
90
|
+
parts.push(`${tokens.toLocaleString()} tok`);
|
|
91
|
+
if (parts.length === 0)
|
|
92
|
+
return null;
|
|
93
|
+
return _jsx("span", { className: "text-xs text-muted-foreground", children: parts.join(" · ") });
|
|
94
|
+
}
|
|
95
|
+
// ---------------------------------------------------------------------------
|
|
96
|
+
// Icons (minimal inline SVGs — no external deps per DD-004)
|
|
97
|
+
// ---------------------------------------------------------------------------
|
|
98
|
+
function PlayIcon() {
|
|
99
|
+
return _jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "currentColor", children: _jsx("path", { d: "M3 2l7 4-7 4V2z" }) });
|
|
100
|
+
}
|
|
101
|
+
function CheckCircleIcon() {
|
|
102
|
+
return _jsxs("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", children: [_jsx("circle", { cx: "6", cy: "6", r: "4.5" }), _jsx("path", { d: "M4 6l1.5 1.5L8 5" })] });
|
|
103
|
+
}
|
|
104
|
+
function XCircleIcon() {
|
|
105
|
+
return _jsxs("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", children: [_jsx("circle", { cx: "6", cy: "6", r: "4.5" }), _jsx("path", { d: "M4.5 4.5l3 3M7.5 4.5l-3 3" })] });
|
|
106
|
+
}
|
|
107
|
+
function PauseCircleIcon() {
|
|
108
|
+
return _jsxs("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "1.5", children: [_jsx("circle", { cx: "6", cy: "6", r: "4.5" }), _jsx("path", { d: "M5 4.5v3M7 4.5v3" })] });
|
|
109
|
+
}
|
|
110
|
+
function StopCircleIcon() {
|
|
111
|
+
return _jsxs("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "1.5", children: [_jsx("circle", { cx: "6", cy: "6", r: "4.5" }), _jsx("rect", { x: "4", y: "4", width: "4", height: "4", rx: "0.5", fill: "currentColor" })] });
|
|
112
|
+
}
|
|
113
|
+
function ArrowRightIcon() {
|
|
114
|
+
return _jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", children: _jsx("path", { d: "M2 6h8M7 3l3 3-3 3" }) });
|
|
115
|
+
}
|
|
116
|
+
function CheckIcon() {
|
|
117
|
+
return _jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", children: _jsx("path", { d: "M2.5 6L5 8.5L9.5 3.5" }) });
|
|
118
|
+
}
|
|
119
|
+
function XIcon() {
|
|
120
|
+
return _jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", children: _jsx("path", { d: "M3 3l6 6M9 3l-6 6" }) });
|
|
121
|
+
}
|
|
122
|
+
function SkipIcon() {
|
|
123
|
+
return _jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", children: _jsx("path", { d: "M2 3l4 3-4 3V3zM7 3l4 3-4 3V3z" }) });
|
|
124
|
+
}
|
|
125
|
+
function RetryIcon() {
|
|
126
|
+
return _jsxs("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", children: [_jsx("path", { d: "M2 6a4 4 0 117 2.5" }), _jsx("path", { d: "M2 2v4h4" })] });
|
|
127
|
+
}
|
|
128
|
+
function AgentIcon() {
|
|
129
|
+
return _jsxs("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", children: [_jsx("circle", { cx: "6", cy: "4", r: "2" }), _jsx("path", { d: "M2 10a4 4 0 018 0" })] });
|
|
130
|
+
}
|
|
131
|
+
function ShieldIcon() {
|
|
132
|
+
return _jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", children: _jsx("path", { d: "M6 1L2 3v3c0 2.5 1.5 4 4 5 2.5-1 4-2.5 4-5V3L6 1z" }) });
|
|
133
|
+
}
|
|
134
|
+
function CoinIcon() {
|
|
135
|
+
return _jsxs("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "1.5", children: [_jsx("circle", { cx: "6", cy: "6", r: "4.5" }), _jsx("path", { d: "M6 3v6M4.5 4.5h2a1 1 0 010 2H5a1 1 0 000 2h2" })] });
|
|
136
|
+
}
|
|
137
|
+
function SignalIcon() {
|
|
138
|
+
return _jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", children: _jsx("path", { d: "M6 8v2M4 6l2 2 2-2M2 4l4 4 4-4" }) });
|
|
139
|
+
}
|
|
140
|
+
function EmitIcon() {
|
|
141
|
+
return _jsx("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", children: _jsx("path", { d: "M6 2v6M3 5l3 3 3-3M3 10h6" }) });
|
|
142
|
+
}
|
|
143
|
+
function FileIcon() {
|
|
144
|
+
return _jsxs("svg", { width: "12", height: "12", viewBox: "0 0 12 12", fill: "none", stroke: "currentColor", strokeWidth: "1.5", strokeLinecap: "round", children: [_jsx("path", { d: "M7 1H3a1 1 0 00-1 1v8a1 1 0 001 1h6a1 1 0 001-1V4L7 1z" }), _jsx("path", { d: "M7 1v3h3" })] });
|
|
145
|
+
}
|
|
146
|
+
// ---------------------------------------------------------------------------
|
|
147
|
+
// Formatting helpers
|
|
148
|
+
// ---------------------------------------------------------------------------
|
|
149
|
+
const TASK_KIND_SHORT = new Map([
|
|
150
|
+
[WorkflowTaskKind.agent_call, "agent_call"],
|
|
151
|
+
[WorkflowTaskKind.llm_call, "llm_call"],
|
|
152
|
+
[WorkflowTaskKind.http_call, "http_call"],
|
|
153
|
+
[WorkflowTaskKind.grpc_call, "grpc_call"],
|
|
154
|
+
[WorkflowTaskKind.transform, "transform"],
|
|
155
|
+
[WorkflowTaskKind.human_input, "human_input"],
|
|
156
|
+
[WorkflowTaskKind.validate, "validate"],
|
|
157
|
+
[WorkflowTaskKind.emit_event, "emit_event"],
|
|
158
|
+
[WorkflowTaskKind.notification, "notification"],
|
|
159
|
+
[WorkflowTaskKind.eval, "eval"],
|
|
160
|
+
[WorkflowTaskKind.switch_case, "switch"],
|
|
161
|
+
[WorkflowTaskKind.for_each, "for_each"],
|
|
162
|
+
[WorkflowTaskKind.fork, "fork"],
|
|
163
|
+
[WorkflowTaskKind.listen, "listen"],
|
|
164
|
+
[WorkflowTaskKind.wait, "wait"],
|
|
165
|
+
]);
|
|
166
|
+
function kindToString(kind) {
|
|
167
|
+
const entry = Object.entries(WorkflowTaskKind).find(([, v]) => v === kind && typeof v === "number");
|
|
168
|
+
return entry?.[0] ?? "unknown";
|
|
169
|
+
}
|
|
170
|
+
function formatTimestamp(iso) {
|
|
171
|
+
if (!iso)
|
|
172
|
+
return "";
|
|
173
|
+
try {
|
|
174
|
+
const d = new Date(iso);
|
|
175
|
+
return d.toLocaleTimeString(undefined, {
|
|
176
|
+
hour: "2-digit",
|
|
177
|
+
minute: "2-digit",
|
|
178
|
+
second: "2-digit",
|
|
179
|
+
hour12: false,
|
|
180
|
+
});
|
|
181
|
+
}
|
|
182
|
+
catch {
|
|
183
|
+
return iso;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
function formatDurationMs(ms) {
|
|
187
|
+
if (ms < 1000)
|
|
188
|
+
return `${ms}ms`;
|
|
189
|
+
const s = ms / 1000;
|
|
190
|
+
if (s < 60)
|
|
191
|
+
return `${s.toFixed(1)}s`;
|
|
192
|
+
const m = Math.floor(s / 60);
|
|
193
|
+
const rem = Math.round(s % 60);
|
|
194
|
+
return rem > 0 ? `${m}m ${rem}s` : `${m}m`;
|
|
195
|
+
}
|
|
196
|
+
function formatMicroUsd(micros) {
|
|
197
|
+
const val = Number(micros) / 1_000_000;
|
|
198
|
+
if (val < 0.01)
|
|
199
|
+
return `$${val.toFixed(4)}`;
|
|
200
|
+
return `$${val.toFixed(2)}`;
|
|
201
|
+
}
|
|
202
|
+
function formatBytes(bytes) {
|
|
203
|
+
const n = Number(bytes);
|
|
204
|
+
if (n < 1024)
|
|
205
|
+
return `${n} B`;
|
|
206
|
+
if (n < 1024 * 1024)
|
|
207
|
+
return `${(n / 1024).toFixed(1)} KB`;
|
|
208
|
+
return `${(n / (1024 * 1024)).toFixed(1)} MB`;
|
|
209
|
+
}
|
|
210
|
+
//# sourceMappingURL=WorkflowExecutionTimelineEvent.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkflowExecutionTimelineEvent.js","sourceRoot":"","sources":["../../src/workflow/WorkflowExecutionTimelineEvent.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAG7B,OAAO,EAAE,gBAAgB,EAAE,MAAM,wDAAwD,CAAC;AAC1F,OAAO,EAAE,EAAE,EAAE,MAAM,gBAAgB,CAAC;AAOpC;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,8BAA8B,GAAG,IAAI,CAAC,SAAS,8BAA8B,CAAC,EACzF,KAAK,EACL,0BAA0B,GACP;IACnB,MAAM,SAAS,GAAG,eAAe,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC;IACpD,MAAM,CAAC,GAAG,KAAK,CAAC,OAAO,CAAC;IAExB,QAAQ,CAAC,CAAC,IAAI,EAAE,CAAC;QACf,oEAAoE;QAEpE,KAAK,kBAAkB;YACrB,OAAO,CACL,MAAC,QAAQ,IACP,IAAI,EAAE,KAAC,QAAQ,KAAG,EAClB,SAAS,EAAC,iBAAiB,EAC3B,SAAS,EAAE,SAAS,aAEpB,eAAM,SAAS,EAAC,6BAA6B,kCAAyB,EACtE,gBAAM,SAAS,EAAC,uBAAuB,aACpC,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,UAAU,cACrB,IACE,CACZ,CAAC;QAEJ,KAAK,oBAAoB;YACvB,OAAO,CACL,MAAC,QAAQ,IACP,IAAI,EAAE,KAAC,eAAe,KAAG,EACzB,SAAS,EAAC,cAAc,EACxB,SAAS,EAAE,SAAS,aAEpB,eAAM,SAAS,EAAC,0BAA0B,oCAA2B,EACrE,KAAC,SAAS,IACR,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,EACpC,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,eAAe,EAC7B,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,WAAW,GAC3B,IACO,CACZ,CAAC;QAEJ,KAAK,iBAAiB;YACpB,OAAO,CACL,MAAC,QAAQ,IACP,IAAI,EAAE,KAAC,WAAW,KAAG,EACrB,SAAS,EAAC,kBAAkB,EAC5B,SAAS,EAAE,SAAS,aAEpB,eAAM,SAAS,EAAC,8BAA8B,iCAAwB,EACrE,CAAC,CAAC,KAAK,CAAC,cAAc,IAAI,CACzB,gBAAM,SAAS,EAAC,uBAAuB,aAAE,KAAK,YAAQ,CAAC,CAAC,KAAK,CAAC,cAAc,IAAQ,CACrF,EACA,CAAC,CAAC,KAAK,CAAC,KAAK,IAAI,CAChB,YAAG,SAAS,EAAC,kCAAkC,YAAE,CAAC,CAAC,KAAK,CAAC,KAAK,GAAK,CACpE,IACQ,CACZ,CAAC;QAEJ,KAAK,iBAAiB;YACpB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,eAAe,KAAG,EAAE,SAAS,EAAC,uBAAuB,EAAC,SAAS,EAAE,SAAS,aACzF,eAAM,SAAS,EAAC,mCAAmC,iCAAwB,EAC1E,CAAC,CAAC,KAAK,CAAC,MAAM,IAAI,gBAAM,SAAS,EAAC,uBAAuB,aAAE,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,IAAQ,IAChF,CACZ,CAAC;QAEJ,KAAK,kBAAkB;YACrB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,QAAQ,KAAG,EAAE,SAAS,EAAC,iBAAiB,EAAC,SAAS,EAAE,SAAS,aAC5E,eAAM,SAAS,EAAC,6BAA6B,kCAAyB,EACrE,CAAC,CAAC,KAAK,CAAC,SAAS,IAAI,gBAAM,SAAS,EAAC,uBAAuB,aAAE,KAAK,SAAK,CAAC,CAAC,KAAK,CAAC,SAAS,IAAQ,IACzF,CACZ,CAAC;QAEJ,KAAK,oBAAoB;YACvB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,WAAW,KAAG,EAAE,SAAS,EAAC,uBAAuB,EAAC,SAAS,EAAE,SAAS,aACrF,eAAM,SAAS,EAAC,mCAAmC,oCAA2B,EAC7E,CAAC,CAAC,KAAK,CAAC,MAAM,IAAI,gBAAM,SAAS,EAAC,uBAAuB,aAAE,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,IAAQ,IAChF,CACZ,CAAC;QAEJ,KAAK,qBAAqB;YACxB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,cAAc,KAAG,EAAE,SAAS,EAAC,kBAAkB,EAAC,SAAS,EAAE,SAAS,aACnF,eAAM,SAAS,EAAC,8BAA8B,qCAA4B,EACzE,CAAC,CAAC,KAAK,CAAC,MAAM,IAAI,gBAAM,SAAS,EAAC,uBAAuB,aAAE,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,IAAQ,IAChF,CACZ,CAAC;QAEJ,oEAAoE;QAEpE,KAAK,aAAa;YAChB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,cAAc,KAAG,EAAE,SAAS,EAAC,iBAAiB,EAAC,SAAS,EAAE,SAAS,aAClF,eAAM,SAAS,EAAC,6BAA6B,YAAE,KAAK,CAAC,QAAQ,GAAQ,EACrE,KAAC,SAAS,IAAC,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,QAAQ,GAAI,EACpC,CAAC,CAAC,KAAK,CAAC,aAAa,GAAG,CAAC,IAAI,CAC5B,gBAAM,SAAS,EAAC,+BAA+B,0BAAW,CAAC,CAAC,KAAK,CAAC,aAAa,SAAS,CACzF,IACQ,CACZ,CAAC;QAEJ,KAAK,eAAe;YAClB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,SAAS,KAAG,EAAE,SAAS,EAAC,cAAc,EAAC,SAAS,EAAE,SAAS,aAC1E,eAAM,SAAS,EAAC,6BAA6B,YAAE,KAAK,CAAC,QAAQ,GAAQ,EACrE,eAAM,SAAS,EAAC,sBAAsB,0BAAiB,EACvD,KAAC,SAAS,IACR,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,EACpC,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,UAAU,EACxB,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,UAAU,GAC1B,IACO,CACZ,CAAC;QAEJ,KAAK,YAAY;YACf,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,KAAK,KAAG,EAAE,SAAS,EAAC,kBAAkB,EAAC,SAAS,EAAE,SAAS,aAC1E,eAAM,SAAS,EAAC,6BAA6B,YAAE,KAAK,CAAC,QAAQ,GAAQ,EACrE,eAAM,SAAS,EAAC,0BAA0B,uBAAc,EACvD,CAAC,CAAC,KAAK,CAAC,SAAS,IAAI,CACpB,eAAM,SAAS,EAAC,+BAA+B,6BAAoB,CACpE,EACA,CAAC,CAAC,KAAK,CAAC,KAAK,IAAI,CAChB,YAAG,SAAS,EAAC,kCAAkC,YAAE,CAAC,CAAC,KAAK,CAAC,KAAK,GAAK,CACpE,IACQ,CACZ,CAAC;QAEJ,KAAK,aAAa;YAChB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,QAAQ,KAAG,EAAE,SAAS,EAAC,uBAAuB,EAAC,SAAS,EAAE,SAAS,aAClF,eAAM,SAAS,EAAC,mCAAmC,YAAE,KAAK,CAAC,QAAQ,GAAQ,EAC3E,eAAM,SAAS,EAAC,+BAA+B,wBAAe,EAC7D,CAAC,CAAC,KAAK,CAAC,MAAM,IAAI,CACjB,gBAAM,SAAS,EAAC,+BAA+B,aAAE,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,MAAM,IAAQ,CAC/E,IACQ,CACZ,CAAC;QAEJ,KAAK,cAAc;YACjB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,SAAS,KAAG,EAAE,SAAS,EAAC,uBAAuB,EAAC,SAAS,EAAE,SAAS,aACnF,eAAM,SAAS,EAAC,6BAA6B,YAAE,KAAK,CAAC,QAAQ,GAAQ,EACrE,gBAAM,SAAS,EAAC,+BAA+B,mCAC1B,CAAC,CAAC,KAAK,CAAC,WAAW,SACjC,EACN,CAAC,CAAC,KAAK,CAAC,OAAO,GAAG,MAAM,CAAC,CAAC,CAAC,IAAI,CAC9B,gBAAM,SAAS,EAAC,+BAA+B,uBACtC,gBAAgB,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,IAC3C,CACR,IACQ,CACZ,CAAC;QAEJ,oEAAoE;QAEpE,KAAK,kBAAkB;YACrB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,SAAS,KAAG,EAAE,SAAS,EAAC,iBAAiB,EAAC,SAAS,EAAE,SAAS,aAC7E,eAAM,SAAS,EAAC,6BAA6B,YAAE,KAAK,CAAC,QAAQ,GAAQ,EACrE,gBAAM,SAAS,EAAC,+BAA+B,wBAAS,CAAC,CAAC,KAAK,CAAC,SAAS,IAAQ,EAChF,0BAA0B,IAAI,CAAC,CAAC,KAAK,CAAC,gBAAgB,IAAI,CACzD,iBACE,IAAI,EAAC,QAAQ,EACb,OAAO,EAAE,GAAG,EAAE,CAAC,0BAA0B,CAAC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,EACnE,SAAS,EAAC,sCAAsC,+BAGzC,CACV,IACQ,CACZ,CAAC;QAEJ,KAAK,mBAAmB;YACtB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,SAAS,KAAG,EAAE,SAAS,EAAC,uBAAuB,EAAC,SAAS,EAAE,SAAS,aACnF,eAAM,SAAS,EAAC,iBAAiB,YAAE,KAAK,CAAC,QAAQ,GAAQ,EACzD,gBAAM,SAAS,EAAC,+BAA+B,aAC5C,CAAC,CAAC,KAAK,CAAC,aAAa,mBAAU,CAAC,CAAC,KAAK,CAAC,cAAc,YACrD,CAAC,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,eAAe,EAAE,CAAC,CAAC,CAAC,EAAE,IAC1D,IACE,CACZ,CAAC;QAEJ,KAAK,oBAAoB;YACvB,OAAO,CACL,MAAC,QAAQ,IACP,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,KAAC,KAAK,KAAG,CAAC,CAAC,CAAC,KAAC,SAAS,KAAG,EAC/C,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,cAAc,EAC9D,SAAS,EAAE,SAAS,aAEpB,eAAM,SAAS,EAAC,6BAA6B,YAAE,KAAK,CAAC,QAAQ,GAAQ,EACrE,gBAAM,SAAS,EAAE,EAAE,CAAC,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,cAAc,CAAC,uBAC1E,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,WAAW,IACxC,EACP,KAAC,SAAS,IACR,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,EACpC,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,UAAU,EACxB,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,cAAc,GAC9B,EACD,CAAC,CAAC,KAAK,CAAC,KAAK,IAAI,CAChB,YAAG,SAAS,EAAC,kCAAkC,YAAE,CAAC,CAAC,KAAK,CAAC,KAAK,GAAK,CACpE,IACQ,CACZ,CAAC;QAEJ,oEAAoE;QAEpE,KAAK,mBAAmB;YACtB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,UAAU,KAAG,EAAE,SAAS,EAAC,cAAc,EAAC,SAAS,EAAE,SAAS,aAC3E,eAAM,SAAS,EAAC,0BAA0B,mCAA0B,EACpE,YAAG,SAAS,EAAC,8BAA8B,YAAE,CAAC,CAAC,KAAK,CAAC,MAAM,GAAK,EAC/D,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,MAAM,GAAG,CAAC,IAAI,CAC/B,aAAG,SAAS,EAAC,+BAA+B,4BAC9B,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,IACtC,CACL,EACA,CAAC,CAAC,KAAK,CAAC,cAAc,GAAG,CAAC,IAAI,CAC7B,aAAG,SAAS,EAAC,+BAA+B,0BAChC,gBAAgB,CAAC,CAAC,CAAC,KAAK,CAAC,cAAc,GAAG,IAAI,CAAC,IACvD,CACL,IACQ,CACZ,CAAC;QAEJ,KAAK,kBAAkB;YACrB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,UAAU,KAAG,EAAE,SAAS,EAAC,cAAc,EAAC,SAAS,EAAE,SAAS,aAC3E,eAAM,SAAS,EAAC,6BAA6B,kCAAyB,EACtE,gBAAM,SAAS,EAAC,+BAA+B,oBACzC,CAAC,CAAC,KAAK,CAAC,UAAU,IACjB,EACN,CAAC,CAAC,KAAK,CAAC,OAAO,IAAI,CAClB,aAAG,SAAS,EAAC,2CAA2C,mBAAQ,CAAC,CAAC,KAAK,CAAC,OAAO,UAAW,CAC3F,IACQ,CACZ,CAAC;QAEJ,oEAAoE;QAEpE,KAAK,kBAAkB;YACrB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,QAAQ,KAAG,EAAE,SAAS,EAAE,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,uBAAuB,EAAE,SAAS,EAAE,SAAS,aACjI,eAAM,SAAS,EAAC,iBAAiB,kCAAyB,EAC1D,gBAAM,SAAS,EAAC,+BAA+B,aAC5C,cAAc,CAAC,CAAC,CAAC,KAAK,CAAC,kBAAkB,CAAC,eAC1C,CAAC,CAAC,KAAK,CAAC,mBAAmB,IAAI,MAAM,CAAC,CAAC,CAAC,IAAI,CAC3C,0CAAM,cAAc,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,kBAAc,CAChE,IACI,EACN,CAAC,CAAC,KAAK,CAAC,iBAAiB,IAAI,CAC5B,eAAM,SAAS,EAAC,kCAAkC,mCAA0B,CAC7E,IACQ,CACZ,CAAC;QAEJ,oEAAoE;QAEpE,KAAK,gBAAgB;YACnB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,UAAU,KAAG,EAAE,SAAS,EAAC,uBAAuB,EAAC,SAAS,EAAE,SAAS,aACpF,eAAM,SAAS,EAAC,iBAAiB,gCAAuB,EACxD,eAAM,SAAS,EAAC,+BAA+B,YAAE,CAAC,CAAC,KAAK,CAAC,UAAU,GAAQ,IAClE,CACZ,CAAC;QAEJ,KAAK,cAAc;YACjB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,QAAQ,KAAG,EAAE,SAAS,EAAC,uBAAuB,EAAC,SAAS,EAAE,SAAS,aAClF,eAAM,SAAS,EAAC,iBAAiB,8BAAqB,EACtD,eAAM,SAAS,EAAC,+BAA+B,YAAE,CAAC,CAAC,KAAK,CAAC,SAAS,GAAQ,IACjE,CACZ,CAAC;QAEJ,oEAAoE;QAEpE,KAAK,iBAAiB;YACpB,OAAO,CACL,MAAC,QAAQ,IAAC,IAAI,EAAE,KAAC,QAAQ,KAAG,EAAE,SAAS,EAAC,uBAAuB,EAAC,SAAS,EAAE,SAAS,aAClF,eAAM,SAAS,EAAC,iBAAiB,iCAAwB,EACzD,gBAAM,SAAS,EAAC,+BAA+B,aAC5C,CAAC,CAAC,KAAK,CAAC,WAAW,cAAK,CAAC,CAAC,KAAK,CAAC,WAAW,cAAK,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,IAC1E,IACE,CACZ,CAAC;QAEJ;YACE,OAAO,IAAI,CAAC;IAChB,CAAC;AACH,CAAC,CAAC,CAAC;AAEH,8EAA8E;AAC9E,gBAAgB;AAChB,8EAA8E;AAE9E,SAAS,QAAQ,CAAC,EAChB,IAAI,EACJ,SAAS,EACT,SAAS,EACT,QAAQ,GAMT;IACC,OAAO,CACL,eAAK,SAAS,EAAC,oDAAoD,EAAC,IAAI,EAAC,UAAU,aACjF,eAAM,SAAS,EAAE,EAAE,CAAC,yDAAyD,EAAE,SAAS,CAAC,iBAAc,MAAM,YAC1G,IAAI,GACA,EACP,cAAK,SAAS,EAAC,wEAAwE,YACpF,QAAQ,GACL,EACN,eAAM,SAAS,EAAC,yDAAyD,YAAE,SAAS,GAAQ,IACxF,CACP,CAAC;AACJ,CAAC;AAED,SAAS,SAAS,CAAC,EAAE,IAAI,EAAuC;IAC9D,MAAM,KAAK,GAAG,eAAe,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;IAC9D,OAAO,CACL,eAAM,SAAS,EAAC,uFAAuF,YACpG,KAAK,GACD,CACR,CAAC;AACJ,CAAC;AAED,SAAS,SAAS,CAAC,EACjB,QAAQ,EACR,IAAI,EACJ,MAAM,GAKP;IACC,MAAM,KAAK,GAAa,EAAE,CAAC;IAC3B,IAAI,QAAQ,IAAI,QAAQ,GAAG,CAAC;QAAE,KAAK,CAAC,IAAI,CAAC,gBAAgB,CAAC,QAAQ,CAAC,CAAC,CAAC;IACrE,IAAI,IAAI,IAAI,IAAI,GAAG,MAAM,CAAC,CAAC,CAAC;QAAE,KAAK,CAAC,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,CAAC;IAC/D,IAAI,MAAM,IAAI,MAAM,GAAG,MAAM,CAAC,CAAC,CAAC;QAAE,KAAK,CAAC,IAAI,CAAC,GAAG,MAAM,CAAC,cAAc,EAAE,MAAM,CAAC,CAAC;IAC/E,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC;QAAE,OAAO,IAAI,CAAC;IACpC,OAAO,eAAM,SAAS,EAAC,+BAA+B,YAAE,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,GAAQ,CAAC;AACpF,CAAC;AAED,8EAA8E;AAC9E,4DAA4D;AAC5D,8EAA8E;AAE9E,SAAS,QAAQ;IACf,OAAO,cAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,cAAc,YAAC,eAAM,CAAC,EAAC,iBAAiB,GAAG,GAAM,CAAC;AAChH,CAAC;AACD,SAAS,eAAe;IACtB,OAAO,eAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,EAAC,aAAa,EAAC,OAAO,aAAC,iBAAQ,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,KAAK,GAAG,EAAA,eAAM,CAAC,EAAC,kBAAkB,GAAG,IAAM,CAAC;AACvM,CAAC;AACD,SAAS,WAAW;IAClB,OAAO,eAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,EAAC,aAAa,EAAC,OAAO,aAAC,iBAAQ,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,KAAK,GAAG,EAAA,eAAM,CAAC,EAAC,2BAA2B,GAAG,IAAM,CAAC;AAChN,CAAC;AACD,SAAS,eAAe;IACtB,OAAO,eAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,aAAC,iBAAQ,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,KAAK,GAAG,EAAA,eAAM,CAAC,EAAC,kBAAkB,GAAG,IAAM,CAAC;AACjL,CAAC;AACD,SAAS,cAAc;IACrB,OAAO,eAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,aAAC,iBAAQ,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,KAAK,GAAG,EAAA,eAAM,CAAC,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,EAAC,KAAK,EAAC,GAAG,EAAC,MAAM,EAAC,GAAG,EAAC,EAAE,EAAC,KAAK,EAAC,IAAI,EAAC,cAAc,GAAG,IAAM,CAAC;AAC1N,CAAC;AACD,SAAS,cAAc;IACrB,OAAO,cAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,EAAC,aAAa,EAAC,OAAO,YAAC,eAAM,CAAC,EAAC,oBAAoB,GAAG,GAAM,CAAC;AACzK,CAAC;AACD,SAAS,SAAS;IAChB,OAAO,cAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,YAAC,eAAM,CAAC,EAAC,sBAAsB,GAAG,GAAM,CAAC;AACzK,CAAC;AACD,SAAS,KAAK;IACZ,OAAO,cAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,GAAG,EAAC,aAAa,EAAC,OAAO,YAAC,eAAM,CAAC,EAAC,mBAAmB,GAAG,GAAM,CAAC;AACtK,CAAC;AACD,SAAS,QAAQ;IACf,OAAO,cAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,EAAC,aAAa,EAAC,OAAO,YAAC,eAAM,CAAC,EAAC,gCAAgC,GAAG,GAAM,CAAC;AACrL,CAAC;AACD,SAAS,SAAS;IAChB,OAAO,eAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,EAAC,aAAa,EAAC,OAAO,aAAC,eAAM,CAAC,EAAC,oBAAoB,GAAG,EAAA,eAAM,CAAC,EAAC,UAAU,GAAG,IAAM,CAAC;AAC9L,CAAC;AACD,SAAS,SAAS;IAChB,OAAO,eAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,EAAC,aAAa,EAAC,OAAO,aAAC,iBAAQ,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,GAAG,GAAG,EAAA,eAAM,CAAC,EAAC,mBAAmB,GAAG,IAAM,CAAC;AACtM,CAAC;AACD,SAAS,UAAU;IACjB,OAAO,cAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,EAAC,aAAa,EAAC,OAAO,YAAC,eAAM,CAAC,EAAC,mDAAmD,GAAG,GAAM,CAAC;AACxM,CAAC;AACD,SAAS,QAAQ;IACf,OAAO,eAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,aAAC,iBAAQ,EAAE,EAAC,GAAG,EAAC,EAAE,EAAC,GAAG,EAAC,CAAC,EAAC,KAAK,GAAG,EAAA,eAAM,CAAC,EAAC,8CAA8C,GAAG,IAAM,CAAC;AAC7M,CAAC;AACD,SAAS,UAAU;IACjB,OAAO,cAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,EAAC,aAAa,EAAC,OAAO,YAAC,eAAM,CAAC,EAAC,gCAAgC,GAAG,GAAM,CAAC;AACrL,CAAC;AACD,SAAS,QAAQ;IACf,OAAO,cAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,EAAC,aAAa,EAAC,OAAO,YAAC,eAAM,CAAC,EAAC,2BAA2B,GAAG,GAAM,CAAC;AAChL,CAAC;AACD,SAAS,QAAQ;IACf,OAAO,eAAK,KAAK,EAAC,IAAI,EAAC,MAAM,EAAC,IAAI,EAAC,OAAO,EAAC,WAAW,EAAC,IAAI,EAAC,MAAM,EAAC,MAAM,EAAC,cAAc,EAAC,WAAW,EAAC,KAAK,EAAC,aAAa,EAAC,OAAO,aAAC,eAAM,CAAC,EAAC,wDAAwD,GAAG,EAAA,eAAM,CAAC,EAAC,UAAU,GAAG,IAAM,CAAC;AAClO,CAAC;AAED,8EAA8E;AAC9E,qBAAqB;AACrB,8EAA8E;AAE9E,MAAM,eAAe,GAA0C,IAAI,GAAG,CAAC;IACrE,CAAC,gBAAgB,CAAC,UAAU,EAAE,YAAY,CAAC;IAC3C,CAAC,gBAAgB,CAAC,QAAQ,EAAE,UAAU,CAAC;IACvC,CAAC,gBAAgB,CAAC,SAAS,EAAE,WAAW,CAAC;IACzC,CAAC,gBAAgB,CAAC,SAAS,EAAE,WAAW,CAAC;IACzC,CAAC,gBAAgB,CAAC,SAAS,EAAE,WAAW,CAAC;IACzC,CAAC,gBAAgB,CAAC,WAAW,EAAE,aAAa,CAAC;IAC7C,CAAC,gBAAgB,CAAC,QAAQ,EAAE,UAAU,CAAC;IACvC,CAAC,gBAAgB,CAAC,UAAU,EAAE,YAAY,CAAC;IAC3C,CAAC,gBAAgB,CAAC,YAAY,EAAE,cAAc,CAAC;IAC/C,CAAC,gBAAgB,CAAC,IAAI,EAAE,MAAM,CAAC;IAC/B,CAAC,gBAAgB,CAAC,WAAW,EAAE,QAAQ,CAAC;IACxC,CAAC,gBAAgB,CAAC,QAAQ,EAAE,UAAU,CAAC;IACvC,CAAC,gBAAgB,CAAC,IAAI,EAAE,MAAM,CAAC;IAC/B,CAAC,gBAAgB,CAAC,MAAM,EAAE,QAAQ,CAAC;IACnC,CAAC,gBAAgB,CAAC,IAAI,EAAE,MAAM,CAAC;CAChC,CAAC,CAAC;AAEH,SAAS,YAAY,CAAC,IAAsB;IAC1C,MAAM,KAAK,GAAG,MAAM,CAAC,OAAO,CAAC,gBAAgB,CAAC,CAAC,IAAI,CACjD,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,IAAI,IAAI,OAAO,CAAC,KAAK,QAAQ,CAC/C,CAAC;IACF,OAAO,KAAK,EAAE,CAAC,CAAC,CAAC,IAAI,SAAS,CAAC;AACjC,CAAC;AAED,SAAS,eAAe,CAAC,GAAW;IAClC,IAAI,CAAC,GAAG;QAAE,OAAO,EAAE,CAAC;IACpB,IAAI,CAAC;QACH,MAAM,CAAC,GAAG,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC;QACxB,OAAO,CAAC,CAAC,kBAAkB,CAAC,SAAS,EAAE;YACrC,IAAI,EAAE,SAAS;YACf,MAAM,EAAE,SAAS;YACjB,MAAM,EAAE,SAAS;YACjB,MAAM,EAAE,KAAK;SACd,CAAC,CAAC;IACL,CAAC;IAAC,MAAM,CAAC;QACP,OAAO,GAAG,CAAC;IACb,CAAC;AACH,CAAC;AAED,SAAS,gBAAgB,CAAC,EAAU;IAClC,IAAI,EAAE,GAAG,IAAI;QAAE,OAAO,GAAG,EAAE,IAAI,CAAC;IAChC,MAAM,CAAC,GAAG,EAAE,GAAG,IAAI,CAAC;IACpB,IAAI,CAAC,GAAG,EAAE;QAAE,OAAO,GAAG,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC;IACtC,MAAM,CAAC,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;IAC7B,MAAM,GAAG,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC;IAC/B,OAAO,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC;AAC7C,CAAC;AAED,SAAS,cAAc,CAAC,MAAc;IACpC,MAAM,GAAG,GAAG,MAAM,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACvC,IAAI,GAAG,GAAG,IAAI;QAAE,OAAO,IAAI,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;IAC5C,OAAO,IAAI,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC,EAAE,CAAC;AAC9B,CAAC;AAED,SAAS,WAAW,CAAC,KAAa;IAChC,MAAM,CAAC,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IACxB,IAAI,CAAC,GAAG,IAAI;QAAE,OAAO,GAAG,CAAC,IAAI,CAAC;IAC9B,IAAI,CAAC,GAAG,IAAI,GAAG,IAAI;QAAE,OAAO,GAAG,CAAC,CAAC,GAAG,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC;IAC1D,OAAO,GAAG,CAAC,CAAC,GAAG,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC;AAChD,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { type ReactNode } from "react";
|
|
2
|
+
/** Props for {@link WorkflowExecutionViewer}. */
|
|
3
|
+
export interface WorkflowExecutionViewerProps {
|
|
4
|
+
/** ID of the workflow execution to display. */
|
|
5
|
+
readonly executionId: string;
|
|
6
|
+
/** Organization slug — needed for AI diagnosis authorization. */
|
|
7
|
+
readonly org?: string;
|
|
8
|
+
/**
|
|
9
|
+
* Callback when the user clicks a link to a child agent execution.
|
|
10
|
+
* Receives the AgentExecution ID. The host application is responsible
|
|
11
|
+
* for navigation — this keeps the component routing-agnostic (DD-004).
|
|
12
|
+
*/
|
|
13
|
+
readonly onNavigateToAgentExecution?: (agentExecutionId: string) => void;
|
|
14
|
+
/**
|
|
15
|
+
* Callback when the user clicks "Apply Fix" in the repair card.
|
|
16
|
+
* Receives the suggested YAML and the workflow slug. The host
|
|
17
|
+
* application handles navigation to the workflow editor (DD-004).
|
|
18
|
+
*/
|
|
19
|
+
readonly onNavigateToWorkflowEditor?: (yaml: string, workflowSlug: string) => void;
|
|
20
|
+
/** Additional action elements to render in the header. */
|
|
21
|
+
readonly additionalActions?: ReactNode;
|
|
22
|
+
/** Additional CSS class names for the root container. */
|
|
23
|
+
readonly className?: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Top-level composed viewer for a single workflow execution.
|
|
27
|
+
*
|
|
28
|
+
* Wires together all execution hooks and sub-components into a
|
|
29
|
+
* two-region layout: an event timeline (main area) and a context
|
|
30
|
+
* sidebar (tasks, budget, artifacts).
|
|
31
|
+
*
|
|
32
|
+
* This component is designed to work identically whether rendered
|
|
33
|
+
* in the Stigmer Console or embedded in a third-party dashboard.
|
|
34
|
+
* No dependencies on Console routing, auth, or layout context.
|
|
35
|
+
*
|
|
36
|
+
* @example
|
|
37
|
+
* ```tsx
|
|
38
|
+
* <WorkflowExecutionViewer
|
|
39
|
+
* executionId="wfx_abc123"
|
|
40
|
+
* onNavigateToAgentExecution={(id) => router.push(`/sessions/${id}`)}
|
|
41
|
+
* />
|
|
42
|
+
* ```
|
|
43
|
+
*/
|
|
44
|
+
export declare const WorkflowExecutionViewer: import("react").NamedExoticComponent<WorkflowExecutionViewerProps>;
|
|
45
|
+
//# sourceMappingURL=WorkflowExecutionViewer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkflowExecutionViewer.d.ts","sourceRoot":"","sources":["../../src/workflow/WorkflowExecutionViewer.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA+B,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAapE,iDAAiD;AACjD,MAAM,WAAW,4BAA4B;IAC3C,+CAA+C;IAC/C,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,iEAAiE;IACjE,QAAQ,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,0BAA0B,CAAC,EAAE,CAAC,gBAAgB,EAAE,MAAM,KAAK,IAAI,CAAC;IACzE;;;;OAIG;IACH,QAAQ,CAAC,0BAA0B,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,EAAE,YAAY,EAAE,MAAM,KAAK,IAAI,CAAC;IACnF,0DAA0D;IAC1D,QAAQ,CAAC,iBAAiB,CAAC,EAAE,SAAS,CAAC;IACvC,yDAAyD;IACzD,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,eAAO,MAAM,uBAAuB,oEA4KlC,CAAC"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
3
|
+
import { memo, useCallback, useState } from "react";
|
|
4
|
+
import { cn } from "@stigmer/theme";
|
|
5
|
+
import { useWorkflowExecution } from "./useWorkflowExecution";
|
|
6
|
+
import { useWorkflowExecutionEventStream } from "./useWorkflowExecutionEventStream";
|
|
7
|
+
import { useWorkflowExecutionArtifacts } from "./useWorkflowExecutionArtifacts";
|
|
8
|
+
import { useWorkflowExecutionActions } from "./useWorkflowExecutionActions";
|
|
9
|
+
import { WorkflowExecutionHeader } from "./WorkflowExecutionHeader";
|
|
10
|
+
import { WorkflowExecutionTimeline } from "./WorkflowExecutionTimeline";
|
|
11
|
+
import { WorkflowExecutionTaskPanel } from "./WorkflowExecutionTaskPanel";
|
|
12
|
+
import { WorkflowExecutionCostPanel } from "./WorkflowExecutionCostPanel";
|
|
13
|
+
import { WorkflowExecutionArtifactPanel } from "./WorkflowExecutionArtifactPanel";
|
|
14
|
+
import { WorkflowRepairCard } from "./WorkflowRepairCard";
|
|
15
|
+
/**
|
|
16
|
+
* Top-level composed viewer for a single workflow execution.
|
|
17
|
+
*
|
|
18
|
+
* Wires together all execution hooks and sub-components into a
|
|
19
|
+
* two-region layout: an event timeline (main area) and a context
|
|
20
|
+
* sidebar (tasks, budget, artifacts).
|
|
21
|
+
*
|
|
22
|
+
* This component is designed to work identically whether rendered
|
|
23
|
+
* in the Stigmer Console or embedded in a third-party dashboard.
|
|
24
|
+
* No dependencies on Console routing, auth, or layout context.
|
|
25
|
+
*
|
|
26
|
+
* @example
|
|
27
|
+
* ```tsx
|
|
28
|
+
* <WorkflowExecutionViewer
|
|
29
|
+
* executionId="wfx_abc123"
|
|
30
|
+
* onNavigateToAgentExecution={(id) => router.push(`/sessions/${id}`)}
|
|
31
|
+
* />
|
|
32
|
+
* ```
|
|
33
|
+
*/
|
|
34
|
+
export const WorkflowExecutionViewer = memo(function WorkflowExecutionViewer({ executionId, org, onNavigateToAgentExecution, onNavigateToWorkflowEditor, additionalActions, className, }) {
|
|
35
|
+
const { execution, isLoading: isLoadingExecution, error: executionError, refetch: refetchExecution, } = useWorkflowExecution(executionId);
|
|
36
|
+
const phase = execution?.status?.phase;
|
|
37
|
+
const { events, taskStates, costSummary, streamState, totalTasks, error: streamError, reconnect, } = useWorkflowExecutionEventStream(executionId, {
|
|
38
|
+
executionPhase: phase,
|
|
39
|
+
});
|
|
40
|
+
const { artifacts, isLoading: isLoadingArtifacts, } = useWorkflowExecutionArtifacts(executionId);
|
|
41
|
+
const actions = useWorkflowExecutionActions(executionId);
|
|
42
|
+
const [selectedTaskName, setSelectedTaskName] = useState(null);
|
|
43
|
+
const [showDiagnosis, setShowDiagnosis] = useState(false);
|
|
44
|
+
const handleDiagnose = useCallback(() => {
|
|
45
|
+
setShowDiagnosis(true);
|
|
46
|
+
}, []);
|
|
47
|
+
const handleCloseDiagnosis = useCallback(() => {
|
|
48
|
+
setShowDiagnosis(false);
|
|
49
|
+
}, []);
|
|
50
|
+
const handleApplyFix = useCallback((yaml) => {
|
|
51
|
+
if (onNavigateToWorkflowEditor) {
|
|
52
|
+
const slug = execution?.metadata?.slug ?? execution?.metadata?.name ?? "";
|
|
53
|
+
onNavigateToWorkflowEditor(yaml, slug);
|
|
54
|
+
}
|
|
55
|
+
}, [onNavigateToWorkflowEditor, execution]);
|
|
56
|
+
// Loading state
|
|
57
|
+
if (isLoadingExecution) {
|
|
58
|
+
return (_jsx("div", { className: cn("flex h-full items-center justify-center", className), children: _jsx(LoadingSkeleton, {}) }));
|
|
59
|
+
}
|
|
60
|
+
// Error state
|
|
61
|
+
if (executionError) {
|
|
62
|
+
return (_jsxs("div", { className: cn("flex h-full flex-col items-center justify-center gap-3 px-6", className), children: [_jsx("p", { className: "text-sm text-destructive", children: executionError.message }), _jsx("button", { type: "button", onClick: refetchExecution, className: "rounded border border-border px-3 py-1.5 text-xs font-medium text-foreground hover:bg-muted", children: "Retry" })] }));
|
|
63
|
+
}
|
|
64
|
+
// Not found
|
|
65
|
+
if (!execution) {
|
|
66
|
+
return (_jsx("div", { className: cn("flex h-full items-center justify-center text-sm text-muted-foreground", className), children: "Execution not found" }));
|
|
67
|
+
}
|
|
68
|
+
return (_jsxs("div", { className: cn("flex h-full flex-col overflow-hidden", className), children: [_jsx(WorkflowExecutionHeader, { execution: execution, streamState: streamState, costSummary: costSummary, actions: actions, onDiagnose: org ? handleDiagnose : undefined, isDiagnosing: showDiagnosis }), streamError && (_jsxs("div", { className: "flex items-center gap-2 border-b border-destructive/20 bg-destructive/5 px-4 py-2", children: [_jsx("p", { className: "flex-1 text-xs text-destructive", children: streamError.message }), _jsx("button", { type: "button", onClick: reconnect, className: "shrink-0 rounded border border-destructive/30 px-2 py-1 text-xs text-destructive hover:bg-destructive/10", children: "Reconnect" })] })), _jsxs("div", { className: "flex min-h-0 flex-1", children: [_jsx(WorkflowExecutionTimeline, { events: events, streamState: streamState, onNavigateToAgentExecution: onNavigateToAgentExecution, className: "flex-1 border-r border-border" }), _jsx("aside", { className: cn("flex shrink-0 flex-col overflow-hidden border-l border-border", showDiagnosis
|
|
69
|
+
? "w-[40%] min-w-[360px] max-w-[500px]"
|
|
70
|
+
: "w-64 overflow-y-auto"), children: showDiagnosis && org ? (_jsx(WorkflowRepairCard, { executionId: executionId, org: org, onApplyFix: onNavigateToWorkflowEditor ? handleApplyFix : undefined, onClose: handleCloseDiagnosis, className: "h-full" })) : (_jsxs(_Fragment, { children: [_jsx(WorkflowExecutionTaskPanel, { taskStates: taskStates, totalTasks: totalTasks, selectedTaskName: selectedTaskName, onSelectTask: setSelectedTaskName }), _jsx("div", { className: "border-t border-border", children: _jsx(WorkflowExecutionCostPanel, { costSummary: costSummary }) }), artifacts.length > 0 && (_jsx("div", { className: "border-t border-border", children: _jsx(WorkflowExecutionArtifactPanel, { artifacts: artifacts }) })), additionalActions && (_jsx("div", { className: "border-t border-border px-3 py-2", children: additionalActions }))] })) })] })] }));
|
|
71
|
+
});
|
|
72
|
+
function LoadingSkeleton() {
|
|
73
|
+
return (_jsxs("div", { className: "flex w-full flex-col gap-3 p-6", children: [_jsx("div", { className: "h-4 w-48 animate-pulse rounded bg-muted" }), _jsx("div", { className: "h-3 w-32 animate-pulse rounded bg-muted" }), _jsx("div", { className: "mt-4 space-y-2", children: Array.from({ length: 5 }, (_, i) => (_jsxs("div", { className: "flex items-center gap-3", children: [_jsx("div", { className: "size-3 animate-pulse rounded-full bg-muted" }), _jsx("div", { className: "h-3 flex-1 animate-pulse rounded bg-muted" })] }, i))) })] }));
|
|
74
|
+
}
|
|
75
|
+
//# sourceMappingURL=WorkflowExecutionViewer.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkflowExecutionViewer.js","sourceRoot":"","sources":["../../src/workflow/WorkflowExecutionViewer.tsx"],"names":[],"mappings":"AAAA,YAAY,CAAC;;AAEb,OAAO,EAAE,IAAI,EAAE,WAAW,EAAE,QAAQ,EAAkB,MAAM,OAAO,CAAC;AACpE,OAAO,EAAE,EAAE,EAAE,MAAM,gBAAgB,CAAC;AACpC,OAAO,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAC9D,OAAO,EAAE,+BAA+B,EAAE,MAAM,mCAAmC,CAAC;AACpF,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAChF,OAAO,EAAE,2BAA2B,EAAE,MAAM,+BAA+B,CAAC;AAC5E,OAAO,EAAE,uBAAuB,EAAE,MAAM,2BAA2B,CAAC;AACpE,OAAO,EAAE,yBAAyB,EAAE,MAAM,6BAA6B,CAAC;AACxE,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,8BAA8B,CAAC;AAC1E,OAAO,EAAE,8BAA8B,EAAE,MAAM,kCAAkC,CAAC;AAClF,OAAO,EAAE,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AA0B1D;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG,IAAI,CAAC,SAAS,uBAAuB,CAAC,EAC3E,WAAW,EACX,GAAG,EACH,0BAA0B,EAC1B,0BAA0B,EAC1B,iBAAiB,EACjB,SAAS,GACoB;IAC7B,MAAM,EACJ,SAAS,EACT,SAAS,EAAE,kBAAkB,EAC7B,KAAK,EAAE,cAAc,EACrB,OAAO,EAAE,gBAAgB,GAC1B,GAAG,oBAAoB,CAAC,WAAW,CAAC,CAAC;IAEtC,MAAM,KAAK,GAAG,SAAS,EAAE,MAAM,EAAE,KAAK,CAAC;IAEvC,MAAM,EACJ,MAAM,EACN,UAAU,EACV,WAAW,EACX,WAAW,EACX,UAAU,EACV,KAAK,EAAE,WAAW,EAClB,SAAS,GACV,GAAG,+BAA+B,CAAC,WAAW,EAAE;QAC/C,cAAc,EAAE,KAAK;KACtB,CAAC,CAAC;IAEH,MAAM,EACJ,SAAS,EACT,SAAS,EAAE,kBAAkB,GAC9B,GAAG,6BAA6B,CAAC,WAAW,CAAC,CAAC;IAE/C,MAAM,OAAO,GAAG,2BAA2B,CAAC,WAAW,CAAC,CAAC;IAEzD,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,QAAQ,CAAgB,IAAI,CAAC,CAAC;IAC9E,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAE1D,MAAM,cAAc,GAAG,WAAW,CAAC,GAAG,EAAE;QACtC,gBAAgB,CAAC,IAAI,CAAC,CAAC;IACzB,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,MAAM,oBAAoB,GAAG,WAAW,CAAC,GAAG,EAAE;QAC5C,gBAAgB,CAAC,KAAK,CAAC,CAAC;IAC1B,CAAC,EAAE,EAAE,CAAC,CAAC;IAEP,MAAM,cAAc,GAAG,WAAW,CAChC,CAAC,IAAY,EAAE,EAAE;QACf,IAAI,0BAA0B,EAAE,CAAC;YAC/B,MAAM,IAAI,GAAG,SAAS,EAAE,QAAQ,EAAE,IAAI,IAAI,SAAS,EAAE,QAAQ,EAAE,IAAI,IAAI,EAAE,CAAC;YAC1E,0BAA0B,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;QACzC,CAAC;IACH,CAAC,EACD,CAAC,0BAA0B,EAAE,SAAS,CAAC,CACxC,CAAC;IAEF,gBAAgB;IAChB,IAAI,kBAAkB,EAAE,CAAC;QACvB,OAAO,CACL,cAAK,SAAS,EAAE,EAAE,CAAC,yCAAyC,EAAE,SAAS,CAAC,YACtE,KAAC,eAAe,KAAG,GACf,CACP,CAAC;IACJ,CAAC;IAED,cAAc;IACd,IAAI,cAAc,EAAE,CAAC;QACnB,OAAO,CACL,eAAK,SAAS,EAAE,EAAE,CAAC,6DAA6D,EAAE,SAAS,CAAC,aAC1F,YAAG,SAAS,EAAC,0BAA0B,YAAE,cAAc,CAAC,OAAO,GAAK,EACpE,iBACE,IAAI,EAAC,QAAQ,EACb,OAAO,EAAE,gBAAgB,EACzB,SAAS,EAAC,6FAA6F,sBAGhG,IACL,CACP,CAAC;IACJ,CAAC;IAED,YAAY;IACZ,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,OAAO,CACL,cAAK,SAAS,EAAE,EAAE,CAAC,uEAAuE,EAAE,SAAS,CAAC,oCAEhG,CACP,CAAC;IACJ,CAAC;IAED,OAAO,CACL,eAAK,SAAS,EAAE,EAAE,CAAC,sCAAsC,EAAE,SAAS,CAAC,aACnE,KAAC,uBAAuB,IACtB,SAAS,EAAE,SAAS,EACpB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,WAAW,EACxB,OAAO,EAAE,OAAO,EAChB,UAAU,EAAE,GAAG,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,EAC5C,YAAY,EAAE,aAAa,GAC3B,EAGD,WAAW,IAAI,CACd,eAAK,SAAS,EAAC,mFAAmF,aAChG,YAAG,SAAS,EAAC,iCAAiC,YAAE,WAAW,CAAC,OAAO,GAAK,EACxE,iBACE,IAAI,EAAC,QAAQ,EACb,OAAO,EAAE,SAAS,EAClB,SAAS,EAAC,0GAA0G,0BAG7G,IACL,CACP,EAED,eAAK,SAAS,EAAC,qBAAqB,aAElC,KAAC,yBAAyB,IACxB,MAAM,EAAE,MAAM,EACd,WAAW,EAAE,WAAW,EACxB,0BAA0B,EAAE,0BAA0B,EACtD,SAAS,EAAC,+BAA+B,GACzC,EAGF,gBACE,SAAS,EAAE,EAAE,CACX,+DAA+D,EAC/D,aAAa;4BACX,CAAC,CAAC,qCAAqC;4BACvC,CAAC,CAAC,sBAAsB,CAC3B,YAEA,aAAa,IAAI,GAAG,CAAC,CAAC,CAAC,CACtB,KAAC,kBAAkB,IACjB,WAAW,EAAE,WAAW,EACxB,GAAG,EAAE,GAAG,EACR,UAAU,EAAE,0BAA0B,CAAC,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,SAAS,EACnE,OAAO,EAAE,oBAAoB,EAC7B,SAAS,EAAC,QAAQ,GAClB,CACH,CAAC,CAAC,CAAC,CACF,8BACE,KAAC,0BAA0B,IACzB,UAAU,EAAE,UAAU,EACtB,UAAU,EAAE,UAAU,EACtB,gBAAgB,EAAE,gBAAgB,EAClC,YAAY,EAAE,mBAAmB,GACjC,EAEF,cAAK,SAAS,EAAC,wBAAwB,YACrC,KAAC,0BAA0B,IAAC,WAAW,EAAE,WAAW,GAAI,GACpD,EAEL,SAAS,CAAC,MAAM,GAAG,CAAC,IAAI,CACvB,cAAK,SAAS,EAAC,wBAAwB,YACrC,KAAC,8BAA8B,IAAC,SAAS,EAAE,SAAS,GAAI,GACpD,CACP,EAEA,iBAAiB,IAAI,CACpB,cAAK,SAAS,EAAC,kCAAkC,YAC9C,iBAAiB,GACd,CACP,IACA,CACJ,GACK,IACJ,IACF,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,SAAS,eAAe;IACtB,OAAO,CACL,eAAK,SAAS,EAAC,gCAAgC,aAC7C,cAAK,SAAS,EAAC,yCAAyC,GAAG,EAC3D,cAAK,SAAS,EAAC,yCAAyC,GAAG,EAC3D,cAAK,SAAS,EAAC,gBAAgB,YAC5B,KAAK,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CACnC,eAAa,SAAS,EAAC,yBAAyB,aAC9C,cAAK,SAAS,EAAC,4CAA4C,GAAG,EAC9D,cAAK,SAAS,EAAC,2CAA2C,GAAG,KAFrD,CAAC,CAGL,CACP,CAAC,GACE,IACF,CACP,CAAC;AACJ,CAAC"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import type { WorkflowGraphModel } from "./workflow-graph-model";
|
|
2
|
+
import type { CanvasSelection } from "./useWorkflowCanvas";
|
|
3
|
+
import type { TaskKindDescriptor } from "./types";
|
|
4
|
+
/** Props for {@link WorkflowInspectorPanel}. */
|
|
5
|
+
export interface WorkflowInspectorPanelProps {
|
|
6
|
+
/** Currently selected element on the canvas. */
|
|
7
|
+
readonly selection: CanvasSelection | null;
|
|
8
|
+
/** The current graph model for node/edge lookups. */
|
|
9
|
+
readonly graph: WorkflowGraphModel | null;
|
|
10
|
+
/** Descriptor for the selected node's task kind. */
|
|
11
|
+
readonly descriptor: TaskKindDescriptor | undefined;
|
|
12
|
+
/** Called when a config field value changes. */
|
|
13
|
+
readonly onUpdateField: (nodeId: string, fieldPath: string, value: unknown) => void;
|
|
14
|
+
/** Called when a node is renamed. */
|
|
15
|
+
readonly onRenameNode: (nodeId: string, newName: string) => void;
|
|
16
|
+
/** Called when a node's export.as changes. */
|
|
17
|
+
readonly onUpdateExport: (nodeId: string, exportAs: string | undefined) => void;
|
|
18
|
+
/** Called when a node's flow.then changes. */
|
|
19
|
+
readonly onUpdateFlow: (nodeId: string, thenTarget: string | undefined) => void;
|
|
20
|
+
/** Called to delete an edge. */
|
|
21
|
+
readonly onDeleteEdge?: (edgeId: string) => void;
|
|
22
|
+
/** Called to delete a node (task). */
|
|
23
|
+
readonly onDeleteNode?: (nodeId: string) => void;
|
|
24
|
+
/** Called to create/update/remove an edge for a specific branch handle. */
|
|
25
|
+
readonly onUpdateBranchRouting?: (nodeId: string, handleId: string, targetTask: string | undefined) => void;
|
|
26
|
+
/** Called when a branch handle is renamed (case/outcome rename). */
|
|
27
|
+
readonly onMigrateBranchHandle?: (nodeId: string, oldHandleId: string, newHandleId: string) => void;
|
|
28
|
+
/** Called to remove all edges from a specific branch handle. */
|
|
29
|
+
readonly onRemoveBranchEdges?: (nodeId: string, handleId: string) => void;
|
|
30
|
+
/** Additional CSS class names. */
|
|
31
|
+
readonly className?: string;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Inspector panel for the visual canvas editor.
|
|
35
|
+
*
|
|
36
|
+
* Renders a right sidebar with context-sensitive sections based on the
|
|
37
|
+
* selected element: node inspector (Identity, Configuration, Export, Flow),
|
|
38
|
+
* edge inspector (label, source/target), or sentinel summary.
|
|
39
|
+
*
|
|
40
|
+
* Controlled component: receives selection + graph from the canvas hook
|
|
41
|
+
* and calls mutation methods for all edits (AD-T15-B3-004).
|
|
42
|
+
*
|
|
43
|
+
* @since T15 Batch 3 (Inspector + Edit Loop)
|
|
44
|
+
*/
|
|
45
|
+
export declare const WorkflowInspectorPanel: import("react").NamedExoticComponent<WorkflowInspectorPanelProps>;
|
|
46
|
+
//# sourceMappingURL=WorkflowInspectorPanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkflowInspectorPanel.d.ts","sourceRoot":"","sources":["../../src/workflow/WorkflowInspectorPanel.tsx"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,kBAAkB,EAAwC,MAAM,wBAAwB,CAAC;AAEvG,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAOlD,gDAAgD;AAChD,MAAM,WAAW,2BAA2B;IAC1C,gDAAgD;IAChD,QAAQ,CAAC,SAAS,EAAE,eAAe,GAAG,IAAI,CAAC;IAC3C,qDAAqD;IACrD,QAAQ,CAAC,KAAK,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC1C,oDAAoD;IACpD,QAAQ,CAAC,UAAU,EAAE,kBAAkB,GAAG,SAAS,CAAC;IACpD,gDAAgD;IAChD,QAAQ,CAAC,aAAa,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACpF,qCAAqC;IACrC,QAAQ,CAAC,YAAY,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACjE,8CAA8C;IAC9C,QAAQ,CAAC,cAAc,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAAC;IAChF,8CAA8C;IAC9C,QAAQ,CAAC,YAAY,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI,CAAC;IAChF,gCAAgC;IAChC,QAAQ,CAAC,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACjD,sCAAsC;IACtC,QAAQ,CAAC,YAAY,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACjD,2EAA2E;IAC3E,QAAQ,CAAC,qBAAqB,CAAC,EAAE,CAC/B,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,MAAM,GAAG,SAAS,KAC3B,IAAI,CAAC;IACV,oEAAoE;IACpE,QAAQ,CAAC,qBAAqB,CAAC,EAAE,CAC/B,MAAM,EAAE,MAAM,EACd,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,MAAM,KAChB,IAAI,CAAC;IACV,gEAAgE;IAChE,QAAQ,CAAC,mBAAmB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1E,kCAAkC;IAClC,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,sBAAsB,mEA4DjC,CAAC"}
|