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,6 +0,0 @@
1
- #!/usr/bin/env node
2
- /**
3
- * Standalone dashboard starter for local development
4
- */
5
- export {};
6
- //# sourceMappingURL=start.d.ts.map
@@ -1,13 +0,0 @@
1
- #!/usr/bin/env node
2
- /**
3
- * Standalone dashboard starter for local development
4
- */
5
- import { startDashboard } from './server.js';
6
- import { getProjectPaths } from '@agent-relay/config';
7
- const port = parseInt(process.env.DASHBOARD_PORT || '3888', 10);
8
- const paths = getProjectPaths();
9
- console.log(`Starting dashboard for project: ${paths.projectRoot}`);
10
- console.log(`Data dir: ${paths.dataDir}`);
11
- console.log(`Database: ${paths.dbPath}`);
12
- startDashboard(port, paths.dataDir, paths.teamDir, paths.dbPath).catch(console.error);
13
- //# sourceMappingURL=start.js.map
@@ -1,8 +0,0 @@
1
- export interface ThreadMetadata {
2
- threadId: string;
3
- replyCount: number;
4
- participants: string[];
5
- lastReplyAt: number;
6
- lastReplyPreview?: string;
7
- }
8
- //# sourceMappingURL=threading.d.ts.map
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=threading.js.map
@@ -1,158 +0,0 @@
1
- /**
2
- * User Bridge - Bridges dashboard WebSocket users to the relay daemon.
3
- *
4
- * This module allows human users connected via WebSocket to:
5
- * - Register as "user" entities in the relay daemon
6
- * - Join/leave channels
7
- * - Send/receive messages through the relay daemon
8
- * - Communicate with agents and other users
9
- */
10
- import type { WebSocket } from 'ws';
11
- /**
12
- * Relay client interface (subset of RelayClient for dependency injection)
13
- */
14
- export interface IRelayClient {
15
- connect(): Promise<void>;
16
- disconnect(): void;
17
- state: string;
18
- sendMessage(to: string, body: string, kind?: string, data?: unknown, thread?: string): boolean;
19
- joinChannel(channel: string, displayName?: string): boolean;
20
- leaveChannel(channel: string, reason?: string): boolean;
21
- sendChannelMessage(channel: string, body: string, options?: {
22
- thread?: string;
23
- mentions?: string[];
24
- attachments?: unknown[];
25
- data?: Record<string, unknown>;
26
- }): boolean;
27
- adminJoinChannel?(channel: string, member: string): boolean;
28
- adminRemoveMember?(channel: string, member: string): boolean;
29
- onMessage?: (from: string, payload: any, messageId: string, meta?: any, originalTo?: string) => void;
30
- onChannelMessage?: (from: string, channel: string, body: string, envelope: any) => void;
31
- }
32
- /**
33
- * Factory function type for creating relay clients
34
- */
35
- export type RelayClientFactory = (options: {
36
- socketPath: string;
37
- agentName: string;
38
- entityType: 'user';
39
- displayName?: string;
40
- avatarUrl?: string;
41
- }) => Promise<IRelayClient>;
42
- /**
43
- * User info for avatar lookups
44
- */
45
- export interface UserInfo {
46
- avatarUrl?: string;
47
- }
48
- /**
49
- * Options for creating a UserBridge
50
- */
51
- export interface UserBridgeOptions {
52
- socketPath: string;
53
- createRelayClient: RelayClientFactory;
54
- loadPersistedChannels?: (username: string) => Promise<string[]>;
55
- /** Optional callback to look up user info (avatar URL) by username */
56
- lookupUserInfo?: (username: string) => UserInfo | undefined;
57
- }
58
- /**
59
- * Message options for sending
60
- */
61
- export interface SendMessageOptions {
62
- thread?: string;
63
- data?: Record<string, unknown>;
64
- attachments?: unknown[];
65
- }
66
- /**
67
- * UserBridge manages the connection between dashboard WebSocket users
68
- * and the relay daemon.
69
- */
70
- export declare class UserBridge {
71
- private readonly socketPath;
72
- private readonly createRelayClient;
73
- private readonly loadPersistedChannels?;
74
- private readonly lookupUserInfo?;
75
- private readonly users;
76
- constructor(options: UserBridgeOptions);
77
- /**
78
- * Get the relay client for a user if they are registered.
79
- * This allows external code to reuse the userBridge's relay client
80
- * instead of creating a duplicate connection.
81
- */
82
- getRelayClient(username: string): IRelayClient | undefined;
83
- /**
84
- * Register a user with the relay daemon.
85
- * Creates a relay client connection for the user.
86
- */
87
- registerUser(username: string, webSocket: WebSocket, options?: {
88
- avatarUrl?: string;
89
- displayName?: string;
90
- }): Promise<void>;
91
- /**
92
- * Remove a specific WebSocket connection from a user's session.
93
- * If this was the last connection, unregister the user entirely.
94
- */
95
- private removeWebSocket;
96
- /**
97
- * Unregister a user and disconnect their relay client.
98
- */
99
- unregisterUser(username: string): void;
100
- /**
101
- * Check if a user is registered.
102
- */
103
- isUserRegistered(username: string): boolean;
104
- /**
105
- * Add a new WebSocket connection for an existing user session.
106
- * This is needed when a user opens a new tab.
107
- */
108
- updateWebSocket(username: string, newWebSocket: WebSocket): boolean;
109
- /**
110
- * Get list of all registered users.
111
- */
112
- getRegisteredUsers(): string[];
113
- /**
114
- * Join a channel.
115
- */
116
- joinChannel(username: string, channel: string): Promise<boolean>;
117
- /**
118
- * Leave a channel.
119
- */
120
- leaveChannel(username: string, channel: string): Promise<boolean>;
121
- /**
122
- * Get channels a user has joined.
123
- */
124
- getUserChannels(username: string): string[];
125
- /**
126
- * Send a message to a channel.
127
- */
128
- sendChannelMessage(username: string, channel: string, body: string, options?: SendMessageOptions): Promise<boolean>;
129
- /**
130
- * Send a direct message to another user or agent.
131
- */
132
- sendDirectMessage(fromUsername: string, toName: string, body: string, options?: SendMessageOptions): Promise<boolean>;
133
- /**
134
- * Handle incoming direct message from relay daemon.
135
- */
136
- private handleIncomingDirectMessage;
137
- /**
138
- * Handle incoming channel message from relay daemon.
139
- */
140
- private handleIncomingChannelMessage;
141
- /**
142
- * Admin: Add a member to a channel (does not require member to be connected).
143
- * Used to sync channel memberships from database.
144
- * Uses the first available user session or creates a temporary one.
145
- */
146
- adminJoinChannel(channel: string, member: string): Promise<boolean>;
147
- /**
148
- * Admin: Remove a member from a channel (does not require member to be connected).
149
- * Used to remove channel members from dashboard.
150
- * Uses the first available user session or creates a temporary one.
151
- */
152
- adminRemoveMember(channel: string, member: string): Promise<boolean>;
153
- /**
154
- * Dispose of all user sessions.
155
- */
156
- dispose(): void;
157
- }
158
- //# sourceMappingURL=user-bridge.d.ts.map
@@ -1,390 +0,0 @@
1
- /**
2
- * User Bridge - Bridges dashboard WebSocket users to the relay daemon.
3
- *
4
- * This module allows human users connected via WebSocket to:
5
- * - Register as "user" entities in the relay daemon
6
- * - Join/leave channels
7
- * - Send/receive messages through the relay daemon
8
- * - Communicate with agents and other users
9
- */
10
- /**
11
- * UserBridge manages the connection between dashboard WebSocket users
12
- * and the relay daemon.
13
- */
14
- export class UserBridge {
15
- socketPath;
16
- createRelayClient;
17
- loadPersistedChannels;
18
- lookupUserInfo;
19
- users = new Map();
20
- constructor(options) {
21
- this.socketPath = options.socketPath;
22
- this.createRelayClient = options.createRelayClient;
23
- this.loadPersistedChannels = options.loadPersistedChannels;
24
- this.lookupUserInfo = options.lookupUserInfo;
25
- }
26
- /**
27
- * Get the relay client for a user if they are registered.
28
- * This allows external code to reuse the userBridge's relay client
29
- * instead of creating a duplicate connection.
30
- */
31
- getRelayClient(username) {
32
- return this.users.get(username)?.relayClient;
33
- }
34
- /**
35
- * Register a user with the relay daemon.
36
- * Creates a relay client connection for the user.
37
- */
38
- async registerUser(username, webSocket, options) {
39
- // If user already registered, just update the WebSocket (multi-tab support)
40
- if (this.users.has(username)) {
41
- console.log(`[user-bridge] User ${username} already registered, updating WebSocket`);
42
- this.updateWebSocket(username, webSocket);
43
- return;
44
- }
45
- // Create relay client for this user
46
- const relayClient = await this.createRelayClient({
47
- socketPath: this.socketPath,
48
- agentName: username,
49
- entityType: 'user',
50
- displayName: options?.displayName,
51
- avatarUrl: options?.avatarUrl,
52
- });
53
- // Connect to daemon
54
- await relayClient.connect();
55
- // Set up message handler to forward direct messages to WebSocket
56
- relayClient.onMessage = (from, payload, _messageId, _meta, _originalTo) => {
57
- const body = typeof payload === 'object' && payload !== null && 'body' in payload
58
- ? payload.body
59
- : String(payload);
60
- this.handleIncomingDirectMessage(username, from, body, payload);
61
- };
62
- // Set up channel message handler to forward channel messages to WebSocket
63
- relayClient.onChannelMessage = (from, channel, body, envelope) => {
64
- this.handleIncomingChannelMessage(username, from, channel, body, envelope);
65
- };
66
- // Create session with WebSocket set for multi-tab support
67
- const session = {
68
- username,
69
- relayClient,
70
- webSockets: new Set([webSocket]),
71
- channels: new Set(),
72
- avatarUrl: options?.avatarUrl,
73
- };
74
- this.users.set(username, session);
75
- console.log(`[user-bridge] User registered: ${username} (total users: ${this.users.size}, connections: 1)`);
76
- // Auto-join user to #general channel
77
- // Note: The daemon auto-joins on connect, but we need to track locally too
78
- session.channels.add('#general');
79
- if (this.loadPersistedChannels) {
80
- try {
81
- const persistedChannels = await this.loadPersistedChannels(username);
82
- for (const channel of persistedChannels) {
83
- if (channel === '#general')
84
- continue;
85
- if (session.channels.has(channel))
86
- continue;
87
- session.relayClient.joinChannel(channel, username);
88
- session.channels.add(channel);
89
- }
90
- }
91
- catch (err) {
92
- console.error(`[user-bridge] Failed to restore persisted channels for ${username}:`, err);
93
- }
94
- }
95
- // Set up WebSocket close handler to remove this specific connection
96
- webSocket.on('close', () => {
97
- this.removeWebSocket(username, webSocket);
98
- });
99
- console.log(`[user-bridge] User ${username} registered with relay daemon`);
100
- }
101
- /**
102
- * Remove a specific WebSocket connection from a user's session.
103
- * If this was the last connection, unregister the user entirely.
104
- */
105
- removeWebSocket(username, webSocket) {
106
- const session = this.users.get(username);
107
- if (!session)
108
- return;
109
- session.webSockets.delete(webSocket);
110
- console.log(`[user-bridge] WebSocket closed for ${username} (${session.webSockets.size} connections remaining)`);
111
- // Only unregister if ALL connections are closed
112
- if (session.webSockets.size === 0) {
113
- this.unregisterUser(username);
114
- }
115
- }
116
- /**
117
- * Unregister a user and disconnect their relay client.
118
- */
119
- unregisterUser(username) {
120
- const session = this.users.get(username);
121
- if (!session)
122
- return;
123
- session.relayClient.disconnect();
124
- this.users.delete(username);
125
- console.log(`[user-bridge] User ${username} unregistered from relay daemon`);
126
- }
127
- /**
128
- * Check if a user is registered.
129
- */
130
- isUserRegistered(username) {
131
- return this.users.has(username);
132
- }
133
- /**
134
- * Add a new WebSocket connection for an existing user session.
135
- * This is needed when a user opens a new tab.
136
- */
137
- updateWebSocket(username, newWebSocket) {
138
- const session = this.users.get(username);
139
- if (!session) {
140
- console.log(`[user-bridge] Cannot add WebSocket - user ${username} not registered`);
141
- return false;
142
- }
143
- // Add the new WebSocket to the set
144
- session.webSockets.add(newWebSocket);
145
- // Set up close handler to remove this specific connection
146
- newWebSocket.on('close', () => {
147
- this.removeWebSocket(username, newWebSocket);
148
- });
149
- console.log(`[user-bridge] Added WebSocket for user ${username} (${session.webSockets.size} connections)`);
150
- return true;
151
- }
152
- /**
153
- * Get list of all registered users.
154
- */
155
- getRegisteredUsers() {
156
- return Array.from(this.users.keys());
157
- }
158
- /**
159
- * Join a channel.
160
- */
161
- async joinChannel(username, channel) {
162
- const session = this.users.get(username);
163
- if (!session) {
164
- console.warn(`[user-bridge] Cannot join channel - user ${username} not registered`);
165
- return false;
166
- }
167
- // Send CHANNEL_JOIN via relay client
168
- const success = session.relayClient.joinChannel(channel, username);
169
- if (success) {
170
- // Track membership
171
- session.channels.add(channel);
172
- }
173
- return success;
174
- }
175
- /**
176
- * Leave a channel.
177
- */
178
- async leaveChannel(username, channel) {
179
- const session = this.users.get(username);
180
- if (!session) {
181
- console.warn(`[user-bridge] Cannot leave channel - user ${username} not registered`);
182
- return false;
183
- }
184
- // Send CHANNEL_LEAVE via relay client
185
- const success = session.relayClient.leaveChannel(channel);
186
- if (success) {
187
- // Update membership
188
- session.channels.delete(channel);
189
- console.log(`[user-bridge] User ${username} left channel ${channel}`);
190
- }
191
- return success;
192
- }
193
- /**
194
- * Get channels a user has joined.
195
- */
196
- getUserChannels(username) {
197
- const session = this.users.get(username);
198
- return session ? Array.from(session.channels) : [];
199
- }
200
- /**
201
- * Send a message to a channel.
202
- */
203
- async sendChannelMessage(username, channel, body, options) {
204
- const session = this.users.get(username);
205
- if (!session) {
206
- console.warn(`[user-bridge] Cannot send - user ${username} not registered`);
207
- return false;
208
- }
209
- return session.relayClient.sendChannelMessage(channel, body, {
210
- thread: options?.thread,
211
- data: options?.data,
212
- attachments: options?.attachments,
213
- });
214
- }
215
- /**
216
- * Send a direct message to another user or agent.
217
- */
218
- async sendDirectMessage(fromUsername, toName, body, options) {
219
- const session = this.users.get(fromUsername);
220
- if (!session) {
221
- console.warn(`[user-bridge] Cannot send DM - user ${fromUsername} not registered`);
222
- return false;
223
- }
224
- return session.relayClient.sendMessage(toName, body, 'message', options?.data, options?.thread);
225
- }
226
- /**
227
- * Handle incoming direct message from relay daemon.
228
- */
229
- handleIncomingDirectMessage(username, from, body, payload) {
230
- // Skip channel messages - they are handled by handleIncomingChannelMessage
231
- // The relay client calls both onMessage and onChannelMessage for channel messages,
232
- // with _isChannelMessage flag set in the data for onMessage calls
233
- const payloadObj = payload;
234
- if (payloadObj?.data?._isChannelMessage) {
235
- return; // Skip - will be handled by onChannelMessage callback
236
- }
237
- const session = this.users.get(username);
238
- if (!session)
239
- return;
240
- // Look up sender's avatar if lookup function is available
241
- const senderInfo = this.lookupUserInfo?.(from);
242
- const fromAvatarUrl = senderInfo?.avatarUrl;
243
- // Determine entity type: user if they have info, agent otherwise
244
- const fromEntityType = senderInfo ? 'user' : 'agent';
245
- const message = JSON.stringify({
246
- type: 'direct_message',
247
- from,
248
- fromAvatarUrl,
249
- fromEntityType,
250
- body: payloadObj?.body || body,
251
- timestamp: new Date().toISOString(),
252
- });
253
- // Send to ALL open WebSocket connections (multi-tab support)
254
- for (const ws of session.webSockets) {
255
- if (ws.readyState === 1) { // OPEN
256
- ws.send(message);
257
- }
258
- }
259
- }
260
- /**
261
- * Handle incoming channel message from relay daemon.
262
- */
263
- handleIncomingChannelMessage(username, from, channel, body, envelope) {
264
- const session = this.users.get(username);
265
- if (!session)
266
- return;
267
- // Look up sender's avatar if lookup function is available
268
- const senderInfo = this.lookupUserInfo?.(from);
269
- const fromAvatarUrl = senderInfo?.avatarUrl;
270
- // Determine entity type: user if they have info, agent otherwise
271
- const fromEntityType = senderInfo ? 'user' : 'agent';
272
- // Channel message
273
- const env = envelope;
274
- const message = JSON.stringify({
275
- type: 'channel_message',
276
- channel,
277
- from,
278
- fromAvatarUrl,
279
- fromEntityType,
280
- body,
281
- thread: env?.payload?.thread,
282
- mentions: env?.payload?.mentions,
283
- timestamp: new Date().toISOString(),
284
- });
285
- // Send to ALL open WebSocket connections (multi-tab support)
286
- for (const ws of session.webSockets) {
287
- if (ws.readyState === 1) { // OPEN
288
- ws.send(message);
289
- }
290
- }
291
- }
292
- /**
293
- * Admin: Add a member to a channel (does not require member to be connected).
294
- * Used to sync channel memberships from database.
295
- * Uses the first available user session or creates a temporary one.
296
- */
297
- async adminJoinChannel(channel, member) {
298
- // Try to use an existing session
299
- const sessions = Array.from(this.users.values());
300
- if (sessions.length > 0) {
301
- const session = sessions[0];
302
- if (session.relayClient.adminJoinChannel) {
303
- console.log(`[user-bridge] Admin join: ${member} -> ${channel} (via ${session.username})`);
304
- return session.relayClient.adminJoinChannel(channel, member);
305
- }
306
- }
307
- // No sessions available - create a temporary system client
308
- try {
309
- console.log(`[user-bridge] Admin join: ${member} -> ${channel} (creating temp client)`);
310
- const tempClient = await this.createRelayClient({
311
- socketPath: this.socketPath,
312
- agentName: '__system__',
313
- entityType: 'user',
314
- });
315
- await tempClient.connect();
316
- // Give daemon time to complete handshake before sending admin commands.
317
- // 100ms is sufficient for local Unix socket handshake (typically <10ms),
318
- // but provides margin for the daemon to process the HELLO message and
319
- // set up internal state. This is a temporary client created just for
320
- // the admin operation, not a long-lived session.
321
- await new Promise(resolve => setTimeout(resolve, 100));
322
- if (tempClient.adminJoinChannel) {
323
- const result = tempClient.adminJoinChannel(channel, member);
324
- // Disconnect after a short delay to allow message to be sent
325
- setTimeout(() => tempClient.disconnect(), 200);
326
- return result;
327
- }
328
- tempClient.disconnect();
329
- return false;
330
- }
331
- catch (err) {
332
- console.error('[user-bridge] Failed to create temp client for admin join:', err);
333
- return false;
334
- }
335
- }
336
- /**
337
- * Admin: Remove a member from a channel (does not require member to be connected).
338
- * Used to remove channel members from dashboard.
339
- * Uses the first available user session or creates a temporary one.
340
- */
341
- async adminRemoveMember(channel, member) {
342
- // Try to use an existing session
343
- const sessions = Array.from(this.users.values());
344
- if (sessions.length > 0) {
345
- const session = sessions[0];
346
- if (session.relayClient.adminRemoveMember) {
347
- console.log(`[user-bridge] Admin remove: ${member} <- ${channel} (via ${session.username})`);
348
- return session.relayClient.adminRemoveMember(channel, member);
349
- }
350
- }
351
- // No sessions available - create a temporary system client
352
- try {
353
- console.log(`[user-bridge] Admin remove: ${member} <- ${channel} (creating temp client)`);
354
- const tempClient = await this.createRelayClient({
355
- socketPath: this.socketPath,
356
- agentName: '__system__',
357
- entityType: 'user',
358
- });
359
- await tempClient.connect();
360
- // Give daemon time to complete handshake before sending admin commands.
361
- // 100ms is sufficient for local Unix socket handshake (typically <10ms),
362
- // but provides margin for the daemon to process the HELLO message and
363
- // set up internal state. This is a temporary client created just for
364
- // the admin operation, not a long-lived session.
365
- await new Promise(resolve => setTimeout(resolve, 100));
366
- if (tempClient.adminRemoveMember) {
367
- const result = tempClient.adminRemoveMember(channel, member);
368
- // Disconnect after a short delay to allow message to be sent
369
- setTimeout(() => tempClient.disconnect(), 200);
370
- return result;
371
- }
372
- tempClient.disconnect();
373
- return false;
374
- }
375
- catch (err) {
376
- console.error('[user-bridge] Failed to create temp client for admin remove:', err);
377
- return false;
378
- }
379
- }
380
- /**
381
- * Dispose of all user sessions.
382
- */
383
- dispose() {
384
- for (const [username] of this.users) {
385
- this.unregisterUser(username);
386
- }
387
- console.log('[user-bridge] Disposed all user sessions');
388
- }
389
- }
390
- //# sourceMappingURL=user-bridge.js.map
@@ -1,55 +0,0 @@
1
- {
2
- "name": "@agent-relay/dashboard-server",
3
- "version": "2.0.21",
4
- "description": "Relay dashboard server - HTTP/WebSocket server for agent coordination",
5
- "type": "module",
6
- "main": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/index.d.ts",
11
- "import": "./dist/index.js"
12
- }
13
- },
14
- "files": [
15
- "dist",
16
- "README.md"
17
- ],
18
- "scripts": {
19
- "build": "tsc",
20
- "clean": "rm -rf dist",
21
- "test": "vitest run",
22
- "test:watch": "vitest"
23
- },
24
- "dependencies": {
25
- "@agent-relay/protocol": "2.0.21",
26
- "@agent-relay/config": "2.0.21",
27
- "@agent-relay/storage": "2.0.21",
28
- "@agent-relay/bridge": "2.0.21",
29
- "@agent-relay/utils": "2.0.21",
30
- "@agent-relay/resiliency": "2.0.21",
31
- "@agent-relay/trajectory": "2.0.21",
32
- "@agent-relay/cloud": "2.0.21",
33
- "@agent-relay/daemon": "2.0.21",
34
- "@agent-relay/user-directory": "2.0.21",
35
- "@agent-relay/sdk": "2.0.21",
36
- "array-flatten": "^1.1.1",
37
- "express": "^4.21.2",
38
- "ws": "^8.18.3"
39
- },
40
- "devDependencies": {
41
- "@types/express": "^5.0.1",
42
- "@types/node": "^22.19.3",
43
- "@types/ws": "^8.18.1",
44
- "typescript": "^5.9.3",
45
- "vitest": "^3.2.4"
46
- },
47
- "publishConfig": {
48
- "access": "public"
49
- },
50
- "repository": {
51
- "type": "git",
52
- "url": "git+https://github.com/AgentWorkforce/relay.git",
53
- "directory": "packages/dashboard-server"
54
- }
55
- }