@ranker/raxflow 0.2.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/dashboard/index.html +420 -0
- package/dist/benchmark.d.ts.map +1 -0
- package/dist/benchmark.js +123 -0
- package/dist/benchmark.js.map +1 -0
- package/dist/bin.d.ts.map +1 -0
- package/dist/bin.js +141 -0
- package/dist/bin.js.map +1 -0
- package/dist/bootstrap.d.ts.map +1 -0
- package/dist/bootstrap.js +22 -0
- package/dist/bootstrap.js.map +1 -0
- package/dist/bridge-adapter-templates.d.ts.map +1 -0
- package/dist/bridge-adapter-templates.js +185 -0
- package/dist/bridge-adapter-templates.js.map +1 -0
- package/dist/bridge-test.d.ts.map +1 -0
- package/dist/bridge-test.js +89 -0
- package/dist/bridge-test.js.map +1 -0
- package/dist/dashboard.d.ts.map +1 -0
- package/dist/dashboard.js +49 -0
- package/dist/dashboard.js.map +1 -0
- package/dist/doctor.d.ts.map +1 -0
- package/dist/doctor.js +70 -0
- package/dist/doctor.js.map +1 -0
- package/dist/evolve.d.ts.map +1 -0
- package/dist/evolve.js +48 -0
- package/dist/evolve.js.map +1 -0
- package/dist/host-init-templates.d.ts.map +1 -0
- package/dist/host-init-templates.js +119 -0
- package/dist/host-init-templates.js.map +1 -0
- package/dist/hub/__tests__/commands.test.d.ts.map +1 -0
- package/dist/hub/__tests__/commands.test.js +72 -0
- package/dist/hub/__tests__/commands.test.js.map +1 -0
- package/dist/hub/__tests__/history.test.d.ts.map +1 -0
- package/dist/hub/__tests__/history.test.js +119 -0
- package/dist/hub/__tests__/history.test.js.map +1 -0
- package/dist/hub/__tests__/parser.test.d.ts.map +1 -0
- package/dist/hub/__tests__/parser.test.js +92 -0
- package/dist/hub/__tests__/parser.test.js.map +1 -0
- package/dist/hub/chat/ChatApp.d.ts +2 -0
- package/dist/hub/chat/ChatApp.d.ts.map +1 -0
- package/dist/hub/chat/ChatApp.js +146 -0
- package/dist/hub/chat/ChatApp.js.map +1 -0
- package/dist/hub/chat/components/ChatInput.d.ts +9 -0
- package/dist/hub/chat/components/ChatInput.d.ts.map +1 -0
- package/dist/hub/chat/components/ChatInput.js +19 -0
- package/dist/hub/chat/components/ChatInput.js.map +1 -0
- package/dist/hub/chat/components/MessageList.d.ts +7 -0
- package/dist/hub/chat/components/MessageList.d.ts.map +1 -0
- package/dist/hub/chat/components/MessageList.js +6 -0
- package/dist/hub/chat/components/MessageList.js.map +1 -0
- package/dist/hub/chat/context.d.ts.map +1 -0
- package/dist/hub/chat/context.js +42 -0
- package/dist/hub/chat/context.js.map +1 -0
- package/dist/hub/chat/hooks/useChatHistory.d.ts +7 -0
- package/dist/hub/chat/hooks/useChatHistory.d.ts.map +1 -0
- package/dist/hub/chat/hooks/useChatHistory.js +31 -0
- package/dist/hub/chat/hooks/useChatHistory.js.map +1 -0
- package/dist/hub/chat/index.d.ts.map +1 -0
- package/dist/hub/chat/index.js +7 -0
- package/dist/hub/chat/index.js.map +1 -0
- package/dist/hub/chat/intent-parser.d.ts.map +1 -0
- package/dist/hub/chat/intent-parser.js +48 -0
- package/dist/hub/chat/intent-parser.js.map +1 -0
- package/dist/hub/chat/types.d.ts.map +1 -0
- package/dist/hub/chat/types.js +2 -0
- package/dist/hub/chat/types.js.map +1 -0
- package/dist/hub/commands/agents.d.ts.map +1 -0
- package/dist/hub/commands/agents.js +36 -0
- package/dist/hub/commands/agents.js.map +1 -0
- package/dist/hub/commands/index.d.ts.map +1 -0
- package/dist/hub/commands/index.js +123 -0
- package/dist/hub/commands/index.js.map +1 -0
- package/dist/hub/commands/logs.d.ts.map +1 -0
- package/dist/hub/commands/logs.js +53 -0
- package/dist/hub/commands/logs.js.map +1 -0
- package/dist/hub/commands/memory.d.ts.map +1 -0
- package/dist/hub/commands/memory.js +40 -0
- package/dist/hub/commands/memory.js.map +1 -0
- package/dist/hub/commands/metrics.d.ts.map +1 -0
- package/dist/hub/commands/metrics.js +35 -0
- package/dist/hub/commands/metrics.js.map +1 -0
- package/dist/hub/commands/providers.d.ts.map +1 -0
- package/dist/hub/commands/providers.js +26 -0
- package/dist/hub/commands/providers.js.map +1 -0
- package/dist/hub/commands/run.d.ts.map +1 -0
- package/dist/hub/commands/run.js +31 -0
- package/dist/hub/commands/run.js.map +1 -0
- package/dist/hub/commands/status.d.ts.map +1 -0
- package/dist/hub/commands/status.js +61 -0
- package/dist/hub/commands/status.js.map +1 -0
- package/dist/hub/commands/workflows.d.ts.map +1 -0
- package/dist/hub/commands/workflows.js +45 -0
- package/dist/hub/commands/workflows.js.map +1 -0
- package/dist/hub/config-loader.d.ts.map +1 -0
- package/dist/hub/config-loader.js +27 -0
- package/dist/hub/config-loader.js.map +1 -0
- package/dist/hub/event-listener.d.ts +6 -0
- package/dist/hub/event-listener.d.ts.map +1 -0
- package/dist/hub/event-listener.js +12 -0
- package/dist/hub/event-listener.js.map +1 -0
- package/dist/hub/history.d.ts.map +1 -0
- package/dist/hub/history.js +59 -0
- package/dist/hub/history.js.map +1 -0
- package/dist/hub/index.d.ts.map +1 -0
- package/dist/hub/index.js +114 -0
- package/dist/hub/index.js.map +1 -0
- package/dist/hub/parser.d.ts.map +1 -0
- package/dist/hub/parser.js +98 -0
- package/dist/hub/parser.js.map +1 -0
- package/dist/hub/styles/borders.d.ts.map +1 -0
- package/dist/hub/styles/borders.js +64 -0
- package/dist/hub/styles/borders.js.map +1 -0
- package/dist/hub/styles/colors.d.ts.map +1 -0
- package/dist/hub/styles/colors.js +115 -0
- package/dist/hub/styles/colors.js.map +1 -0
- package/dist/hub/styles/typography.d.ts.map +1 -0
- package/dist/hub/styles/typography.js +60 -0
- package/dist/hub/styles/typography.js.map +1 -0
- package/dist/hub/tui/App.d.ts +2 -0
- package/dist/hub/tui/App.d.ts.map +1 -0
- package/dist/hub/tui/App.js +53 -0
- package/dist/hub/tui/App.js.map +1 -0
- package/dist/hub/tui/components/AgentQueue.d.ts +6 -0
- package/dist/hub/tui/components/AgentQueue.d.ts.map +1 -0
- package/dist/hub/tui/components/AgentQueue.js +20 -0
- package/dist/hub/tui/components/AgentQueue.js.map +1 -0
- package/dist/hub/tui/components/DAGPanel.d.ts +16 -0
- package/dist/hub/tui/components/DAGPanel.d.ts.map +1 -0
- package/dist/hub/tui/components/DAGPanel.js +51 -0
- package/dist/hub/tui/components/DAGPanel.js.map +1 -0
- package/dist/hub/tui/components/Header.d.ts +7 -0
- package/dist/hub/tui/components/Header.d.ts.map +1 -0
- package/dist/hub/tui/components/Header.js +17 -0
- package/dist/hub/tui/components/Header.js.map +1 -0
- package/dist/hub/tui/components/LogsPanel.d.ts +6 -0
- package/dist/hub/tui/components/LogsPanel.d.ts.map +1 -0
- package/dist/hub/tui/components/LogsPanel.js +26 -0
- package/dist/hub/tui/components/LogsPanel.js.map +1 -0
- package/dist/hub/tui/components/StatusBar.d.ts +8 -0
- package/dist/hub/tui/components/StatusBar.d.ts.map +1 -0
- package/dist/hub/tui/components/StatusBar.js +7 -0
- package/dist/hub/tui/components/StatusBar.js.map +1 -0
- package/dist/hub/tui/hooks/useEvents.d.ts +2 -0
- package/dist/hub/tui/hooks/useEvents.d.ts.map +1 -0
- package/dist/hub/tui/hooks/useEvents.js +13 -0
- package/dist/hub/tui/hooks/useEvents.js.map +1 -0
- package/dist/hub/tui/index.d.ts.map +1 -0
- package/dist/hub/tui/index.js +7 -0
- package/dist/hub/tui/index.js.map +1 -0
- package/dist/hub/tui/types.d.ts.map +1 -0
- package/dist/hub/tui/types.js +2 -0
- package/dist/hub/tui/types.js.map +1 -0
- package/dist/hub/types.d.ts.map +1 -0
- package/dist/hub/types.js +2 -0
- package/dist/hub/types.js.map +1 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -0
- package/dist/init-host.d.ts.map +1 -0
- package/dist/init-host.js +232 -0
- package/dist/init-host.js.map +1 -0
- package/dist/install.d.ts.map +1 -0
- package/dist/install.js +99 -0
- package/dist/install.js.map +1 -0
- package/dist/run.d.ts.map +1 -0
- package/dist/run.js +238 -0
- package/dist/run.js.map +1 -0
- package/dist/setup/components/ApiKeyInput.d.ts +25 -0
- package/dist/setup/components/ApiKeyInput.d.ts.map +1 -0
- package/dist/setup/components/ApiKeyInput.js +54 -0
- package/dist/setup/components/ApiKeyInput.js.map +1 -0
- package/dist/setup/components/AsciiBanner.d.ts +22 -0
- package/dist/setup/components/AsciiBanner.d.ts.map +1 -0
- package/dist/setup/components/AsciiBanner.js +55 -0
- package/dist/setup/components/AsciiBanner.js.map +1 -0
- package/dist/setup/components/CliDetector.d.ts +17 -0
- package/dist/setup/components/CliDetector.d.ts.map +1 -0
- package/dist/setup/components/CliDetector.js +79 -0
- package/dist/setup/components/CliDetector.js.map +1 -0
- package/dist/setup/components/ModeSelector.d.ts +8 -0
- package/dist/setup/components/ModeSelector.d.ts.map +1 -0
- package/dist/setup/components/ModeSelector.js +76 -0
- package/dist/setup/components/ModeSelector.js.map +1 -0
- package/dist/setup/components/ProviderSelector.d.ts +18 -0
- package/dist/setup/components/ProviderSelector.d.ts.map +1 -0
- package/dist/setup/components/ProviderSelector.js +97 -0
- package/dist/setup/components/ProviderSelector.js.map +1 -0
- package/dist/setup/components/SetupWizard.d.ts +2 -0
- package/dist/setup/components/SetupWizard.d.ts.map +1 -0
- package/dist/setup/components/SetupWizard.js +212 -0
- package/dist/setup/components/SetupWizard.js.map +1 -0
- package/dist/setup/components/StepIndicator.d.ts +13 -0
- package/dist/setup/components/StepIndicator.d.ts.map +1 -0
- package/dist/setup/components/StepIndicator.js +18 -0
- package/dist/setup/components/StepIndicator.js.map +1 -0
- package/dist/setup/components/SuccessScreen.d.ts +18 -0
- package/dist/setup/components/SuccessScreen.d.ts.map +1 -0
- package/dist/setup/components/SuccessScreen.js +38 -0
- package/dist/setup/components/SuccessScreen.js.map +1 -0
- package/dist/setup/index.d.ts +12 -0
- package/dist/setup/index.d.ts.map +1 -0
- package/dist/setup/index.js +29 -0
- package/dist/setup/index.js.map +1 -0
- package/dist/setup/utils/cli-detection.d.ts +12 -0
- package/dist/setup/utils/cli-detection.d.ts.map +1 -0
- package/dist/setup/utils/cli-detection.js +83 -0
- package/dist/setup/utils/cli-detection.js.map +1 -0
- package/dist/setup/utils/config-writer.d.ts +43 -0
- package/dist/setup/utils/config-writer.d.ts.map +1 -0
- package/dist/setup/utils/config-writer.js +180 -0
- package/dist/setup/utils/config-writer.js.map +1 -0
- package/dist/styles.d.ts.map +1 -0
- package/dist/styles.js +12 -0
- package/dist/styles.js.map +1 -0
- package/dist/tui/App.d.ts +3 -0
- package/dist/tui/App.d.ts.map +1 -0
- package/dist/tui/App.js +131 -0
- package/dist/tui/App.js.map +1 -0
- package/dist/tui/components/AgentStateIcon.d.ts +18 -0
- package/dist/tui/components/AgentStateIcon.d.ts.map +1 -0
- package/dist/tui/components/AgentStateIcon.js +57 -0
- package/dist/tui/components/AgentStateIcon.js.map +1 -0
- package/dist/tui/components/AnimatedBranch.d.ts +39 -0
- package/dist/tui/components/AnimatedBranch.d.ts.map +1 -0
- package/dist/tui/components/AnimatedBranch.js +64 -0
- package/dist/tui/components/AnimatedBranch.js.map +1 -0
- package/dist/tui/components/ChatPanel.d.ts +16 -0
- package/dist/tui/components/ChatPanel.d.ts.map +1 -0
- package/dist/tui/components/ChatPanel.js +50 -0
- package/dist/tui/components/ChatPanel.js.map +1 -0
- package/dist/tui/components/DAGPanel.d.ts +36 -0
- package/dist/tui/components/DAGPanel.d.ts.map +1 -0
- package/dist/tui/components/DAGPanel.js +51 -0
- package/dist/tui/components/DAGPanel.js.map +1 -0
- package/dist/tui/components/ExecutionTimeline.d.ts +34 -0
- package/dist/tui/components/ExecutionTimeline.d.ts.map +1 -0
- package/dist/tui/components/ExecutionTimeline.js +67 -0
- package/dist/tui/components/ExecutionTimeline.js.map +1 -0
- package/dist/tui/components/Header.d.ts +12 -0
- package/dist/tui/components/Header.d.ts.map +1 -0
- package/dist/tui/components/Header.js +32 -0
- package/dist/tui/components/Header.js.map +1 -0
- package/dist/tui/components/HelpOverlay.d.ts +7 -0
- package/dist/tui/components/HelpOverlay.d.ts.map +1 -0
- package/dist/tui/components/HelpOverlay.js +60 -0
- package/dist/tui/components/HelpOverlay.js.map +1 -0
- package/dist/tui/components/InputBar.d.ts +10 -0
- package/dist/tui/components/InputBar.d.ts.map +1 -0
- package/dist/tui/components/InputBar.js +21 -0
- package/dist/tui/components/InputBar.js.map +1 -0
- package/dist/tui/components/LogsPanel.d.ts +9 -0
- package/dist/tui/components/LogsPanel.d.ts.map +1 -0
- package/dist/tui/components/LogsPanel.js +56 -0
- package/dist/tui/components/LogsPanel.js.map +1 -0
- package/dist/tui/components/MemoryPanel.d.ts +21 -0
- package/dist/tui/components/MemoryPanel.d.ts.map +1 -0
- package/dist/tui/components/MemoryPanel.js +51 -0
- package/dist/tui/components/MemoryPanel.js.map +1 -0
- package/dist/tui/components/MetricsPanel.d.ts +18 -0
- package/dist/tui/components/MetricsPanel.d.ts.map +1 -0
- package/dist/tui/components/MetricsPanel.js +27 -0
- package/dist/tui/components/MetricsPanel.js.map +1 -0
- package/dist/tui/components/StatusPanel.d.ts +23 -0
- package/dist/tui/components/StatusPanel.d.ts.map +1 -0
- package/dist/tui/components/StatusPanel.js +23 -0
- package/dist/tui/components/StatusPanel.js.map +1 -0
- package/dist/tui/components/TaskTree.d.ts +28 -0
- package/dist/tui/components/TaskTree.d.ts.map +1 -0
- package/dist/tui/components/TaskTree.js +29 -0
- package/dist/tui/components/TaskTree.js.map +1 -0
- package/dist/tui/components/animations/ProgressBar.d.ts +39 -0
- package/dist/tui/components/animations/ProgressBar.d.ts.map +1 -0
- package/dist/tui/components/animations/ProgressBar.js +39 -0
- package/dist/tui/components/animations/ProgressBar.js.map +1 -0
- package/dist/tui/components/animations/Pulse.d.ts +17 -0
- package/dist/tui/components/animations/Pulse.d.ts.map +1 -0
- package/dist/tui/components/animations/Pulse.js +47 -0
- package/dist/tui/components/animations/Pulse.js.map +1 -0
- package/dist/tui/components/animations/Spinner.d.ts +13 -0
- package/dist/tui/components/animations/Spinner.d.ts.map +1 -0
- package/dist/tui/components/animations/Spinner.js +36 -0
- package/dist/tui/components/animations/Spinner.js.map +1 -0
- package/dist/tui/components/animations/StatusAnimator.d.ts +27 -0
- package/dist/tui/components/animations/StatusAnimator.d.ts.map +1 -0
- package/dist/tui/components/animations/StatusAnimator.js +85 -0
- package/dist/tui/components/animations/StatusAnimator.js.map +1 -0
- package/dist/tui/components/animations/TypingEffect.d.ts +26 -0
- package/dist/tui/components/animations/TypingEffect.d.ts.map +1 -0
- package/dist/tui/components/animations/TypingEffect.js +59 -0
- package/dist/tui/components/animations/TypingEffect.js.map +1 -0
- package/dist/tui/components/animations/index.d.ts +8 -0
- package/dist/tui/components/animations/index.d.ts.map +1 -0
- package/dist/tui/components/animations/index.js +6 -0
- package/dist/tui/components/animations/index.js.map +1 -0
- package/dist/tui/hooks/useAnimation.d.ts +42 -0
- package/dist/tui/hooks/useAnimation.d.ts.map +1 -0
- package/dist/tui/hooks/useAnimation.js +212 -0
- package/dist/tui/hooks/useAnimation.js.map +1 -0
- package/dist/tui/hooks/useAppState.d.ts +65 -0
- package/dist/tui/hooks/useAppState.d.ts.map +1 -0
- package/dist/tui/hooks/useAppState.js +293 -0
- package/dist/tui/hooks/useAppState.js.map +1 -0
- package/dist/tui/index.d.ts +3 -0
- package/dist/tui/index.d.ts.map +1 -0
- package/dist/tui/index.js +8 -0
- package/dist/tui/index.js.map +1 -0
- package/dist/tui/services/orchestrator.d.ts +16 -0
- package/dist/tui/services/orchestrator.d.ts.map +1 -0
- package/dist/tui/services/orchestrator.js +152 -0
- package/dist/tui/services/orchestrator.js.map +1 -0
- package/dist/tui/styles/borders.d.ts +31 -0
- package/dist/tui/styles/borders.d.ts.map +1 -0
- package/dist/tui/styles/borders.js +47 -0
- package/dist/tui/styles/borders.js.map +1 -0
- package/dist/tui/styles/colors.d.ts +18 -0
- package/dist/tui/styles/colors.d.ts.map +1 -0
- package/dist/tui/styles/colors.js +18 -0
- package/dist/tui/styles/colors.js.map +1 -0
- package/dist/tui/styles/index.d.ts +6 -0
- package/dist/tui/styles/index.d.ts.map +1 -0
- package/dist/tui/styles/index.js +6 -0
- package/dist/tui/styles/index.js.map +1 -0
- package/dist/tui/styles/indicators.d.ts +67 -0
- package/dist/tui/styles/indicators.d.ts.map +1 -0
- package/dist/tui/styles/indicators.js +42 -0
- package/dist/tui/styles/indicators.js.map +1 -0
- package/dist/tui/styles/layout.d.ts +21 -0
- package/dist/tui/styles/layout.d.ts.map +1 -0
- package/dist/tui/styles/layout.js +42 -0
- package/dist/tui/styles/layout.js.map +1 -0
- package/dist/tui/styles/providers.d.ts +77 -0
- package/dist/tui/styles/providers.d.ts.map +1 -0
- package/dist/tui/styles/providers.js +31 -0
- package/dist/tui/styles/providers.js.map +1 -0
- package/dist/tui/utils/animation.d.ts +44 -0
- package/dist/tui/utils/animation.d.ts.map +1 -0
- package/dist/tui/utils/animation.js +107 -0
- package/dist/tui/utils/animation.js.map +1 -0
- package/dist/vendor-manifests.d.ts.map +1 -0
- package/dist/vendor-manifests.js +94 -0
- package/dist/vendor-manifests.js.map +1 -0
- package/dist/ws-relay.d.ts +12 -0
- package/dist/ws-relay.d.ts.map +1 -0
- package/dist/ws-relay.js +148 -0
- package/dist/ws-relay.js.map +1 -0
- package/package.json +34 -0
- package/src/benchmark.ts +156 -0
- package/src/bin.ts +156 -0
- package/src/bootstrap.ts +36 -0
- package/src/bridge-adapter-templates.ts +181 -0
- package/src/bridge-test.ts +107 -0
- package/src/dashboard.ts +51 -0
- package/src/doctor.ts +92 -0
- package/src/evolve.ts +74 -0
- package/src/host-init-templates.ts +134 -0
- package/src/hub/__tests__/commands.test.ts +84 -0
- package/src/hub/__tests__/history.test.ts +137 -0
- package/src/hub/__tests__/parser.test.ts +105 -0
- package/src/hub/commands/agents.ts +53 -0
- package/src/hub/commands/index.ts +140 -0
- package/src/hub/commands/logs.ts +70 -0
- package/src/hub/commands/memory.ts +47 -0
- package/src/hub/commands/metrics.ts +49 -0
- package/src/hub/commands/providers.ts +39 -0
- package/src/hub/commands/run.ts +37 -0
- package/src/hub/commands/status.ts +69 -0
- package/src/hub/commands/workflows.ts +64 -0
- package/src/hub/config-loader.ts +37 -0
- package/src/hub/event-listener.ts +17 -0
- package/src/hub/history.ts +66 -0
- package/src/hub/index.ts +132 -0
- package/src/hub/parser.ts +107 -0
- package/src/hub/styles/borders.ts +74 -0
- package/src/hub/styles/colors.ts +129 -0
- package/src/hub/styles/typography.ts +68 -0
- package/src/hub/types.ts +31 -0
- package/src/index.ts +10 -0
- package/src/init-host.ts +285 -0
- package/src/install.ts +118 -0
- package/src/run.ts +317 -0
- package/src/setup/components/ApiKeyInput.tsx +158 -0
- package/src/setup/components/AsciiBanner.tsx +125 -0
- package/src/setup/components/CliDetector.tsx +230 -0
- package/src/setup/components/ModeSelector.tsx +137 -0
- package/src/setup/components/ProviderSelector.tsx +174 -0
- package/src/setup/components/SetupWizard.tsx +368 -0
- package/src/setup/components/StepIndicator.tsx +74 -0
- package/src/setup/components/SuccessScreen.tsx +229 -0
- package/src/setup/index.ts +34 -0
- package/src/setup/utils/cli-detection.ts +99 -0
- package/src/setup/utils/config-writer.ts +249 -0
- package/src/styles.ts +12 -0
- package/src/tui/App.tsx +177 -0
- package/src/tui/components/AgentStateIcon.tsx +84 -0
- package/src/tui/components/AnimatedBranch.tsx +134 -0
- package/src/tui/components/ChatPanel.tsx +125 -0
- package/src/tui/components/DAGPanel.tsx +208 -0
- package/src/tui/components/ExecutionTimeline.tsx +225 -0
- package/src/tui/components/Header.tsx +109 -0
- package/src/tui/components/HelpOverlay.tsx +140 -0
- package/src/tui/components/InputBar.tsx +69 -0
- package/src/tui/components/LogsPanel.tsx +129 -0
- package/src/tui/components/MemoryPanel.tsx +163 -0
- package/src/tui/components/MetricsPanel.tsx +149 -0
- package/src/tui/components/StatusPanel.tsx +137 -0
- package/src/tui/components/TaskTree.tsx +159 -0
- package/src/tui/components/animations/ProgressBar.tsx +160 -0
- package/src/tui/components/animations/Pulse.tsx +73 -0
- package/src/tui/components/animations/Spinner.tsx +54 -0
- package/src/tui/components/animations/StatusAnimator.tsx +153 -0
- package/src/tui/components/animations/TypingEffect.tsx +119 -0
- package/src/tui/components/animations/index.ts +16 -0
- package/src/tui/hooks/useAnimation.ts +290 -0
- package/src/tui/hooks/useAppState.ts +403 -0
- package/src/tui/index.ts +9 -0
- package/src/tui/services/orchestrator.ts +195 -0
- package/src/tui/styles/borders.ts +51 -0
- package/src/tui/styles/colors.ts +19 -0
- package/src/tui/styles/index.ts +20 -0
- package/src/tui/styles/indicators.ts +54 -0
- package/src/tui/styles/layout.ts +44 -0
- package/src/tui/styles/providers.ts +32 -0
- package/src/tui/utils/animation.ts +124 -0
- package/src/vendor-manifests.ts +113 -0
- package/src/ws-relay.ts +156 -0
- package/tsconfig.json +28 -0
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
export const statusIndicators = {
|
|
2
|
+
online: { icon: "●", color: "#22c55e" },
|
|
3
|
+
offline: { icon: "○", color: "#71717a" },
|
|
4
|
+
pending: { icon: "○", color: "#71717a" },
|
|
5
|
+
running: { icon: "▶", color: "#f97316" },
|
|
6
|
+
loading: { icon: "◐", color: "#f59e0b" },
|
|
7
|
+
queued: { icon: "◐", color: "#f59e0b" },
|
|
8
|
+
done: { icon: "●", color: "#22c55e" },
|
|
9
|
+
success: { icon: "●", color: "#22c55e" },
|
|
10
|
+
error: { icon: "✗", color: "#ef4444" },
|
|
11
|
+
mutation: { icon: "◆", color: "#f59e0b" },
|
|
12
|
+
checkpoint: { icon: "■", color: "#f97316" },
|
|
13
|
+
idle: { icon: "○", color: "#71717a" },
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export function getStatusIndicator(status: string): { icon: string; color: string } {
|
|
17
|
+
const normalized = status.toLowerCase();
|
|
18
|
+
return statusIndicators[normalized as keyof typeof statusIndicators] || statusIndicators.pending;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export const spinnerFrames = ["◐", "◓", "◑", "◒"];
|
|
22
|
+
|
|
23
|
+
export const dotsSpinnerFrames = ["⠋", "⠙", "⠹", "⠸", "⼸", "⠴", "⠦", "⠧", "⠇", "⠏"];
|
|
24
|
+
|
|
25
|
+
export const circleSpinnerFrames = ["◐", "◓", "◑", "◒"];
|
|
26
|
+
|
|
27
|
+
export const pulseFrames = ["●", "◐", "○", "◐"];
|
|
28
|
+
|
|
29
|
+
export const breathFrames = ["●", "●", "◐", "◐", "○", "○", "◐", "◐"];
|
|
30
|
+
|
|
31
|
+
export const progressMarkerFrames = ["▶", "▸", "▶", "▸"];
|
|
32
|
+
|
|
33
|
+
export const progressGlowFrames = ["█", "▓", "█", "▓"];
|
|
34
|
+
|
|
35
|
+
export function getSpinnerFrame(tick: number, type: "circle" | "dots" | "pulse" = "circle"): string {
|
|
36
|
+
const frames = type === "dots" ? dotsSpinnerFrames : type === "pulse" ? pulseFrames : circleSpinnerFrames;
|
|
37
|
+
return frames[tick % frames.length];
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export function getPulseFrame(tick: number): string {
|
|
41
|
+
return pulseFrames[tick % pulseFrames.length];
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export function getBreathFrame(tick: number): string {
|
|
45
|
+
return breathFrames[tick % breathFrames.length];
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export function getProgressMarker(tick: number): string {
|
|
49
|
+
return progressMarkerFrames[tick % progressMarkerFrames.length];
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export function getProgressGlow(tick: number): string {
|
|
53
|
+
return progressGlowFrames[tick % progressGlowFrames.length];
|
|
54
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export const layout = {
|
|
2
|
+
defaultWidth: 80,
|
|
3
|
+
panelWidth: {
|
|
4
|
+
chat: 40,
|
|
5
|
+
dag: 38,
|
|
6
|
+
status: 28,
|
|
7
|
+
logs: 32,
|
|
8
|
+
metrics: 28,
|
|
9
|
+
memory: 30,
|
|
10
|
+
},
|
|
11
|
+
padding: {
|
|
12
|
+
x: 1,
|
|
13
|
+
y: 0,
|
|
14
|
+
},
|
|
15
|
+
progressWidth: 16,
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export function formatTimestamp(date: Date): string {
|
|
19
|
+
return date.toLocaleTimeString("fr-FR", {
|
|
20
|
+
hour: "2-digit",
|
|
21
|
+
minute: "2-digit",
|
|
22
|
+
second: "2-digit",
|
|
23
|
+
});
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
export function formatTimestampMs(date: Date): string {
|
|
27
|
+
const time = date.toLocaleTimeString("fr-FR", {
|
|
28
|
+
hour: "2-digit",
|
|
29
|
+
minute: "2-digit",
|
|
30
|
+
second: "2-digit",
|
|
31
|
+
});
|
|
32
|
+
const ms = String(date.getMilliseconds()).padStart(3, "0");
|
|
33
|
+
return `${time}.${ms}`;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export function padRight(text: string, width: number): string {
|
|
37
|
+
const padding = Math.max(0, width - text.length);
|
|
38
|
+
return text + " ".repeat(padding);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export function truncate(text: string, maxLength: number): string {
|
|
42
|
+
if (text.length <= maxLength) return text;
|
|
43
|
+
return text.slice(0, maxLength - 3) + "...";
|
|
44
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export const providerTags = {
|
|
2
|
+
host: { code: "[H]", name: "Host-Native" },
|
|
3
|
+
claude: { code: "[C]", name: "Claude Code" },
|
|
4
|
+
opencode: { code: "[O]", name: "OpenCode" },
|
|
5
|
+
kilo: { code: "[K]", name: "Kilo" },
|
|
6
|
+
anthropic: { code: "[A]", name: "Anthropic API" },
|
|
7
|
+
gemini: { code: "[G]", name: "Gemini" },
|
|
8
|
+
mistral: { code: "[M]", name: "Mistral" },
|
|
9
|
+
groq: { code: "[Q]", name: "Groq" },
|
|
10
|
+
openai: { code: "[O]", name: "OpenAI" },
|
|
11
|
+
};
|
|
12
|
+
|
|
13
|
+
export function getProviderTag(provider: string): { code: string; name: string } {
|
|
14
|
+
const normalized = provider.toLowerCase().replace(/[-_\s]/g, "");
|
|
15
|
+
for (const [key, value] of Object.entries(providerTags)) {
|
|
16
|
+
if (normalized.includes(key)) {
|
|
17
|
+
return value;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
return { code: "[?]", name: provider };
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export const logStatusTags = {
|
|
24
|
+
run: { tag: "[RUN]", color: "#f97316" },
|
|
25
|
+
success: { tag: "[SUCCESS]", color: "#22c55e" },
|
|
26
|
+
warn: { tag: "[WARN]", color: "#f59e0b" },
|
|
27
|
+
error: { tag: "[ERROR]", color: "#ef4444" },
|
|
28
|
+
info: { tag: "[INFO]", color: "#a1a1aa" },
|
|
29
|
+
mutate: { tag: "[MUTATE]", color: "#f59e0b" },
|
|
30
|
+
done: { tag: "[DONE]", color: "#22c55e" },
|
|
31
|
+
start: { tag: "[START]", color: "#f97316" },
|
|
32
|
+
};
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
export const spinnerSequences = {
|
|
2
|
+
dots: ["⠋", "⠙", "⠹", "⠸", "⠼", "⠴", "⠦", "⠧", "⠇", "⠏"],
|
|
3
|
+
line: ["─", "┐", "│", "┌"],
|
|
4
|
+
circle: ["◐", "◓", "◑", "◒"],
|
|
5
|
+
pulse: ["●", "◐", "○", "◐"],
|
|
6
|
+
bounce: ["⠁", "⠃", "⠇", "⡇", "⣇", "⣧", "⣷", "⣾", "⣽", "⣻", "⢿", "⡿", "⣟", "⣯", "⣭", "⣩", "⣈", "⡈", "⠈"],
|
|
7
|
+
triangle: ["◢", "◣", "◤", "◥"],
|
|
8
|
+
square: ["◰", "◳", "◲", "◱"],
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export const glowChars = ["░", "▒", "▓", "█"];
|
|
12
|
+
|
|
13
|
+
export const progressChars = {
|
|
14
|
+
empty: "░",
|
|
15
|
+
quarter: "▒",
|
|
16
|
+
half: "▓",
|
|
17
|
+
full: "█",
|
|
18
|
+
head: "▶",
|
|
19
|
+
marker: "↑",
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export const scanlineChars = ["─", "━", "═", "━"];
|
|
23
|
+
|
|
24
|
+
export function getSpinnerFrame(tick: number, type: keyof typeof spinnerSequences = "dots"): string {
|
|
25
|
+
const frames = spinnerSequences[type];
|
|
26
|
+
return frames[tick % frames.length];
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export function getGlowChar(intensity: number): string {
|
|
30
|
+
const index = Math.min(3, Math.max(0, Math.floor(intensity * 4)));
|
|
31
|
+
return glowChars[index];
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export function easeIn(t: number): number {
|
|
35
|
+
return t * t;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export function easeOut(t: number): number {
|
|
39
|
+
return 1 - (1 - t) * (1 - t);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export function easeInOut(t: number): number {
|
|
43
|
+
return t < 0.5 ? 2 * t * t : 1 - Math.pow(-2 * t + 2, 2) / 2;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export function linear(t: number): number {
|
|
47
|
+
return t;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export function pingPong(t: number, min: number = 0, max: number = 1): number {
|
|
51
|
+
const cycle = t % 2;
|
|
52
|
+
return min + (cycle < 1 ? cycle : 2 - cycle) * (max - min);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export function breathe(t: number, min: number = 0.3, max: number = 1): number {
|
|
56
|
+
return min + (Math.sin(t * Math.PI * 2) + 1) / 2 * (max - min);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export function clamp(value: number, min: number, max: number): number {
|
|
60
|
+
return Math.min(max, Math.max(min, value));
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export function lerp(a: number, b: number, t: number): number {
|
|
64
|
+
return a + (b - a) * clamp(t, 0, 1);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export const bracketProgress = {
|
|
68
|
+
empty: (width: number = 10): string => `[${".".repeat(width)}]`,
|
|
69
|
+
progress: (progress: number, width: number = 10): string => {
|
|
70
|
+
const filled = Math.round(progress * width);
|
|
71
|
+
const empty = width - filled;
|
|
72
|
+
return `[${"=".repeat(filled)}${empty > 0 ? ".".repeat(empty) : ""}]`;
|
|
73
|
+
},
|
|
74
|
+
animated: (progress: number, tick: number, width: number = 10): string => {
|
|
75
|
+
const filled = Math.round(progress * width);
|
|
76
|
+
const empty = width - filled;
|
|
77
|
+
const head = filled < width ? [">", "=", "-"][tick % 3] : "";
|
|
78
|
+
return `[${"=".repeat(Math.max(0, filled - 1))}${head}${empty > 0 ? ".".repeat(empty) : ""}]`;
|
|
79
|
+
},
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
export function createTypewriterEffect(text: string, progress: number): string {
|
|
83
|
+
const chars = Math.floor(progress * text.length);
|
|
84
|
+
return text.slice(0, chars);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export const statusTransitionAnims = {
|
|
88
|
+
idle_to_running: ["○", "◐", "◑", "●", "▶"],
|
|
89
|
+
running_to_done: ["▶", "●", "✓"],
|
|
90
|
+
running_to_error: ["▶", "◐", "✗"],
|
|
91
|
+
pending_to_running: ["○", "◐", "▶"],
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
export function getStatusTransitionFrame(
|
|
95
|
+
from: string,
|
|
96
|
+
to: string,
|
|
97
|
+
progress: number
|
|
98
|
+
): string {
|
|
99
|
+
const key = `${from}_to_${to}` as keyof typeof statusTransitionAnims;
|
|
100
|
+
const frames = statusTransitionAnims[key];
|
|
101
|
+
if (!frames) return "●";
|
|
102
|
+
const index = Math.min(frames.length - 1, Math.floor(progress * frames.length));
|
|
103
|
+
return frames[index];
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
export function generateGridOverlay(width: number, height: number, cellSize: number = 10): string[] {
|
|
107
|
+
const lines: string[] = [];
|
|
108
|
+
for (let y = 0; y < height; y++) {
|
|
109
|
+
let line = "";
|
|
110
|
+
for (let x = 0; x < width; x++) {
|
|
111
|
+
if (y % cellSize === 0 && x % cellSize === 0) {
|
|
112
|
+
line += "┼";
|
|
113
|
+
} else if (y % cellSize === 0) {
|
|
114
|
+
line += "─";
|
|
115
|
+
} else if (x % cellSize === 0) {
|
|
116
|
+
line += "│";
|
|
117
|
+
} else {
|
|
118
|
+
line += " ";
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
lines.push(line);
|
|
122
|
+
}
|
|
123
|
+
return lines;
|
|
124
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
import path from "node:path";
|
|
2
|
+
import { HostTarget } from "./host-init-templates.js";
|
|
3
|
+
|
|
4
|
+
export interface HostManifestModel {
|
|
5
|
+
version: number;
|
|
6
|
+
target: HostTarget;
|
|
7
|
+
title: string;
|
|
8
|
+
autoInjectMode: "native" | "scripted" | "manual";
|
|
9
|
+
bridgeCommand: string;
|
|
10
|
+
quickCommands: string[];
|
|
11
|
+
sessionEntryExamples: string[];
|
|
12
|
+
task: string | null;
|
|
13
|
+
files: {
|
|
14
|
+
bootstrapPrompt: string;
|
|
15
|
+
instructions: string;
|
|
16
|
+
bridgeAdapter: string;
|
|
17
|
+
bridgeRuntimeConfig: string;
|
|
18
|
+
bridgeSmokeTest: string;
|
|
19
|
+
vendorManifest: string;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
function toRelative(baseDir: string, file: string): string {
|
|
24
|
+
const rel = path.relative(baseDir, file);
|
|
25
|
+
return rel.length > 0 ? rel : path.basename(file);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
function buildClaudeManifest(baseDir: string, manifest: HostManifestModel) {
|
|
29
|
+
return {
|
|
30
|
+
schema: "rax.vendor.claude-code.v1",
|
|
31
|
+
session: {
|
|
32
|
+
initMessageFile: toRelative(baseDir, manifest.files.bootstrapPrompt),
|
|
33
|
+
mode: manifest.autoInjectMode,
|
|
34
|
+
bridgeCommand: manifest.bridgeCommand
|
|
35
|
+
},
|
|
36
|
+
orchestrator: {
|
|
37
|
+
tool: "rax-flow",
|
|
38
|
+
quickCommands: manifest.quickCommands
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
function buildCodexManifest(baseDir: string, manifest: HostManifestModel) {
|
|
44
|
+
return {
|
|
45
|
+
schema: "rax.vendor.codex.v1",
|
|
46
|
+
chat: {
|
|
47
|
+
bootstrapFile: toRelative(baseDir, manifest.files.bootstrapPrompt),
|
|
48
|
+
strategy: manifest.autoInjectMode
|
|
49
|
+
},
|
|
50
|
+
runtime: {
|
|
51
|
+
bridgeCommand: manifest.bridgeCommand,
|
|
52
|
+
taskContext: manifest.task
|
|
53
|
+
}
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
function buildOpenCodeManifest(baseDir: string, manifest: HostManifestModel) {
|
|
58
|
+
return {
|
|
59
|
+
schema: "rax.vendor.opencode.v1",
|
|
60
|
+
integration: {
|
|
61
|
+
startupPromptFile: toRelative(baseDir, manifest.files.bootstrapPrompt),
|
|
62
|
+
launchMode: manifest.autoInjectMode
|
|
63
|
+
},
|
|
64
|
+
orchestration: {
|
|
65
|
+
quickCommands: manifest.quickCommands,
|
|
66
|
+
bridgeCommand: manifest.bridgeCommand
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
function buildKiloManifest(baseDir: string, manifest: HostManifestModel) {
|
|
72
|
+
return {
|
|
73
|
+
schema: "rax.vendor.kilo.v1",
|
|
74
|
+
initializer: {
|
|
75
|
+
promptFile: toRelative(baseDir, manifest.files.bootstrapPrompt),
|
|
76
|
+
injectMode: manifest.autoInjectMode
|
|
77
|
+
},
|
|
78
|
+
runtime: {
|
|
79
|
+
bridgeCommand: manifest.bridgeCommand,
|
|
80
|
+
commandHints: manifest.sessionEntryExamples
|
|
81
|
+
}
|
|
82
|
+
};
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
function buildGenericManifest(baseDir: string, manifest: HostManifestModel) {
|
|
86
|
+
return {
|
|
87
|
+
schema: "rax.vendor.generic.v1",
|
|
88
|
+
bootstrap: {
|
|
89
|
+
file: toRelative(baseDir, manifest.files.bootstrapPrompt)
|
|
90
|
+
},
|
|
91
|
+
bridge: {
|
|
92
|
+
command: manifest.bridgeCommand,
|
|
93
|
+
mode: manifest.autoInjectMode
|
|
94
|
+
},
|
|
95
|
+
commands: manifest.quickCommands
|
|
96
|
+
};
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export function generateVendorManifest(target: HostTarget, baseDir: string, manifest: HostManifestModel): Record<string, unknown> {
|
|
100
|
+
if (target === "claude-code") return buildClaudeManifest(baseDir, manifest);
|
|
101
|
+
if (target === "codex") return buildCodexManifest(baseDir, manifest);
|
|
102
|
+
if (target === "opencode") return buildOpenCodeManifest(baseDir, manifest);
|
|
103
|
+
if (target === "kilo") return buildKiloManifest(baseDir, manifest);
|
|
104
|
+
return buildGenericManifest(baseDir, manifest);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
export function vendorManifestFilename(target: HostTarget): string {
|
|
108
|
+
if (target === "claude-code") return "vendor-claude-code.json";
|
|
109
|
+
if (target === "codex") return "vendor-codex.json";
|
|
110
|
+
if (target === "opencode") return "vendor-opencode.json";
|
|
111
|
+
if (target === "kilo") return "vendor-kilo.json";
|
|
112
|
+
return "vendor-generic.json";
|
|
113
|
+
}
|
package/src/ws-relay.ts
ADDED
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import { WebSocketServer, WebSocket } from "ws";
|
|
2
|
+
import { RuntimeEventBus } from "rax-flow-core";
|
|
3
|
+
import { readdir, readFile, mkdir, writeFile } from "node:fs/promises";
|
|
4
|
+
import path from "node:path";
|
|
5
|
+
|
|
6
|
+
export class WebSocketRelay {
|
|
7
|
+
private wss: WebSocketServer | null = null;
|
|
8
|
+
private clients = new Set<WebSocket>();
|
|
9
|
+
private bus: RuntimeEventBus | null = null;
|
|
10
|
+
|
|
11
|
+
constructor(private port: number = 3002) { }
|
|
12
|
+
|
|
13
|
+
public start(eventBus: RuntimeEventBus): void {
|
|
14
|
+
this.bus = eventBus;
|
|
15
|
+
try {
|
|
16
|
+
this.wss = new WebSocketServer({ port: this.port });
|
|
17
|
+
console.log(`\n[UI] 📡 WebSocket relay started on ws://localhost:${this.port}`);
|
|
18
|
+
|
|
19
|
+
this.wss.on("connection", (ws) => {
|
|
20
|
+
this.clients.add(ws);
|
|
21
|
+
ws.send(JSON.stringify({ type: "HELLO", timestamp: Date.now() }));
|
|
22
|
+
|
|
23
|
+
ws.on("close", () => {
|
|
24
|
+
this.clients.delete(ws);
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
ws.on("message", async (data) => {
|
|
28
|
+
try {
|
|
29
|
+
const message = JSON.parse(data.toString());
|
|
30
|
+
const historyDir = path.join(process.cwd(), ".rax-flow", "history");
|
|
31
|
+
|
|
32
|
+
if (message.type === "GET_HISTORY") {
|
|
33
|
+
try {
|
|
34
|
+
const files = await readdir(historyDir);
|
|
35
|
+
const runs = await Promise.all(
|
|
36
|
+
files.filter(f => f.endsWith(".json")).map(async f => {
|
|
37
|
+
const content = await readFile(path.join(historyDir, f), "utf8");
|
|
38
|
+
const parsed = JSON.parse(content);
|
|
39
|
+
return {
|
|
40
|
+
taskId: parsed.taskId,
|
|
41
|
+
timestamp: parsed.timestamp,
|
|
42
|
+
prompt: parsed.prompt,
|
|
43
|
+
success: parsed.result.success,
|
|
44
|
+
costUsd: parsed.metrics.totalCostUsd
|
|
45
|
+
};
|
|
46
|
+
})
|
|
47
|
+
);
|
|
48
|
+
ws.send(JSON.stringify({ type: "HISTORY_LIST", runs: runs.sort((a, b) => b.timestamp - a.timestamp) }));
|
|
49
|
+
} catch {
|
|
50
|
+
ws.send(JSON.stringify({ type: "HISTORY_LIST", runs: [] }));
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
else if (message.type === "LOAD_RUN") {
|
|
55
|
+
try {
|
|
56
|
+
const file = path.join(historyDir, `${message.taskId}.json`);
|
|
57
|
+
const content = await readFile(file, "utf8");
|
|
58
|
+
ws.send(JSON.stringify({ type: "RUN_DATA", data: JSON.parse(content) }));
|
|
59
|
+
} catch (err) {
|
|
60
|
+
ws.send(JSON.stringify({ type: "ERROR", message: "Run not found" }));
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
else if (message.type === "LIST_WORKFLOWS") {
|
|
65
|
+
const workflowsDir = path.join(process.cwd(), ".rax-flow", "workflows");
|
|
66
|
+
try {
|
|
67
|
+
const files = await readdir(workflowsDir);
|
|
68
|
+
const list = files.filter(f => f.endsWith(".json")).map(f => ({
|
|
69
|
+
id: f.replace(".json", ""),
|
|
70
|
+
filename: f
|
|
71
|
+
}));
|
|
72
|
+
ws.send(JSON.stringify({ type: "WORKFLOW_LIST", workflows: list }));
|
|
73
|
+
} catch {
|
|
74
|
+
ws.send(JSON.stringify({ type: "WORKFLOW_LIST", workflows: [] }));
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
else if (message.type === "RESOLVE_APPROVAL") {
|
|
79
|
+
this.bus?.emit({
|
|
80
|
+
type: "INTERNAL_RESOLVE_APPROVAL",
|
|
81
|
+
taskId: message.taskId,
|
|
82
|
+
nodeId: message.nodeId,
|
|
83
|
+
approved: message.approved,
|
|
84
|
+
feedback: message.feedback
|
|
85
|
+
} as any);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
else if (message.type === "SAVE_WORKFLOW") {
|
|
89
|
+
try {
|
|
90
|
+
const workflowsDir = path.join(process.cwd(), ".rax-flow", "workflows");
|
|
91
|
+
await mkdir(workflowsDir, { recursive: true });
|
|
92
|
+
const file = path.join(workflowsDir, `${message.id}.json`);
|
|
93
|
+
const data = {
|
|
94
|
+
id: message.id,
|
|
95
|
+
nodes: message.nodes,
|
|
96
|
+
edges: message.edges
|
|
97
|
+
};
|
|
98
|
+
await writeFile(file, JSON.stringify(data, null, 2));
|
|
99
|
+
ws.send(JSON.stringify({ type: "INFO", message: `Workflow ${message.id} saved.` }));
|
|
100
|
+
this.broadcast({ type: "REFRESH_WORKFLOWS" });
|
|
101
|
+
} catch (err) {
|
|
102
|
+
ws.send(JSON.stringify({ type: "ERROR", message: "Failed to save workflow" }));
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
else if (message.type === "DELETE_WORKFLOW") {
|
|
107
|
+
try {
|
|
108
|
+
const url = path.join(process.cwd(), ".rax-flow", "workflows", `${message.id}.json`);
|
|
109
|
+
const { unlink } = await import("node:fs/promises");
|
|
110
|
+
await unlink(url);
|
|
111
|
+
this.broadcast({ type: "REFRESH_WORKFLOWS" });
|
|
112
|
+
} catch (err) {
|
|
113
|
+
ws.send(JSON.stringify({ type: "ERROR", message: "Failed to delete workflow" }));
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
} catch (e) {
|
|
117
|
+
console.error("[WS] Message parse error:", e);
|
|
118
|
+
}
|
|
119
|
+
});
|
|
120
|
+
|
|
121
|
+
ws.on("error", () => {
|
|
122
|
+
this.clients.delete(ws);
|
|
123
|
+
});
|
|
124
|
+
});
|
|
125
|
+
|
|
126
|
+
this.wss.on("error", (err) => {
|
|
127
|
+
console.error(`[UI] WebSocket server error: ${err.message}`);
|
|
128
|
+
});
|
|
129
|
+
|
|
130
|
+
eventBus.onEvent((event) => {
|
|
131
|
+
this.broadcast(event);
|
|
132
|
+
});
|
|
133
|
+
} catch (err) {
|
|
134
|
+
console.error(`[UI] Failed to start WebSocket server: ${err}`);
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
private broadcast(event: unknown): void {
|
|
139
|
+
if (!this.wss) return;
|
|
140
|
+
const payload = JSON.stringify(event);
|
|
141
|
+
for (const client of this.clients) {
|
|
142
|
+
if (client.readyState === WebSocket.OPEN) {
|
|
143
|
+
client.send(payload);
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
public stop(): void {
|
|
149
|
+
if (this.wss) {
|
|
150
|
+
this.wss.close();
|
|
151
|
+
this.wss = null;
|
|
152
|
+
this.clients.clear();
|
|
153
|
+
console.log("[UI] 📡 WebSocket relay stopped.");
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../../tsconfig.base.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"rootDir": "src",
|
|
5
|
+
"outDir": "dist",
|
|
6
|
+
"composite": true,
|
|
7
|
+
"declaration": true,
|
|
8
|
+
"declarationMap": true,
|
|
9
|
+
"jsx": "react-jsx",
|
|
10
|
+
"jsxImportSource": "react",
|
|
11
|
+
"esModuleInterop": true
|
|
12
|
+
},
|
|
13
|
+
"include": [
|
|
14
|
+
"src/**/*.ts",
|
|
15
|
+
"src/**/*.tsx"
|
|
16
|
+
],
|
|
17
|
+
"references": [
|
|
18
|
+
{
|
|
19
|
+
"path": "../core"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"path": "../agents"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"path": "../providers"
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
}
|