@synapse-research/synapse 0.1.12 → 0.2.1

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 (192) hide show
  1. package/bin/synapse.mjs +9 -33
  2. package/dist/.next/BUILD_ID +1 -1
  3. package/dist/.next/app-build-manifest.json +118 -118
  4. package/dist/.next/app-path-routes-manifest.json +36 -36
  5. package/dist/.next/build-manifest.json +2 -2
  6. package/dist/.next/prerender-manifest.json +12 -12
  7. package/dist/.next/server/app/(dashboard)/agents/page_client-reference-manifest.js +1 -1
  8. package/dist/.next/server/app/(dashboard)/compute/page_client-reference-manifest.js +1 -1
  9. package/dist/.next/server/app/(dashboard)/project-groups/[uuid]/page_client-reference-manifest.js +1 -1
  10. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/activity/page_client-reference-manifest.js +1 -1
  11. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/dashboard/page_client-reference-manifest.js +1 -1
  12. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/page.js +1 -1
  13. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/[documentUuid]/page_client-reference-manifest.js +1 -1
  14. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/documents/page_client-reference-manifest.js +1 -1
  15. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/[designUuid]/page_client-reference-manifest.js +1 -1
  16. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/new/page_client-reference-manifest.js +1 -1
  17. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-designs/page_client-reference-manifest.js +1 -1
  18. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-runs/[runUuid]/page_client-reference-manifest.js +1 -1
  19. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiment-runs/page_client-reference-manifest.js +1 -1
  20. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiments/new/page_client-reference-manifest.js +1 -1
  21. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiments/page.js +1 -1
  22. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/experiments/page_client-reference-manifest.js +1 -1
  23. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/insights/page_client-reference-manifest.js +1 -1
  24. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/related-works/page_client-reference-manifest.js +1 -1
  25. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/research-questions/[questionUuid]/page_client-reference-manifest.js +1 -1
  26. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/research-questions/page_client-reference-manifest.js +1 -1
  27. package/dist/.next/server/app/(dashboard)/research-projects/[uuid]/settings/page_client-reference-manifest.js +1 -1
  28. package/dist/.next/server/app/(dashboard)/research-projects/new/page_client-reference-manifest.js +1 -1
  29. package/dist/.next/server/app/(dashboard)/research-projects/page_client-reference-manifest.js +1 -1
  30. package/dist/.next/server/app/(dashboard)/settings/page_client-reference-manifest.js +1 -1
  31. package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  32. package/dist/.next/server/app/_not-found.html +1 -1
  33. package/dist/.next/server/app/_not-found.rsc +1 -1
  34. package/dist/.next/server/app/admin/companies/[uuid]/page_client-reference-manifest.js +1 -1
  35. package/dist/.next/server/app/admin/companies/new/page_client-reference-manifest.js +1 -1
  36. package/dist/.next/server/app/admin/companies/new.html +1 -1
  37. package/dist/.next/server/app/admin/companies/new.rsc +1 -1
  38. package/dist/.next/server/app/admin/companies/page_client-reference-manifest.js +1 -1
  39. package/dist/.next/server/app/admin/companies.html +1 -1
  40. package/dist/.next/server/app/admin/companies.rsc +1 -1
  41. package/dist/.next/server/app/admin/page_client-reference-manifest.js +1 -1
  42. package/dist/.next/server/app/admin.html +1 -1
  43. package/dist/.next/server/app/admin.rsc +1 -1
  44. package/dist/.next/server/app/api/admin/companies/[uuid]/route_client-reference-manifest.js +1 -1
  45. package/dist/.next/server/app/api/admin/companies/route_client-reference-manifest.js +1 -1
  46. package/dist/.next/server/app/api/admin/login/route_client-reference-manifest.js +1 -1
  47. package/dist/.next/server/app/api/admin/session/route_client-reference-manifest.js +1 -1
  48. package/dist/.next/server/app/api/admin/stats/route_client-reference-manifest.js +1 -1
  49. package/dist/.next/server/app/api/agents/[uuid]/route_client-reference-manifest.js +1 -1
  50. package/dist/.next/server/app/api/agents/[uuid]/sessions/route_client-reference-manifest.js +1 -1
  51. package/dist/.next/server/app/api/agents/route_client-reference-manifest.js +1 -1
  52. package/dist/.next/server/app/api/api-keys/[uuid]/route_client-reference-manifest.js +1 -1
  53. package/dist/.next/server/app/api/api-keys/route_client-reference-manifest.js +1 -1
  54. package/dist/.next/server/app/api/auth/callback/route_client-reference-manifest.js +1 -1
  55. package/dist/.next/server/app/api/auth/check-default/route_client-reference-manifest.js +1 -1
  56. package/dist/.next/server/app/api/auth/default-login/route_client-reference-manifest.js +1 -1
  57. package/dist/.next/server/app/api/auth/identify/route_client-reference-manifest.js +1 -1
  58. package/dist/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
  59. package/dist/.next/server/app/api/auth/me/route_client-reference-manifest.js +1 -1
  60. package/dist/.next/server/app/api/auth/refresh/route_client-reference-manifest.js +1 -1
  61. package/dist/.next/server/app/api/auth/session/route_client-reference-manifest.js +1 -1
  62. package/dist/.next/server/app/api/auth/sync-token/route_client-reference-manifest.js +1 -1
  63. package/dist/.next/server/app/api/comments/route_client-reference-manifest.js +1 -1
  64. package/dist/.next/server/app/api/compute-nodes/[uuid]/route_client-reference-manifest.js +1 -1
  65. package/dist/.next/server/app/api/compute-nodes/route_client-reference-manifest.js +1 -1
  66. package/dist/.next/server/app/api/compute-pools/[uuid]/route_client-reference-manifest.js +1 -1
  67. package/dist/.next/server/app/api/compute-pools/route_client-reference-manifest.js +1 -1
  68. package/dist/.next/server/app/api/documents/[uuid]/route.js +1 -1
  69. package/dist/.next/server/app/api/documents/[uuid]/route_client-reference-manifest.js +1 -1
  70. package/dist/.next/server/app/api/events/notifications/route_client-reference-manifest.js +1 -1
  71. package/dist/.next/server/app/api/events/route_client-reference-manifest.js +1 -1
  72. package/dist/.next/server/app/api/experiment-designs/[uuid]/approve/route_client-reference-manifest.js +1 -1
  73. package/dist/.next/server/app/api/experiment-designs/[uuid]/close/route_client-reference-manifest.js +1 -1
  74. package/dist/.next/server/app/api/experiment-designs/[uuid]/reject/route_client-reference-manifest.js +1 -1
  75. package/dist/.next/server/app/api/experiment-designs/[uuid]/route_client-reference-manifest.js +1 -1
  76. package/dist/.next/server/app/api/experiment-runs/[uuid]/claim/route_client-reference-manifest.js +1 -1
  77. package/dist/.next/server/app/api/experiment-runs/[uuid]/dependencies/[dependsOnRunUuid]/route_client-reference-manifest.js +1 -1
  78. package/dist/.next/server/app/api/experiment-runs/[uuid]/dependencies/route_client-reference-manifest.js +1 -1
  79. package/dist/.next/server/app/api/experiment-runs/[uuid]/evaluate-criteria/route_client-reference-manifest.js +1 -1
  80. package/dist/.next/server/app/api/experiment-runs/[uuid]/registry/route_client-reference-manifest.js +1 -1
  81. package/dist/.next/server/app/api/experiment-runs/[uuid]/release/route_client-reference-manifest.js +1 -1
  82. package/dist/.next/server/app/api/experiment-runs/[uuid]/route_client-reference-manifest.js +1 -1
  83. package/dist/.next/server/app/api/experiment-runs/[uuid]/sessions/route_client-reference-manifest.js +1 -1
  84. package/dist/.next/server/app/api/experiments/[uuid]/complete/route.js +1 -1
  85. package/dist/.next/server/app/api/experiments/[uuid]/complete/route_client-reference-manifest.js +1 -1
  86. package/dist/.next/server/app/api/experiments/[uuid]/progress/route_client-reference-manifest.js +1 -1
  87. package/dist/.next/server/app/api/experiments/[uuid]/request-plan/route.js +1 -1
  88. package/dist/.next/server/app/api/experiments/[uuid]/request-plan/route_client-reference-manifest.js +1 -1
  89. package/dist/.next/server/app/api/experiments/[uuid]/reset/route.js +1 -1
  90. package/dist/.next/server/app/api/experiments/[uuid]/reset/route_client-reference-manifest.js +1 -1
  91. package/dist/.next/server/app/api/experiments/[uuid]/review/route.js +1 -1
  92. package/dist/.next/server/app/api/experiments/[uuid]/review/route_client-reference-manifest.js +1 -1
  93. package/dist/.next/server/app/api/experiments/[uuid]/route.js +1 -1
  94. package/dist/.next/server/app/api/experiments/[uuid]/route_client-reference-manifest.js +1 -1
  95. package/dist/.next/server/app/api/experiments/[uuid]/start/route.js +1 -1
  96. package/dist/.next/server/app/api/experiments/[uuid]/start/route_client-reference-manifest.js +1 -1
  97. package/dist/.next/server/app/api/health/route_client-reference-manifest.js +1 -1
  98. package/dist/.next/server/app/api/mcp/route_client-reference-manifest.js +1 -1
  99. package/dist/.next/server/app/api/me/assignments/route.js +1 -1
  100. package/dist/.next/server/app/api/me/assignments/route_client-reference-manifest.js +1 -1
  101. package/dist/.next/server/app/api/mentionables/route_client-reference-manifest.js +1 -1
  102. package/dist/.next/server/app/api/notifications/[uuid]/archive/route_client-reference-manifest.js +1 -1
  103. package/dist/.next/server/app/api/notifications/[uuid]/read/route_client-reference-manifest.js +1 -1
  104. package/dist/.next/server/app/api/notifications/preferences/route_client-reference-manifest.js +1 -1
  105. package/dist/.next/server/app/api/notifications/read-all/route_client-reference-manifest.js +1 -1
  106. package/dist/.next/server/app/api/notifications/route_client-reference-manifest.js +1 -1
  107. package/dist/.next/server/app/api/notifications/unread-count/route_client-reference-manifest.js +1 -1
  108. package/dist/.next/server/app/api/onboarding/status/route_client-reference-manifest.js +1 -1
  109. package/dist/.next/server/app/api/project-groups/[uuid]/dashboard/route_client-reference-manifest.js +1 -1
  110. package/dist/.next/server/app/api/project-groups/[uuid]/route_client-reference-manifest.js +1 -1
  111. package/dist/.next/server/app/api/project-groups/route_client-reference-manifest.js +1 -1
  112. package/dist/.next/server/app/api/research-projects/[uuid]/activity/route_client-reference-manifest.js +1 -1
  113. package/dist/.next/server/app/api/research-projects/[uuid]/agent-activity/route_client-reference-manifest.js +1 -1
  114. package/dist/.next/server/app/api/research-projects/[uuid]/available/route_client-reference-manifest.js +1 -1
  115. package/dist/.next/server/app/api/research-projects/[uuid]/baselines/route_client-reference-manifest.js +1 -1
  116. package/dist/.next/server/app/api/research-projects/[uuid]/documents/route_client-reference-manifest.js +1 -1
  117. package/dist/.next/server/app/api/research-projects/[uuid]/experiment-designs/[designUuid]/validate/route_client-reference-manifest.js +1 -1
  118. package/dist/.next/server/app/api/research-projects/[uuid]/experiment-designs/route_client-reference-manifest.js +1 -1
  119. package/dist/.next/server/app/api/research-projects/[uuid]/experiment-designs/summary/route_client-reference-manifest.js +1 -1
  120. package/dist/.next/server/app/api/research-projects/[uuid]/experiment-runs/dependencies/route_client-reference-manifest.js +1 -1
  121. package/dist/.next/server/app/api/research-projects/[uuid]/experiment-runs/route_client-reference-manifest.js +1 -1
  122. package/dist/.next/server/app/api/research-projects/[uuid]/experiments/route_client-reference-manifest.js +1 -1
  123. package/dist/.next/server/app/api/research-projects/[uuid]/github/branches/route_client-reference-manifest.js +1 -1
  124. package/dist/.next/server/app/api/research-projects/[uuid]/group/route_client-reference-manifest.js +1 -1
  125. package/dist/.next/server/app/api/research-projects/[uuid]/related-works/[workUuid]/route_client-reference-manifest.js +1 -1
  126. package/dist/.next/server/app/api/research-projects/[uuid]/related-works/auto-search/complete/route_client-reference-manifest.js +1 -1
  127. package/dist/.next/server/app/api/research-projects/[uuid]/related-works/auto-search/route_client-reference-manifest.js +1 -1
  128. package/dist/.next/server/app/api/research-projects/[uuid]/related-works/deep-research/complete/route_client-reference-manifest.js +1 -1
  129. package/dist/.next/server/app/api/research-projects/[uuid]/related-works/deep-research/route_client-reference-manifest.js +1 -1
  130. package/dist/.next/server/app/api/research-projects/[uuid]/related-works/route_client-reference-manifest.js +1 -1
  131. package/dist/.next/server/app/api/research-projects/[uuid]/research-questions/route_client-reference-manifest.js +1 -1
  132. package/dist/.next/server/app/api/research-projects/[uuid]/route_client-reference-manifest.js +1 -1
  133. package/dist/.next/server/app/api/research-projects/route_client-reference-manifest.js +1 -1
  134. package/dist/.next/server/app/api/research-questions/[uuid]/claim/route_client-reference-manifest.js +1 -1
  135. package/dist/.next/server/app/api/research-questions/[uuid]/move/route_client-reference-manifest.js +1 -1
  136. package/dist/.next/server/app/api/research-questions/[uuid]/release/route_client-reference-manifest.js +1 -1
  137. package/dist/.next/server/app/api/research-questions/[uuid]/route_client-reference-manifest.js +1 -1
  138. package/dist/.next/server/app/api/sessions/[uuid]/route_client-reference-manifest.js +1 -1
  139. package/dist/.next/server/app/api/settings/integrations/route_client-reference-manifest.js +1 -1
  140. package/dist/.next/server/app/api/ssh-config/route_client-reference-manifest.js +1 -1
  141. package/dist/.next/server/app/index.html +1 -1
  142. package/dist/.next/server/app/index.rsc +1 -1
  143. package/dist/.next/server/app/login/admin/page_client-reference-manifest.js +1 -1
  144. package/dist/.next/server/app/login/admin.html +1 -1
  145. package/dist/.next/server/app/login/admin.rsc +1 -1
  146. package/dist/.next/server/app/login/callback/page_client-reference-manifest.js +1 -1
  147. package/dist/.next/server/app/login/callback.html +1 -1
  148. package/dist/.next/server/app/login/callback.rsc +1 -1
  149. package/dist/.next/server/app/login/page_client-reference-manifest.js +1 -1
  150. package/dist/.next/server/app/login/silent-refresh/page_client-reference-manifest.js +1 -1
  151. package/dist/.next/server/app/login/silent-refresh.html +1 -1
  152. package/dist/.next/server/app/login/silent-refresh.rsc +1 -1
  153. package/dist/.next/server/app/login.html +1 -1
  154. package/dist/.next/server/app/login.rsc +1 -1
  155. package/dist/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  156. package/dist/.next/server/app/page_client-reference-manifest.js +1 -1
  157. package/dist/.next/server/app/research-projects/new.html +1 -1
  158. package/dist/.next/server/app/research-projects/new.rsc +1 -1
  159. package/dist/.next/server/app/research-projects.html +1 -1
  160. package/dist/.next/server/app/research-projects.rsc +1 -1
  161. package/dist/.next/server/app/settings.html +1 -1
  162. package/dist/.next/server/app/settings.rsc +1 -1
  163. package/dist/.next/server/app-paths-manifest.json +36 -36
  164. package/dist/.next/server/chunks/4742.js +1 -1
  165. package/dist/.next/server/chunks/759.js +1 -1
  166. package/dist/.next/server/chunks/8283.js +1 -1
  167. package/dist/.next/server/middleware-manifest.json +1 -1
  168. package/dist/.next/server/pages/404.html +1 -1
  169. package/dist/.next/server/pages/500.html +1 -1
  170. package/dist/.next/server/pages-manifest.json +1 -1
  171. package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiments/page-926fd1080d8bd114.js +1 -0
  172. package/dist/node_modules/buffer-from/index.js +72 -0
  173. package/dist/node_modules/buffer-from/package.json +19 -0
  174. package/dist/node_modules/source-map/lib/array-set.js +121 -0
  175. package/dist/node_modules/source-map/lib/base64-vlq.js +140 -0
  176. package/dist/node_modules/source-map/lib/base64.js +67 -0
  177. package/dist/node_modules/source-map/lib/binary-search.js +111 -0
  178. package/dist/node_modules/source-map/lib/mapping-list.js +79 -0
  179. package/dist/node_modules/source-map/lib/quick-sort.js +114 -0
  180. package/dist/node_modules/source-map/lib/source-map-consumer.js +1145 -0
  181. package/dist/node_modules/source-map/lib/source-map-generator.js +425 -0
  182. package/dist/node_modules/source-map/lib/source-node.js +413 -0
  183. package/dist/node_modules/source-map/lib/util.js +488 -0
  184. package/dist/node_modules/source-map/package.json +73 -0
  185. package/dist/node_modules/source-map/source-map.js +8 -0
  186. package/dist/node_modules/source-map-support/package.json +31 -0
  187. package/dist/node_modules/source-map-support/source-map-support.js +625 -0
  188. package/package.json +1 -1
  189. package/dist/.env +0 -31
  190. package/dist/.next/static/chunks/app/(dashboard)/research-projects/[uuid]/experiments/page-1e98ec51265e6bd6.js +0 -1
  191. /package/dist/.next/static/{xhu9AXYQyz0Y3okpowwwf → _Xj9BQgDF0XFubwsfL_6V}/_buildManifest.js +0 -0
  192. /package/dist/.next/static/{xhu9AXYQyz0Y3okpowwwf → _Xj9BQgDF0XFubwsfL_6V}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- <!DOCTYPE html><!--xhu9AXYQyz0Y3okpowwwf--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/4cf2300e9c8272f7-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/93f479601ee12b01-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/de70bee13400563f.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/5bdbf89eb25c5de2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8448a25dce3e7af6.js"/><script src="/_next/static/chunks/f40797d1-b170d994ba5d9bd4.js" async=""></script><script src="/_next/static/chunks/5496-2c7bd2159f4c4e7c.js" async=""></script><script src="/_next/static/chunks/main-app-0473036fe4727326.js" async=""></script><script src="/_next/static/chunks/2079-2e71c970e033d052.js" async=""></script><script src="/_next/static/chunks/app/layout-4cb6be8f1f031df9.js" async=""></script><script src="/_next/static/chunks/8944-8dfadf993d6868cd.js" async=""></script><script src="/_next/static/chunks/2790-7582734a89b7a4b2.js" async=""></script><script src="/_next/static/chunks/1350-a377b861be97f214.js" async=""></script><script src="/_next/static/chunks/4655-3b26c56bce59c337.js" async=""></script><script src="/_next/static/chunks/9784-0a4f0c829fda5226.js" async=""></script><script src="/_next/static/chunks/5326-8d9a745d9992695b.js" async=""></script><script src="/_next/static/chunks/7036-d9dff279bd4fdbfd.js" async=""></script><script src="/_next/static/chunks/3114-12a716f4b0b3ee7e.js" async=""></script><script src="/_next/static/chunks/2825-f0390dbf74bcfc68.js" async=""></script><script src="/_next/static/chunks/9988-c903263c5cae357a.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-1e45161b321c02a4.js" async=""></script><script src="/_next/static/chunks/1033-385168deb382a5bc.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/settings/page-917c0e45e5adcaed.js" async=""></script><meta name="next-size-adjust" content=""/><title>Synapse</title><meta name="description" content="AI-powered research experimentation platform"/><meta property="og:title" content="Synapse"/><meta property="og:description" content="AI-powered research experimentation platform"/><meta property="og:site_name" content="Synapse"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Synapse"/><meta name="twitter:description" content="AI-powered research experimentation platform"/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_188709 __variable_9a8899 antialiased"><div hidden=""><!--$--><!--/$--></div><script src="/_next/static/chunks/webpack-8448a25dce3e7af6.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[23602,[\"2079\",\"static/chunks/2079-2e71c970e033d052.js\",\"7177\",\"static/chunks/app/layout-4cb6be8f1f031df9.js\"],\"ThemeProvider\"]\n3:I[32277,[\"2079\",\"static/chunks/2079-2e71c970e033d052.js\",\"7177\",\"static/chunks/app/layout-4cb6be8f1f031df9.js\"],\"LocaleProvider\"]\n4:I[77999,[],\"\"]\n5:I[29459,[],\"\"]\n6:I[38366,[],\"ClientSegmentRoot\"]\n7:I[28266,[\"2079\",\"static/chunks/2079-2e71c970e033d052.js\",\"8944\",\"static/chunks/8944-8dfadf993d6868cd.js\",\"2790\",\"static/chunks/2790-7582734a89b7a4b2.js\",\"1350\",\"static/chunks/1350-a377b861be97f214.js\",\"4655\",\"static/chunks/4655-3b26c56bce59c337.js\",\"9784\",\"static/chunks/9784-0a4f0c829fda5226.js\",\"5326\",\"static/chunks/5326-8d9a745d9992695b.js\",\"7036\",\"static/chunks/7036-d9dff279bd4fdbfd.js\",\"3114\",\"static/chunks/3114-12a716f4b0b3ee7e.js\",\"2825\",\"static/chunks/2825-f0390dbf74bcfc68.js\",\"9988\",\"static/chunks/9988-c903263c5cae357a.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-1e45161b321c02a4.js\"],\"default\"]\n9:I[18730,[],\"ClientPageRoot\"]\na:I[42388,[\"2079\",\"static/chunks/2079-2e71c970e033d052.js\",\"8944\",\"static/chunks/8944-8dfadf993d6868cd.js\",\"1033\",\"static/chunks/1033-385168deb382a5bc.js\",\"1670\",\"static/chunks/app/(dashboard)/settings/page-917c0e45e5adcaed.js\"],\"default\"]\nd:I[12870,[],\"OutletBoundary\"]\nf:I[52955,[],\"AsyncMetadataOutlet\"]\n15:I[34837,[],\"\"]\n:HL[\"/_next/static/media/4cf2300e9c8272f7-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/93f479601ee12b01-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/de70bee13400563f.css\",\"style\"]\n:HL[\"/_next/static/css/5bdbf89eb25c5de2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"xhu9AXYQyz0Y3okpowwwf\",\"p\":\"\",\"c\":[\"\",\"settings\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"(dashboard)\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/de70bee13400563f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/5bdbf89eb25c5de2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_188709 __variable_9a8899 antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]}]]}],{\"children\":[\"(dashboard)\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"Component\":\"$7\",\"slots\":{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]},\"params\":{},\"promise\":\"$@8\"}]]}],{\"children\":[\"settings\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L9\",null,{\"Component\":\"$a\",\"searchParams\":{},\"params\":\"$0:f:0:1:2:children:1:props:children:1:props:params\",\"promises\":[\"$@b\",\"$@c\"]}],null,[\"$\",\"$Ld\",null,{\"children\":[\"$Le\",[\"$\",\"$Lf\",null,{\"promise\":\"$@10\"}]]}]]}],{},null,false]},null,false]},[[\"$\",\"div\",\"l\",{\"className\":\"space-y-6 p-4 md:p-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-4 lg:flex-row lg:items-center lg:justify-between\",\"children\":[[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-8 w-44\"}],[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-4 w-80 max-w-full\"}]]}],[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse h-10 w-36 rounded-xl\"}]]}],[\"$\",\"div\",null,{\"className\":\"grid gap-4 xl:grid-cols-[minmax(0,1fr)_360px]\",\"children\":[[\"$\",\"div\",null,{\"className\":\"rounded-3xl border border-border/60 bg-card/60 p-6\",\"children\":[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse h-[520px] w-full rounded-[28px]\"}]}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"div\",null,{\"className\":\"rounded-3xl border border-border/60 bg-card/60 p-5\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-5 w-32\"}],[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-10 w-full\"}],\"$L11\",\"$L12\"]}]}],\"$L13\"]}]]}]]}],[],[]],false]},null,false],\"$L14\",false]],\"m\":\"$undefined\",\"G\":[\"$15\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"16:I[12870,[],\"ViewportBoundary\"]\n18:I[12870,[],\"MetadataBoundary\"]\n19:\"$Sreact.suspense\"\n11:[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-20 w-full\"}]\n12:[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-10 w-full\"}]\n13:[\"$\",\"div\",null,{\"className\":\"rounded-3xl border border-border/60 bg-card/60 p-5\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-5 w-28\"}],[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-4 w-full\"}],[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-4 w-5/6\"}],[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-4 w-2/3\"}]]}]}]\n14:[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L16\",null,{\"children\":\"$L17\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L18\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$19\",null,{\"fallback\":null,\"children\":\"$L1a\"}]}]}]]}]\n8:\"$0:f:0:1:2:children:1:props:children:1:props:params\"\nb:{}\nc:\"$0:f:0:1:2:children:1:props:children:1:props:params\"\n"])</script><script>self.__next_f.push([1,"17:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\ne:null\n"])</script><script>self.__next_f.push([1,"1b:I[46691,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"10:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Synapse\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI-powered research experimentation platform\"}],[\"$\",\"meta\",\"2\",{\"property\":\"og:title\",\"content\":\"Synapse\"}],[\"$\",\"meta\",\"3\",{\"property\":\"og:description\",\"content\":\"AI-powered research experimentation platform\"}],[\"$\",\"meta\",\"4\",{\"property\":\"og:site_name\",\"content\":\"Synapse\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"6\",{\"name\":\"twitter:card\",\"content\":\"summary\"}],[\"$\",\"meta\",\"7\",{\"name\":\"twitter:title\",\"content\":\"Synapse\"}],[\"$\",\"meta\",\"8\",{\"name\":\"twitter:description\",\"content\":\"AI-powered research experimentation platform\"}],[\"$\",\"link\",\"9\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"$L1b\",\"10\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"1a:\"$10:metadata\"\n"])</script></body></html>
