agent-relay 2.0.21 → 2.0.23

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 (412) hide show
  1. package/bin/relay-pty-linux-arm64 +0 -0
  2. package/dist/src/cli/index.d.ts +3 -3
  3. package/dist/src/cli/index.js +31 -100
  4. package/package.json +22 -29
  5. package/packages/api-types/package.json +1 -1
  6. package/packages/bridge/package.json +8 -8
  7. package/packages/cli-tester/package.json +1 -1
  8. package/packages/cloud/dist/server.js +25 -4
  9. package/packages/cloud/package.json +6 -6
  10. package/packages/config/package.json +2 -2
  11. package/packages/continuity/package.json +1 -1
  12. package/packages/daemon/dist/orchestrator.js +21 -1
  13. package/packages/daemon/dist/router.d.ts +5 -0
  14. package/packages/daemon/dist/router.js +31 -0
  15. package/packages/daemon/dist/server.d.ts +5 -0
  16. package/packages/daemon/dist/server.js +131 -1
  17. package/packages/daemon/package.json +12 -12
  18. package/packages/hooks/package.json +4 -4
  19. package/packages/mcp/dist/client.d.ts +15 -0
  20. package/packages/mcp/dist/client.js +9 -0
  21. package/packages/mcp/dist/server.js +13 -1
  22. package/packages/mcp/dist/tools/index.d.ts +2 -0
  23. package/packages/mcp/dist/tools/index.js +2 -0
  24. package/packages/mcp/dist/tools/relay-connected.d.ts +17 -0
  25. package/packages/mcp/dist/tools/relay-connected.js +40 -0
  26. package/packages/mcp/dist/tools/relay-remove-agent.d.ts +20 -0
  27. package/packages/mcp/dist/tools/relay-remove-agent.js +50 -0
  28. package/packages/mcp/package.json +2 -2
  29. package/packages/memory/package.json +2 -2
  30. package/packages/policy/package.json +2 -2
  31. package/packages/protocol/dist/types.d.ts +46 -1
  32. package/packages/protocol/package.json +1 -1
  33. package/packages/resiliency/package.json +1 -1
  34. package/packages/sdk/dist/client.d.ts +22 -1
  35. package/packages/sdk/dist/client.js +31 -0
  36. package/packages/sdk/dist/protocol/index.d.ts +1 -1
  37. package/packages/sdk/dist/protocol/types.d.ts +35 -1
  38. package/packages/sdk/package.json +2 -2
  39. package/packages/spawner/package.json +1 -1
  40. package/packages/state/package.json +1 -1
  41. package/packages/storage/dist/adapter.d.ts +4 -0
  42. package/packages/storage/dist/sqlite-adapter.d.ts +10 -0
  43. package/packages/storage/dist/sqlite-adapter.js +26 -0
  44. package/packages/storage/package.json +2 -2
  45. package/packages/telemetry/package.json +1 -1
  46. package/packages/trajectory/package.json +2 -2
  47. package/packages/user-directory/package.json +2 -2
  48. package/packages/utils/dist/update-checker.js +4 -0
  49. package/packages/utils/package.json +1 -1
  50. package/packages/wrapper/package.json +6 -6
  51. package/deploy/workspace/codex.config.toml +0 -20
  52. package/deploy/workspace/entrypoint-browser.sh +0 -118
  53. package/deploy/workspace/entrypoint.sh +0 -612
  54. package/deploy/workspace/gh-credential-relay +0 -90
  55. package/deploy/workspace/gh-relay +0 -156
  56. package/deploy/workspace/git-credential-relay +0 -330
  57. package/deploy/workspace/git-credential-relay.test.sh +0 -230
  58. package/dist/dashboard/out/404.html +0 -1
  59. package/dist/dashboard/out/_next/static/7MZPqYkVGw3EGzVBkVmY9/_buildManifest.js +0 -1
  60. package/dist/dashboard/out/_next/static/7MZPqYkVGw3EGzVBkVmY9/_ssgManifest.js +0 -1
  61. package/dist/dashboard/out/_next/static/chunks/116-a883fca163f3a5bc.js +0 -1
  62. package/dist/dashboard/out/_next/static/chunks/117-c8afed19e821a35d.js +0 -2
  63. package/dist/dashboard/out/_next/static/chunks/282-980c2eb8fff20123.js +0 -1
  64. package/dist/dashboard/out/_next/static/chunks/320-a6304232cd0ee2ce.js +0 -1
  65. package/dist/dashboard/out/_next/static/chunks/532-bace199897eeab37.js +0 -9
  66. package/dist/dashboard/out/_next/static/chunks/631-16b905e5920f9b59.js +0 -1
  67. package/dist/dashboard/out/_next/static/chunks/648-acb2ff9f77cbfbd3.js +0 -1
  68. package/dist/dashboard/out/_next/static/chunks/766-2aea80818f7eb0d8.js +0 -1
  69. package/dist/dashboard/out/_next/static/chunks/83-26d2bde54616ee90.js +0 -1
  70. package/dist/dashboard/out/_next/static/chunks/847-f1f467060f32afff.js +0 -1
  71. package/dist/dashboard/out/_next/static/chunks/891-5cb1513eeb97a891.js +0 -1
  72. package/dist/dashboard/out/_next/static/chunks/app/_not-found/page-60501fddbafba9dc.js +0 -1
  73. package/dist/dashboard/out/_next/static/chunks/app/app/onboarding/page-9914652442f7e4fb.js +0 -1
  74. package/dist/dashboard/out/_next/static/chunks/app/app/page-366fb7c078d4e9e0.js +0 -1
  75. package/dist/dashboard/out/_next/static/chunks/app/cloud/link/page-fa1d5842aa90e8a6.js +0 -1
  76. package/dist/dashboard/out/_next/static/chunks/app/complete-profile/page-dd64bbdf66b639cd.js +0 -1
  77. package/dist/dashboard/out/_next/static/chunks/app/connect-repos/page-113060009ef35bc2.js +0 -1
  78. package/dist/dashboard/out/_next/static/chunks/app/history/page-9965d2483011b846.js +0 -1
  79. package/dist/dashboard/out/_next/static/chunks/app/layout-6b91e33784c20610.js +0 -1
  80. package/dist/dashboard/out/_next/static/chunks/app/login/page-435eceb0073be027.js +0 -1
  81. package/dist/dashboard/out/_next/static/chunks/app/metrics/page-1e37ef8e73940b40.js +0 -1
  82. package/dist/dashboard/out/_next/static/chunks/app/page-8119d4246743574e.js +0 -1
  83. package/dist/dashboard/out/_next/static/chunks/app/pricing/page-9db3ebdfa567a7c9.js +0 -1
  84. package/dist/dashboard/out/_next/static/chunks/app/providers/page-ecb16ffd3b36262b.js +0 -1
  85. package/dist/dashboard/out/_next/static/chunks/app/providers/setup/[provider]/page-4dbe33f0f7691b7c.js +0 -1
  86. package/dist/dashboard/out/_next/static/chunks/app/signup/page-c7a0a28341365ae0.js +0 -1
  87. package/dist/dashboard/out/_next/static/chunks/e868780c-48e5f147c90a3a41.js +0 -18
  88. package/dist/dashboard/out/_next/static/chunks/fd9d1056-609918ca7b6280bb.js +0 -1
  89. package/dist/dashboard/out/_next/static/chunks/framework-f66176bb897dc684.js +0 -1
  90. package/dist/dashboard/out/_next/static/chunks/main-311c3db74dcfadb7.js +0 -1
  91. package/dist/dashboard/out/_next/static/chunks/main-app-fdbeb09028f57c9f.js +0 -1
  92. package/dist/dashboard/out/_next/static/chunks/pages/_app-72b849fbd24ac258.js +0 -1
  93. package/dist/dashboard/out/_next/static/chunks/pages/_error-7ba65e1336b92748.js +0 -1
  94. package/dist/dashboard/out/_next/static/chunks/polyfills-42372ed130431b0a.js +0 -1
  95. package/dist/dashboard/out/_next/static/chunks/webpack-1cdd8ed57114d5e1.js +0 -1
  96. package/dist/dashboard/out/_next/static/css/4034f236dd1a3178.css +0 -1
  97. package/dist/dashboard/out/_next/static/css/6892f8422896ef7a.css +0 -1
  98. package/dist/dashboard/out/alt-logos/agent-relay-logo-128.png +0 -0
  99. package/dist/dashboard/out/alt-logos/agent-relay-logo-256.png +0 -0
  100. package/dist/dashboard/out/alt-logos/agent-relay-logo-32.png +0 -0
  101. package/dist/dashboard/out/alt-logos/agent-relay-logo-512.png +0 -0
  102. package/dist/dashboard/out/alt-logos/agent-relay-logo-64.png +0 -0
  103. package/dist/dashboard/out/alt-logos/agent-relay-logo.svg +0 -45
  104. package/dist/dashboard/out/alt-logos/logo.svg +0 -38
  105. package/dist/dashboard/out/alt-logos/monogram-logo-128.png +0 -0
  106. package/dist/dashboard/out/alt-logos/monogram-logo-256.png +0 -0
  107. package/dist/dashboard/out/alt-logos/monogram-logo-32.png +0 -0
  108. package/dist/dashboard/out/alt-logos/monogram-logo-512.png +0 -0
  109. package/dist/dashboard/out/alt-logos/monogram-logo-64.png +0 -0
  110. package/dist/dashboard/out/alt-logos/monogram-logo.svg +0 -38
  111. package/dist/dashboard/out/app/onboarding.html +0 -1
  112. package/dist/dashboard/out/app/onboarding.txt +0 -7
  113. package/dist/dashboard/out/app.html +0 -1
  114. package/dist/dashboard/out/app.txt +0 -7
  115. package/dist/dashboard/out/apple-icon.png +0 -0
  116. package/dist/dashboard/out/cloud/link.html +0 -1
  117. package/dist/dashboard/out/cloud/link.txt +0 -7
  118. package/dist/dashboard/out/complete-profile.html +0 -5
  119. package/dist/dashboard/out/complete-profile.txt +0 -7
  120. package/dist/dashboard/out/connect-repos.html +0 -1
  121. package/dist/dashboard/out/connect-repos.txt +0 -7
  122. package/dist/dashboard/out/history.html +0 -1
  123. package/dist/dashboard/out/history.txt +0 -7
  124. package/dist/dashboard/out/index.html +0 -1
  125. package/dist/dashboard/out/index.txt +0 -7
  126. package/dist/dashboard/out/login.html +0 -5
  127. package/dist/dashboard/out/login.txt +0 -7
  128. package/dist/dashboard/out/metrics.html +0 -1
  129. package/dist/dashboard/out/metrics.txt +0 -7
  130. package/dist/dashboard/out/pricing.html +0 -13
  131. package/dist/dashboard/out/pricing.txt +0 -7
  132. package/dist/dashboard/out/providers/setup/claude.html +0 -1
  133. package/dist/dashboard/out/providers/setup/claude.txt +0 -8
  134. package/dist/dashboard/out/providers/setup/codex.html +0 -1
  135. package/dist/dashboard/out/providers/setup/codex.txt +0 -8
  136. package/dist/dashboard/out/providers/setup/cursor.html +0 -1
  137. package/dist/dashboard/out/providers/setup/cursor.txt +0 -8
  138. package/dist/dashboard/out/providers.html +0 -1
  139. package/dist/dashboard/out/providers.txt +0 -7
  140. package/dist/dashboard/out/signup.html +0 -6
  141. package/dist/dashboard/out/signup.txt +0 -7
  142. package/dist/src/dashboard-server/index.d.ts +0 -8
  143. package/dist/src/dashboard-server/index.js +0 -8
  144. package/packages/dashboard/README.md +0 -48
  145. package/packages/dashboard/dist/health-worker-manager.d.ts +0 -62
  146. package/packages/dashboard/dist/health-worker-manager.js +0 -144
  147. package/packages/dashboard/dist/health-worker.d.ts +0 -9
  148. package/packages/dashboard/dist/health-worker.js +0 -79
  149. package/packages/dashboard/dist/index.d.ts +0 -20
  150. package/packages/dashboard/dist/index.js +0 -19
  151. package/packages/dashboard/dist/metrics.d.ts +0 -105
  152. package/packages/dashboard/dist/metrics.js +0 -193
  153. package/packages/dashboard/dist/needs-attention.d.ts +0 -24
  154. package/packages/dashboard/dist/needs-attention.js +0 -78
  155. package/packages/dashboard/dist/server.d.ts +0 -25
  156. package/packages/dashboard/dist/server.js +0 -5270
  157. package/packages/dashboard/dist/start.d.ts +0 -6
  158. package/packages/dashboard/dist/start.js +0 -13
  159. package/packages/dashboard/dist/types/threading.d.ts +0 -8
  160. package/packages/dashboard/dist/types/threading.js +0 -2
  161. package/packages/dashboard/dist/user-bridge.d.ts +0 -154
  162. package/packages/dashboard/dist/user-bridge.js +0 -372
  163. package/packages/dashboard/package.json +0 -65
  164. package/packages/dashboard/ui/app/app/onboarding/page.tsx +0 -394
  165. package/packages/dashboard/ui/app/app/page.tsx +0 -667
  166. package/packages/dashboard/ui/app/apple-icon.png +0 -0
  167. package/packages/dashboard/ui/app/cloud/link/page.tsx +0 -464
  168. package/packages/dashboard/ui/app/complete-profile/page.tsx +0 -204
  169. package/packages/dashboard/ui/app/connect-repos/page.tsx +0 -410
  170. package/packages/dashboard/ui/app/favicon.png +0 -0
  171. package/packages/dashboard/ui/app/globals.css +0 -59
  172. package/packages/dashboard/ui/app/history/page.tsx +0 -658
  173. package/packages/dashboard/ui/app/layout.tsx +0 -25
  174. package/packages/dashboard/ui/app/login/page.tsx +0 -424
  175. package/packages/dashboard/ui/app/metrics/page.tsx +0 -751
  176. package/packages/dashboard/ui/app/page.tsx +0 -59
  177. package/packages/dashboard/ui/app/pricing/page.tsx +0 -7
  178. package/packages/dashboard/ui/app/providers/page.tsx +0 -193
  179. package/packages/dashboard/ui/app/providers/setup/[provider]/ProviderSetupClient.tsx +0 -148
  180. package/packages/dashboard/ui/app/providers/setup/[provider]/constants.ts +0 -35
  181. package/packages/dashboard/ui/app/providers/setup/[provider]/page.tsx +0 -42
  182. package/packages/dashboard/ui/app/signup/page.tsx +0 -533
  183. package/packages/dashboard/ui/index.ts +0 -49
  184. package/packages/dashboard/ui/landing/LandingPage.tsx +0 -713
  185. package/packages/dashboard/ui/landing/PricingPage.tsx +0 -559
  186. package/packages/dashboard/ui/landing/index.ts +0 -6
  187. package/packages/dashboard/ui/landing/styles.css +0 -2850
  188. package/packages/dashboard/ui/lib/agent-merge.ts +0 -35
  189. package/packages/dashboard/ui/lib/api.ts +0 -1155
  190. package/packages/dashboard/ui/lib/cloudApi.ts +0 -877
  191. package/packages/dashboard/ui/lib/colors.ts +0 -218
  192. package/packages/dashboard/ui/lib/hierarchy.ts +0 -242
  193. package/packages/dashboard/ui/lib/stuckDetection.ts +0 -142
  194. package/packages/dashboard/ui/next-env.d.ts +0 -5
  195. package/packages/dashboard/ui/next.config.js +0 -41
  196. package/packages/dashboard/ui/package-lock.json +0 -2882
  197. package/packages/dashboard/ui/package.json +0 -33
  198. package/packages/dashboard/ui/postcss.config.js +0 -5
  199. package/packages/dashboard/ui/react-components/ActivityFeed.tsx +0 -216
  200. package/packages/dashboard/ui/react-components/AddWorkspaceModal.tsx +0 -170
  201. package/packages/dashboard/ui/react-components/AgentCard.tsx +0 -587
  202. package/packages/dashboard/ui/react-components/AgentList.tsx +0 -411
  203. package/packages/dashboard/ui/react-components/AgentProfilePanel.tsx +0 -564
  204. package/packages/dashboard/ui/react-components/App.tsx +0 -3033
  205. package/packages/dashboard/ui/react-components/BillingPanel.tsx +0 -922
  206. package/packages/dashboard/ui/react-components/BillingResult.tsx +0 -447
  207. package/packages/dashboard/ui/react-components/BroadcastComposer.tsx +0 -690
  208. package/packages/dashboard/ui/react-components/ChannelAdminPanel.tsx +0 -773
  209. package/packages/dashboard/ui/react-components/ChannelBrowser.tsx +0 -385
  210. package/packages/dashboard/ui/react-components/ChannelChat.tsx +0 -261
  211. package/packages/dashboard/ui/react-components/ChannelSidebar.tsx +0 -399
  212. package/packages/dashboard/ui/react-components/CloudSessionProvider.tsx +0 -130
  213. package/packages/dashboard/ui/react-components/CommandPalette.tsx +0 -815
  214. package/packages/dashboard/ui/react-components/ConfirmationDialog.tsx +0 -133
  215. package/packages/dashboard/ui/react-components/ConversationHistory.tsx +0 -518
  216. package/packages/dashboard/ui/react-components/CoordinatorPanel.tsx +0 -944
  217. package/packages/dashboard/ui/react-components/DecisionQueue.tsx +0 -717
  218. package/packages/dashboard/ui/react-components/DirectMessageView.tsx +0 -164
  219. package/packages/dashboard/ui/react-components/FileAutocomplete.tsx +0 -368
  220. package/packages/dashboard/ui/react-components/FleetOverview.tsx +0 -278
  221. package/packages/dashboard/ui/react-components/LogViewer.tsx +0 -310
  222. package/packages/dashboard/ui/react-components/LogViewerPanel.tsx +0 -482
  223. package/packages/dashboard/ui/react-components/Logo.tsx +0 -284
  224. package/packages/dashboard/ui/react-components/MentionAutocomplete.tsx +0 -384
  225. package/packages/dashboard/ui/react-components/MessageComposer.tsx +0 -457
  226. package/packages/dashboard/ui/react-components/MessageList.tsx +0 -649
  227. package/packages/dashboard/ui/react-components/MessageSenderName.tsx +0 -91
  228. package/packages/dashboard/ui/react-components/MessageStatusIndicator.tsx +0 -142
  229. package/packages/dashboard/ui/react-components/NewConversationModal.tsx +0 -400
  230. package/packages/dashboard/ui/react-components/NotificationToast.tsx +0 -488
  231. package/packages/dashboard/ui/react-components/OnlineUsersIndicator.tsx +0 -164
  232. package/packages/dashboard/ui/react-components/Pagination.tsx +0 -124
  233. package/packages/dashboard/ui/react-components/PricingPlans.tsx +0 -386
  234. package/packages/dashboard/ui/react-components/ProjectList.tsx +0 -625
  235. package/packages/dashboard/ui/react-components/ProviderAuthFlow.tsx +0 -853
  236. package/packages/dashboard/ui/react-components/ProviderConnectionList.tsx +0 -378
  237. package/packages/dashboard/ui/react-components/ProvisioningProgress.tsx +0 -730
  238. package/packages/dashboard/ui/react-components/RepoAccessPanel.tsx +0 -549
  239. package/packages/dashboard/ui/react-components/ServerCard.tsx +0 -202
  240. package/packages/dashboard/ui/react-components/SessionExpiredModal.tsx +0 -128
  241. package/packages/dashboard/ui/react-components/SpawnModal.tsx +0 -804
  242. package/packages/dashboard/ui/react-components/TaskAssignmentUI.tsx +0 -375
  243. package/packages/dashboard/ui/react-components/TerminalProviderSetup.tsx +0 -608
  244. package/packages/dashboard/ui/react-components/ThemeProvider.tsx +0 -325
  245. package/packages/dashboard/ui/react-components/ThinkingIndicator.tsx +0 -231
  246. package/packages/dashboard/ui/react-components/ThreadList.tsx +0 -198
  247. package/packages/dashboard/ui/react-components/ThreadPanel.tsx +0 -346
  248. package/packages/dashboard/ui/react-components/TrajectoryViewer.tsx +0 -698
  249. package/packages/dashboard/ui/react-components/TypingIndicator.tsx +0 -69
  250. package/packages/dashboard/ui/react-components/UsageBanner.tsx +0 -231
  251. package/packages/dashboard/ui/react-components/UserProfilePanel.tsx +0 -233
  252. package/packages/dashboard/ui/react-components/WorkspaceContext.tsx +0 -107
  253. package/packages/dashboard/ui/react-components/WorkspaceSelector.tsx +0 -234
  254. package/packages/dashboard/ui/react-components/WorkspaceStatusIndicator.tsx +0 -370
  255. package/packages/dashboard/ui/react-components/XTermInteractive.tsx +0 -510
  256. package/packages/dashboard/ui/react-components/XTermLogViewer.tsx +0 -719
  257. package/packages/dashboard/ui/react-components/channels/ChannelDialogs.tsx +0 -1411
  258. package/packages/dashboard/ui/react-components/channels/ChannelHeader.tsx +0 -317
  259. package/packages/dashboard/ui/react-components/channels/ChannelMessageList.tsx +0 -463
  260. package/packages/dashboard/ui/react-components/channels/ChannelViewV1.tsx +0 -146
  261. package/packages/dashboard/ui/react-components/channels/MessageInput.tsx +0 -288
  262. package/packages/dashboard/ui/react-components/channels/SearchInput.tsx +0 -172
  263. package/packages/dashboard/ui/react-components/channels/SearchResults.tsx +0 -336
  264. package/packages/dashboard/ui/react-components/channels/api.ts +0 -697
  265. package/packages/dashboard/ui/react-components/channels/index.ts +0 -76
  266. package/packages/dashboard/ui/react-components/channels/mockApi.ts +0 -344
  267. package/packages/dashboard/ui/react-components/channels/types.ts +0 -566
  268. package/packages/dashboard/ui/react-components/hooks/index.ts +0 -57
  269. package/packages/dashboard/ui/react-components/hooks/useAgentLogs.ts +0 -394
  270. package/packages/dashboard/ui/react-components/hooks/useAgents.ts +0 -127
  271. package/packages/dashboard/ui/react-components/hooks/useBroadcastDedup.ts +0 -86
  272. package/packages/dashboard/ui/react-components/hooks/useChannelAdmin.ts +0 -329
  273. package/packages/dashboard/ui/react-components/hooks/useChannelBrowser.ts +0 -239
  274. package/packages/dashboard/ui/react-components/hooks/useChannelCommands.ts +0 -138
  275. package/packages/dashboard/ui/react-components/hooks/useChannels.ts +0 -328
  276. package/packages/dashboard/ui/react-components/hooks/useDebounce.ts +0 -29
  277. package/packages/dashboard/ui/react-components/hooks/useDirectMessage.ts +0 -141
  278. package/packages/dashboard/ui/react-components/hooks/useMessages.ts +0 -309
  279. package/packages/dashboard/ui/react-components/hooks/useOrchestrator.ts +0 -364
  280. package/packages/dashboard/ui/react-components/hooks/usePinnedAgents.ts +0 -140
  281. package/packages/dashboard/ui/react-components/hooks/usePresence.ts +0 -340
  282. package/packages/dashboard/ui/react-components/hooks/useRecentRepos.ts +0 -130
  283. package/packages/dashboard/ui/react-components/hooks/useSession.ts +0 -209
  284. package/packages/dashboard/ui/react-components/hooks/useTrajectory.ts +0 -265
  285. package/packages/dashboard/ui/react-components/hooks/useWebSocket.ts +0 -169
  286. package/packages/dashboard/ui/react-components/hooks/useWorkspaceMembers.ts +0 -120
  287. package/packages/dashboard/ui/react-components/hooks/useWorkspaceRepos.ts +0 -73
  288. package/packages/dashboard/ui/react-components/hooks/useWorkspaceStatus.ts +0 -237
  289. package/packages/dashboard/ui/react-components/index.ts +0 -81
  290. package/packages/dashboard/ui/react-components/layout/Header.tsx +0 -355
  291. package/packages/dashboard/ui/react-components/layout/RepoContextHeader.tsx +0 -361
  292. package/packages/dashboard/ui/react-components/layout/Sidebar.archive.test.tsx +0 -126
  293. package/packages/dashboard/ui/react-components/layout/Sidebar.test.tsx +0 -691
  294. package/packages/dashboard/ui/react-components/layout/Sidebar.tsx +0 -930
  295. package/packages/dashboard/ui/react-components/layout/index.ts +0 -7
  296. package/packages/dashboard/ui/react-components/settings/BillingSettingsPanel.tsx +0 -564
  297. package/packages/dashboard/ui/react-components/settings/SettingsPage.tsx +0 -544
  298. package/packages/dashboard/ui/react-components/settings/TeamSettingsPanel.tsx +0 -560
  299. package/packages/dashboard/ui/react-components/settings/WorkspaceSettingsPanel.tsx +0 -1386
  300. package/packages/dashboard/ui/react-components/settings/index.ts +0 -11
  301. package/packages/dashboard/ui/react-components/settings/types.ts +0 -53
  302. package/packages/dashboard/ui/react-components/utils/messageFormatting.tsx +0 -370
  303. package/packages/dashboard/ui/tailwind.config.js +0 -148
  304. package/packages/dashboard/ui/types/index.ts +0 -304
  305. package/packages/dashboard/ui/types/threading.ts +0 -7
  306. package/packages/dashboard/ui-dist/404.html +0 -1
  307. package/packages/dashboard/ui-dist/_next/static/7MZPqYkVGw3EGzVBkVmY9/_buildManifest.js +0 -1
  308. package/packages/dashboard/ui-dist/_next/static/7MZPqYkVGw3EGzVBkVmY9/_ssgManifest.js +0 -1
  309. package/packages/dashboard/ui-dist/_next/static/chunks/116-a883fca163f3a5bc.js +0 -1
  310. package/packages/dashboard/ui-dist/_next/static/chunks/117-c8afed19e821a35d.js +0 -2
  311. package/packages/dashboard/ui-dist/_next/static/chunks/282-980c2eb8fff20123.js +0 -1
  312. package/packages/dashboard/ui-dist/_next/static/chunks/320-a6304232cd0ee2ce.js +0 -1
  313. package/packages/dashboard/ui-dist/_next/static/chunks/532-bace199897eeab37.js +0 -9
  314. package/packages/dashboard/ui-dist/_next/static/chunks/631-16b905e5920f9b59.js +0 -1
  315. package/packages/dashboard/ui-dist/_next/static/chunks/648-acb2ff9f77cbfbd3.js +0 -1
  316. package/packages/dashboard/ui-dist/_next/static/chunks/766-2aea80818f7eb0d8.js +0 -1
  317. package/packages/dashboard/ui-dist/_next/static/chunks/83-26d2bde54616ee90.js +0 -1
  318. package/packages/dashboard/ui-dist/_next/static/chunks/847-f1f467060f32afff.js +0 -1
  319. package/packages/dashboard/ui-dist/_next/static/chunks/891-5cb1513eeb97a891.js +0 -1
  320. package/packages/dashboard/ui-dist/_next/static/chunks/app/_not-found/page-60501fddbafba9dc.js +0 -1
  321. package/packages/dashboard/ui-dist/_next/static/chunks/app/app/onboarding/page-9914652442f7e4fb.js +0 -1
  322. package/packages/dashboard/ui-dist/_next/static/chunks/app/app/page-366fb7c078d4e9e0.js +0 -1
  323. package/packages/dashboard/ui-dist/_next/static/chunks/app/cloud/link/page-fa1d5842aa90e8a6.js +0 -1
  324. package/packages/dashboard/ui-dist/_next/static/chunks/app/complete-profile/page-dd64bbdf66b639cd.js +0 -1
  325. package/packages/dashboard/ui-dist/_next/static/chunks/app/connect-repos/page-113060009ef35bc2.js +0 -1
  326. package/packages/dashboard/ui-dist/_next/static/chunks/app/history/page-9965d2483011b846.js +0 -1
  327. package/packages/dashboard/ui-dist/_next/static/chunks/app/layout-6b91e33784c20610.js +0 -1
  328. package/packages/dashboard/ui-dist/_next/static/chunks/app/login/page-435eceb0073be027.js +0 -1
  329. package/packages/dashboard/ui-dist/_next/static/chunks/app/metrics/page-1e37ef8e73940b40.js +0 -1
  330. package/packages/dashboard/ui-dist/_next/static/chunks/app/page-8119d4246743574e.js +0 -1
  331. package/packages/dashboard/ui-dist/_next/static/chunks/app/pricing/page-9db3ebdfa567a7c9.js +0 -1
  332. package/packages/dashboard/ui-dist/_next/static/chunks/app/providers/page-ecb16ffd3b36262b.js +0 -1
  333. package/packages/dashboard/ui-dist/_next/static/chunks/app/providers/setup/[provider]/page-4dbe33f0f7691b7c.js +0 -1
  334. package/packages/dashboard/ui-dist/_next/static/chunks/app/signup/page-c7a0a28341365ae0.js +0 -1
  335. package/packages/dashboard/ui-dist/_next/static/chunks/e868780c-48e5f147c90a3a41.js +0 -18
  336. package/packages/dashboard/ui-dist/_next/static/chunks/fd9d1056-609918ca7b6280bb.js +0 -1
  337. package/packages/dashboard/ui-dist/_next/static/chunks/framework-f66176bb897dc684.js +0 -1
  338. package/packages/dashboard/ui-dist/_next/static/chunks/main-311c3db74dcfadb7.js +0 -1
  339. package/packages/dashboard/ui-dist/_next/static/chunks/main-app-fdbeb09028f57c9f.js +0 -1
  340. package/packages/dashboard/ui-dist/_next/static/chunks/pages/_app-72b849fbd24ac258.js +0 -1
  341. package/packages/dashboard/ui-dist/_next/static/chunks/pages/_error-7ba65e1336b92748.js +0 -1
  342. package/packages/dashboard/ui-dist/_next/static/chunks/polyfills-42372ed130431b0a.js +0 -1
  343. package/packages/dashboard/ui-dist/_next/static/chunks/webpack-1cdd8ed57114d5e1.js +0 -1
  344. package/packages/dashboard/ui-dist/_next/static/css/4034f236dd1a3178.css +0 -1
  345. package/packages/dashboard/ui-dist/_next/static/css/6892f8422896ef7a.css +0 -1
  346. package/packages/dashboard/ui-dist/_next/static/iJ3Uiz3IrqUJL7IxKZHiV/_buildManifest.js +0 -1
  347. package/packages/dashboard/ui-dist/_next/static/iJ3Uiz3IrqUJL7IxKZHiV/_ssgManifest.js +0 -1
  348. package/packages/dashboard/ui-dist/_next/static/l-jd878zUJ_IlraqEWMZc/_buildManifest.js +0 -1
  349. package/packages/dashboard/ui-dist/_next/static/l-jd878zUJ_IlraqEWMZc/_ssgManifest.js +0 -1
  350. package/packages/dashboard/ui-dist/alt-logos/agent-relay-logo-128.png +0 -0
  351. package/packages/dashboard/ui-dist/alt-logos/agent-relay-logo-256.png +0 -0
  352. package/packages/dashboard/ui-dist/alt-logos/agent-relay-logo-32.png +0 -0
  353. package/packages/dashboard/ui-dist/alt-logos/agent-relay-logo-512.png +0 -0
  354. package/packages/dashboard/ui-dist/alt-logos/agent-relay-logo-64.png +0 -0
  355. package/packages/dashboard/ui-dist/alt-logos/agent-relay-logo.svg +0 -45
  356. package/packages/dashboard/ui-dist/alt-logos/logo.svg +0 -38
  357. package/packages/dashboard/ui-dist/alt-logos/monogram-logo-128.png +0 -0
  358. package/packages/dashboard/ui-dist/alt-logos/monogram-logo-256.png +0 -0
  359. package/packages/dashboard/ui-dist/alt-logos/monogram-logo-32.png +0 -0
  360. package/packages/dashboard/ui-dist/alt-logos/monogram-logo-512.png +0 -0
  361. package/packages/dashboard/ui-dist/alt-logos/monogram-logo-64.png +0 -0
  362. package/packages/dashboard/ui-dist/alt-logos/monogram-logo.svg +0 -38
  363. package/packages/dashboard/ui-dist/app/onboarding.html +0 -1
  364. package/packages/dashboard/ui-dist/app/onboarding.txt +0 -7
  365. package/packages/dashboard/ui-dist/app.html +0 -1
  366. package/packages/dashboard/ui-dist/app.txt +0 -7
  367. package/packages/dashboard/ui-dist/apple-icon.png +0 -0
  368. package/packages/dashboard/ui-dist/cloud/link.html +0 -1
  369. package/packages/dashboard/ui-dist/cloud/link.txt +0 -7
  370. package/packages/dashboard/ui-dist/complete-profile.html +0 -5
  371. package/packages/dashboard/ui-dist/complete-profile.txt +0 -7
  372. package/packages/dashboard/ui-dist/connect-repos.html +0 -1
  373. package/packages/dashboard/ui-dist/connect-repos.txt +0 -7
  374. package/packages/dashboard/ui-dist/history.html +0 -1
  375. package/packages/dashboard/ui-dist/history.txt +0 -7
  376. package/packages/dashboard/ui-dist/index.html +0 -1
  377. package/packages/dashboard/ui-dist/index.txt +0 -7
  378. package/packages/dashboard/ui-dist/login.html +0 -5
  379. package/packages/dashboard/ui-dist/login.txt +0 -7
  380. package/packages/dashboard/ui-dist/metrics.html +0 -1
  381. package/packages/dashboard/ui-dist/metrics.txt +0 -7
  382. package/packages/dashboard/ui-dist/pricing.html +0 -13
  383. package/packages/dashboard/ui-dist/pricing.txt +0 -7
  384. package/packages/dashboard/ui-dist/providers/setup/claude.html +0 -1
  385. package/packages/dashboard/ui-dist/providers/setup/claude.txt +0 -8
  386. package/packages/dashboard/ui-dist/providers/setup/codex.html +0 -1
  387. package/packages/dashboard/ui-dist/providers/setup/codex.txt +0 -8
  388. package/packages/dashboard/ui-dist/providers/setup/cursor.html +0 -1
  389. package/packages/dashboard/ui-dist/providers/setup/cursor.txt +0 -8
  390. package/packages/dashboard/ui-dist/providers.html +0 -1
  391. package/packages/dashboard/ui-dist/providers.txt +0 -7
  392. package/packages/dashboard/ui-dist/signup.html +0 -6
  393. package/packages/dashboard/ui-dist/signup.txt +0 -7
  394. package/packages/dashboard-server/dist/health-worker-manager.d.ts +0 -62
  395. package/packages/dashboard-server/dist/health-worker-manager.js +0 -144
  396. package/packages/dashboard-server/dist/health-worker.d.ts +0 -9
  397. package/packages/dashboard-server/dist/health-worker.js +0 -79
  398. package/packages/dashboard-server/dist/index.d.ts +0 -18
  399. package/packages/dashboard-server/dist/index.js +0 -17
  400. package/packages/dashboard-server/dist/metrics.d.ts +0 -105
  401. package/packages/dashboard-server/dist/metrics.js +0 -193
  402. package/packages/dashboard-server/dist/needs-attention.d.ts +0 -24
  403. package/packages/dashboard-server/dist/needs-attention.js +0 -78
  404. package/packages/dashboard-server/dist/server.d.ts +0 -25
  405. package/packages/dashboard-server/dist/server.js +0 -5158
  406. package/packages/dashboard-server/dist/start.d.ts +0 -6
  407. package/packages/dashboard-server/dist/start.js +0 -13
  408. package/packages/dashboard-server/dist/types/threading.d.ts +0 -8
  409. package/packages/dashboard-server/dist/types/threading.js +0 -2
  410. package/packages/dashboard-server/dist/user-bridge.d.ts +0 -158
  411. package/packages/dashboard-server/dist/user-bridge.js +0 -390
  412. package/packages/dashboard-server/package.json +0 -55
