@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.
Files changed (425) hide show
  1. package/dashboard/index.html +420 -0
  2. package/dist/benchmark.d.ts.map +1 -0
  3. package/dist/benchmark.js +123 -0
  4. package/dist/benchmark.js.map +1 -0
  5. package/dist/bin.d.ts.map +1 -0
  6. package/dist/bin.js +141 -0
  7. package/dist/bin.js.map +1 -0
  8. package/dist/bootstrap.d.ts.map +1 -0
  9. package/dist/bootstrap.js +22 -0
  10. package/dist/bootstrap.js.map +1 -0
  11. package/dist/bridge-adapter-templates.d.ts.map +1 -0
  12. package/dist/bridge-adapter-templates.js +185 -0
  13. package/dist/bridge-adapter-templates.js.map +1 -0
  14. package/dist/bridge-test.d.ts.map +1 -0
  15. package/dist/bridge-test.js +89 -0
  16. package/dist/bridge-test.js.map +1 -0
  17. package/dist/dashboard.d.ts.map +1 -0
  18. package/dist/dashboard.js +49 -0
  19. package/dist/dashboard.js.map +1 -0
  20. package/dist/doctor.d.ts.map +1 -0
  21. package/dist/doctor.js +70 -0
  22. package/dist/doctor.js.map +1 -0
  23. package/dist/evolve.d.ts.map +1 -0
  24. package/dist/evolve.js +48 -0
  25. package/dist/evolve.js.map +1 -0
  26. package/dist/host-init-templates.d.ts.map +1 -0
  27. package/dist/host-init-templates.js +119 -0
  28. package/dist/host-init-templates.js.map +1 -0
  29. package/dist/hub/__tests__/commands.test.d.ts.map +1 -0
  30. package/dist/hub/__tests__/commands.test.js +72 -0
  31. package/dist/hub/__tests__/commands.test.js.map +1 -0
  32. package/dist/hub/__tests__/history.test.d.ts.map +1 -0
  33. package/dist/hub/__tests__/history.test.js +119 -0
  34. package/dist/hub/__tests__/history.test.js.map +1 -0
  35. package/dist/hub/__tests__/parser.test.d.ts.map +1 -0
  36. package/dist/hub/__tests__/parser.test.js +92 -0
  37. package/dist/hub/__tests__/parser.test.js.map +1 -0
  38. package/dist/hub/chat/ChatApp.d.ts +2 -0
  39. package/dist/hub/chat/ChatApp.d.ts.map +1 -0
  40. package/dist/hub/chat/ChatApp.js +146 -0
  41. package/dist/hub/chat/ChatApp.js.map +1 -0
  42. package/dist/hub/chat/components/ChatInput.d.ts +9 -0
  43. package/dist/hub/chat/components/ChatInput.d.ts.map +1 -0
  44. package/dist/hub/chat/components/ChatInput.js +19 -0
  45. package/dist/hub/chat/components/ChatInput.js.map +1 -0
  46. package/dist/hub/chat/components/MessageList.d.ts +7 -0
  47. package/dist/hub/chat/components/MessageList.d.ts.map +1 -0
  48. package/dist/hub/chat/components/MessageList.js +6 -0
  49. package/dist/hub/chat/components/MessageList.js.map +1 -0
  50. package/dist/hub/chat/context.d.ts.map +1 -0
  51. package/dist/hub/chat/context.js +42 -0
  52. package/dist/hub/chat/context.js.map +1 -0
  53. package/dist/hub/chat/hooks/useChatHistory.d.ts +7 -0
  54. package/dist/hub/chat/hooks/useChatHistory.d.ts.map +1 -0
  55. package/dist/hub/chat/hooks/useChatHistory.js +31 -0
  56. package/dist/hub/chat/hooks/useChatHistory.js.map +1 -0
  57. package/dist/hub/chat/index.d.ts.map +1 -0
  58. package/dist/hub/chat/index.js +7 -0
  59. package/dist/hub/chat/index.js.map +1 -0
  60. package/dist/hub/chat/intent-parser.d.ts.map +1 -0
  61. package/dist/hub/chat/intent-parser.js +48 -0
  62. package/dist/hub/chat/intent-parser.js.map +1 -0
  63. package/dist/hub/chat/types.d.ts.map +1 -0
  64. package/dist/hub/chat/types.js +2 -0
  65. package/dist/hub/chat/types.js.map +1 -0
  66. package/dist/hub/commands/agents.d.ts.map +1 -0
  67. package/dist/hub/commands/agents.js +36 -0
  68. package/dist/hub/commands/agents.js.map +1 -0
  69. package/dist/hub/commands/index.d.ts.map +1 -0
  70. package/dist/hub/commands/index.js +123 -0
  71. package/dist/hub/commands/index.js.map +1 -0
  72. package/dist/hub/commands/logs.d.ts.map +1 -0
  73. package/dist/hub/commands/logs.js +53 -0
  74. package/dist/hub/commands/logs.js.map +1 -0
  75. package/dist/hub/commands/memory.d.ts.map +1 -0
  76. package/dist/hub/commands/memory.js +40 -0
  77. package/dist/hub/commands/memory.js.map +1 -0
  78. package/dist/hub/commands/metrics.d.ts.map +1 -0
  79. package/dist/hub/commands/metrics.js +35 -0
  80. package/dist/hub/commands/metrics.js.map +1 -0
  81. package/dist/hub/commands/providers.d.ts.map +1 -0
  82. package/dist/hub/commands/providers.js +26 -0
  83. package/dist/hub/commands/providers.js.map +1 -0
  84. package/dist/hub/commands/run.d.ts.map +1 -0
  85. package/dist/hub/commands/run.js +31 -0
  86. package/dist/hub/commands/run.js.map +1 -0
  87. package/dist/hub/commands/status.d.ts.map +1 -0
  88. package/dist/hub/commands/status.js +61 -0
  89. package/dist/hub/commands/status.js.map +1 -0
  90. package/dist/hub/commands/workflows.d.ts.map +1 -0
  91. package/dist/hub/commands/workflows.js +45 -0
  92. package/dist/hub/commands/workflows.js.map +1 -0
  93. package/dist/hub/config-loader.d.ts.map +1 -0
  94. package/dist/hub/config-loader.js +27 -0
  95. package/dist/hub/config-loader.js.map +1 -0
  96. package/dist/hub/event-listener.d.ts +6 -0
  97. package/dist/hub/event-listener.d.ts.map +1 -0
  98. package/dist/hub/event-listener.js +12 -0
  99. package/dist/hub/event-listener.js.map +1 -0
  100. package/dist/hub/history.d.ts.map +1 -0
  101. package/dist/hub/history.js +59 -0
  102. package/dist/hub/history.js.map +1 -0
  103. package/dist/hub/index.d.ts.map +1 -0
  104. package/dist/hub/index.js +114 -0
  105. package/dist/hub/index.js.map +1 -0
  106. package/dist/hub/parser.d.ts.map +1 -0
  107. package/dist/hub/parser.js +98 -0
  108. package/dist/hub/parser.js.map +1 -0
  109. package/dist/hub/styles/borders.d.ts.map +1 -0
  110. package/dist/hub/styles/borders.js +64 -0
  111. package/dist/hub/styles/borders.js.map +1 -0
  112. package/dist/hub/styles/colors.d.ts.map +1 -0
  113. package/dist/hub/styles/colors.js +115 -0
  114. package/dist/hub/styles/colors.js.map +1 -0
  115. package/dist/hub/styles/typography.d.ts.map +1 -0
  116. package/dist/hub/styles/typography.js +60 -0
  117. package/dist/hub/styles/typography.js.map +1 -0
  118. package/dist/hub/tui/App.d.ts +2 -0
  119. package/dist/hub/tui/App.d.ts.map +1 -0
  120. package/dist/hub/tui/App.js +53 -0
  121. package/dist/hub/tui/App.js.map +1 -0
  122. package/dist/hub/tui/components/AgentQueue.d.ts +6 -0
  123. package/dist/hub/tui/components/AgentQueue.d.ts.map +1 -0
  124. package/dist/hub/tui/components/AgentQueue.js +20 -0
  125. package/dist/hub/tui/components/AgentQueue.js.map +1 -0
  126. package/dist/hub/tui/components/DAGPanel.d.ts +16 -0
  127. package/dist/hub/tui/components/DAGPanel.d.ts.map +1 -0
  128. package/dist/hub/tui/components/DAGPanel.js +51 -0
  129. package/dist/hub/tui/components/DAGPanel.js.map +1 -0
  130. package/dist/hub/tui/components/Header.d.ts +7 -0
  131. package/dist/hub/tui/components/Header.d.ts.map +1 -0
  132. package/dist/hub/tui/components/Header.js +17 -0
  133. package/dist/hub/tui/components/Header.js.map +1 -0
  134. package/dist/hub/tui/components/LogsPanel.d.ts +6 -0
  135. package/dist/hub/tui/components/LogsPanel.d.ts.map +1 -0
  136. package/dist/hub/tui/components/LogsPanel.js +26 -0
  137. package/dist/hub/tui/components/LogsPanel.js.map +1 -0
  138. package/dist/hub/tui/components/StatusBar.d.ts +8 -0
  139. package/dist/hub/tui/components/StatusBar.d.ts.map +1 -0
  140. package/dist/hub/tui/components/StatusBar.js +7 -0
  141. package/dist/hub/tui/components/StatusBar.js.map +1 -0
  142. package/dist/hub/tui/hooks/useEvents.d.ts +2 -0
  143. package/dist/hub/tui/hooks/useEvents.d.ts.map +1 -0
  144. package/dist/hub/tui/hooks/useEvents.js +13 -0
  145. package/dist/hub/tui/hooks/useEvents.js.map +1 -0
  146. package/dist/hub/tui/index.d.ts.map +1 -0
  147. package/dist/hub/tui/index.js +7 -0
  148. package/dist/hub/tui/index.js.map +1 -0
  149. package/dist/hub/tui/types.d.ts.map +1 -0
  150. package/dist/hub/tui/types.js +2 -0
  151. package/dist/hub/tui/types.js.map +1 -0
  152. package/dist/hub/types.d.ts.map +1 -0
  153. package/dist/hub/types.js +2 -0
  154. package/dist/hub/types.js.map +1 -0
  155. package/dist/index.d.ts.map +1 -0
  156. package/dist/index.js +11 -0
  157. package/dist/index.js.map +1 -0
  158. package/dist/init-host.d.ts.map +1 -0
  159. package/dist/init-host.js +232 -0
  160. package/dist/init-host.js.map +1 -0
  161. package/dist/install.d.ts.map +1 -0
  162. package/dist/install.js +99 -0
  163. package/dist/install.js.map +1 -0
  164. package/dist/run.d.ts.map +1 -0
  165. package/dist/run.js +238 -0
  166. package/dist/run.js.map +1 -0
  167. package/dist/setup/components/ApiKeyInput.d.ts +25 -0
  168. package/dist/setup/components/ApiKeyInput.d.ts.map +1 -0
  169. package/dist/setup/components/ApiKeyInput.js +54 -0
  170. package/dist/setup/components/ApiKeyInput.js.map +1 -0
  171. package/dist/setup/components/AsciiBanner.d.ts +22 -0
  172. package/dist/setup/components/AsciiBanner.d.ts.map +1 -0
  173. package/dist/setup/components/AsciiBanner.js +55 -0
  174. package/dist/setup/components/AsciiBanner.js.map +1 -0
  175. package/dist/setup/components/CliDetector.d.ts +17 -0
  176. package/dist/setup/components/CliDetector.d.ts.map +1 -0
  177. package/dist/setup/components/CliDetector.js +79 -0
  178. package/dist/setup/components/CliDetector.js.map +1 -0
  179. package/dist/setup/components/ModeSelector.d.ts +8 -0
  180. package/dist/setup/components/ModeSelector.d.ts.map +1 -0
  181. package/dist/setup/components/ModeSelector.js +76 -0
  182. package/dist/setup/components/ModeSelector.js.map +1 -0
  183. package/dist/setup/components/ProviderSelector.d.ts +18 -0
  184. package/dist/setup/components/ProviderSelector.d.ts.map +1 -0
  185. package/dist/setup/components/ProviderSelector.js +97 -0
  186. package/dist/setup/components/ProviderSelector.js.map +1 -0
  187. package/dist/setup/components/SetupWizard.d.ts +2 -0
  188. package/dist/setup/components/SetupWizard.d.ts.map +1 -0
  189. package/dist/setup/components/SetupWizard.js +212 -0
  190. package/dist/setup/components/SetupWizard.js.map +1 -0
  191. package/dist/setup/components/StepIndicator.d.ts +13 -0
  192. package/dist/setup/components/StepIndicator.d.ts.map +1 -0
  193. package/dist/setup/components/StepIndicator.js +18 -0
  194. package/dist/setup/components/StepIndicator.js.map +1 -0
  195. package/dist/setup/components/SuccessScreen.d.ts +18 -0
  196. package/dist/setup/components/SuccessScreen.d.ts.map +1 -0
  197. package/dist/setup/components/SuccessScreen.js +38 -0
  198. package/dist/setup/components/SuccessScreen.js.map +1 -0
  199. package/dist/setup/index.d.ts +12 -0
  200. package/dist/setup/index.d.ts.map +1 -0
  201. package/dist/setup/index.js +29 -0
  202. package/dist/setup/index.js.map +1 -0
  203. package/dist/setup/utils/cli-detection.d.ts +12 -0
  204. package/dist/setup/utils/cli-detection.d.ts.map +1 -0
  205. package/dist/setup/utils/cli-detection.js +83 -0
  206. package/dist/setup/utils/cli-detection.js.map +1 -0
  207. package/dist/setup/utils/config-writer.d.ts +43 -0
  208. package/dist/setup/utils/config-writer.d.ts.map +1 -0
  209. package/dist/setup/utils/config-writer.js +180 -0
  210. package/dist/setup/utils/config-writer.js.map +1 -0
  211. package/dist/styles.d.ts.map +1 -0
  212. package/dist/styles.js +12 -0
  213. package/dist/styles.js.map +1 -0
  214. package/dist/tui/App.d.ts +3 -0
  215. package/dist/tui/App.d.ts.map +1 -0
  216. package/dist/tui/App.js +131 -0
  217. package/dist/tui/App.js.map +1 -0
  218. package/dist/tui/components/AgentStateIcon.d.ts +18 -0
  219. package/dist/tui/components/AgentStateIcon.d.ts.map +1 -0
  220. package/dist/tui/components/AgentStateIcon.js +57 -0
  221. package/dist/tui/components/AgentStateIcon.js.map +1 -0
  222. package/dist/tui/components/AnimatedBranch.d.ts +39 -0
  223. package/dist/tui/components/AnimatedBranch.d.ts.map +1 -0
  224. package/dist/tui/components/AnimatedBranch.js +64 -0
  225. package/dist/tui/components/AnimatedBranch.js.map +1 -0
  226. package/dist/tui/components/ChatPanel.d.ts +16 -0
  227. package/dist/tui/components/ChatPanel.d.ts.map +1 -0
  228. package/dist/tui/components/ChatPanel.js +50 -0
  229. package/dist/tui/components/ChatPanel.js.map +1 -0
  230. package/dist/tui/components/DAGPanel.d.ts +36 -0
  231. package/dist/tui/components/DAGPanel.d.ts.map +1 -0
  232. package/dist/tui/components/DAGPanel.js +51 -0
  233. package/dist/tui/components/DAGPanel.js.map +1 -0
  234. package/dist/tui/components/ExecutionTimeline.d.ts +34 -0
  235. package/dist/tui/components/ExecutionTimeline.d.ts.map +1 -0
  236. package/dist/tui/components/ExecutionTimeline.js +67 -0
  237. package/dist/tui/components/ExecutionTimeline.js.map +1 -0
  238. package/dist/tui/components/Header.d.ts +12 -0
  239. package/dist/tui/components/Header.d.ts.map +1 -0
  240. package/dist/tui/components/Header.js +32 -0
  241. package/dist/tui/components/Header.js.map +1 -0
  242. package/dist/tui/components/HelpOverlay.d.ts +7 -0
  243. package/dist/tui/components/HelpOverlay.d.ts.map +1 -0
  244. package/dist/tui/components/HelpOverlay.js +60 -0
  245. package/dist/tui/components/HelpOverlay.js.map +1 -0
  246. package/dist/tui/components/InputBar.d.ts +10 -0
  247. package/dist/tui/components/InputBar.d.ts.map +1 -0
  248. package/dist/tui/components/InputBar.js +21 -0
  249. package/dist/tui/components/InputBar.js.map +1 -0
  250. package/dist/tui/components/LogsPanel.d.ts +9 -0
  251. package/dist/tui/components/LogsPanel.d.ts.map +1 -0
  252. package/dist/tui/components/LogsPanel.js +56 -0
  253. package/dist/tui/components/LogsPanel.js.map +1 -0
  254. package/dist/tui/components/MemoryPanel.d.ts +21 -0
  255. package/dist/tui/components/MemoryPanel.d.ts.map +1 -0
  256. package/dist/tui/components/MemoryPanel.js +51 -0
  257. package/dist/tui/components/MemoryPanel.js.map +1 -0
  258. package/dist/tui/components/MetricsPanel.d.ts +18 -0
  259. package/dist/tui/components/MetricsPanel.d.ts.map +1 -0
  260. package/dist/tui/components/MetricsPanel.js +27 -0
  261. package/dist/tui/components/MetricsPanel.js.map +1 -0
  262. package/dist/tui/components/StatusPanel.d.ts +23 -0
  263. package/dist/tui/components/StatusPanel.d.ts.map +1 -0
  264. package/dist/tui/components/StatusPanel.js +23 -0
  265. package/dist/tui/components/StatusPanel.js.map +1 -0
  266. package/dist/tui/components/TaskTree.d.ts +28 -0
  267. package/dist/tui/components/TaskTree.d.ts.map +1 -0
  268. package/dist/tui/components/TaskTree.js +29 -0
  269. package/dist/tui/components/TaskTree.js.map +1 -0
  270. package/dist/tui/components/animations/ProgressBar.d.ts +39 -0
  271. package/dist/tui/components/animations/ProgressBar.d.ts.map +1 -0
  272. package/dist/tui/components/animations/ProgressBar.js +39 -0
  273. package/dist/tui/components/animations/ProgressBar.js.map +1 -0
  274. package/dist/tui/components/animations/Pulse.d.ts +17 -0
  275. package/dist/tui/components/animations/Pulse.d.ts.map +1 -0
  276. package/dist/tui/components/animations/Pulse.js +47 -0
  277. package/dist/tui/components/animations/Pulse.js.map +1 -0
  278. package/dist/tui/components/animations/Spinner.d.ts +13 -0
  279. package/dist/tui/components/animations/Spinner.d.ts.map +1 -0
  280. package/dist/tui/components/animations/Spinner.js +36 -0
  281. package/dist/tui/components/animations/Spinner.js.map +1 -0
  282. package/dist/tui/components/animations/StatusAnimator.d.ts +27 -0
  283. package/dist/tui/components/animations/StatusAnimator.d.ts.map +1 -0
  284. package/dist/tui/components/animations/StatusAnimator.js +85 -0
  285. package/dist/tui/components/animations/StatusAnimator.js.map +1 -0
  286. package/dist/tui/components/animations/TypingEffect.d.ts +26 -0
  287. package/dist/tui/components/animations/TypingEffect.d.ts.map +1 -0
  288. package/dist/tui/components/animations/TypingEffect.js +59 -0
  289. package/dist/tui/components/animations/TypingEffect.js.map +1 -0
  290. package/dist/tui/components/animations/index.d.ts +8 -0
  291. package/dist/tui/components/animations/index.d.ts.map +1 -0
  292. package/dist/tui/components/animations/index.js +6 -0
  293. package/dist/tui/components/animations/index.js.map +1 -0
  294. package/dist/tui/hooks/useAnimation.d.ts +42 -0
  295. package/dist/tui/hooks/useAnimation.d.ts.map +1 -0
  296. package/dist/tui/hooks/useAnimation.js +212 -0
  297. package/dist/tui/hooks/useAnimation.js.map +1 -0
  298. package/dist/tui/hooks/useAppState.d.ts +65 -0
  299. package/dist/tui/hooks/useAppState.d.ts.map +1 -0
  300. package/dist/tui/hooks/useAppState.js +293 -0
  301. package/dist/tui/hooks/useAppState.js.map +1 -0
  302. package/dist/tui/index.d.ts +3 -0
  303. package/dist/tui/index.d.ts.map +1 -0
  304. package/dist/tui/index.js +8 -0
  305. package/dist/tui/index.js.map +1 -0
  306. package/dist/tui/services/orchestrator.d.ts +16 -0
  307. package/dist/tui/services/orchestrator.d.ts.map +1 -0
  308. package/dist/tui/services/orchestrator.js +152 -0
  309. package/dist/tui/services/orchestrator.js.map +1 -0
  310. package/dist/tui/styles/borders.d.ts +31 -0
  311. package/dist/tui/styles/borders.d.ts.map +1 -0
  312. package/dist/tui/styles/borders.js +47 -0
  313. package/dist/tui/styles/borders.js.map +1 -0
  314. package/dist/tui/styles/colors.d.ts +18 -0
  315. package/dist/tui/styles/colors.d.ts.map +1 -0
  316. package/dist/tui/styles/colors.js +18 -0
  317. package/dist/tui/styles/colors.js.map +1 -0
  318. package/dist/tui/styles/index.d.ts +6 -0
  319. package/dist/tui/styles/index.d.ts.map +1 -0
  320. package/dist/tui/styles/index.js +6 -0
  321. package/dist/tui/styles/index.js.map +1 -0
  322. package/dist/tui/styles/indicators.d.ts +67 -0
  323. package/dist/tui/styles/indicators.d.ts.map +1 -0
  324. package/dist/tui/styles/indicators.js +42 -0
  325. package/dist/tui/styles/indicators.js.map +1 -0
  326. package/dist/tui/styles/layout.d.ts +21 -0
  327. package/dist/tui/styles/layout.d.ts.map +1 -0
  328. package/dist/tui/styles/layout.js +42 -0
  329. package/dist/tui/styles/layout.js.map +1 -0
  330. package/dist/tui/styles/providers.d.ts +77 -0
  331. package/dist/tui/styles/providers.d.ts.map +1 -0
  332. package/dist/tui/styles/providers.js +31 -0
  333. package/dist/tui/styles/providers.js.map +1 -0
  334. package/dist/tui/utils/animation.d.ts +44 -0
  335. package/dist/tui/utils/animation.d.ts.map +1 -0
  336. package/dist/tui/utils/animation.js +107 -0
  337. package/dist/tui/utils/animation.js.map +1 -0
  338. package/dist/vendor-manifests.d.ts.map +1 -0
  339. package/dist/vendor-manifests.js +94 -0
  340. package/dist/vendor-manifests.js.map +1 -0
  341. package/dist/ws-relay.d.ts +12 -0
  342. package/dist/ws-relay.d.ts.map +1 -0
  343. package/dist/ws-relay.js +148 -0
  344. package/dist/ws-relay.js.map +1 -0
  345. package/package.json +34 -0
  346. package/src/benchmark.ts +156 -0
  347. package/src/bin.ts +156 -0
  348. package/src/bootstrap.ts +36 -0
  349. package/src/bridge-adapter-templates.ts +181 -0
  350. package/src/bridge-test.ts +107 -0
  351. package/src/dashboard.ts +51 -0
  352. package/src/doctor.ts +92 -0
  353. package/src/evolve.ts +74 -0
  354. package/src/host-init-templates.ts +134 -0
  355. package/src/hub/__tests__/commands.test.ts +84 -0
  356. package/src/hub/__tests__/history.test.ts +137 -0
  357. package/src/hub/__tests__/parser.test.ts +105 -0
  358. package/src/hub/commands/agents.ts +53 -0
  359. package/src/hub/commands/index.ts +140 -0
  360. package/src/hub/commands/logs.ts +70 -0
  361. package/src/hub/commands/memory.ts +47 -0
  362. package/src/hub/commands/metrics.ts +49 -0
  363. package/src/hub/commands/providers.ts +39 -0
  364. package/src/hub/commands/run.ts +37 -0
  365. package/src/hub/commands/status.ts +69 -0
  366. package/src/hub/commands/workflows.ts +64 -0
  367. package/src/hub/config-loader.ts +37 -0
  368. package/src/hub/event-listener.ts +17 -0
  369. package/src/hub/history.ts +66 -0
  370. package/src/hub/index.ts +132 -0
  371. package/src/hub/parser.ts +107 -0
  372. package/src/hub/styles/borders.ts +74 -0
  373. package/src/hub/styles/colors.ts +129 -0
  374. package/src/hub/styles/typography.ts +68 -0
  375. package/src/hub/types.ts +31 -0
  376. package/src/index.ts +10 -0
  377. package/src/init-host.ts +285 -0
  378. package/src/install.ts +118 -0
  379. package/src/run.ts +317 -0
  380. package/src/setup/components/ApiKeyInput.tsx +158 -0
  381. package/src/setup/components/AsciiBanner.tsx +125 -0
  382. package/src/setup/components/CliDetector.tsx +230 -0
  383. package/src/setup/components/ModeSelector.tsx +137 -0
  384. package/src/setup/components/ProviderSelector.tsx +174 -0
  385. package/src/setup/components/SetupWizard.tsx +368 -0
  386. package/src/setup/components/StepIndicator.tsx +74 -0
  387. package/src/setup/components/SuccessScreen.tsx +229 -0
  388. package/src/setup/index.ts +34 -0
  389. package/src/setup/utils/cli-detection.ts +99 -0
  390. package/src/setup/utils/config-writer.ts +249 -0
  391. package/src/styles.ts +12 -0
  392. package/src/tui/App.tsx +177 -0
  393. package/src/tui/components/AgentStateIcon.tsx +84 -0
  394. package/src/tui/components/AnimatedBranch.tsx +134 -0
  395. package/src/tui/components/ChatPanel.tsx +125 -0
  396. package/src/tui/components/DAGPanel.tsx +208 -0
  397. package/src/tui/components/ExecutionTimeline.tsx +225 -0
  398. package/src/tui/components/Header.tsx +109 -0
  399. package/src/tui/components/HelpOverlay.tsx +140 -0
  400. package/src/tui/components/InputBar.tsx +69 -0
  401. package/src/tui/components/LogsPanel.tsx +129 -0
  402. package/src/tui/components/MemoryPanel.tsx +163 -0
  403. package/src/tui/components/MetricsPanel.tsx +149 -0
  404. package/src/tui/components/StatusPanel.tsx +137 -0
  405. package/src/tui/components/TaskTree.tsx +159 -0
  406. package/src/tui/components/animations/ProgressBar.tsx +160 -0
  407. package/src/tui/components/animations/Pulse.tsx +73 -0
  408. package/src/tui/components/animations/Spinner.tsx +54 -0
  409. package/src/tui/components/animations/StatusAnimator.tsx +153 -0
  410. package/src/tui/components/animations/TypingEffect.tsx +119 -0
  411. package/src/tui/components/animations/index.ts +16 -0
  412. package/src/tui/hooks/useAnimation.ts +290 -0
  413. package/src/tui/hooks/useAppState.ts +403 -0
  414. package/src/tui/index.ts +9 -0
  415. package/src/tui/services/orchestrator.ts +195 -0
  416. package/src/tui/styles/borders.ts +51 -0
  417. package/src/tui/styles/colors.ts +19 -0
  418. package/src/tui/styles/index.ts +20 -0
  419. package/src/tui/styles/indicators.ts +54 -0
  420. package/src/tui/styles/layout.ts +44 -0
  421. package/src/tui/styles/providers.ts +32 -0
  422. package/src/tui/utils/animation.ts +124 -0
  423. package/src/vendor-manifests.ts +113 -0
  424. package/src/ws-relay.ts +156 -0
  425. package/tsconfig.json +28 -0
