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,559 +0,0 @@
1
- /**
2
- * Agent Relay Cloud - Pricing Page
3
- *
4
- * Dedicated pricing page with detailed plan comparison,
5
- * feature matrix, and FAQ section.
6
- *
7
- * Aesthetic: Mission Control / Command Center (matches landing page)
8
- */
9
-
10
- import React, { useState, useEffect } from 'react';
11
- import './styles.css';
12
- import { LogoIcon } from '../react-components/Logo';
13
-
14
- // Plan data with full details
15
- const PLANS = [
16
- {
17
- id: 'free',
18
- name: 'Free',
19
- price: 0,
20
- period: 'forever',
21
- tagline: 'Try AI agent workflows',
22
- description: 'Explore agent orchestration with limited resources. Perfect for testing.',
23
- limits: {
24
- workspaces: 1,
25
- repos: 2,
26
- concurrentAgents: 2,
27
- computeHours: 5,
28
- },
29
- features: [
30
- { name: 'Workspaces', value: '1', included: true },
31
- { name: 'Repositories', value: '2', included: true },
32
- { name: 'Concurrent agents', value: '2', included: true },
33
- { name: 'Compute hours/month', value: '5', included: true },
34
- { name: 'CPU type', value: 'Shared', included: true },
35
- { name: 'Coordinator agents', value: null, included: false },
36
- { name: 'Auto-scaling', value: null, included: false },
37
- { name: 'Session persistence', value: null, included: false },
38
- { name: 'Priority support', value: null, included: false },
39
- { name: 'SSO/SAML', value: null, included: false },
40
- ],
41
- cta: 'Get Started Free',
42
- ctaLink: '/signup',
43
- highlighted: false,
44
- },
45
- {
46
- id: 'pro',
47
- name: 'Pro',
48
- price: 69,
49
- period: '/month',
50
- tagline: 'For professional developers',
51
- description: 'Build with AI agents daily. Includes auto-scaling and session persistence.',
52
- limits: {
53
- workspaces: 5,
54
- repos: 10,
55
- concurrentAgents: 5,
56
- computeHours: 50,
57
- },
58
- features: [
59
- { name: 'Workspaces', value: '5', included: true },
60
- { name: 'Repositories', value: '10', included: true },
61
- { name: 'Concurrent agents', value: '5', included: true },
62
- { name: 'Compute hours/month', value: '50', included: true },
63
- { name: 'CPU type', value: 'Shared', included: true },
64
- { name: 'Coordinator agents', value: 'Yes', included: true },
65
- { name: 'Auto-scaling', value: 'Yes', included: true },
66
- { name: 'Session persistence', value: 'Yes', included: true },
67
- { name: 'Priority support', value: null, included: false },
68
- { name: 'SSO/SAML', value: null, included: false },
69
- ],
70
- cta: 'Start Free Trial',
71
- ctaLink: '/signup?plan=pro',
72
- highlighted: true,
73
- badge: 'Most Popular',
74
- },
75
- {
76
- id: 'team',
77
- name: 'Team',
78
- price: 129,
79
- period: '/month',
80
- tagline: 'For growing teams',
81
- description: 'Dedicated CPUs, priority support, and team collaboration features.',
82
- limits: {
83
- workspaces: 20,
84
- repos: 100,
85
- concurrentAgents: 10,
86
- computeHours: 200,
87
- },
88
- features: [
89
- { name: 'Workspaces', value: '20', included: true },
90
- { name: 'Repositories', value: '100', included: true },
91
- { name: 'Concurrent agents', value: '10', included: true },
92
- { name: 'Compute hours/month', value: '200', included: true },
93
- { name: 'CPU type', value: 'Dedicated', included: true },
94
- { name: 'Coordinator agents', value: 'Yes', included: true },
95
- { name: 'Auto-scaling', value: 'Yes', included: true },
96
- { name: 'Session persistence', value: 'Yes', included: true },
97
- { name: 'Priority support', value: 'Yes', included: true },
98
- { name: 'SSO/SAML', value: null, included: false },
99
- ],
100
- cta: 'Start Free Trial',
101
- ctaLink: '/signup?plan=team',
102
- highlighted: false,
103
- },
104
- {
105
- id: 'enterprise',
106
- name: 'Enterprise',
107
- price: 499,
108
- period: '/month',
109
- tagline: 'For organizations at scale',
110
- description: 'Unlimited resources, SSO, SLA guarantees, and dedicated support.',
111
- limits: {
112
- workspaces: Infinity,
113
- repos: Infinity,
114
- concurrentAgents: Infinity,
115
- computeHours: Infinity,
116
- },
117
- features: [
118
- { name: 'Workspaces', value: 'Unlimited', included: true },
119
- { name: 'Repositories', value: 'Unlimited', included: true },
120
- { name: 'Concurrent agents', value: 'Unlimited', included: true },
121
- { name: 'Compute hours/month', value: 'Unlimited', included: true },
122
- { name: 'CPU type', value: 'Dedicated', included: true },
123
- { name: 'Coordinator agents', value: 'Yes', included: true },
124
- { name: 'Auto-scaling', value: 'Yes', included: true },
125
- { name: 'Session persistence', value: 'Yes', included: true },
126
- { name: 'Priority support', value: 'Dedicated', included: true },
127
- { name: 'SSO/SAML', value: 'Yes', included: true },
128
- ],
129
- cta: 'Contact Sales',
130
- ctaLink: '/contact?subject=enterprise',
131
- highlighted: false,
132
- },
133
- ];
134
-
135
- const FAQ = [
136
- {
137
- q: 'What counts as a "compute hour"?',
138
- a: 'A compute hour is measured when your agents are actively running in our cloud infrastructure. Time spent waiting for your input or idle time doesn\'t count. We track usage to the second and round up to the nearest minute for billing.',
139
- },
140
- {
141
- q: 'Can I use my own AI API keys?',
142
- a: 'Yes! Agent Relay orchestrates your agents—you connect your own Claude, Codex, or Gemini instances. We don\'t charge for AI API usage; that\'s between you and your AI provider. Our pricing covers the orchestration infrastructure.',
143
- },
144
- {
145
- q: 'What are coordinator agents?',
146
- a: 'Coordinators are special agents that oversee project groups. They delegate tasks to other agents, track progress, and ensure work is completed efficiently across multiple repositories. Available on Pro plans and above.',
147
- },
148
- {
149
- q: 'What happens if I exceed my limits?',
150
- a: 'We\'ll notify you when you\'re approaching your limits. If you exceed them, new agent spawns will be blocked until you upgrade or wait for the next billing cycle. Your existing agents will continue running.',
151
- },
152
- {
153
- q: 'Can I change plans anytime?',
154
- a: 'Absolutely. Upgrade instantly and get prorated billing. Downgrade takes effect at the end of your billing cycle. No long-term contracts required.',
155
- },
156
- {
157
- q: 'Do you offer discounts for startups or open source?',
158
- a: 'Yes! We offer 50% off for verified startups (less than $1M raised) and free Pro accounts for maintainers of popular open source projects. Contact us to apply.',
159
- },
160
- ];
161
-
162
- export function PricingPage() {
163
- const [billingCycle, setBillingCycle] = useState<'monthly' | 'annual'>('monthly');
164
- const [openFaq, setOpenFaq] = useState<number | null>(null);
165
-
166
- return (
167
- <div className="pricing-page">
168
- <div className="pricing-bg">
169
- <GridBackground />
170
- <GlowOrbs />
171
- </div>
172
-
173
- <Navigation />
174
-
175
- <main>
176
- <HeroSection billingCycle={billingCycle} setBillingCycle={setBillingCycle} />
177
- <PlansSection billingCycle={billingCycle} />
178
- <ComparisonTable />
179
- <FaqSection openFaq={openFaq} setOpenFaq={setOpenFaq} />
180
- <CtaSection />
181
- </main>
182
-
183
- <Footer />
184
- </div>
185
- );
186
- }
187
-
188
- function Navigation() {
189
- const [scrolled, setScrolled] = useState(false);
190
-
191
- useEffect(() => {
192
- const handleScroll = () => setScrolled(window.scrollY > 50);
193
- window.addEventListener('scroll', handleScroll);
194
- return () => window.removeEventListener('scroll', handleScroll);
195
- }, []);
196
-
197
- return (
198
- <nav className={`nav ${scrolled ? 'scrolled' : ''}`}>
199
- <div className="nav-inner">
200
- <a href="/" className="nav-logo">
201
- <LogoIcon size={28} withGlow={true} />
202
- <span className="logo-text">Agent Relay</span>
203
- </a>
204
-
205
- <div className="nav-links">
206
- <a href="/#demo">Demo</a>
207
- <a href="/#features">Features</a>
208
- <a href="/pricing" className="active">Pricing</a>
209
- <a href="/docs" className="nav-docs">Docs</a>
210
- </div>
211
-
212
- <div className="nav-actions">
213
- <a href="/login" className="btn-ghost">Sign In</a>
214
- <a href="/signup" className="btn-primary">Get Started</a>
215
- </div>
216
- </div>
217
- </nav>
218
- );
219
- }
220
-
221
- function HeroSection({
222
- billingCycle,
223
- setBillingCycle
224
- }: {
225
- billingCycle: 'monthly' | 'annual';
226
- setBillingCycle: (cycle: 'monthly' | 'annual') => void;
227
- }) {
228
- return (
229
- <section className="pricing-hero">
230
- <div className="pricing-hero-content">
231
- <div className="hero-badge">
232
- <span className="badge-icon">◈</span>
233
- <span>Simple, transparent pricing</span>
234
- </div>
235
-
236
- <h1>
237
- <span className="title-line">Choose Your</span>
238
- <span className="title-line gradient">Mission Control</span>
239
- </h1>
240
-
241
- <p className="hero-subtitle">
242
- Start free. Scale as you grow. Pay only for what you use.
243
- <br />
244
- All plans include a 14-day free trial.
245
- </p>
246
-
247
- <div className="billing-toggle">
248
- <button
249
- className={billingCycle === 'monthly' ? 'active' : ''}
250
- onClick={() => setBillingCycle('monthly')}
251
- >
252
- Monthly
253
- </button>
254
- <button
255
- className={billingCycle === 'annual' ? 'active' : ''}
256
- onClick={() => setBillingCycle('annual')}
257
- >
258
- Annual
259
- <span className="save-badge">Save 20%</span>
260
- </button>
261
- </div>
262
- </div>
263
- </section>
264
- );
265
- }
266
-
267
- function PlansSection({ billingCycle }: { billingCycle: 'monthly' | 'annual' }) {
268
- const getPrice = (plan: typeof PLANS[0]) => {
269
- if (plan.price === null) return 'Custom';
270
- if (plan.price === 0) return '$0';
271
- const price = billingCycle === 'annual' ? Math.floor(plan.price * 0.8) : plan.price;
272
- return `$${price}`;
273
- };
274
-
275
- return (
276
- <section className="plans-section">
277
- <div className="plans-grid">
278
- {PLANS.map((plan) => (
279
- <div
280
- key={plan.id}
281
- className={`plan-card ${plan.highlighted ? 'highlighted' : ''}`}
282
- >
283
- {plan.badge && <div className="plan-badge">{plan.badge}</div>}
284
-
285
- <div className="plan-header">
286
- <h3>{plan.name}</h3>
287
- <p className="plan-tagline">{plan.tagline}</p>
288
- </div>
289
-
290
- <div className="plan-price">
291
- <span className="price">{getPrice(plan)}</span>
292
- {plan.price !== null && plan.price > 0 && (
293
- <span className="period">
294
- {billingCycle === 'annual' ? '/mo, billed annually' : '/month'}
295
- </span>
296
- )}
297
- {plan.price === 0 && <span className="period">forever</span>}
298
- </div>
299
-
300
- <p className="plan-description">{plan.description}</p>
301
-
302
- <div className="plan-limits">
303
- <div className="limit-item">
304
- <span className="limit-icon">◇</span>
305
- <span className="limit-value">{plan.limits.workspaces === Infinity ? '∞' : plan.limits.workspaces}</span>
306
- <span className="limit-label">workspaces</span>
307
- </div>
308
- <div className="limit-item">
309
- <span className="limit-icon">◈</span>
310
- <span className="limit-value">{plan.limits.repos === Infinity ? '∞' : plan.limits.repos}</span>
311
- <span className="limit-label">repos</span>
312
- </div>
313
- <div className="limit-item">
314
- <span className="limit-icon">⬡</span>
315
- <span className="limit-value">{plan.limits.concurrentAgents === Infinity ? '∞' : plan.limits.concurrentAgents}</span>
316
- <span className="limit-label">agents</span>
317
- </div>
318
- <div className="limit-item">
319
- <span className="limit-icon">⏱</span>
320
- <span className="limit-value">{plan.limits.computeHours === Infinity ? '∞' : plan.limits.computeHours}</span>
321
- <span className="limit-label">hours/mo</span>
322
- </div>
323
- </div>
324
-
325
- <a
326
- href={plan.ctaLink}
327
- className={`btn-${plan.highlighted ? 'primary' : 'ghost'} btn-full`}
328
- >
329
- {plan.cta}
330
- </a>
331
- </div>
332
- ))}
333
- </div>
334
- </section>
335
- );
336
- }
337
-
338
- function ComparisonTable() {
339
- const featureNames = PLANS[0].features.map(f => f.name);
340
-
341
- return (
342
- <section className="comparison-section">
343
- <div className="section-header">
344
- <span className="section-tag">Compare Plans</span>
345
- <h2>Feature Comparison</h2>
346
- <p>See exactly what's included in each plan.</p>
347
- </div>
348
-
349
- <div className="comparison-table-wrapper">
350
- <table className="comparison-table">
351
- <thead>
352
- <tr>
353
- <th className="feature-col">Feature</th>
354
- {PLANS.map(plan => (
355
- <th key={plan.id} className={plan.highlighted ? 'highlighted' : ''}>
356
- {plan.name}
357
- </th>
358
- ))}
359
- </tr>
360
- </thead>
361
- <tbody>
362
- {featureNames.map((featureName, i) => (
363
- <tr key={featureName}>
364
- <td className="feature-col">{featureName}</td>
365
- {PLANS.map(plan => {
366
- const feature = plan.features[i];
367
- return (
368
- <td key={plan.id} className={plan.highlighted ? 'highlighted' : ''}>
369
- {feature.included ? (
370
- feature.value ? (
371
- <span className="feature-value">{feature.value}</span>
372
- ) : (
373
- <span className="check">✓</span>
374
- )
375
- ) : (
376
- <span className="dash">—</span>
377
- )}
378
- </td>
379
- );
380
- })}
381
- </tr>
382
- ))}
383
- </tbody>
384
- </table>
385
- </div>
386
- </section>
387
- );
388
- }
389
-
390
- function FaqSection({
391
- openFaq,
392
- setOpenFaq
393
- }: {
394
- openFaq: number | null;
395
- setOpenFaq: (index: number | null) => void;
396
- }) {
397
- return (
398
- <section className="faq-section">
399
- <div className="section-header">
400
- <span className="section-tag">FAQ</span>
401
- <h2>Questions? Answers.</h2>
402
- <p>Everything you need to know about Agent Relay pricing.</p>
403
- </div>
404
-
405
- <div className="faq-grid">
406
- {FAQ.map((item, i) => (
407
- <div
408
- key={i}
409
- className={`faq-item ${openFaq === i ? 'open' : ''}`}
410
- onClick={() => setOpenFaq(openFaq === i ? null : i)}
411
- >
412
- <div className="faq-question">
413
- <span>{item.q}</span>
414
- <span className="faq-toggle">{openFaq === i ? '−' : '+'}</span>
415
- </div>
416
- <div className="faq-answer">
417
- <p>{item.a}</p>
418
- </div>
419
- </div>
420
- ))}
421
- </div>
422
- </section>
423
- );
424
- }
425
-
426
- function CtaSection() {
427
- return (
428
- <section className="cta-section">
429
- <div className="cta-card">
430
- <div className="cta-content">
431
- <h2>Ready to orchestrate?</h2>
432
- <p>Start free and upgrade when you need more power.</p>
433
- <div className="cta-buttons">
434
- <a href="/signup" className="btn-primary btn-large">
435
- <span>Get Started Free</span>
436
- <span className="btn-arrow">→</span>
437
- </a>
438
- <a href="/contact" className="btn-ghost btn-large">
439
- Talk to Sales
440
- </a>
441
- </div>
442
- </div>
443
- <div className="cta-visual">
444
- <div className="orbit">
445
- <div className="orbit-ring ring-1" />
446
- <div className="orbit-ring ring-2" />
447
- <div className="orbit-ring ring-3" />
448
- <div className="orbit-center">
449
- <LogoIcon size={40} withGlow={true} />
450
- </div>
451
- <div className="orbit-dot dot-1">◈</div>
452
- <div className="orbit-dot dot-2">⬡</div>
453
- <div className="orbit-dot dot-3">◇</div>
454
- </div>
455
- </div>
456
- </div>
457
- </section>
458
- );
459
- }
460
-
461
- function Footer() {
462
- return (
463
- <footer className="footer">
464
- <div className="footer-inner">
465
- <div className="footer-brand">
466
- <a href="/" className="footer-logo">
467
- <LogoIcon size={24} withGlow={true} />
468
- <span className="logo-text">Agent Relay</span>
469
- </a>
470
- <p>Orchestrate AI agents like a symphony.</p>
471
- </div>
472
-
473
- <div className="footer-links">
474
- <div className="footer-column">
475
- <h4>Product</h4>
476
- <a href="/#features">Features</a>
477
- <a href="/pricing">Pricing</a>
478
- <a href="/docs">Documentation</a>
479
- <a href="/changelog">Changelog</a>
480
- </div>
481
- <div className="footer-column">
482
- <h4>Company</h4>
483
- <a href="/about">About</a>
484
- <a href="/blog">Blog</a>
485
- <a href="/careers">Careers</a>
486
- <a href="/contact">Contact</a>
487
- </div>
488
- <div className="footer-column">
489
- <h4>Legal</h4>
490
- <a href="/privacy">Privacy</a>
491
- <a href="/terms">Terms</a>
492
- <a href="/security">Security</a>
493
- </div>
494
- </div>
495
- </div>
496
-
497
- <div className="footer-bottom">
498
- <p>© 2025 Agent Relay. All rights reserved.</p>
499
- <div className="social-links">
500
- <a href="https://github.com/AgentWorkforce/relay" aria-label="GitHub">
501
- <GitHubIcon />
502
- </a>
503
- <a href="https://twitter.com/agent_relay" aria-label="Twitter">
504
- <TwitterIcon />
505
- </a>
506
- <a href="https://discord.gg/agentrelay" aria-label="Discord">
507
- <DiscordIcon />
508
- </a>
509
- </div>
510
- </div>
511
- </footer>
512
- );
513
- }
514
-
515
- // Background components
516
- function GridBackground() {
517
- return (
518
- <div className="grid-bg">
519
- <div className="grid-lines" />
520
- <div className="grid-glow" />
521
- </div>
522
- );
523
- }
524
-
525
- function GlowOrbs() {
526
- return (
527
- <div className="glow-orbs">
528
- <div className="orb orb-1" />
529
- <div className="orb orb-2" />
530
- </div>
531
- );
532
- }
533
-
534
- // Icons
535
- function GitHubIcon() {
536
- return (
537
- <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
538
- <path d="M12 0C5.37 0 0 5.37 0 12c0 5.31 3.435 9.795 8.205 11.385.6.105.825-.255.825-.57 0-.285-.015-1.23-.015-2.235-3.015.555-3.795-.735-4.035-1.41-.135-.345-.72-1.41-1.23-1.695-.42-.225-1.02-.78-.015-.795.945-.015 1.62.87 1.845 1.23 1.08 1.815 2.805 1.305 3.495.99.105-.78.42-1.305.765-1.605-2.67-.3-5.46-1.335-5.46-5.925 0-1.305.465-2.385 1.23-3.225-.12-.3-.54-1.53.12-3.18 0 0 1.005-.315 3.3 1.23.96-.27 1.98-.405 3-.405s2.04.135 3 .405c2.295-1.56 3.3-1.23 3.3-1.23.66 1.65.24 2.88.12 3.18.765.84 1.23 1.905 1.23 3.225 0 4.605-2.805 5.625-5.475 5.925.435.375.81 1.095.81 2.22 0 1.605-.015 2.895-.015 3.3 0 .315.225.69.825.57A12.02 12.02 0 0024 12c0-6.63-5.37-12-12-12z" />
539
- </svg>
540
- );
541
- }
542
-
543
- function TwitterIcon() {
544
- return (
545
- <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
546
- <path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z" />
547
- </svg>
548
- );
549
- }
550
-
551
- function DiscordIcon() {
552
- return (
553
- <svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
554
- <path d="M20.317 4.37a19.791 19.791 0 00-4.885-1.515.074.074 0 00-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 00-5.487 0 12.64 12.64 0 00-.617-1.25.077.077 0 00-.079-.037A19.736 19.736 0 003.677 4.37a.07.07 0 00-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 00.031.057 19.9 19.9 0 005.993 3.03.078.078 0 00.084-.028c.462-.63.874-1.295 1.226-1.994a.076.076 0 00-.041-.106 13.107 13.107 0 01-1.872-.892.077.077 0 01-.008-.128 10.2 10.2 0 00.372-.292.074.074 0 01.077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 01.078.01c.12.098.246.198.373.292a.077.077 0 01-.006.127 12.299 12.299 0 01-1.873.892.077.077 0 00-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 00.084.028 19.839 19.839 0 006.002-3.03.077.077 0 00.032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 00-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z" />
555
- </svg>
556
- );
557
- }
558
-
559
- export default PricingPage;
@@ -1,6 +0,0 @@
1
- /**
2
- * Agent Relay Cloud - Landing Page Module
3
- */
4
-
5
- export { LandingPage, default } from './LandingPage';
6
- export { PricingPage } from './PricingPage';