@@ -1,218 +0,0 @@
1
- /**
2
- * Hierarchical Color Coding System
3
- *
4
- * Inspired by AI Maestro's naming convention:
5
- * - Agent names use hyphens to denote hierarchy: project-category-agent
6
- * - Each top-level prefix gets a consistent color
7
- * - Colors are visually distinct and accessible
8
- */
9
-
10
- export interface ColorScheme {
11
- primary: string;
12
- light: string;
13
- dark: string;
14
- text: string;
15
- }
16
-
17
- // Predefined color schemes for common agent prefixes
18
- const PREFIX_COLORS: Record<string, ColorScheme> = {
19
- backend: {
20
- primary: '#1264a3',
21
- light: '#e8f4fd',
22
- dark: '#0d4f82',
23
- text: '#ffffff',
24
- },
25
- frontend: {
26
- primary: '#7c3aed',
27
- light: '#f3e8ff',
28
- dark: '#5b21b6',
29
- text: '#ffffff',
30
- },
31
- infra: {
32
- primary: '#ea580c',
33
- light: '#fff7ed',
34
- dark: '#c2410c',
35
- text: '#ffffff',
36
- },
37
- lead: {
38
- primary: '#2bac76',
39
- light: '#ecfdf5',
40
- dark: '#059669',
41
- text: '#ffffff',
42
- },
43
- test: {
44
- primary: '#0d9488',
45
- light: '#f0fdfa',
46
- dark: '#0f766e',
47
- text: '#ffffff',
48
- },
49
- data: {
50
- primary: '#dc2626',
51
- light: '#fef2f2',
52
- dark: '#b91c1c',
53
- text: '#ffffff',
54
- },
55
- api: {
56
- primary: '#2563eb',
57
- light: '#eff6ff',
58
- dark: '#1d4ed8',
59
- text: '#ffffff',
60
- },
61
- worker: {
62
- primary: '#9333ea',
63
- light: '#faf5ff',
64
- dark: '#7e22ce',
65
- text: '#ffffff',
66
- },
67
- monitor: {
68
- primary: '#0891b2',
69
- light: '#ecfeff',
70
- dark: '#0e7490',
71
- text: '#ffffff',
72
- },
73
- security: {
74
- primary: '#be123c',
75
- light: '#fff1f2',
76
- dark: '#9f1239',
77
- text: '#ffffff',
78
- },
79
- };
80
-
81
- // Fallback colors for unknown prefixes (generated from name hash)
82
- const FALLBACK_COLORS: ColorScheme[] = [
83
- { primary: '#6366f1', light: '#eef2ff', dark: '#4f46e5', text: '#ffffff' },
84
- { primary: '#ec4899', light: '#fdf2f8', dark: '#db2777', text: '#ffffff' },
85
- { primary: '#14b8a6', light: '#f0fdfa', dark: '#0d9488', text: '#ffffff' },
86
- { primary: '#f59e0b', light: '#fffbeb', dark: '#d97706', text: '#000000' },
87
- { primary: '#8b5cf6', light: '#f5f3ff', dark: '#7c3aed', text: '#ffffff' },
88
- { primary: '#06b6d4', light: '#ecfeff', dark: '#0891b2', text: '#ffffff' },
89
- { primary: '#f43f5e', light: '#fff1f2', dark: '#e11d48', text: '#ffffff' },
90
- { primary: '#84cc16', light: '#f7fee7', dark: '#65a30d', text: '#000000' },
91
- ];
92
-
93
- // Status colors
94
- export const STATUS_COLORS = {
95
- online: '#22c55e', // Green
96
- offline: '#6b7280', // Gray
97
- busy: '#eab308', // Yellow
98
- processing: '#6366f1', // Indigo (thinking/processing)
99
- error: '#ef4444', // Red
100
- attention: '#ef4444', // Red (for badge)
101
- stuck: '#f97316', // Orange (received message but no response)
102
- } as const;
103
-
104
- export type AgentStatus = keyof typeof STATUS_COLORS;
105
-
106
- /**
107
- * Parse agent name into hierarchy levels
108
- * e.g., "backend-api-auth" => ["backend", "api", "auth"]
109
- */
110
- export function parseAgentHierarchy(name: string): string[] {
111
- return name.toLowerCase().split('-').filter(Boolean);
112
- }
113
-
114
- /**
115
- * Get the top-level prefix from an agent name
116
- * e.g., "backend-api-auth" => "backend"
117
- */
118
- export function getAgentPrefix(name: string): string {
119
- const parts = parseAgentHierarchy(name);
120
- return parts[0] || name.toLowerCase();
121
- }
122
-
123
- /**
124
- * Generate a hash code from a string for consistent color assignment
125
- */
126
- function hashCode(str: string): number {
127
- let hash = 0;
128
- for (let i = 0; i < str.length; i++) {
129
- const char = str.charCodeAt(i);
130
- hash = ((hash << 5) - hash) + char;
131
- hash = hash & hash; // Convert to 32bit integer
132
- }
133
- return Math.abs(hash);
134
- }
135
-
136
- /**
137
- * Get color scheme for an agent based on its name
138
- * Uses prefix matching first, falls back to hash-based color
139
- */
140
- export function getAgentColor(name: string): ColorScheme {
141
- const prefix = getAgentPrefix(name);
142
-
143
- // Check for predefined prefix color
144
- if (prefix in PREFIX_COLORS) {
145
- return PREFIX_COLORS[prefix];
146
- }
147
-
148
- // Fall back to hash-based color for consistency
149
- const hash = hashCode(prefix);
150
- return FALLBACK_COLORS[hash % FALLBACK_COLORS.length];
151
- }
152
-
153
- /**
154
- * Get CSS custom properties for an agent's color scheme
155
- * Useful for inline styles or CSS variables
156
- */
157
- export function getAgentColorVars(name: string): Record<string, string> {
158
- const colors = getAgentColor(name);
159
- return {
160
- '--agent-primary': colors.primary,
161
- '--agent-light': colors.light,
162
- '--agent-dark': colors.dark,
163
- '--agent-text': colors.text,
164
- };
165
- }
166
-
167
- /**
168
- * Get initials from agent name (first 2 chars of first segment)
169
- */
170
- export function getAgentInitials(name: string): string {
171
- const parts = parseAgentHierarchy(name);
172
- if (parts.length === 0) return name.substring(0, 2).toUpperCase();
173
-
174
- // Use first letter of first two segments, or first two letters of first segment
175
- if (parts.length >= 2) {
176
- return (parts[0][0] + parts[1][0]).toUpperCase();
177
- }
178
- return parts[0].substring(0, 2).toUpperCase();
179
- }
180
-
181
- /**
182
- * Group agents by their top-level prefix
183
- */
184
- export function groupAgentsByPrefix<T extends { name: string }>(
185
- agents: T[]
186
- ): Map<string, T[]> {
187
- const groups = new Map<string, T[]>();
188
-
189
- for (const agent of agents) {
190
- const prefix = getAgentPrefix(agent.name);
191
- const group = groups.get(prefix) || [];
192
- group.push(agent);
193
- groups.set(prefix, group);
194
- }
195
-
196
- return groups;
197
- }
198
-
199
- /**
200
- * Sort agents by hierarchy for display
201
- * Groups by prefix, then sorts alphabetically within groups
202
- */
203
- export function sortAgentsByHierarchy<T extends { name: string }>(
204
- agents: T[]
205
- ): T[] {
206
- return [...agents].sort((a, b) => {
207
- const prefixA = getAgentPrefix(a.name);
208
- const prefixB = getAgentPrefix(b.name);
209
-
210
- // Sort by prefix first
211
- if (prefixA !== prefixB) {
212
- return prefixA.localeCompare(prefixB);
213
- }
214
-
215
- // Then by full name
216
- return a.name.localeCompare(b.name);
217
- });
218
- }
@@ -1,242 +0,0 @@
1
- /**
2
- * Agent Hierarchy Utilities
3
- *
4
- * Helpers for parsing, displaying, and organizing agents
5
- * based on their hierarchical naming convention.
6
- */
7
-
8
- import type { Agent } from '../types';
9
- import { getAgentPrefix, getAgentColor, type ColorScheme } from './colors';
10
-
11
- export interface HierarchyNode {
12
- name: string;
13
- level: number;
14
- fullPath: string;
15
- children: HierarchyNode[];
16
- agent?: Agent;
17
- color: ColorScheme;
18
- }
19
-
20
- export interface AgentGroup {
21
- prefix: string;
22
- displayName: string;
23
- color: ColorScheme;
24
- agents: Agent[];
25
- isExpanded: boolean;
26
- }
27
-
28
- /**
29
- * Build a tree structure from a list of agents
30
- * e.g., ["backend-api", "backend-db", "frontend-ui"]
31
- * becomes a tree with "backend" and "frontend" as roots
32
- */
33
- export function buildAgentTree(agents: Agent[]): HierarchyNode[] {
34
- const roots: Map<string, HierarchyNode> = new Map();
35
-
36
- for (const agent of agents) {
37
- const parts = agent.name.toLowerCase().split('-').filter(Boolean);
38
- if (parts.length === 0) continue;
39
-
40
- const prefix = parts[0];
41
- const color = getAgentColor(agent.name);
42
-
43
- // Get or create root node
44
- let root = roots.get(prefix);
45
- if (!root) {
46
- root = {
47
- name: prefix,
48
- level: 0,
49
- fullPath: prefix,
50
- children: [],
51
- color,
52
- };
53
- roots.set(prefix, root);
54
- }
55
-
56
- // For single-segment names, attach agent to root
57
- if (parts.length === 1) {
58
- root.agent = agent;
59
- continue;
60
- }
61
-
62
- // Build path for multi-segment names
63
- let current = root;
64
- for (let i = 1; i < parts.length; i++) {
65
- const part = parts[i];
66
- const fullPath = parts.slice(0, i + 1).join('-');
67
-
68
- let child = current.children.find((c) => c.name === part);
69
- if (!child) {
70
- child = {
71
- name: part,
72
- level: i,
73
- fullPath,
74
- children: [],
75
- color,
76
- };
77
- current.children.push(child);
78
- }
79
-
80
- // Attach agent to leaf node
81
- if (i === parts.length - 1) {
82
- child.agent = agent;
83
- }
84
-
85
- current = child;
86
- }
87
- }
88
-
89
- // Sort roots alphabetically
90
- return Array.from(roots.values()).sort((a, b) =>
91
- a.name.localeCompare(b.name)
92
- );
93
- }
94
-
95
- /**
96
- * Flatten a hierarchy tree for list display
97
- * Returns nodes in depth-first order with indentation level
98
- */
99
- export function flattenTree(
100
- nodes: HierarchyNode[],
101
- depth = 0
102
- ): Array<{ node: HierarchyNode; depth: number }> {
103
- const result: Array<{ node: HierarchyNode; depth: number }> = [];
104
-
105
- for (const node of nodes) {
106
- result.push({ node, depth });
107
-
108
- if (node.children.length > 0) {
109
- result.push(...flattenTree(node.children, depth + 1));
110
- }
111
- }
112
-
113
- return result;
114
- }
115
-
116
- /**
117
- * Group agents by their team (if set) or prefix for simpler grouped display.
118
- * User-defined teams take priority over auto-extracted prefixes.
119
- */
120
- export function groupAgents(agents: Agent[]): AgentGroup[] {
121
- const groups: Map<string, AgentGroup> = new Map();
122
-
123
- for (const agent of agents) {
124
- // Use team if set, otherwise fall back to prefix from name
125
- const groupKey = agent.team || getAgentPrefix(agent.name);
126
- const color = getAgentColor(agent.name);
127
-
128
- let group = groups.get(groupKey);
129
- if (!group) {
130
- group = {
131
- prefix: groupKey,
132
- displayName: capitalizeFirst(groupKey),
133
- color,
134
- agents: [],
135
- isExpanded: true,
136
- };
137
- groups.set(groupKey, group);
138
- }
139
-
140
- group.agents.push(agent);
141
- }
142
-
143
- // Sort groups and agents within groups
144
- const sortedGroups = Array.from(groups.values()).sort((a, b) =>
145
- a.prefix.localeCompare(b.prefix)
146
- );
147
-
148
- for (const group of sortedGroups) {
149
- group.agents.sort((a, b) => a.name.localeCompare(b.name));
150
- }
151
-
152
- return sortedGroups;
153
- }
154
-
155
- /**
156
- * Get display name for an agent (last segment, capitalized)
157
- * e.g., "backend-api-auth" => "Auth"
158
- */
159
- export function getAgentDisplayName(name: string): string {
160
- const parts = name.split('-').filter(Boolean);
161
- if (parts.length === 0) return name;
162
-
163
- const lastPart = parts[parts.length - 1];
164
- return capitalizeFirst(lastPart);
165
- }
166
-
167
- /**
168
- * Get full display path for an agent
169
- * e.g., "backend-api-auth" => "Backend > API > Auth"
170
- */
171
- export function getAgentBreadcrumb(name: string): string {
172
- const parts = name.split('-').filter(Boolean);
173
- return parts.map(capitalizeFirst).join(' > ');
174
- }
175
-
176
- /**
177
- * Check if an agent name matches a search query
178
- * Matches against all hierarchy segments
179
- */
180
- export function matchesSearch(agentName: string, query: string): boolean {
181
- if (!query) return true;
182
-
183
- const lowerQuery = query.toLowerCase();
184
- const lowerName = agentName.toLowerCase();
185
-
186
- // Direct match
187
- if (lowerName.includes(lowerQuery)) return true;
188
-
189
- // Match any segment
190
- const parts = lowerName.split('-');
191
- return parts.some((part) => part.includes(lowerQuery));
192
- }
193
-
194
- /**
195
- * Filter agents by search query
196
- */
197
- export function filterAgents(agents: Agent[], query: string): Agent[] {
198
- if (!query) return agents;
199
- return agents.filter((agent) => matchesSearch(agent.name, query));
200
- }
201
-
202
- /**
203
- * Sort agents by their hierarchical name for consistent display
204
- */
205
- export function sortAgentsByHierarchy(agents: Agent[]): Agent[] {
206
- return [...agents].sort((a, b) => a.name.localeCompare(b.name));
207
- }
208
-
209
- /**
210
- * Capitalize first letter of a string
211
- */
212
- function capitalizeFirst(str: string): string {
213
- if (!str) return str;
214
- return str.charAt(0).toUpperCase() + str.slice(1);
215
- }
216
-
217
- /**
218
- * Get statistics for a group of agents
219
- */
220
- export function getGroupStats(agents: Agent[]): {
221
- total: number;
222
- online: number;
223
- offline: number;
224
- needsAttention: number;
225
- } {
226
- let online = 0;
227
- let offline = 0;
228
- let needsAttention = 0;
229
-
230
- for (const agent of agents) {
231
- if (agent.status === 'online') online++;
232
- else if (agent.status === 'offline') offline++;
233
- if (agent.needsAttention) needsAttention++;
234
- }
235
-
236
- return {
237
- total: agents.length,
238
- online,
239
- offline,
240
- needsAttention,
241
- };
242
- }
@@ -1,142 +0,0 @@
1
- /**
2
- * Stuck Agent Detection
3
- *
4
- * Detects when an agent has received a message but hasn't responded
5
- * within a configurable threshold. This helps surface when agents
6
- * are blocked or crashed mid-response.
7
- */
8
-
9
- import type { Agent } from '../types';
10
-
11
- /** Default threshold in milliseconds (5 minutes) */
12
- export const DEFAULT_STUCK_THRESHOLD_MS = 5 * 60 * 1000;
13
-
14
- export interface StuckDetectionOptions {
15
- /** Threshold in milliseconds before considering an agent stuck */
16
- thresholdMs?: number;
17
- }
18
-
19
- /**
20
- * Check if an agent is stuck (received message but no output within threshold)
21
- *
22
- * An agent is considered stuck when:
23
- * 1. It has received a message (lastMessageReceivedAt is set)
24
- * 2. It hasn't produced output since receiving that message
25
- * (lastOutputAt < lastMessageReceivedAt or lastOutputAt is not set)
26
- * 3. The time since receiving the message exceeds the threshold
27
- *
28
- * @param agent - The agent to check
29
- * @param options - Detection options
30
- * @returns true if the agent is stuck
31
- */
32
- export function isAgentStuck(
33
- agent: Agent,
34
- options: StuckDetectionOptions = {}
35
- ): boolean {
36
- const { thresholdMs = DEFAULT_STUCK_THRESHOLD_MS } = options;
37
- const now = Date.now();
38
-
39
- // No message received, can't be stuck waiting for response
40
- if (!agent.lastMessageReceivedAt) {
41
- return false;
42
- }
43
-
44
- // Agent has output after receiving the message - not stuck
45
- if (agent.lastOutputAt && agent.lastOutputAt >= agent.lastMessageReceivedAt) {
46
- return false;
47
- }
48
-
49
- // Check if threshold has been exceeded
50
- const timeSinceMessage = now - agent.lastMessageReceivedAt;
51
- return timeSinceMessage > thresholdMs;
52
- }
53
-
54
- /**
55
- * Calculate how long an agent has been stuck (in milliseconds)
56
- *
57
- * @param agent - The agent to check
58
- * @returns Time stuck in ms, or 0 if not stuck
59
- */
60
- export function getStuckDuration(agent: Agent): number {
61
- if (!agent.lastMessageReceivedAt) {
62
- return 0;
63
- }
64
-
65
- // Has output after message - not stuck
66
- if (agent.lastOutputAt && agent.lastOutputAt >= agent.lastMessageReceivedAt) {
67
- return 0;
68
- }
69
-
70
- return Date.now() - agent.lastMessageReceivedAt;
71
- }
72
-
73
- /**
74
- * Format stuck duration for display
75
- *
76
- * @param durationMs - Duration in milliseconds
77
- * @returns Human-readable string like "5m" or "1h 30m"
78
- */
79
- export function formatStuckDuration(durationMs: number): string {
80
- if (durationMs < 60000) {
81
- return '<1m';
82
- }
83
-
84
- const minutes = Math.floor(durationMs / 60000);
85
- if (minutes < 60) {
86
- return `${minutes}m`;
87
- }
88
-
89
- const hours = Math.floor(minutes / 60);
90
- const remainingMinutes = minutes % 60;
91
-
92
- if (remainingMinutes === 0) {
93
- return `${hours}h`;
94
- }
95
-
96
- return `${hours}h ${remainingMinutes}m`;
97
- }
98
-
99
- /**
100
- * Enrich agents with stuck detection status
101
- *
102
- * @param agents - Array of agents to process
103
- * @param options - Detection options
104
- * @returns Agents with isStuck field computed
105
- */
106
- export function enrichAgentsWithStuckStatus(
107
- agents: Agent[],
108
- options: StuckDetectionOptions = {}
109
- ): Agent[] {
110
- return agents.map((agent) => ({
111
- ...agent,
112
- isStuck: isAgentStuck(agent, options),
113
- }));
114
- }
115
-
116
- /**
117
- * Get agents that are currently stuck
118
- *
119
- * @param agents - Array of agents to filter
120
- * @param options - Detection options
121
- * @returns Only the stuck agents
122
- */
123
- export function getStuckAgents(
124
- agents: Agent[],
125
- options: StuckDetectionOptions = {}
126
- ): Agent[] {
127
- return agents.filter((agent) => isAgentStuck(agent, options));
128
- }
129
-
130
- /**
131
- * Get stuck agent count
132
- *
133
- * @param agents - Array of agents to check
134
- * @param options - Detection options
135
- * @returns Number of stuck agents
136
- */
137
- export function getStuckCount(
138
- agents: Agent[],
139
- options: StuckDetectionOptions = {}
140
- ): number {
141
- return agents.filter((agent) => isAgentStuck(agent, options)).length;
142
- }
@@ -1,5 +0,0 @@
1
- /// <reference types="next" />
2
- /// <reference types="next/image-types/global" />
3
-
4
- // NOTE: This file should not be edited
5
- // see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
@@ -1,41 +0,0 @@
1
- /** @type {import('next').NextConfig} */
2
- const nextConfig = {
3
- // Static export - generates HTML/JS/CSS that can be served by any server
4
- output: 'export',
5
- // Export output goes to 'out/' by default with output: 'export'
6
-
7
- // Disable strict mode for now during development
8
- reactStrictMode: true,
9
-
10
- // V2 is now the default dashboard at root path
11
- // Legacy v1 dashboard is available at /v1
12
-
13
- // Proxy API requests to the dashboard server (port 3889 in dev)
14
- async rewrites() {
15
- return [
16
- {
17
- source: '/api/:path*',
18
- destination: 'http://localhost:3889/api/:path*',
19
- },
20
- {
21
- source: '/ws',
22
- destination: 'http://localhost:3889/ws',
23
- },
24
- ];
25
- },
26
-
27
- // Webpack configuration for WebSocket support
28
- webpack: (config, { isServer }) => {
29
- if (!isServer) {
30
- config.resolve.fallback = {
31
- ...config.resolve.fallback,
32
- net: false,
33
- tls: false,
34
- fs: false,
35
- };
36
- }
37
- return config;
38
- },
39
- };
40
-
41
- module.exports = nextConfig;