@@ -0,0 +1,39 @@
1
+ import { HubContext } from "../types.js";
2
+ import { drawBox } from "../styles/borders.js";
3
+ import { colorize, formatStatus } from "../styles/colors.js";
4
+ import { padRight } from "../styles/typography.js";
5
+
6
+ interface ProviderInfo {
7
+ name: string;
8
+ key: string;
9
+ status: string;
10
+ latency: string;
11
+ lastCall: string;
12
+ }
13
+
14
+ export async function listProviders(_args: string[], _flags: Record<string, string | boolean>, _context: HubContext): Promise<void> {
15
+ const width = 65;
16
+
17
+ const providers: ProviderInfo[] = [
18
+ { name: "Host-Native", key: "[H]", status: "online", latency: "12ms", lastCall: "2s ago" },
19
+ { name: "Claude Code", key: "[C]", status: "online", latency: "8ms", lastCall: "5s ago" },
20
+ { name: "OpenCode", key: "[O]", status: "idle", latency: "--", lastCall: "1h ago" },
21
+ { name: "Anthropic API", key: "[A]", status: "online", latency: "45ms", lastCall: "1m ago" },
22
+ { name: "Gemini", key: "[G]", status: "idle", latency: "--", lastCall: "2h ago" },
23
+ { name: "Mistral", key: "[M]", status: "idle", latency: "--", lastCall: "3h ago" },
24
+ { name: "Groq", key: "[Q]", status: "idle", latency: "--", lastCall: "5h ago" },
25
+ { name: "OpenAI", key: "[O]", status: "idle", latency: "--", lastCall: "1d ago" },
26
+ ];
27
+
28
+ const lines: string[] = [];
29
+ lines.push(` ${colorize("PROVIDER", "bright")} ${colorize("STATUS", "bright")} ${colorize("LATENCY", "bright")} ${colorize("LAST CALL", "bright")}`);
30
+ lines.push(" " + "─".repeat(61));
31
+
32
+ for (const provider of providers) {
33
+ const indicator = formatStatus(provider.status);
34
+ const statusColor = provider.status === "online" ? "green" : "gray";
35
+ lines.push(` ${provider.key} ${padRight(provider.name, 14)} ${indicator} ${colorize(provider.status.toUpperCase().padEnd(8), statusColor)} ${padRight(provider.latency, 8)} ${colorize(provider.lastCall, "gray")}`);
36
+ }
37
+
38
+ console.log(drawBox(lines, width, "PROVIDERS"));
39
+ }
@@ -0,0 +1,37 @@
1
+ import { HubContext } from "../types.js";
2
+ import { runWorkflow as runWorkflowOriginal } from "../../run.js";
3
+
4
+ export async function runWorkflow(args: string[], flags: Record<string, string | boolean>, context: HubContext): Promise<void> {
5
+ const prompt = args.join(" ");
6
+
7
+ if (!prompt) {
8
+ console.error("❌ Usage: run <prompt>");
9
+ console.log("\nExemples:");
10
+ console.log(' run "Crée une API REST"');
11
+ console.log(' run "Génère des tests unitaires" --workflow custom.json');
12
+ return;
13
+ }
14
+
15
+ console.log(`▶ Lancement du workflow...`);
16
+ console.log(` Prompt: ${prompt}`);
17
+ console.log(` Mode: ${flags["workflow"] || "default"}`);
18
+ console.log("");
19
+
20
+ // Call the original run function
21
+ const code = await runWorkflowOriginal({
22
+ cwd: context.config.project || process.cwd(),
23
+ prompt,
24
+ workflowPath: typeof flags["workflow"] === "string" ? flags["workflow"] : undefined,
25
+ asJson: flags["json"] === true,
26
+ stream: flags["stream"] === true,
27
+ maxParallel: typeof flags["max-parallel"] === "string" ? Number(flags["max-parallel"]) : undefined,
28
+ noCachePersist: flags["no-cache-persist"] === true,
29
+ ui: flags["ui"] === true,
30
+ });
31
+
32
+ if (code !== 0) {
33
+ throw new Error(`Workflow failed with code ${code}`);
34
+ }
35
+
36
+ console.log("\n✅ Workflow terminé avec succès");
37
+ }
@@ -0,0 +1,69 @@
1
+ import { HubContext } from "../types.js";
2
+ import { drawBox } from "../styles/borders.js";
3
+ import { colorize, formatStatus, statusIndicators } from "../styles/colors.js";
4
+ import { padRight } from "../styles/typography.js";
5
+
6
+ export async function showStatus(_args: string[], _flags: Record<string, string | boolean>, context: HubContext): Promise<void> {
7
+ const width = 61;
8
+
9
+ // Simulated status data (will be replaced with real data from orchestrator)
10
+ const status = {
11
+ orchestrator: "ACTIVE",
12
+ mode: "HOST-NATIVE",
13
+ activeAgents: "3/12",
14
+ currentRun: "L2: CodeGen [H] 67%",
15
+ fitness: "0.87",
16
+ fitnessTrend: "improving",
17
+ cacheHit: "94%",
18
+ memoryNodes: "247",
19
+ latency: "12ms",
20
+ providers: [
21
+ { name: "Host-Native", status: "online", latency: "12ms" },
22
+ { name: "Claude", status: "online", latency: "8ms" },
23
+ { name: "OpenAI", status: "idle", latency: "--" },
24
+ ],
25
+ activeWorkflows: [
26
+ { agent: "CodeGenerator", provider: "[H]", status: "running", progress: 67 },
27
+ { agent: "TestAgent", provider: "[H]", status: "queued", progress: 0 },
28
+ ],
29
+ };
30
+
31
+ const lines: string[] = [];
32
+
33
+ // Orchestrator status
34
+ lines.push(` Orchestrator: ${formatStatus("online")} ${colorize(status.orchestrator, "green")}`);
35
+ lines.push(` Mode: ${colorize(status.mode, "cyan")}`);
36
+ lines.push(` Active Agents: ${colorize(status.activeAgents, "yellow")}`);
37
+ lines.push("");
38
+
39
+ // Current run
40
+ if (status.currentRun) {
41
+ lines.push(` Current Run: ${statusIndicators.running} ${colorize(status.currentRun, "yellow")}`);
42
+ lines.push(` Fitness: ${colorize(status.fitness, "green")} (${colorize(status.fitnessTrend, "cyan")})`);
43
+ lines.push(` Cache Hit: ${colorize(status.cacheHit, "green")}`);
44
+ lines.push(` Memory Nodes: ${colorize(status.memoryNodes, "cyan")}`);
45
+ lines.push(` Latency: ${colorize(status.latency, "green")}`);
46
+ lines.push("");
47
+ }
48
+
49
+ // Active workflows
50
+ if (status.activeWorkflows.length > 0) {
51
+ lines.push(colorize(" Active Workflows:", "bright"));
52
+ for (const wf of status.activeWorkflows) {
53
+ const indicator = statusIndicators[wf.status as keyof typeof statusIndicators] || "○";
54
+ const color = wf.status === "running" ? "yellow" : wf.status === "queued" ? "gray" : "white";
55
+ lines.push(` ${indicator} ${padRight(wf.agent, 20)} ${wf.provider} ${colorize(wf.status.toUpperCase(), color)}`);
56
+ }
57
+ lines.push("");
58
+ }
59
+
60
+ // Providers
61
+ lines.push(colorize(" Providers:", "bright"));
62
+ for (const provider of status.providers) {
63
+ const indicator = formatStatus(provider.status);
64
+ const latencyStr = provider.latency !== "--" ? `${provider.latency}` : "--";
65
+ lines.push(` ${indicator} ${padRight(provider.name, 18)} ${colorize(latencyStr, "gray")}`);
66
+ }
67
+
68
+ console.log(drawBox(lines, width, "SYSTEM STATUS"));
69
+ }
@@ -0,0 +1,64 @@
1
+ import { HubContext } from "../types.js";
2
+ import { drawBox } from "../styles/borders.js";
3
+ import { colorize } from "../styles/colors.js";
4
+ import * as fs from "fs/promises";
5
+ import * as path from "path";
6
+
7
+ interface WorkflowInfo {
8
+ name: string;
9
+ description: string;
10
+ fitness?: number;
11
+ recommended?: boolean;
12
+ }
13
+
14
+ export async function listWorkflows(_args: string[], _flags: Record<string, string | boolean>, context: HubContext): Promise<void> {
15
+ const width = 70;
16
+ const lines: string[] = [];
17
+
18
+ // Try to find workflow files
19
+ const workflowDir = path.join(context.config.project || process.cwd(), ".rax", "workflows");
20
+ const workflows: WorkflowInfo[] = [];
21
+
22
+ try {
23
+ const files = await fs.readdir(workflowDir);
24
+ for (const file of files.filter(f => f.endsWith('.json'))) {
25
+ const filePath = path.join(workflowDir, file);
26
+ const content = await fs.readFile(filePath, 'utf-8');
27
+ const workflow = JSON.parse(content);
28
+ workflows.push({
29
+ name: file.replace('.json', ''),
30
+ description: workflow.description || 'No description',
31
+ fitness: workflow.fitness,
32
+ recommended: workflow.recommended,
33
+ });
34
+ }
35
+ } catch {
36
+ // Directory doesn't exist or is empty, use defaults
37
+ }
38
+
39
+ // Add default workflows
40
+ if (workflows.length === 0) {
41
+ workflows.push(
42
+ { name: "default-routing", description: "Standard workflow with intent classification", fitness: 0.87 },
43
+ { name: "secure-api-blueprint", description: "Security-focused API generation", fitness: 0.92 },
44
+ { name: "test-heavy-workflow", description: "Prioritizes test generation", fitness: 0.89 },
45
+ { name: "mutation-evolved-v3", description: "Optimized with mutations", fitness: 0.96, recommended: true }
46
+ );
47
+ }
48
+
49
+ lines.push(` ${colorize("WORKFLOW", "bright")} ${colorize("DESCRIPTION", "bright")} ${colorize("FITNESS", "bright")}`);
50
+ lines.push(" " + "─".repeat(66));
51
+
52
+ for (const wf of workflows) {
53
+ const name = wf.name.slice(0, 22).padEnd(24);
54
+ const desc = wf.description.slice(0, 25).padEnd(27);
55
+ const fitness = wf.fitness ? colorize(wf.fitness.toFixed(2), wf.fitness >= 0.9 ? "green" : "yellow") : "--";
56
+ const marker = wf.recommended ? colorize(" ★", "yellow") : "";
57
+ lines.push(` • ${name} ${desc} ${fitness}${marker}`);
58
+ }
59
+
60
+ lines.push("");
61
+ lines.push(` ${colorize("Usage:", "bright")} run -w <workflow-name> "<prompt>"`);
62
+
63
+ console.log(drawBox(lines, width, "WORKFLOWS"));
64
+ }
@@ -0,0 +1,37 @@
1
+ import * as fs from "fs/promises";
2
+ import * as path from "path";
3
+ import { HubConfig } from "./types.js";
4
+
5
+ interface RaxRcConfig {
6
+ project?: string;
7
+ providers?: string[];
8
+ theme?: 'industrial' | 'minimal' | 'high-contrast';
9
+ [key: string]: unknown;
10
+ }
11
+
12
+ export async function loadConfig(cwd: string): Promise<HubConfig> {
13
+ const configPath = path.join(cwd, ".raxrc");
14
+
15
+ try {
16
+ const content = await fs.readFile(configPath, "utf-8");
17
+ const config: RaxRcConfig = JSON.parse(content);
18
+
19
+ return {
20
+ project: config.project,
21
+ providers: config.providers,
22
+ theme: config.theme || 'industrial',
23
+ };
24
+ } catch {
25
+ // Return default config if .raxrc doesn't exist or is invalid
26
+ return {
27
+ project: path.basename(cwd),
28
+ providers: [],
29
+ theme: 'industrial',
30
+ };
31
+ }
32
+ }
33
+
34
+ export async function saveConfig(cwd: string, config: HubConfig): Promise<void> {
35
+ const configPath = path.join(cwd, ".raxrc");
36
+ await fs.writeFile(configPath, JSON.stringify(config, null, 2));
37
+ }
@@ -0,0 +1,17 @@
1
+ import { RuntimeEventBus, RuntimeEvent } from "rax-flow-core";
2
+
3
+ const globalEventBus = new RuntimeEventBus();
4
+
5
+ export type { RuntimeEvent };
6
+
7
+ export function getEventBus(): RuntimeEventBus {
8
+ return globalEventBus;
9
+ }
10
+
11
+ export function subscribeToEvents(callback: (event: RuntimeEvent) => void): () => void {
12
+ return globalEventBus.onEvent(callback);
13
+ }
14
+
15
+ export function emitEvent(event: RuntimeEvent): void {
16
+ globalEventBus.emit(event);
17
+ }
@@ -0,0 +1,66 @@
1
+ import * as fs from "fs/promises";
2
+ import * as path from "path";
3
+
4
+ export class CommandHistory {
5
+ private history: string[] = [];
6
+ private position = -1;
7
+ private readonly historyPath: string;
8
+
9
+ constructor(cwd: string) {
10
+ this.historyPath = path.join(cwd, ".rax", "history.json");
11
+ }
12
+
13
+ add(command: string): void {
14
+ // Avoid duplicates at the end
15
+ if (this.history.length === 0 || this.history[this.history.length - 1] !== command) {
16
+ this.history.push(command);
17
+ }
18
+ this.position = this.history.length;
19
+ }
20
+
21
+ up(): string | undefined {
22
+ if (this.position > 0) {
23
+ this.position--;
24
+ return this.history[this.position];
25
+ }
26
+ return undefined;
27
+ }
28
+
29
+ down(): string | undefined {
30
+ if (this.position < this.history.length - 1) {
31
+ this.position++;
32
+ return this.history[this.position];
33
+ }
34
+ this.position = this.history.length;
35
+ return undefined;
36
+ }
37
+
38
+ async save(): Promise<void> {
39
+ try {
40
+ const dir = path.dirname(this.historyPath);
41
+ await fs.mkdir(dir, { recursive: true });
42
+ await fs.writeFile(
43
+ this.historyPath,
44
+ JSON.stringify(this.history.slice(-1000), null, 2) // Keep last 1000 commands
45
+ );
46
+ } catch {
47
+ // Silently fail if we can't save history
48
+ }
49
+ }
50
+
51
+ async load(): Promise<void> {
52
+ try {
53
+ const data = await fs.readFile(this.historyPath, "utf-8");
54
+ this.history = JSON.parse(data);
55
+ this.position = this.history.length;
56
+ } catch {
57
+ // No history file yet, start fresh
58
+ this.history = [];
59
+ this.position = 0;
60
+ }
61
+ }
62
+
63
+ getAll(): string[] {
64
+ return [...this.history];
65
+ }
66
+ }
@@ -0,0 +1,132 @@
1
+ import * as readline from "readline";
2
+ import { HubOptions, HubContext, Command } from "./types.js";
3
+ import { parseCommand, getCompletions } from "./parser.js";
4
+ import { CommandHistory } from "./history.js";
5
+ import { subscribeToEvents, RuntimeEvent } from "./event-listener.js";
6
+ import { getCommandRegistry } from "./commands/index.js";
7
+ import { loadConfig } from "./config-loader.js";
8
+
9
+ const WELCOME_MESSAGE = `
10
+ ┌─────────────────────────────────────────────────────────────┐
11
+ │ ■ RAXFLOW HUB [HOST-NATIVE] ● READY │
12
+ │ Project: %PROJECT% Agents: 12/12 Online │
13
+ ├─────────────────────────────────────────────────────────────┤
14
+ │ // BIENVENUE — Tapez 'help' ou '?' pour commencer │
15
+ └─────────────────────────────────────────────────────────────┘
16
+ `;
17
+
18
+ export async function startHub(options: HubOptions): Promise<void> {
19
+ const config = options.config || (await loadConfig(options.cwd));
20
+ const context: HubContext = {
21
+ config,
22
+ };
23
+
24
+ const history = new CommandHistory(options.cwd);
25
+ await history.load();
26
+
27
+ const commands = getCommandRegistry();
28
+
29
+ console.log(WELCOME_MESSAGE.replace("%PROJECT%", config.project || "default"));
30
+
31
+ let isClosing = false;
32
+
33
+ const rl = readline.createInterface({
34
+ input: process.stdin,
35
+ output: process.stdout,
36
+ prompt: "raxflow > ",
37
+ completer: (line: string) => {
38
+ const completions = getCompletions(line, context);
39
+ const hits = completions.filter((c) => c.startsWith(line));
40
+ return [hits.length ? hits : completions, line];
41
+ },
42
+ });
43
+
44
+ const unsubscribe = subscribeToEvents((event: RuntimeEvent) => {
45
+ const timeStr = new Date().toLocaleTimeString("fr-FR", { hour: "2-digit", minute: "2-digit" });
46
+ switch (event.type) {
47
+ case "run_start":
48
+ console.log(`[${timeStr}] ▶ Task started: ${event.taskId}`);
49
+ break;
50
+ case "run_end":
51
+ console.log(`[${timeStr}] ✓ Task completed: ${event.taskId} (confidence: ${event.metrics.confidence.toFixed(2)})`);
52
+ break;
53
+ case "node_error":
54
+ console.log(`[${timeStr}] ⚠ Node error: ${event.agent} - ${event.message}`);
55
+ break;
56
+ }
57
+ });
58
+
59
+ rl.on("line", async (input: string) => {
60
+ const trimmed = input.trim();
61
+ if (!trimmed) {
62
+ rl.prompt();
63
+ return;
64
+ }
65
+
66
+ history.add(trimmed);
67
+
68
+ const command = parseCommand(trimmed);
69
+
70
+ if (command.name === "exit" || command.name === "quit") {
71
+ isClosing = true;
72
+ console.log("👋 À bientôt !");
73
+ unsubscribe();
74
+ rl.close();
75
+ return;
76
+ }
77
+
78
+ const cmdDef = commands.get(command.name) || commands.get("help");
79
+ if (cmdDef) {
80
+ try {
81
+ await cmdDef.handler(command.args, command.flags, context);
82
+ } catch (error) {
83
+ console.error(`❌ Erreur: ${error instanceof Error ? error.message : String(error)}`);
84
+ }
85
+ } else {
86
+ console.log(`Commande inconnue: ${command.name}. Tapez 'help' pour voir les commandes disponibles.`);
87
+ }
88
+
89
+ if (!isClosing) {
90
+ rl.prompt();
91
+ }
92
+ });
93
+
94
+ rl.on("close", async () => {
95
+ if (!isClosing) {
96
+ await history.save();
97
+ console.log("\n👋 À bientôt !");
98
+ unsubscribe();
99
+ }
100
+ process.exit(0);
101
+ });
102
+
103
+ process.on("SIGINT", () => {
104
+ console.log("\n");
105
+ rl.prompt();
106
+ });
107
+
108
+ rl.prompt();
109
+ }
110
+
111
+ export async function startHubOneShot(command: string, args: string[]): Promise<void> {
112
+ const cwd = process.cwd();
113
+ const config = await loadConfig(cwd);
114
+ const context: HubContext = { config };
115
+ const commands = getCommandRegistry();
116
+
117
+ const parsed = parseCommand([command, ...args].join(" "));
118
+ const cmdDef = commands.get(parsed.name);
119
+
120
+ if (!cmdDef) {
121
+ console.error(`Commande inconnue: ${parsed.name}`);
122
+ process.exit(1);
123
+ }
124
+
125
+ try {
126
+ await cmdDef.handler(parsed.args, parsed.flags, context);
127
+ process.exit(0);
128
+ } catch (error) {
129
+ console.error(`❌ Erreur: ${error instanceof Error ? error.message : String(error)}`);
130
+ process.exit(1);
131
+ }
132
+ }
@@ -0,0 +1,107 @@
1
+ import { Command } from "./types.js";
2
+
3
+ const BOOLEAN_FLAGS = new Set([
4
+ "stream",
5
+ "json",
6
+ "f",
7
+ "force",
8
+ "verbose",
9
+ "quiet",
10
+ "dry-run",
11
+ "yes",
12
+ "help",
13
+ ]);
14
+
15
+ export function parseCommand(input: string): Command {
16
+ const tokens = input.trim().split(/\s+/);
17
+ const name = tokens[0] || "";
18
+ const args: string[] = [];
19
+ const flags: Record<string, string | boolean> = {};
20
+
21
+ for (let i = 1; i < tokens.length; i++) {
22
+ const token = tokens[i];
23
+ if (token.startsWith("--")) {
24
+ const flagName = token.slice(2);
25
+ const nextToken = tokens[i + 1];
26
+ if (nextToken && !nextToken.startsWith("-") && !BOOLEAN_FLAGS.has(flagName)) {
27
+ flags[flagName] = nextToken;
28
+ i++;
29
+ } else {
30
+ flags[flagName] = true;
31
+ }
32
+ } else if (token.startsWith("-")) {
33
+ const flagName = token.slice(1);
34
+ const nextToken = tokens[i + 1];
35
+ if (nextToken && !nextToken.startsWith("-") && !BOOLEAN_FLAGS.has(flagName)) {
36
+ flags[flagName] = nextToken;
37
+ i++;
38
+ } else {
39
+ flags[flagName] = true;
40
+ }
41
+ } else {
42
+ args.push(token);
43
+ }
44
+ }
45
+
46
+ return { name, args, flags };
47
+ }
48
+
49
+ export function getCompletions(partial: string, _context?: unknown): string[] {
50
+ const commands = [
51
+ "run",
52
+ "status",
53
+ "agents",
54
+ "providers",
55
+ "workflows",
56
+ "logs",
57
+ "metrics",
58
+ "memory",
59
+ "install",
60
+ "config",
61
+ "doctor",
62
+ "bridge-test",
63
+ "benchmark",
64
+ "evolve",
65
+ "dashboard",
66
+ "ui",
67
+ "chat",
68
+ "help",
69
+ "exit",
70
+ "quit",
71
+ ];
72
+
73
+ if (!partial) {
74
+ return commands;
75
+ }
76
+
77
+ const trimmed = partial.trim();
78
+ const endsWithSpace = partial.endsWith(" ");
79
+ const tokens = trimmed.split(/\s+/);
80
+ const currentWord = endsWithSpace ? "" : tokens[tokens.length - 1];
81
+
82
+ if (tokens.length === 1 && !endsWithSpace) {
83
+ return commands.filter((c) => c.startsWith(currentWord));
84
+ }
85
+
86
+ const command = tokens[0];
87
+ const isKnownCommand = commands.includes(command);
88
+
89
+ if (!isKnownCommand) {
90
+ return [];
91
+ }
92
+
93
+ switch (command) {
94
+ case "run":
95
+ return ["--workflow", "--max-parallel", "--stream", "--json"].filter((c) =>
96
+ c.startsWith(currentWord)
97
+ );
98
+ case "logs":
99
+ return ["-f", "--agent", "--level"].filter((c) => c.startsWith(currentWord));
100
+ case "agents":
101
+ case "providers":
102
+ case "workflows":
103
+ return [];
104
+ default:
105
+ return [];
106
+ }
107
+ }
@@ -0,0 +1,74 @@
1
+ // RAXFLOW Design System - Borders and Boxes
2
+ // Brutalist style: no border-radius, sharp corners
3
+
4
+ export const borders = {
5
+ // Border characters for ASCII boxes
6
+ horizontal: "─",
7
+ vertical: "│",
8
+ topLeft: "┌",
9
+ topRight: "┐",
10
+ bottomLeft: "└",
11
+ bottomRight: "┘",
12
+ leftT: "├",
13
+ rightT: "┤",
14
+ topT: "┬",
15
+ bottomT: "┴",
16
+ cross: "┼",
17
+
18
+ // Double line (for emphasis)
19
+ doubleHorizontal: "═",
20
+ doubleVertical: "║",
21
+ doubleTopLeft: "╔",
22
+ doubleTopRight: "╗",
23
+ doubleBottomLeft: "╚",
24
+ doubleBottomRight: "╝",
25
+ };
26
+
27
+ // Box drawing utilities
28
+ export function drawBox(content: string[], width: number, title?: string): string {
29
+ const { topLeft, topRight, bottomLeft, bottomRight, horizontal, vertical } = borders;
30
+
31
+ const lines: string[] = [];
32
+
33
+ // Top border
34
+ if (title) {
35
+ const titleStr = ` ${title} `;
36
+ const sideWidth = Math.floor((width - titleStr.length - 2) / 2);
37
+ const leftSide = horizontal.repeat(sideWidth);
38
+ const rightSide = horizontal.repeat(width - titleStr.length - 2 - sideWidth);
39
+ lines.push(`${topLeft}${leftSide}${titleStr}${rightSide}${topRight}`);
40
+ } else {
41
+ lines.push(`${topLeft}${horizontal.repeat(width - 2)}${topRight}`);
42
+ }
43
+
44
+ // Content
45
+ for (const line of content) {
46
+ const padded = line.padEnd(width - 2, " ").slice(0, width - 2);
47
+ lines.push(`${vertical}${padded}${vertical}`);
48
+ }
49
+
50
+ // Bottom border
51
+ lines.push(`${bottomLeft}${horizontal.repeat(width - 2)}${bottomRight}`);
52
+
53
+ return lines.join("\n");
54
+ }
55
+
56
+ export function drawSeparator(width: number, title?: string): string {
57
+ const { leftT, rightT, horizontal } = borders;
58
+
59
+ if (title) {
60
+ const titleStr = ` ${title} `;
61
+ const sideWidth = Math.floor((width - titleStr.length - 2) / 2);
62
+ const leftSide = horizontal.repeat(sideWidth);
63
+ const rightSide = horizontal.repeat(width - titleStr.length - 2 - sideWidth);
64
+ return `${leftT}${leftSide}${titleStr}${rightSide}${rightT}`;
65
+ }
66
+
67
+ return `${leftT}${horizontal.repeat(width - 2)}${rightT}`;
68
+ }
69
+
70
+ export function drawProgressBar(percent: number, width: number = 20): string {
71
+ const filled = Math.floor((percent / 100) * width);
72
+ const empty = width - filled;
73
+ return "█".repeat(filled) + "░".repeat(empty);
74
+ }