1
+ <!DOCTYPE html><!--_Xj9BQgDF0XFubwsfL_6V--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/4cf2300e9c8272f7-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/93f479601ee12b01-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/de70bee13400563f.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/5bdbf89eb25c5de2.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-8448a25dce3e7af6.js"/><script src="/_next/static/chunks/f40797d1-b170d994ba5d9bd4.js" async=""></script><script src="/_next/static/chunks/5496-2c7bd2159f4c4e7c.js" async=""></script><script src="/_next/static/chunks/main-app-0473036fe4727326.js" async=""></script><script src="/_next/static/chunks/2079-2e71c970e033d052.js" async=""></script><script src="/_next/static/chunks/app/layout-4cb6be8f1f031df9.js" async=""></script><script src="/_next/static/chunks/8944-8dfadf993d6868cd.js" async=""></script><script src="/_next/static/chunks/2790-7582734a89b7a4b2.js" async=""></script><script src="/_next/static/chunks/1350-a377b861be97f214.js" async=""></script><script src="/_next/static/chunks/4655-3b26c56bce59c337.js" async=""></script><script src="/_next/static/chunks/9784-0a4f0c829fda5226.js" async=""></script><script src="/_next/static/chunks/5326-8d9a745d9992695b.js" async=""></script><script src="/_next/static/chunks/7036-d9dff279bd4fdbfd.js" async=""></script><script src="/_next/static/chunks/3114-12a716f4b0b3ee7e.js" async=""></script><script src="/_next/static/chunks/2825-f0390dbf74bcfc68.js" async=""></script><script src="/_next/static/chunks/9988-c903263c5cae357a.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-1e45161b321c02a4.js" async=""></script><script src="/_next/static/chunks/1033-385168deb382a5bc.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/settings/page-917c0e45e5adcaed.js" async=""></script><meta name="next-size-adjust" content=""/><title>Synapse</title><meta name="description" content="AI-powered research experimentation platform"/><meta property="og:title" content="Synapse"/><meta property="og:description" content="AI-powered research experimentation platform"/><meta property="og:site_name" content="Synapse"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Synapse"/><meta name="twitter:description" content="AI-powered research experimentation platform"/><link rel="icon" href="/favicon.ico" type="image/x-icon" sizes="16x16"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_188709 __variable_9a8899 antialiased"><div hidden=""><!--$--><!--/$--></div><script src="/_next/static/chunks/webpack-8448a25dce3e7af6.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[23602,[\"2079\",\"static/chunks/2079-2e71c970e033d052.js\",\"7177\",\"static/chunks/app/layout-4cb6be8f1f031df9.js\"],\"ThemeProvider\"]\n3:I[32277,[\"2079\",\"static/chunks/2079-2e71c970e033d052.js\",\"7177\",\"static/chunks/app/layout-4cb6be8f1f031df9.js\"],\"LocaleProvider\"]\n4:I[77999,[],\"\"]\n5:I[29459,[],\"\"]\n6:I[38366,[],\"ClientSegmentRoot\"]\n7:I[28266,[\"2079\",\"static/chunks/2079-2e71c970e033d052.js\",\"8944\",\"static/chunks/8944-8dfadf993d6868cd.js\",\"2790\",\"static/chunks/2790-7582734a89b7a4b2.js\",\"1350\",\"static/chunks/1350-a377b861be97f214.js\",\"4655\",\"static/chunks/4655-3b26c56bce59c337.js\",\"9784\",\"static/chunks/9784-0a4f0c829fda5226.js\",\"5326\",\"static/chunks/5326-8d9a745d9992695b.js\",\"7036\",\"static/chunks/7036-d9dff279bd4fdbfd.js\",\"3114\",\"static/chunks/3114-12a716f4b0b3ee7e.js\",\"2825\",\"static/chunks/2825-f0390dbf74bcfc68.js\",\"9988\",\"static/chunks/9988-c903263c5cae357a.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-1e45161b321c02a4.js\"],\"default\"]\n9:I[18730,[],\"ClientPageRoot\"]\na:I[42388,[\"2079\",\"static/chunks/2079-2e71c970e033d052.js\",\"8944\",\"static/chunks/8944-8dfadf993d6868cd.js\",\"1033\",\"static/chunks/1033-385168deb382a5bc.js\",\"1670\",\"static/chunks/app/(dashboard)/settings/page-917c0e45e5adcaed.js\"],\"default\"]\nd:I[12870,[],\"OutletBoundary\"]\nf:I[52955,[],\"AsyncMetadataOutlet\"]\n15:I[34837,[],\"\"]\n:HL[\"/_next/static/media/4cf2300e9c8272f7-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/93f479601ee12b01-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/de70bee13400563f.css\",\"style\"]\n:HL[\"/_next/static/css/5bdbf89eb25c5de2.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"_Xj9BQgDF0XFubwsfL_6V\",\"p\":\"\",\"c\":[\"\",\"settings\"],\"i\":false,\"f\":[[[\"\",{\"children\":[\"(dashboard)\",{\"children\":[\"settings\",{\"children\":[\"__PAGE__\",{}]}]}]},\"$undefined\",\"$undefined\",true],[\"\",[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/de70bee13400563f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/5bdbf89eb25c5de2.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_188709 __variable_9a8899 antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]}]]}],{\"children\":[\"(dashboard)\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"Component\":\"$7\",\"slots\":{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]},\"params\":{},\"promise\":\"$@8\"}]]}],{\"children\":[\"settings\",[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[\"__PAGE__\",[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L9\",null,{\"Component\":\"$a\",\"searchParams\":{},\"params\":\"$0:f:0:1:2:children:1:props:children:1:props:params\",\"promises\":[\"$@b\",\"$@c\"]}],null,[\"$\",\"$Ld\",null,{\"children\":[\"$Le\",[\"$\",\"$Lf\",null,{\"promise\":\"$@10\"}]]}]]}],{},null,false]},null,false]},[[\"$\",\"div\",\"l\",{\"className\":\"space-y-6 p-4 md:p-8\",\"children\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col gap-4 lg:flex-row lg:items-center lg:justify-between\",\"children\":[[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-8 w-44\"}],[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-4 w-80 max-w-full\"}]]}],[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse h-10 w-36 rounded-xl\"}]]}],[\"$\",\"div\",null,{\"className\":\"grid gap-4 xl:grid-cols-[minmax(0,1fr)_360px]\",\"children\":[[\"$\",\"div\",null,{\"className\":\"rounded-3xl border border-border/60 bg-card/60 p-6\",\"children\":[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse h-[520px] w-full rounded-[28px]\"}]}],[\"$\",\"div\",null,{\"className\":\"space-y-4\",\"children\":[[\"$\",\"div\",null,{\"className\":\"rounded-3xl border border-border/60 bg-card/60 p-5\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-5 w-32\"}],[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-10 w-full\"}],\"$L11\",\"$L12\"]}]}],\"$L13\"]}]]}]]}],[],[]],false]},null,false],\"$L14\",false]],\"m\":\"$undefined\",\"G\":[\"$15\",[]],\"s\":false,\"S\":true}\n"])</script><script>self.__next_f.push([1,"16:I[12870,[],\"ViewportBoundary\"]\n18:I[12870,[],\"MetadataBoundary\"]\n19:\"$Sreact.suspense\"\n11:[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-20 w-full\"}]\n12:[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-10 w-full\"}]\n13:[\"$\",\"div\",null,{\"className\":\"rounded-3xl border border-border/60 bg-card/60 p-5\",\"children\":[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-5 w-28\"}],[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-4 w-full\"}],[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-4 w-5/6\"}],[\"$\",\"div\",null,{\"data-slot\":\"skeleton\",\"className\":\"bg-accent animate-pulse rounded-md h-4 w-2/3\"}]]}]}]\n14:[\"$\",\"$1\",\"h\",{\"children\":[null,[[\"$\",\"$L16\",null,{\"children\":\"$L17\"}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]],[\"$\",\"$L18\",null,{\"children\":[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$19\",null,{\"fallback\":null,\"children\":\"$L1a\"}]}]}]]}]\n8:\"$0:f:0:1:2:children:1:props:children:1:props:params\"\nb:{}\nc:\"$0:f:0:1:2:children:1:props:children:1:props:params\"\n"])</script><script>self.__next_f.push([1,"17:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\ne:null\n"])</script><script>self.__next_f.push([1,"1b:I[46691,[],\"IconMark\"]\n"])</script><script>self.__next_f.push([1,"10:{\"metadata\":[[\"$\",\"title\",\"0\",{\"children\":\"Synapse\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"AI-powered research experimentation platform\"}],[\"$\",\"meta\",\"2\",{\"property\":\"og:title\",\"content\":\"Synapse\"}],[\"$\",\"meta\",\"3\",{\"property\":\"og:description\",\"content\":\"AI-powered research experimentation platform\"}],[\"$\",\"meta\",\"4\",{\"property\":\"og:site_name\",\"content\":\"Synapse\"}],[\"$\",\"meta\",\"5\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"6\",{\"name\":\"twitter:card\",\"content\":\"summary\"}],[\"$\",\"meta\",\"7\",{\"name\":\"twitter:title\",\"content\":\"Synapse\"}],[\"$\",\"meta\",\"8\",{\"name\":\"twitter:description\",\"content\":\"AI-powered research experimentation platform\"}],[\"$\",\"link\",\"9\",{\"rel\":\"icon\",\"href\":\"/favicon.ico\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"$L1b\",\"10\",{}]],\"error\":null,\"digest\":\"$undefined\"}\n"])</script><script>self.__next_f.push([1,"1a:\"$10:metadata\"\n"])</script></body></html>
@@ -14,7 +14,7 @@ f:I[52955,[],"AsyncMetadataOutlet"]
14
14
  :HL["/_next/static/media/93f479601ee12b01-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
15
15
  :HL["/_next/static/css/de70bee13400563f.css","style"]
16
16
  :HL["/_next/static/css/5bdbf89eb25c5de2.css","style"]
17
- 0:{"P":null,"b":"xhu9AXYQyz0Y3okpowwwf","p":"","c":["","settings"],"i":false,"f":[[["",{"children":["(dashboard)",{"children":["settings",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/de70bee13400563f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/5bdbf89eb25c5de2.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_188709 __variable_9a8899 antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]]}],{"children":["(dashboard)",["$","$1","c",{"children":[null,["$","$L6",null,{"Component":"$7","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"params":{},"promise":"$@8"}]]}],{"children":["settings",["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L9",null,{"Component":"$a","searchParams":{},"params":"$0:f:0:1:2:children:1:props:children:1:props:params","promises":["$@b","$@c"]}],null,["$","$Ld",null,{"children":["$Le",["$","$Lf",null,{"promise":"$@10"}]]}]]}],{},null,false]},null,false]},[["$","div","l",{"className":"space-y-6 p-4 md:p-8","children":[["$","div",null,{"className":"flex flex-col gap-4 lg:flex-row lg:items-center lg:justify-between","children":[["$","div",null,{"className":"space-y-3","children":[["$","div",null,{"data-slot":"skeleton","className":"bg-accent animate-pulse rounded-md h-8 w-44"}],["$","div",null,{"data-slot":"skeleton","className":"bg-accent animate-pulse rounded-md h-4 w-80 max-w-full"}]]}],["$","div",null,{"data-slot":"skeleton","className":"bg-accent animate-pulse h-10 w-36 rounded-xl"}]]}],["$","div",null,{"className":"grid gap-4 xl:grid-cols-[minmax(0,1fr)_360px]","children":[["$","div",null,{"className":"rounded-3xl border border-border/60 bg-card/60 p-6","children":["$","div",null,{"data-slot":"skeleton","className":"bg-accent animate-pulse h-[520px] w-full rounded-[28px]"}]}],["$","div",null,{"className":"space-y-4","children":[["$","div",null,{"className":"rounded-3xl border border-border/60 bg-card/60 p-5","children":["$","div",null,{"className":"space-y-3","children":[["$","div",null,{"data-slot":"skeleton","className":"bg-accent animate-pulse rounded-md h-5 w-32"}],["$","div",null,{"data-slot":"skeleton","className":"bg-accent animate-pulse rounded-md h-10 w-full"}],"$L11","$L12"]}]}],"$L13"]}]]}]]}],[],[]],false]},null,false],"$L14",false]],"m":"$undefined","G":["$15",[]],"s":false,"S":true}
17
+ 0:{"P":null,"b":"_Xj9BQgDF0XFubwsfL_6V","p":"","c":["","settings"],"i":false,"f":[[["",{"children":["(dashboard)",{"children":["settings",{"children":["__PAGE__",{}]}]}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/de70bee13400563f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/5bdbf89eb25c5de2.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_188709 __variable_9a8899 antialiased","children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]]}],{"children":["(dashboard)",["$","$1","c",{"children":[null,["$","$L6",null,{"Component":"$7","slots":{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:1:props:children:1:props:children:props:children:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]},"params":{},"promise":"$@8"}]]}],{"children":["settings",["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$L9",null,{"Component":"$a","searchParams":{},"params":"$0:f:0:1:2:children:1:props:children:1:props:params","promises":["$@b","$@c"]}],null,["$","$Ld",null,{"children":["$Le",["$","$Lf",null,{"promise":"$@10"}]]}]]}],{},null,false]},null,false]},[["$","div","l",{"className":"space-y-6 p-4 md:p-8","children":[["$","div",null,{"className":"flex flex-col gap-4 lg:flex-row lg:items-center lg:justify-between","children":[["$","div",null,{"className":"space-y-3","children":[["$","div",null,{"data-slot":"skeleton","className":"bg-accent animate-pulse rounded-md h-8 w-44"}],["$","div",null,{"data-slot":"skeleton","className":"bg-accent animate-pulse rounded-md h-4 w-80 max-w-full"}]]}],["$","div",null,{"data-slot":"skeleton","className":"bg-accent animate-pulse h-10 w-36 rounded-xl"}]]}],["$","div",null,{"className":"grid gap-4 xl:grid-cols-[minmax(0,1fr)_360px]","children":[["$","div",null,{"className":"rounded-3xl border border-border/60 bg-card/60 p-6","children":["$","div",null,{"data-slot":"skeleton","className":"bg-accent animate-pulse h-[520px] w-full rounded-[28px]"}]}],["$","div",null,{"className":"space-y-4","children":[["$","div",null,{"className":"rounded-3xl border border-border/60 bg-card/60 p-5","children":["$","div",null,{"className":"space-y-3","children":[["$","div",null,{"data-slot":"skeleton","className":"bg-accent animate-pulse rounded-md h-5 w-32"}],["$","div",null,{"data-slot":"skeleton","className":"bg-accent animate-pulse rounded-md h-10 w-full"}],"$L11","$L12"]}]}],"$L13"]}]]}]]}],[],[]],false]},null,false],"$L14",false]],"m":"$undefined","G":["$15",[]],"s":false,"S":true}
18
18
  16:I[12870,[],"ViewportBoundary"]
19
19
  18:I[12870,[],"MetadataBoundary"]
20
20
  19:"$Sreact.suspense"
@@ -9,91 +9,91 @@
9
9
  "/api/experiments/[uuid]/complete/route": "app/api/experiments/[uuid]/complete/route.js",
10
10
  "/api/experiments/[uuid]/request-plan/route": "app/api/experiments/[uuid]/request-plan/route.js",
11
11
  "/api/experiments/[uuid]/reset/route": "app/api/experiments/[uuid]/reset/route.js",
12
- "/api/experiments/[uuid]/review/route": "app/api/experiments/[uuid]/review/route.js",
13
12
  "/api/experiments/[uuid]/route": "app/api/experiments/[uuid]/route.js",
13
+ "/api/experiments/[uuid]/review/route": "app/api/experiments/[uuid]/review/route.js",
14
14
  "/api/experiments/[uuid]/start/route": "app/api/experiments/[uuid]/start/route.js",
15
15
  "/api/health/route": "app/api/health/route.js",
16
16
  "/api/mcp/route": "app/api/mcp/route.js",
17
17
  "/api/research-projects/[uuid]/agent-activity/route": "app/api/research-projects/[uuid]/agent-activity/route.js",
18
+ "/api/auth/callback/route": "app/api/auth/callback/route.js",
18
19
  "/api/settings/integrations/route": "app/api/settings/integrations/route.js",
19
20
  "/api/ssh-config/route": "app/api/ssh-config/route.js",
20
21
  "/favicon.ico/route": "app/favicon.ico/route.js",
21
22
  "/api/admin/companies/[uuid]/route": "app/api/admin/companies/[uuid]/route.js",
22
23
  "/api/admin/companies/route": "app/api/admin/companies/route.js",
23
- "/api/admin/login/route": "app/api/admin/login/route.js",
24
24
  "/api/admin/session/route": "app/api/admin/session/route.js",
25
25
  "/api/admin/stats/route": "app/api/admin/stats/route.js",
26
- "/api/agents/[uuid]/sessions/route": "app/api/agents/[uuid]/sessions/route.js",
27
- "/api/api-keys/[uuid]/route": "app/api/api-keys/[uuid]/route.js",
26
+ "/api/agents/[uuid]/route": "app/api/agents/[uuid]/route.js",
28
27
  "/api/agents/route": "app/api/agents/route.js",
28
+ "/api/api-keys/[uuid]/route": "app/api/api-keys/[uuid]/route.js",
29
+ "/api/api-keys/route": "app/api/api-keys/route.js",
29
30
  "/api/auth/default-login/route": "app/api/auth/default-login/route.js",
30
- "/api/auth/identify/route": "app/api/auth/identify/route.js",
31
- "/api/agents/[uuid]/route": "app/api/agents/[uuid]/route.js",
31
+ "/api/comments/route": "app/api/comments/route.js",
32
32
  "/api/compute-nodes/[uuid]/route": "app/api/compute-nodes/[uuid]/route.js",
33
+ "/api/admin/login/route": "app/api/admin/login/route.js",
33
34
  "/api/compute-pools/[uuid]/route": "app/api/compute-pools/[uuid]/route.js",
34
- "/api/compute-pools/route": "app/api/compute-pools/route.js",
35
+ "/api/documents/[uuid]/route": "app/api/documents/[uuid]/route.js",
35
36
  "/api/events/notifications/route": "app/api/events/notifications/route.js",
36
37
  "/api/events/route": "app/api/events/route.js",
37
- "/api/experiment-designs/[uuid]/approve/route": "app/api/experiment-designs/[uuid]/approve/route.js",
38
+ "/api/auth/identify/route": "app/api/auth/identify/route.js",
38
39
  "/api/experiment-designs/[uuid]/close/route": "app/api/experiment-designs/[uuid]/close/route.js",
39
40
  "/api/experiment-designs/[uuid]/reject/route": "app/api/experiment-designs/[uuid]/reject/route.js",
40
- "/api/comments/route": "app/api/comments/route.js",
41
+ "/api/experiment-designs/[uuid]/route": "app/api/experiment-designs/[uuid]/route.js",
41
42
  "/api/experiment-runs/[uuid]/claim/route": "app/api/experiment-runs/[uuid]/claim/route.js",
42
43
  "/api/experiment-runs/[uuid]/dependencies/[dependsOnRunUuid]/route": "app/api/experiment-runs/[uuid]/dependencies/[dependsOnRunUuid]/route.js",
43
- "/api/experiment-runs/[uuid]/dependencies/route": "app/api/experiment-runs/[uuid]/dependencies/route.js",
44
+ "/api/agents/[uuid]/sessions/route": "app/api/agents/[uuid]/sessions/route.js",
44
45
  "/api/experiment-runs/[uuid]/evaluate-criteria/route": "app/api/experiment-runs/[uuid]/evaluate-criteria/route.js",
46
+ "/api/experiment-runs/[uuid]/registry/route": "app/api/experiment-runs/[uuid]/registry/route.js",
45
47
  "/api/experiment-runs/[uuid]/release/route": "app/api/experiment-runs/[uuid]/release/route.js",
46
- "/api/experiment-runs/[uuid]/route": "app/api/experiment-runs/[uuid]/route.js",
48
+ "/api/compute-pools/route": "app/api/compute-pools/route.js",
47
49
  "/api/experiment-runs/[uuid]/sessions/route": "app/api/experiment-runs/[uuid]/sessions/route.js",
48
50
  "/api/experiments/[uuid]/progress/route": "app/api/experiments/[uuid]/progress/route.js",
49
51
  "/api/me/assignments/route": "app/api/me/assignments/route.js",
50
- "/api/documents/[uuid]/route": "app/api/documents/[uuid]/route.js",
52
+ "/api/mentionables/route": "app/api/mentionables/route.js",
51
53
  "/api/notifications/[uuid]/archive/route": "app/api/notifications/[uuid]/archive/route.js",
52
54
  "/api/notifications/[uuid]/read/route": "app/api/notifications/[uuid]/read/route.js",
53
55
  "/api/notifications/preferences/route": "app/api/notifications/preferences/route.js",
54
56
  "/api/notifications/read-all/route": "app/api/notifications/read-all/route.js",
55
- "/api/notifications/route": "app/api/notifications/route.js",
57
+ "/api/experiment-designs/[uuid]/approve/route": "app/api/experiment-designs/[uuid]/approve/route.js",
56
58
  "/api/notifications/unread-count/route": "app/api/notifications/unread-count/route.js",
57
59
  "/api/onboarding/status/route": "app/api/onboarding/status/route.js",
58
60
  "/api/project-groups/[uuid]/dashboard/route": "app/api/project-groups/[uuid]/dashboard/route.js",
59
- "/api/experiment-designs/[uuid]/route": "app/api/experiment-designs/[uuid]/route.js",
61
+ "/api/project-groups/[uuid]/route": "app/api/project-groups/[uuid]/route.js",
60
62
  "/api/project-groups/route": "app/api/project-groups/route.js",
61
63
  "/api/research-projects/[uuid]/activity/route": "app/api/research-projects/[uuid]/activity/route.js",
62
- "/api/research-projects/[uuid]/available/route": "app/api/research-projects/[uuid]/available/route.js",
64
+ "/api/experiment-runs/[uuid]/route": "app/api/experiment-runs/[uuid]/route.js",
65
+ "/api/experiment-runs/[uuid]/dependencies/route": "app/api/experiment-runs/[uuid]/dependencies/route.js",
63
66
  "/api/research-projects/[uuid]/baselines/route": "app/api/research-projects/[uuid]/baselines/route.js",
67
+ "/api/research-projects/[uuid]/experiment-designs/[designUuid]/validate/route": "app/api/research-projects/[uuid]/experiment-designs/[designUuid]/validate/route.js",
64
68
  "/api/research-projects/[uuid]/documents/route": "app/api/research-projects/[uuid]/documents/route.js",
65
- "/api/mentionables/route": "app/api/mentionables/route.js",
66
- "/api/research-projects/[uuid]/experiment-designs/route": "app/api/research-projects/[uuid]/experiment-designs/route.js",
67
69
  "/api/research-projects/[uuid]/experiment-designs/summary/route": "app/api/research-projects/[uuid]/experiment-designs/summary/route.js",
68
70
  "/api/research-projects/[uuid]/experiment-runs/dependencies/route": "app/api/research-projects/[uuid]/experiment-runs/dependencies/route.js",
69
- "/api/experiment-runs/[uuid]/registry/route": "app/api/experiment-runs/[uuid]/registry/route.js",
70
- "/api/research-projects/[uuid]/experiments/route": "app/api/research-projects/[uuid]/experiments/route.js",
71
- "/api/research-projects/[uuid]/github/branches/route": "app/api/research-projects/[uuid]/github/branches/route.js",
72
- "/api/project-groups/[uuid]/route": "app/api/project-groups/[uuid]/route.js",
73
- "/api/research-projects/[uuid]/related-works/[workUuid]/route": "app/api/research-projects/[uuid]/related-works/[workUuid]/route.js",
74
- "/api/research-projects/[uuid]/related-works/auto-search/complete/route": "app/api/research-projects/[uuid]/related-works/auto-search/complete/route.js",
71
+ "/api/research-projects/[uuid]/experiment-designs/route": "app/api/research-projects/[uuid]/experiment-designs/route.js",
72
+ "/api/research-projects/[uuid]/experiment-runs/route": "app/api/research-projects/[uuid]/experiment-runs/route.js",
73
+ "/api/notifications/route": "app/api/notifications/route.js",
74
+ "/api/research-projects/[uuid]/group/route": "app/api/research-projects/[uuid]/group/route.js",
75
75
  "/api/auth/check-default/route": "app/api/auth/check-default/route.js",
76
+ "/api/research-projects/[uuid]/related-works/[workUuid]/route": "app/api/research-projects/[uuid]/related-works/[workUuid]/route.js",
77
+ "/api/research-projects/[uuid]/related-works/deep-research/route": "app/api/research-projects/[uuid]/related-works/deep-research/route.js",
76
78
  "/api/research-projects/[uuid]/related-works/deep-research/complete/route": "app/api/research-projects/[uuid]/related-works/deep-research/complete/route.js",
77
- "/api/research-projects/[uuid]/experiment-designs/[designUuid]/validate/route": "app/api/research-projects/[uuid]/experiment-designs/[designUuid]/validate/route.js",
78
- "/api/research-projects/[uuid]/related-works/route": "app/api/research-projects/[uuid]/related-works/route.js",
79
+ "/api/research-projects/[uuid]/available/route": "app/api/research-projects/[uuid]/available/route.js",
79
80
  "/api/research-projects/[uuid]/research-questions/route": "app/api/research-projects/[uuid]/research-questions/route.js",
80
- "/api/research-projects/[uuid]/experiment-runs/route": "app/api/research-projects/[uuid]/experiment-runs/route.js",
81
+ "/api/research-projects/[uuid]/experiments/route": "app/api/research-projects/[uuid]/experiments/route.js",
81
82
  "/api/research-projects/route": "app/api/research-projects/route.js",
82
83
  "/api/research-questions/[uuid]/claim/route": "app/api/research-questions/[uuid]/claim/route.js",
83
- "/api/research-questions/[uuid]/move/route": "app/api/research-questions/[uuid]/move/route.js",
84
- "/api/research-questions/[uuid]/release/route": "app/api/research-questions/[uuid]/release/route.js",
85
- "/api/research-projects/[uuid]/group/route": "app/api/research-projects/[uuid]/group/route.js",
86
- "/api/sessions/[uuid]/route": "app/api/sessions/[uuid]/route.js",
87
- "/api/auth/callback/route": "app/api/auth/callback/route.js",
88
- "/api/research-projects/[uuid]/related-works/deep-research/route": "app/api/research-projects/[uuid]/related-works/deep-research/route.js",
89
84
  "/api/research-projects/[uuid]/route": "app/api/research-projects/[uuid]/route.js",
85
+ "/api/research-projects/[uuid]/github/branches/route": "app/api/research-projects/[uuid]/github/branches/route.js",
86
+ "/api/sessions/[uuid]/route": "app/api/sessions/[uuid]/route.js",
90
87
  "/api/research-questions/[uuid]/route": "app/api/research-questions/[uuid]/route.js",
88
+ "/api/research-questions/[uuid]/release/route": "app/api/research-questions/[uuid]/release/route.js",
89
+ "/api/research-projects/[uuid]/related-works/route": "app/api/research-projects/[uuid]/related-works/route.js",
90
+ "/api/research-questions/[uuid]/move/route": "app/api/research-questions/[uuid]/move/route.js",
91
91
  "/api/research-projects/[uuid]/related-works/auto-search/route": "app/api/research-projects/[uuid]/related-works/auto-search/route.js",
92
- "/api/api-keys/route": "app/api/api-keys/route.js",
93
- "/login/admin/page": "app/login/admin/page.js",
92
+ "/api/research-projects/[uuid]/related-works/auto-search/complete/route": "app/api/research-projects/[uuid]/related-works/auto-search/complete/route.js",
94
93
  "/login/callback/page": "app/login/callback/page.js",
95
94
  "/login/page": "app/login/page.js",
96
95
  "/login/silent-refresh/page": "app/login/silent-refresh/page.js",
96
+ "/login/admin/page": "app/login/admin/page.js",
97
97
  "/page": "app/page.js",
98
98
  "/(dashboard)/agents/page": "app/(dashboard)/agents/page.js",
99
99
  "/(dashboard)/project-groups/[uuid]/page": "app/(dashboard)/project-groups/[uuid]/page.js",
@@ -112,13 +112,13 @@
112
112
  "/(dashboard)/research-projects/[uuid]/related-works/page": "app/(dashboard)/research-projects/[uuid]/related-works/page.js",
113
113
  "/(dashboard)/research-projects/[uuid]/research-questions/[questionUuid]/page": "app/(dashboard)/research-projects/[uuid]/research-questions/[questionUuid]/page.js",
114
114
  "/(dashboard)/research-projects/[uuid]/research-questions/page": "app/(dashboard)/research-projects/[uuid]/research-questions/page.js",
115
- "/(dashboard)/research-projects/[uuid]/settings/page": "app/(dashboard)/research-projects/[uuid]/settings/page.js",
116
115
  "/(dashboard)/research-projects/new/page": "app/(dashboard)/research-projects/new/page.js",
116
+ "/(dashboard)/research-projects/[uuid]/settings/page": "app/(dashboard)/research-projects/[uuid]/settings/page.js",
117
117
  "/(dashboard)/research-projects/page": "app/(dashboard)/research-projects/page.js",
118
118
  "/(dashboard)/settings/page": "app/(dashboard)/settings/page.js",
119
119
  "/admin/companies/[uuid]/page": "app/admin/companies/[uuid]/page.js",
120
- "/admin/companies/page": "app/admin/companies/page.js",
121
120
  "/admin/companies/new/page": "app/admin/companies/new/page.js",
121
+ "/admin/companies/page": "app/admin/companies/page.js",
122
122
  "/admin/page": "app/admin/page.js",
123
123
  "/onboarding/page": "app/onboarding/page.js",
124
124
  "/(dashboard)/compute/page": "app/(dashboard)/compute/page.js"
@@ -1 +1 @@
1
- "use strict";exports.id=4742,exports.ids=[4742],exports.modules={24009:(a,b,c)=>{c.d(b,{FB:()=>i,OG:()=>j,YB:()=>l,hD:()=>g,mA:()=>k});var d=c(70936),e=c(7046),f=c(65582);class g extends Error{constructor(a,b,c=400,d){super(b),this.code=a,this.status=c,this.details=d,this.name="ApiError"}}let h={P2002:"Unique constraint violation",P2025:"Record not found",P2003:"Foreign key constraint violation"};function i(a){return async(b,c)=>{try{return await a(b,c)}catch(a){if((0,f.M9)().error({err:a},"API error"),a instanceof g)return d.NextResponse.json({success:!1,error:{code:a.code,message:a.message,details:a.details}},{status:a.status});if(a&&"object"==typeof a&&"code"in a){let b=h[a.code];if(b){if("P2025"===a.code)return e.sO.notFound();if("P2002"===a.code)return e.sO.conflict(b);return e.sO.database(b)}}if(a instanceof Error)return e.sO.internal("Internal server error");return e.sO.internal()}}}async function j(a){try{return await a.json()}catch{throw new g("BAD_REQUEST","Invalid JSON body",400)}}function k(a){let b=new URL(a.url),c={};return b.searchParams.forEach((a,b)=>{c[b]=a}),c}function l(a){let b=k(a),c=Math.max(1,parseInt(b.page||"1",10)),d=Math.min(100,Math.max(1,parseInt(b.pageSize||"20",10)));return{page:c,pageSize:d,skip:(c-1)*d,take:d}}},76872:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.d(b,{LS:()=>i,SJ:()=>k,Uo:()=>l,Xx:()=>m,Z_:()=>h,_9:()=>n,ir:()=>j,lR:()=>g});var e=c(52618),f=a([e]);async function g(a,b){if("user"===a){let a=await e.prisma.user.findUnique({where:{uuid:b},select:{name:!0,email:!0}});return a&&(a.name||a.email)||"Unknown"}if("agent"===a){let a=await e.prisma.agent.findUnique({where:{uuid:b},select:{name:!0}});return a?.name??null}return null}async function h(a,b){if(!a||!b)return null;let c=await g(a,b);return c?{type:a,uuid:b,name:c}:null}async function i(a,b){if(b){let c=await g(b,a);return c?{type:b,uuid:a,name:c}:null}let c=await e.prisma.user.findUnique({where:{uuid:a},select:{name:!0,email:!0}});if(c)return{type:"user",uuid:a,name:c.name||c.email||"Unknown"};let d=await e.prisma.agent.findUnique({where:{uuid:a},select:{name:!0}});return d?{type:"agent",uuid:a,name:d.name}:null}async function j(a,b,c,d){if(!a||!b)return null;let e=await g(a,b);if(!e)return null;let f=null;if(d){let a=await g("user",d);a&&(f={type:"user",uuid:d,name:a})}return{type:a,uuid:b,name:e,assignedAt:c?.toISOString()??null,assignedBy:f}}async function k(a,b,c){if(!a)return null;let d=await g("user",a);return d?{reviewedBy:{type:"user",uuid:a,name:d},reviewNote:b,reviewedAt:c?.toISOString()??null}:null}async function l(a){let b=new Map;if(0===a.length)return b;let c=[...new Set(a.filter(a=>"user"===a.type).map(a=>a.uuid))],d=[...new Set(a.filter(a=>"agent"===a.type).map(a=>a.uuid))],[f,g]=await Promise.all([c.length>0?e.prisma.user.findMany({where:{uuid:{in:c}},select:{uuid:!0,name:!0,email:!0}}):[],d.length>0?e.prisma.agent.findMany({where:{uuid:{in:d}},select:{uuid:!0,name:!0}}):[]]);for(let a of f)b.set(a.uuid,a.name||a.email||"Unknown");for(let a of g)b.set(a.uuid,a.name);return b}async function m(a){let b=new Map;if(0===a.length)return b;let c=[...new Set(a)],d=await e.prisma.user.findMany({where:{uuid:{in:c}},select:{uuid:!0,name:!0,email:!0}}),f=new Set;for(let a of d)f.add(a.uuid),b.set(a.uuid,{type:"user",uuid:a.uuid,name:a.name||a.email||"Unknown"});let g=c.filter(a=>!f.has(a));if(g.length>0)for(let a of(await e.prisma.agent.findMany({where:{uuid:{in:g}},select:{uuid:!0,name:!0}})))b.set(a.uuid,{type:"agent",uuid:a.uuid,name:a.name});return b}async function n(a,b,c){let d={uuid:b,companyUuid:c};switch(a){case"research_question":return!!await e.prisma.researchQuestion.findFirst({where:d,select:{uuid:!0}});case"experiment":return!!await e.prisma.experiment.findFirst({where:d,select:{uuid:!0}});case"experiment_design":return!!await e.prisma.experimentDesign.findFirst({where:d,select:{uuid:!0}});case"experiment_run":return!!await e.prisma.experimentRun.findFirst({where:d,select:{uuid:!0}});case"document":return!!await e.prisma.document.findFirst({where:d,select:{uuid:!0}});default:return!1}}e=(f.then?(await f)():f)[0],d()}catch(a){d(a)}})},90494:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.d(b,{AM:()=>j,Xs:()=>i,_L:()=>k});var e=c(52618),f=c(76872),g=c(37943),h=a([e,f,g]);[e,f,g]=h.then?(await h)():h;let m=/@\[([^\]]+)\]\((user|agent):([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})\)/gi;function i(a){let b,c=[],d=new Set;for(m.lastIndex=0;null!==(b=m.exec(a))&&!(c.length>=10);){let a=b[1],e=b[2].toLowerCase(),f=b[3].toLowerCase(),g=`${e}:${f}`;d.has(g)||(d.add(g),c.push({type:e,uuid:f,displayName:a}))}return c}async function j(a){let{companyUuid:b,sourceType:c,sourceUuid:d,content:h,actorType:j,actorUuid:k,researchProjectUuid:n,entityTitle:o}=a,p=i(h);if(0===p.length)return;let q=p.filter(a=>a.type!==j||a.uuid!==k);if(0===q.length)return;let r=[];for(let a of q)await l(b,a.type,a.uuid)&&r.push(a);if(0===r.length)return;await e.prisma.mention.createMany({data:r.map(a=>({companyUuid:b,sourceType:c,sourceUuid:d,mentionedType:a.type,mentionedUuid:a.uuid,actorType:j,actorUuid:k}))});let s=await (0,f.lR)(j,k)??"Someone",t=await e.prisma.researchProject.findUnique({where:{uuid:n},select:{name:!0}}),u=t?.name??"Unknown Project",v=function(a){let b=a.replace(m,"@$1");return b.length<=120?b:b.substring(0,117)+"..."}(h),w=c,x=d;if("comment"===c){let a=await e.prisma.comment.findUnique({where:{uuid:d},select:{targetType:!0,targetUuid:!0}});a&&(w=a.targetType,x=a.targetUuid)}let y=[];for(let a of r){if(!(await g.lX(b,a.type,a.uuid)).mentioned)continue;let c=`${s} mentioned you: "${v}"`;y.push({companyUuid:b,researchProjectUuid:n,recipientType:a.type,recipientUuid:a.uuid,entityType:w,entityUuid:x,entityTitle:o,projectName:u,action:"mentioned",message:c,actorType:j,actorUuid:k,actorName:s})}y.length>0&&await g.Xm(y)}async function k(a){let b,{companyUuid:c,query:d,actorType:f,actorUuid:g,ownerUuid:h,limit:i=10}=a,j=Math.min(i,50),k=[];if("user"===f?b=g:"agent"===f&&h&&(b=h),!d){if(b)for(let a of(await e.prisma.agent.findMany({where:{companyUuid:c,ownerUuid:b},select:{uuid:!0,name:!0,roles:!0},orderBy:{createdAt:"desc"},take:Math.min(5,j)})))k.push({type:"agent",uuid:a.uuid,name:a.name,roles:a.roles});return k}for(let a of(await e.prisma.user.findMany({where:{companyUuid:c,OR:[{name:{contains:d,mode:"insensitive"}},{email:{contains:d,mode:"insensitive"}}]},select:{uuid:!0,name:!0,email:!0,avatarUrl:!0},take:j})))k.push({type:"user",uuid:a.uuid,name:a.name??a.email??"Unknown",email:a.email,avatarUrl:a.avatarUrl});let l={companyUuid:c,name:{contains:d,mode:"insensitive"}};for(let a of(b&&(l.ownerUuid=b),await e.prisma.agent.findMany({where:l,select:{uuid:!0,name:!0,roles:!0},take:j-k.length>0?j-k.length:j})))k.push({type:"agent",uuid:a.uuid,name:a.name,roles:a.roles});return k.slice(0,j)}async function l(a,b,c){return"user"===b?!!await e.prisma.user.findFirst({where:{uuid:c,companyUuid:a},select:{uuid:!0}}):!!await e.prisma.agent.findFirst({where:{uuid:c,companyUuid:a},select:{uuid:!0}})}d()}catch(a){d(a)}})}};
1
+ "use strict";exports.id=4742,exports.ids=[4742],exports.modules={24009:(a,b,c)=>{c.d(b,{FB:()=>i,OG:()=>j,YB:()=>l,hD:()=>g,mA:()=>k});var d=c(70936),e=c(7046),f=c(65582);class g extends Error{constructor(a,b,c=400,d){super(b),this.code=a,this.status=c,this.details=d,this.name="ApiError"}}let h={P2002:"Unique constraint violation",P2025:"Record not found",P2003:"Foreign key constraint violation"};function i(a){return async(b,c)=>{try{return await a(b,c)}catch(a){if((0,f.M9)().error({err:a},"API error"),a instanceof g)return d.NextResponse.json({success:!1,error:{code:a.code,message:a.message,details:a.details}},{status:a.status});if(a&&"object"==typeof a&&"code"in a){let b=h[a.code];if(b){if("P2025"===a.code)return e.sO.notFound();if("P2002"===a.code)return e.sO.conflict(b);return e.sO.database(b)}}if(a instanceof Error)return e.sO.internal("Internal server error");return e.sO.internal()}}}async function j(a){try{return await a.json()}catch{throw new g("BAD_REQUEST","Invalid JSON body",400)}}function k(a){let b=new URL(a.url),c={};return b.searchParams.forEach((a,b)=>{c[b]=a}),c}function l(a){let b=k(a),c=Math.max(1,parseInt(b.page||"1",10)),d=Math.min(100,Math.max(1,parseInt(b.pageSize||"20",10)));return{page:c,pageSize:d,skip:(c-1)*d,take:d}}},76872:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.d(b,{LS:()=>i,SJ:()=>k,Uo:()=>l,Xx:()=>m,Z_:()=>h,_9:()=>n,ir:()=>j,lR:()=>g});var e=c(52618),f=a([e]);async function g(a,b){if("user"===a){let a=await e.prisma.user.findUnique({where:{uuid:b},select:{name:!0,email:!0}});return a&&(a.name||a.email)||"Unknown"}if("agent"===a){let a=await e.prisma.agent.findUnique({where:{uuid:b},select:{name:!0}});return a?.name??null}return null}async function h(a,b){if(!a||!b)return null;let c=await g(a,b);return c?{type:a,uuid:b,name:c}:null}async function i(a,b){if(b){let c=await g(b,a);return c?{type:b,uuid:a,name:c}:null}let c=await e.prisma.user.findUnique({where:{uuid:a},select:{name:!0,email:!0}});if(c)return{type:"user",uuid:a,name:c.name||c.email||"Unknown"};let d=await e.prisma.agent.findUnique({where:{uuid:a},select:{name:!0}});return d?{type:"agent",uuid:a,name:d.name}:null}async function j(a,b,c,d){if(!a||!b)return null;let f=await g(a,b);if(!f)return null;let h=null;if("agent"===a){let a=await e.prisma.agent.findUnique({where:{uuid:b},select:{color:!0}});h=a?.color??null}let i=null;if(d){let a=await g("user",d);a&&(i={type:"user",uuid:d,name:a})}return{type:a,uuid:b,name:f,color:h,assignedAt:c?.toISOString()??null,assignedBy:i}}async function k(a,b,c){if(!a)return null;let d=await g("user",a);return d?{reviewedBy:{type:"user",uuid:a,name:d},reviewNote:b,reviewedAt:c?.toISOString()??null}:null}async function l(a){let b=new Map;if(0===a.length)return b;let c=[...new Set(a.filter(a=>"user"===a.type).map(a=>a.uuid))],d=[...new Set(a.filter(a=>"agent"===a.type).map(a=>a.uuid))],[f,g]=await Promise.all([c.length>0?e.prisma.user.findMany({where:{uuid:{in:c}},select:{uuid:!0,name:!0,email:!0}}):[],d.length>0?e.prisma.agent.findMany({where:{uuid:{in:d}},select:{uuid:!0,name:!0}}):[]]);for(let a of f)b.set(a.uuid,a.name||a.email||"Unknown");for(let a of g)b.set(a.uuid,a.name);return b}async function m(a){let b=new Map;if(0===a.length)return b;let c=[...new Set(a)],d=await e.prisma.user.findMany({where:{uuid:{in:c}},select:{uuid:!0,name:!0,email:!0}}),f=new Set;for(let a of d)f.add(a.uuid),b.set(a.uuid,{type:"user",uuid:a.uuid,name:a.name||a.email||"Unknown"});let g=c.filter(a=>!f.has(a));if(g.length>0)for(let a of(await e.prisma.agent.findMany({where:{uuid:{in:g}},select:{uuid:!0,name:!0}})))b.set(a.uuid,{type:"agent",uuid:a.uuid,name:a.name});return b}async function n(a,b,c){let d={uuid:b,companyUuid:c};switch(a){case"research_question":return!!await e.prisma.researchQuestion.findFirst({where:d,select:{uuid:!0}});case"experiment":return!!await e.prisma.experiment.findFirst({where:d,select:{uuid:!0}});case"experiment_design":return!!await e.prisma.experimentDesign.findFirst({where:d,select:{uuid:!0}});case"experiment_run":return!!await e.prisma.experimentRun.findFirst({where:d,select:{uuid:!0}});case"document":return!!await e.prisma.document.findFirst({where:d,select:{uuid:!0}});default:return!1}}e=(f.then?(await f)():f)[0],d()}catch(a){d(a)}})},90494:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.d(b,{AM:()=>j,Xs:()=>i,_L:()=>k});var e=c(52618),f=c(76872),g=c(37943),h=a([e,f,g]);[e,f,g]=h.then?(await h)():h;let m=/@\[([^\]]+)\]\((user|agent):([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})\)/gi;function i(a){let b,c=[],d=new Set;for(m.lastIndex=0;null!==(b=m.exec(a))&&!(c.length>=10);){let a=b[1],e=b[2].toLowerCase(),f=b[3].toLowerCase(),g=`${e}:${f}`;d.has(g)||(d.add(g),c.push({type:e,uuid:f,displayName:a}))}return c}async function j(a){let{companyUuid:b,sourceType:c,sourceUuid:d,content:h,actorType:j,actorUuid:k,researchProjectUuid:n,entityTitle:o}=a,p=i(h);if(0===p.length)return;let q=p.filter(a=>a.type!==j||a.uuid!==k);if(0===q.length)return;let r=[];for(let a of q)await l(b,a.type,a.uuid)&&r.push(a);if(0===r.length)return;await e.prisma.mention.createMany({data:r.map(a=>({companyUuid:b,sourceType:c,sourceUuid:d,mentionedType:a.type,mentionedUuid:a.uuid,actorType:j,actorUuid:k}))});let s=await (0,f.lR)(j,k)??"Someone",t=await e.prisma.researchProject.findUnique({where:{uuid:n},select:{name:!0}}),u=t?.name??"Unknown Project",v=function(a){let b=a.replace(m,"@$1");return b.length<=120?b:b.substring(0,117)+"..."}(h),w=c,x=d;if("comment"===c){let a=await e.prisma.comment.findUnique({where:{uuid:d},select:{targetType:!0,targetUuid:!0}});a&&(w=a.targetType,x=a.targetUuid)}let y=[];for(let a of r){if(!(await g.lX(b,a.type,a.uuid)).mentioned)continue;let c=`${s} mentioned you: "${v}"`;y.push({companyUuid:b,researchProjectUuid:n,recipientType:a.type,recipientUuid:a.uuid,entityType:w,entityUuid:x,entityTitle:o,projectName:u,action:"mentioned",message:c,actorType:j,actorUuid:k,actorName:s})}y.length>0&&await g.Xm(y)}async function k(a){let b,{companyUuid:c,query:d,actorType:f,actorUuid:g,ownerUuid:h,limit:i=10}=a,j=Math.min(i,50),k=[];if("user"===f?b=g:"agent"===f&&h&&(b=h),!d){if(b)for(let a of(await e.prisma.agent.findMany({where:{companyUuid:c,ownerUuid:b},select:{uuid:!0,name:!0,roles:!0},orderBy:{createdAt:"desc"},take:Math.min(5,j)})))k.push({type:"agent",uuid:a.uuid,name:a.name,roles:a.roles});return k}for(let a of(await e.prisma.user.findMany({where:{companyUuid:c,OR:[{name:{contains:d,mode:"insensitive"}},{email:{contains:d,mode:"insensitive"}}]},select:{uuid:!0,name:!0,email:!0,avatarUrl:!0},take:j})))k.push({type:"user",uuid:a.uuid,name:a.name??a.email??"Unknown",email:a.email,avatarUrl:a.avatarUrl});let l={companyUuid:c,name:{contains:d,mode:"insensitive"}};for(let a of(b&&(l.ownerUuid=b),await e.prisma.agent.findMany({where:l,select:{uuid:!0,name:!0,roles:!0},take:j-k.length>0?j-k.length:j})))k.push({type:"agent",uuid:a.uuid,name:a.name,roles:a.roles});return k.slice(0,j)}async function l(a,b,c){return"user"===b?!!await e.prisma.user.findFirst({where:{uuid:c,companyUuid:a},select:{uuid:!0}}):!!await e.prisma.agent.findFirst({where:{uuid:c,companyUuid:a},select:{uuid:!0}})}d()}catch(a){d(a)}})}};