@mndrk/agx 2.0.11 → 2.0.13

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 (166) hide show
  1. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/BUILD_ID +1 -1
  2. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/build-manifest.json +2 -2
  3. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/prerender-manifest.json +3 -3
  4. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error.html +2 -2
  5. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error.rsc +1 -1
  6. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  7. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  8. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  9. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  10. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  11. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  12. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.html +2 -2
  13. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.rsc +10 -10
  14. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.segments/_full.segment.rsc +10 -10
  15. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.segments/_head.segment.rsc +3 -3
  16. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.segments/_index.segment.rsc +6 -6
  17. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  18. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  19. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  20. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/chat/route.js.nft.json +1 -1
  21. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/file-search/route.js.nft.json +1 -1
  22. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/health/route.js.nft.json +1 -1
  23. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/learnings/route.js.nft.json +1 -1
  24. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/logs/stream/route.js.nft.json +1 -1
  25. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/memories/route.js.nft.json +1 -1
  26. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/cancel/route.js.nft.json +1 -1
  27. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/signal/route.js.nft.json +1 -1
  28. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js.nft.json +1 -1
  29. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js.nft.json +1 -1
  30. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/participants/route.js.nft.json +1 -1
  31. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/migrate-v1/route.js.nft.json +1 -1
  32. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/migrate-v2/route.js.nft.json +1 -1
  33. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
  34. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/route.js.nft.json +1 -1
  35. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/queue/complete/route.js.nft.json +1 -1
  36. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/queue/route.js.nft.json +1 -1
  37. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/summarize/route.js.nft.json +1 -1
  38. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js.nft.json +1 -1
  39. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/comments/route.js.nft.json +1 -1
  40. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/costs/route.js.nft.json +1 -1
  41. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/dependencies/route.js.nft.json +1 -1
  42. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/events/route.js.nft.json +1 -1
  43. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/history/route.js.nft.json +1 -1
  44. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/metrics/route.js.nft.json +1 -1
  45. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/pause/route.js.nft.json +1 -1
  46. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/replan/route.js.nft.json +1 -1
  47. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/restart/route.js.nft.json +1 -1
  48. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/resume/route.js.nft.json +1 -1
  49. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/rollback/route.js.nft.json +1 -1
  50. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/route.js.nft.json +1 -1
  51. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/start/route.js.nft.json +1 -1
  52. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/stop/route.js.nft.json +1 -1
  53. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/heartbeat/route.js.nft.json +1 -1
  54. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/history/route.js.nft.json +1 -1
  55. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/logs/route.js.nft.json +1 -1
  56. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/logs/stream/route.js.nft.json +1 -1
  57. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/comments/route.js.nft.json +1 -1
  58. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js.nft.json +1 -1
  59. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js.nft.json +1 -1
  60. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js.nft.json +1 -1
  61. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js.nft.json +1 -1
  62. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js.nft.json +1 -1
  63. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js.nft.json +1 -1
  64. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
  65. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/assign-orphans/route.js.nft.json +1 -1
  66. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/extract/route.js.nft.json +1 -1
  67. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/route.js.nft.json +1 -1
  68. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/stream/route.js.nft.json +1 -1
  69. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/user-settings/route.js.nft.json +1 -1
  70. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board/page_client-reference-manifest.js +1 -1
  71. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.html +2 -2
  72. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.rsc +4 -4
  73. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.segments/_full.segment.rsc +4 -4
  74. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.segments/_head.segment.rsc +1 -1
  75. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.segments/_index.segment.rsc +4 -4
  76. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.segments/_tree.segment.rsc +1 -1
  77. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.segments/board/__PAGE__.segment.rsc +1 -1
  78. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/board.segments/board.segment.rsc +1 -1
  79. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph/page_client-reference-manifest.js +1 -1
  80. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.html +2 -2
  81. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.rsc +5 -5
  82. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.segments/_full.segment.rsc +5 -5
  83. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.segments/_head.segment.rsc +1 -1
  84. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.segments/_index.segment.rsc +4 -4
  85. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.segments/_tree.segment.rsc +1 -1
  86. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.segments/execution-graph/__PAGE__.segment.rsc +2 -2
  87. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.segments/execution-graph.segment.rsc +1 -1
  88. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.html +2 -2
  89. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.rsc +5 -5
  90. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  91. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.segments/_full.segment.rsc +5 -5
  92. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.segments/_head.segment.rsc +1 -1
  93. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.segments/_index.segment.rsc +4 -4
  94. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  95. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/page_client-reference-manifest.js +1 -1
  96. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/graph/[taskId]/page_client-reference-manifest.js +1 -1
  97. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/page_client-reference-manifest.js +1 -1
  98. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans/page_client-reference-manifest.js +1 -1
  99. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.html +1 -1
  100. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.rsc +5 -5
  101. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.segments/_full.segment.rsc +5 -5
  102. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.segments/_head.segment.rsc +1 -1
  103. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.segments/_index.segment.rsc +4 -4
  104. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.segments/_tree.segment.rsc +1 -1
  105. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.segments/projects/orphans/__PAGE__.segment.rsc +2 -2
  106. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.segments/projects/orphans.segment.rsc +1 -1
  107. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.segments/projects.segment.rsc +1 -1
  108. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/page_client-reference-manifest.js +1 -1
  109. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.html +2 -2
  110. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.rsc +5 -5
  111. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.segments/_full.segment.rsc +5 -5
  112. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.segments/_head.segment.rsc +1 -1
  113. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.segments/_index.segment.rsc +4 -4
  114. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.segments/_tree.segment.rsc +1 -1
  115. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.segments/projects/__PAGE__.segment.rsc +2 -2
  116. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.segments/projects.segment.rsc +1 -1
  117. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  118. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.html +2 -2
  119. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.rsc +5 -5
  120. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.segments/_full.segment.rsc +5 -5
  121. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.segments/_head.segment.rsc +1 -1
  122. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.segments/_index.segment.rsc +4 -4
  123. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.segments/_tree.segment.rsc +1 -1
  124. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +2 -2
  125. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.segments/settings.segment.rsc +1 -1
  126. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status/page_client-reference-manifest.js +1 -1
  127. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.html +2 -2
  128. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.rsc +5 -5
  129. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.segments/_full.segment.rsc +5 -5
  130. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.segments/_head.segment.rsc +1 -1
  131. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.segments/_index.segment.rsc +4 -4
  132. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.segments/_tree.segment.rsc +1 -1
  133. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.segments/status/__PAGE__.segment.rsc +2 -2
  134. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/status.segments/status.segment.rsc +1 -1
  135. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome/page_client-reference-manifest.js +1 -1
  136. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.html +2 -2
  137. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.rsc +5 -5
  138. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.segments/_full.segment.rsc +5 -5
  139. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.segments/_head.segment.rsc +1 -1
  140. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.segments/_index.segment.rsc +4 -4
  141. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.segments/_tree.segment.rsc +1 -1
  142. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.segments/welcome/__PAGE__.segment.rsc +2 -2
  143. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/welcome.segments/welcome.segment.rsc +1 -1
  144. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__384eb9c5._.js +20 -20
  145. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__4dc3c88e._.js +1 -1
  146. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__ab726f81._.js +1 -1
  147. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__cac59af9._.js +2 -2
  148. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/[root-of-the-server]__e5230b89._.js +2 -2
  149. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js +1 -1
  150. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/middleware-manifest.json +5 -5
  151. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/pages/404.html +1 -1
  152. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/pages/500.html +2 -2
  153. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/server-reference-manifest.js +1 -1
  154. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/server-reference-manifest.json +1 -1
  155. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/{688f8dd419dbf543.js → 8d0ee17a48e60c2d.js} +2 -2
  156. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/{c5049b3131468c12.js → e805840229a797b0.js} +1 -1
  157. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/app/api/system/db-status/route.ts +33 -19
  158. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/components/errors/StartupGuard.tsx +5 -7
  159. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/lib/participants-store.ts +2 -28
  160. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3-e930ad348bee7320/index.js +1 -0
  161. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/better-sqlite3-e930ad348bee7320/package.json +1 -0
  162. package/package.json +1 -1
  163. package/cloud-runtime/standalone/Projects/Agents/agx-cloud/participants.json +0 -16
  164. /package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/{6_WBd7-Pc14w40xaGk2p4 → XZDiIYejKYJCT3rT4mrnp}/_buildManifest.js +0 -0
  165. /package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/{6_WBd7-Pc14w40xaGk2p4 → XZDiIYejKYJCT3rT4mrnp}/_clientMiddlewareManifest.json +0 -0
  166. /package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/{6_WBd7-Pc14w40xaGk2p4 → XZDiIYejKYJCT3rT4mrnp}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- 6_WBd7-Pc14w40xaGk2p4
1
+ XZDiIYejKYJCT3rT4mrnp
@@ -7,8 +7,8 @@
7
7
  "static/chunks/a6dad97d9634a72d.js"
8
8
  ],
9
9
  "lowPriorityFiles": [
10
- "static/6_WBd7-Pc14w40xaGk2p4/_ssgManifest.js",
11
- "static/6_WBd7-Pc14w40xaGk2p4/_buildManifest.js"
10
+ "static/XZDiIYejKYJCT3rT4mrnp/_ssgManifest.js",
11
+ "static/XZDiIYejKYJCT3rT4mrnp/_buildManifest.js"
12
12
  ],
13
13
  "rootMainFiles": [
14
14
  "static/chunks/35d7a50f82ee022b.js",
@@ -246,8 +246,8 @@
246
246
  "dynamicRoutes": {},
247
247
  "notFoundRoutes": [],
248
248
  "preview": {
249
- "previewModeId": "9f5e74d5f9e7ed12e973f7bc65787dbc",
250
- "previewModeSigningKey": "00fc3d7d6d755ff52849dde63ba0f51f8bf09821ba1230d50272ff47a8fdec8a",
251
- "previewModeEncryptionKey": "0046907462087057f42674b12efae26c6bef9555d0f6834e5f228a3fc5db30b7"
249
+ "previewModeId": "8f462b11ccac2f877a4e773b6edd540e",
250
+ "previewModeSigningKey": "a6c1a0e327b7155982b8109d2d530dc9731262d770013e63835c49d5c9bd8082",
251
+ "previewModeEncryptionKey": "32a35b6c12d55dd3d8489f53618497505d2d007c32997bc67945e78478112731"
252
252
  }
253
253
  }
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><!--6_WBd7_Pc14w40xaGk2p4--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/35d7a50f82ee022b.js"/><script src="/_next/static/chunks/0de28ce711b17cb2.js" async=""></script><script src="/_next/static/chunks/4b60076b71f35de1.js" async=""></script><script src="/_next/static/chunks/31ae3b31083648d6.js" async=""></script><script src="/_next/static/chunks/1b5be5e5fcbdc0e4.js" async=""></script><script src="/_next/static/chunks/turbopack-00b77899bb57f964.js" async=""></script><script src="/_next/static/chunks/db9dc0d8607aa034.js" async=""></script><script src="/_next/static/chunks/b24b4ec48b2cc8e8.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script>
1
+ <!DOCTYPE html><!--XZDiIYejKYJCT3rT4mrnp--><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/35d7a50f82ee022b.js"/><script src="/_next/static/chunks/0de28ce711b17cb2.js" async=""></script><script src="/_next/static/chunks/4b60076b71f35de1.js" async=""></script><script src="/_next/static/chunks/31ae3b31083648d6.js" async=""></script><script src="/_next/static/chunks/1b5be5e5fcbdc0e4.js" async=""></script><script src="/_next/static/chunks/turbopack-00b77899bb57f964.js" async=""></script><script src="/_next/static/chunks/db9dc0d8607aa034.js" async=""></script><script src="/_next/static/chunks/b24b4ec48b2cc8e8.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: Internal Server Error.</title><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script>
2
2
  <link rel="preload" href="https://www.googletagmanager.com/gtag/js?id=G-DVQQG95LNL" as="script"/>
3
3
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-DVQQG95LNL"></script>
4
4
  <script>
@@ -8,4 +8,4 @@
8
8
  gtag('config', 'G-DVQQG95LNL');
9
9
  </script>
10
10
  </head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}
11
- @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/35d7a50f82ee022b.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[41222,[\"/_next/static/chunks/db9dc0d8607aa034.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"default\"]\n3:I[32494,[\"/_next/static/chunks/db9dc0d8607aa034.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"default\"]\n4:I[92276,[\"/_next/static/chunks/db9dc0d8607aa034.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[92276,[\"/_next/static/chunks/db9dc0d8607aa034.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"ViewportBoundary\"]\n9:I[92276,[\"/_next/static/chunks/db9dc0d8607aa034.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"MetadataBoundary\"]\nb:I[93768,[\"/_next/static/chunks/db9dc0d8607aa034.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"6_WBd7-Pc14w40xaGk2p4\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"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,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@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\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/db9dc0d8607aa034.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/b24b4ec48b2cc8e8.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
11
+ @media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/35d7a50f82ee022b.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[41222,[\"/_next/static/chunks/db9dc0d8607aa034.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"default\"]\n3:I[32494,[\"/_next/static/chunks/db9dc0d8607aa034.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"default\"]\n4:I[92276,[\"/_next/static/chunks/db9dc0d8607aa034.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n7:I[92276,[\"/_next/static/chunks/db9dc0d8607aa034.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"ViewportBoundary\"]\n9:I[92276,[\"/_next/static/chunks/db9dc0d8607aa034.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"MetadataBoundary\"]\nb:I[93768,[\"/_next/static/chunks/db9dc0d8607aa034.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"XZDiIYejKYJCT3rT4mrnp\",\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"title\",null,{\"children\":\"500: Internal Server Error.\"}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"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,{\"style\":{\"lineHeight\":\"48px\"},\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\\n@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\",\"paddingRight\":23,\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\"},\"children\":\"500\"}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"28px\"},\"children\":\"Internal Server Error.\"}]}]]}]}]}]]}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/db9dc0d8607aa034.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/b24b4ec48b2cc8e8.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L7\",null,{\"children\":\"$L8\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$La\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$b\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"8:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\na:[]\n"])</script></body></html>
@@ -6,7 +6,7 @@
6
6
  7:I[92276,["/_next/static/chunks/db9dc0d8607aa034.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"ViewportBoundary"]
7
7
  9:I[92276,["/_next/static/chunks/db9dc0d8607aa034.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"MetadataBoundary"]
8
8
  b:I[93768,["/_next/static/chunks/db9dc0d8607aa034.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
9
- 0:{"P":null,"b":"6_WBd7-Pc14w40xaGk2p4","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/db9dc0d8607aa034.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b24b4ec48b2cc8e8.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
9
+ 0:{"P":null,"b":"XZDiIYejKYJCT3rT4mrnp","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/db9dc0d8607aa034.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b24b4ec48b2cc8e8.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
10
10
  8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
11
11
  6:null
12
12
  a:[]
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[92276,["/_next/static/chunks/db9dc0d8607aa034.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"buildId":"6_WBd7-Pc14w40xaGk2p4","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/db9dc0d8607aa034.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b24b4ec48b2cc8e8.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"XZDiIYejKYJCT3rT4mrnp","rsc":["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/db9dc0d8607aa034.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b24b4ec48b2cc8e8.js","async":true}]],["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
5
5
  4:null
@@ -6,7 +6,7 @@
6
6
  7:I[92276,["/_next/static/chunks/db9dc0d8607aa034.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"ViewportBoundary"]
7
7
  9:I[92276,["/_next/static/chunks/db9dc0d8607aa034.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"MetadataBoundary"]
8
8
  b:I[93768,["/_next/static/chunks/db9dc0d8607aa034.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
9
- 0:{"P":null,"b":"6_WBd7-Pc14w40xaGk2p4","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/db9dc0d8607aa034.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b24b4ec48b2cc8e8.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
9
+ 0:{"P":null,"b":"XZDiIYejKYJCT3rT4mrnp","c":["","_global-error"],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]}],[["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L3",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","html",null,{"id":"__next_error__","children":[["$","head",null,{"children":["$","title",null,{"children":"500: Internal Server Error."}]}],["$","body",null,{"children":["$","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,{"style":{"lineHeight":"48px"},"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}\n@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","paddingRight":23,"fontSize":24,"fontWeight":500,"verticalAlign":"top"},"children":"500"}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"28px"},"children":"Internal Server Error."}]}]]}]}]}]]}],[["$","script","script-0",{"src":"/_next/static/chunks/db9dc0d8607aa034.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b24b4ec48b2cc8e8.js","async":true,"nonce":"$undefined"}]],["$","$L4",null,{"children":["$","$5",null,{"name":"Next.MetadataOutlet","children":"$@6"}]}]]}],{},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L7",null,{"children":"$L8"}],["$","div",null,{"hidden":true,"children":["$","$L9",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$La"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$b","$undefined"],"S":true}
10
10
  8:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
11
11
  6:null
12
12
  a:[]
@@ -2,4 +2,4 @@
2
2
  2:I[92276,["/_next/static/chunks/db9dc0d8607aa034.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"ViewportBoundary"]
3
3
  3:I[92276,["/_next/static/chunks/db9dc0d8607aa034.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"buildId":"6_WBd7-Pc14w40xaGk2p4","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
5
+ 0:{"buildId":"XZDiIYejKYJCT3rT4mrnp","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[41222,["/_next/static/chunks/db9dc0d8607aa034.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
3
3
  3:I[32494,["/_next/static/chunks/db9dc0d8607aa034.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
4
- 0:{"buildId":"6_WBd7-Pc14w40xaGk2p4","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"XZDiIYejKYJCT3rT4mrnp","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -1 +1 @@
1
- 0:{"buildId":"6_WBd7-Pc14w40xaGk2p4","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
1
+ 0:{"buildId":"XZDiIYejKYJCT3rT4mrnp","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false},"staleTime":300}
@@ -1,2 +1,2 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":93768,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/client/components/builtin/global-error.js":{"id":93768,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":41222,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/layout-router.js":{"id":41222,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":32494,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":32494,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":87245,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/client-page.js":{"id":87245,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":30735,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/client-segment.js":{"id":30735,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":88193,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":88193,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":93002,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":93002,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":92276,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":92276,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/components/GoogleAnalytics.tsx <module evaluation>":{"id":98919,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/components/GoogleAnalytics.tsx":{"id":98919,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/components/PostHogAnalytics.tsx <module evaluation>":{"id":53696,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/components/PostHogAnalytics.tsx":{"id":53696,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/components/errors/StartupGuard.tsx <module evaluation>":{"id":56179,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/components/errors/StartupGuard.tsx":{"id":56179,"name":"*","chunks":["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false}},"ssrModuleMapping":{"93768":{"*":{"id":90342,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"41222":{"*":{"id":40656,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"32494":{"*":{"id":62630,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"87245":{"*":{"id":92610,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"30735":{"*":{"id":46518,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"88193":{"*":{"id":32439,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"93002":{"*":{"id":18197,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"92276":{"*":{"id":11617,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"98919":{"*":{"id":95358,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"53696":{"*":{"id":42315,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"56179":{"*":{"id":74497,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"93768":{"*":{"id":22699,"name":"*","chunks":[],"async":false}},"41222":{"*":{"id":43801,"name":"*","chunks":[],"async":false}},"32494":{"*":{"id":69584,"name":"*","chunks":[],"async":false}},"87245":{"*":{"id":81144,"name":"*","chunks":[],"async":false}},"30735":{"*":{"id":80021,"name":"*","chunks":[],"async":false}},"88193":{"*":{"id":33922,"name":"*","chunks":[],"async":false}},"93002":{"*":{"id":84501,"name":"*","chunks":[],"async":false}},"92276":{"*":{"id":93980,"name":"*","chunks":[],"async":false}},"98919":{"*":{"id":75269,"name":"*","chunks":[],"async":false}},"53696":{"*":{"id":60605,"name":"*","chunks":[],"async":false}},"56179":{"*":{"id":12642,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/Projects/Agents/agx-cloud/app/layout":[{"path":"static/chunks/2473c16c0c2f6b5f.css","inlined":false},{"path":"static/chunks/04612fc0fdf7b4ef.css","inlined":false}]},"entryJSFiles":{"[project]/Projects/Agents/agx-cloud/app/layout":["static/chunks/c5049b3131468c12.js","static/chunks/b24b4ec48b2cc8e8.js"]}}
2
+ globalThis.__RSC_MANIFEST["/_not-found/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":93768,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/client/components/builtin/global-error.js":{"id":93768,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":41222,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/layout-router.js":{"id":41222,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":32494,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":32494,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":87245,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/client-page.js":{"id":87245,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":30735,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/client-segment.js":{"id":30735,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":88193,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":88193,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":93002,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":93002,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":92276,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":92276,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/components/GoogleAnalytics.tsx <module evaluation>":{"id":98919,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/components/GoogleAnalytics.tsx":{"id":98919,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/components/PostHogAnalytics.tsx <module evaluation>":{"id":53696,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/components/PostHogAnalytics.tsx":{"id":53696,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/components/errors/StartupGuard.tsx <module evaluation>":{"id":56179,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false},"[project]/Projects/Agents/agx-cloud/components/errors/StartupGuard.tsx":{"id":56179,"name":"*","chunks":["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"async":false}},"ssrModuleMapping":{"93768":{"*":{"id":90342,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"41222":{"*":{"id":40656,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"32494":{"*":{"id":62630,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"87245":{"*":{"id":92610,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"30735":{"*":{"id":46518,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"88193":{"*":{"id":32439,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"93002":{"*":{"id":18197,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"92276":{"*":{"id":11617,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"98919":{"*":{"id":95358,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"53696":{"*":{"id":42315,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}},"56179":{"*":{"id":74497,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__99fa92e8._.js","server/chunks/ssr/ae43b_next_dist_esm_8270bc50._.js","server/chunks/ssr/Projects_Agents_agx-cloud_e7142fbb._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"93768":{"*":{"id":22699,"name":"*","chunks":[],"async":false}},"41222":{"*":{"id":43801,"name":"*","chunks":[],"async":false}},"32494":{"*":{"id":69584,"name":"*","chunks":[],"async":false}},"87245":{"*":{"id":81144,"name":"*","chunks":[],"async":false}},"30735":{"*":{"id":80021,"name":"*","chunks":[],"async":false}},"88193":{"*":{"id":33922,"name":"*","chunks":[],"async":false}},"93002":{"*":{"id":84501,"name":"*","chunks":[],"async":false}},"92276":{"*":{"id":93980,"name":"*","chunks":[],"async":false}},"98919":{"*":{"id":75269,"name":"*","chunks":[],"async":false}},"53696":{"*":{"id":60605,"name":"*","chunks":[],"async":false}},"56179":{"*":{"id":12642,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/Projects/Agents/agx-cloud/app/layout":[{"path":"static/chunks/2473c16c0c2f6b5f.css","inlined":false},{"path":"static/chunks/04612fc0fdf7b4ef.css","inlined":false}]},"entryJSFiles":{"[project]/Projects/Agents/agx-cloud/app/layout":["static/chunks/e805840229a797b0.js","static/chunks/b24b4ec48b2cc8e8.js"]}}
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><!--6_WBd7_Pc14w40xaGk2p4--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/2473c16c0c2f6b5f.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/04612fc0fdf7b4ef.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/35d7a50f82ee022b.js"/><script src="/_next/static/chunks/0de28ce711b17cb2.js" async=""></script><script src="/_next/static/chunks/4b60076b71f35de1.js" async=""></script><script src="/_next/static/chunks/31ae3b31083648d6.js" async=""></script><script src="/_next/static/chunks/1b5be5e5fcbdc0e4.js" async=""></script><script src="/_next/static/chunks/turbopack-00b77899bb57f964.js" async=""></script><script src="/_next/static/chunks/c5049b3131468c12.js" async=""></script><script src="/_next/static/chunks/b24b4ec48b2cc8e8.js" async=""></script><link rel="preload" href="https://www.googletagmanager.com/gtag/js?id=G-DVQQG95LNL" as="script"/><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>AGX</title><meta name="description" content="Agent task orchestration and group chat"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script>
1
+ <!DOCTYPE html><!--XZDiIYejKYJCT3rT4mrnp--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/chunks/2473c16c0c2f6b5f.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/04612fc0fdf7b4ef.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/35d7a50f82ee022b.js"/><script src="/_next/static/chunks/0de28ce711b17cb2.js" async=""></script><script src="/_next/static/chunks/4b60076b71f35de1.js" async=""></script><script src="/_next/static/chunks/31ae3b31083648d6.js" async=""></script><script src="/_next/static/chunks/1b5be5e5fcbdc0e4.js" async=""></script><script src="/_next/static/chunks/turbopack-00b77899bb57f964.js" async=""></script><script src="/_next/static/chunks/e805840229a797b0.js" async=""></script><script src="/_next/static/chunks/b24b4ec48b2cc8e8.js" async=""></script><link rel="preload" href="https://www.googletagmanager.com/gtag/js?id=G-DVQQG95LNL" as="script"/><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>AGX</title><meta name="description" content="Agent task orchestration and group chat"/><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script>
2
2
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-DVQQG95LNL"></script>
3
3
  <script>
4
4
  window.dataLayer = window.dataLayer || [];
@@ -6,4 +6,4 @@
6
6
  gtag('js', new Date());
7
7
  gtag('config', 'G-DVQQG95LNL');
8
8
  </script>
9
- </head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased h-screen overflow-hidden bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen flex items-center justify-center bg-[var(--background)]"><span class="spinner w-8 h-8 border-3 border-[var(--primary)] border-t-transparent rounded-full"></span></div><script src="/_next/static/chunks/35d7a50f82ee022b.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[56179,[\"/_next/static/chunks/c5049b3131468c12.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"default\"]\n3:I[41222,[\"/_next/static/chunks/c5049b3131468c12.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"default\"]\n4:I[32494,[\"/_next/static/chunks/c5049b3131468c12.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"default\"]\n5:I[98919,[\"/_next/static/chunks/c5049b3131468c12.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"GoogleAnalytics\"]\n6:I[53696,[\"/_next/static/chunks/c5049b3131468c12.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"PostHogAnalytics\"]\n7:I[92276,[\"/_next/static/chunks/c5049b3131468c12.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"OutletBoundary\"]\n8:\"$Sreact.suspense\"\na:I[92276,[\"/_next/static/chunks/c5049b3131468c12.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"ViewportBoundary\"]\nc:I[92276,[\"/_next/static/chunks/c5049b3131468c12.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"MetadataBoundary\"]\ne:I[93768,[\"/_next/static/chunks/c5049b3131468c12.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"default\"]\n:HL[\"/_next/static/chunks/2473c16c0c2f6b5f.css\",\"style\"]\n:HL[\"/_next/static/chunks/04612fc0fdf7b4ef.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"6_WBd7-Pc14w40xaGk2p4\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/2473c16c0c2f6b5f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/04612fc0fdf7b4ef.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/c5049b3131468c12.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/b24b4ec48b2cc8e8.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased h-screen overflow-hidden bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]\",\"children\":[[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",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\"}]}],[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:0: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:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"9:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"AGX\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Agent task orchestration and group chat\"}]]\n"])</script></body></html>
9
+ </head><body class="geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased h-screen overflow-hidden bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]"><div hidden=""><!--$--><!--/$--></div><div class="min-h-screen flex items-center justify-center bg-[var(--background)]"><span class="spinner w-8 h-8 border-3 border-[var(--primary)] border-t-transparent rounded-full"></span></div><script src="/_next/static/chunks/35d7a50f82ee022b.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[56179,[\"/_next/static/chunks/e805840229a797b0.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"default\"]\n3:I[41222,[\"/_next/static/chunks/e805840229a797b0.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"default\"]\n4:I[32494,[\"/_next/static/chunks/e805840229a797b0.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"default\"]\n5:I[98919,[\"/_next/static/chunks/e805840229a797b0.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"GoogleAnalytics\"]\n6:I[53696,[\"/_next/static/chunks/e805840229a797b0.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"PostHogAnalytics\"]\n7:I[92276,[\"/_next/static/chunks/e805840229a797b0.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"OutletBoundary\"]\n8:\"$Sreact.suspense\"\na:I[92276,[\"/_next/static/chunks/e805840229a797b0.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"ViewportBoundary\"]\nc:I[92276,[\"/_next/static/chunks/e805840229a797b0.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"MetadataBoundary\"]\ne:I[93768,[\"/_next/static/chunks/e805840229a797b0.js\",\"/_next/static/chunks/b24b4ec48b2cc8e8.js\"],\"default\"]\n:HL[\"/_next/static/chunks/2473c16c0c2f6b5f.css\",\"style\"]\n:HL[\"/_next/static/chunks/04612fc0fdf7b4ef.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"XZDiIYejKYJCT3rT4mrnp\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/2473c16c0c2f6b5f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/04612fc0fdf7b4ef.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/e805840229a797b0.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/b24b4ec48b2cc8e8.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased h-screen overflow-hidden bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]\",\"children\":[[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",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\"}]}],[\"$\",\"$L5\",null,{}],[\"$\",\"$L6\",null,{}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:0: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:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"9:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"AGX\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Agent task orchestration and group chat\"}]]\n"])</script></body></html>
@@ -1,17 +1,17 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[56179,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
3
- 3:I[41222,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
4
- 4:I[32494,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
5
- 5:I[98919,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"GoogleAnalytics"]
6
- 6:I[53696,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"PostHogAnalytics"]
7
- 7:I[92276,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"OutletBoundary"]
2
+ 2:I[56179,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
3
+ 3:I[41222,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
4
+ 4:I[32494,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
5
+ 5:I[98919,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"GoogleAnalytics"]
6
+ 6:I[53696,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"PostHogAnalytics"]
7
+ 7:I[92276,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"OutletBoundary"]
8
8
  8:"$Sreact.suspense"
9
- a:I[92276,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"ViewportBoundary"]
10
- c:I[92276,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"MetadataBoundary"]
11
- e:I[93768,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
9
+ a:I[92276,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"ViewportBoundary"]
10
+ c:I[92276,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"MetadataBoundary"]
11
+ e:I[93768,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
12
12
  :HL["/_next/static/chunks/2473c16c0c2f6b5f.css","style"]
13
13
  :HL["/_next/static/chunks/04612fc0fdf7b4ef.css","style"]
14
- 0:{"P":null,"b":"6_WBd7-Pc14w40xaGk2p4","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2473c16c0c2f6b5f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/04612fc0fdf7b4ef.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/c5049b3131468c12.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b24b4ec48b2cc8e8.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased h-screen overflow-hidden bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}],["$","$L5",null,{}],["$","$L6",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0: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:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e","$undefined"],"S":true}
14
+ 0:{"P":null,"b":"XZDiIYejKYJCT3rT4mrnp","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2473c16c0c2f6b5f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/04612fc0fdf7b4ef.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/e805840229a797b0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b24b4ec48b2cc8e8.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased h-screen overflow-hidden bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}],["$","$L5",null,{}],["$","$L6",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0: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:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e","$undefined"],"S":true}
15
15
  b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
16
16
  9:null
17
17
  d:[["$","title","0",{"children":"AGX"}],["$","meta","1",{"name":"description","content":"Agent task orchestration and group chat"}]]
@@ -1,17 +1,17 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[56179,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
3
- 3:I[41222,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
4
- 4:I[32494,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
5
- 5:I[98919,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"GoogleAnalytics"]
6
- 6:I[53696,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"PostHogAnalytics"]
7
- 7:I[92276,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"OutletBoundary"]
2
+ 2:I[56179,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
3
+ 3:I[41222,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
4
+ 4:I[32494,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
5
+ 5:I[98919,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"GoogleAnalytics"]
6
+ 6:I[53696,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"PostHogAnalytics"]
7
+ 7:I[92276,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"OutletBoundary"]
8
8
  8:"$Sreact.suspense"
9
- a:I[92276,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"ViewportBoundary"]
10
- c:I[92276,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"MetadataBoundary"]
11
- e:I[93768,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
9
+ a:I[92276,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"ViewportBoundary"]
10
+ c:I[92276,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"MetadataBoundary"]
11
+ e:I[93768,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
12
12
  :HL["/_next/static/chunks/2473c16c0c2f6b5f.css","style"]
13
13
  :HL["/_next/static/chunks/04612fc0fdf7b4ef.css","style"]
14
- 0:{"P":null,"b":"6_WBd7-Pc14w40xaGk2p4","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2473c16c0c2f6b5f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/04612fc0fdf7b4ef.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/c5049b3131468c12.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b24b4ec48b2cc8e8.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased h-screen overflow-hidden bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}],["$","$L5",null,{}],["$","$L6",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0: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:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e","$undefined"],"S":true}
14
+ 0:{"P":null,"b":"XZDiIYejKYJCT3rT4mrnp","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2473c16c0c2f6b5f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/04612fc0fdf7b4ef.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/e805840229a797b0.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/b24b4ec48b2cc8e8.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased h-screen overflow-hidden bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",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"}]}],["$","$L5",null,{}],["$","$L6",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0: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:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e","$undefined"],"S":true}
15
15
  b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
16
16
  9:null
17
17
  d:[["$","title","0",{"children":"AGX"}],["$","meta","1",{"name":"description","content":"Agent task orchestration and group chat"}]]
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[92276,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"ViewportBoundary"]
3
- 3:I[92276,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"MetadataBoundary"]
2
+ 2:I[92276,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"ViewportBoundary"]
3
+ 3:I[92276,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"buildId":"6_WBd7-Pc14w40xaGk2p4","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"AGX"}],["$","meta","1",{"name":"description","content":"Agent task orchestration and group chat"}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
5
+ 0:{"buildId":"XZDiIYejKYJCT3rT4mrnp","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"AGX"}],["$","meta","1",{"name":"description","content":"Agent task orchestration and group chat"}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
@@ -1,9 +1,9 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[56179,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
3
- 3:I[41222,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
4
- 4:I[32494,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
5
- 5:I[98919,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"GoogleAnalytics"]
6
- 6:I[53696,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"PostHogAnalytics"]
2
+ 2:I[56179,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
3
+ 3:I[41222,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
4
+ 4:I[32494,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
5
+ 5:I[98919,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"GoogleAnalytics"]
6
+ 6:I[53696,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"PostHogAnalytics"]
7
7
  :HL["/_next/static/chunks/2473c16c0c2f6b5f.css","style"]
8
8
  :HL["/_next/static/chunks/04612fc0fdf7b4ef.css","style"]
9
- 0:{"buildId":"6_WBd7-Pc14w40xaGk2p4","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2473c16c0c2f6b5f.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/04612fc0fdf7b4ef.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/c5049b3131468c12.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b24b4ec48b2cc8e8.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased h-screen overflow-hidden bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"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."}]}]]}]}]],[]]}]}],["$","$L5",null,{}],["$","$L6",null,{}]]}]}]]}],"loading":null,"isPartial":false}
9
+ 0:{"buildId":"XZDiIYejKYJCT3rT4mrnp","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/2473c16c0c2f6b5f.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/04612fc0fdf7b4ef.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/e805840229a797b0.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/b24b4ec48b2cc8e8.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"geist_a71539c9-module__T19VSG__variable geist_mono_8d43a2aa-module__8Li5zG__variable antialiased h-screen overflow-hidden bg-[var(--background)] text-[var(--foreground)] selection:bg-[var(--primary)] selection:text-[var(--primary-foreground)]","children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"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."}]}]]}]}]],[]]}]}],["$","$L5",null,{}],["$","$L6",null,{}]]}]}]]}],"loading":null,"isPartial":false}
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[92276,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"OutletBoundary"]
2
+ 2:I[92276,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"buildId":"6_WBd7-Pc14w40xaGk2p4","rsc":["$","$1","c",{"children":[[["$","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."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"XZDiIYejKYJCT3rT4mrnp","rsc":["$","$1","c",{"children":[[["$","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."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
5
5
  4:null
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[41222,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
3
- 3:I[32494,["/_next/static/chunks/c5049b3131468c12.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
4
- 0:{"buildId":"6_WBd7-Pc14w40xaGk2p4","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
2
+ 2:I[41222,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
3
+ 3:I[32494,["/_next/static/chunks/e805840229a797b0.js","/_next/static/chunks/b24b4ec48b2cc8e8.js"],"default"]
4
+ 0:{"buildId":"XZDiIYejKYJCT3rT4mrnp","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -1,3 +1,3 @@
1
1
  :HL["/_next/static/chunks/2473c16c0c2f6b5f.css","style"]
2
2
  :HL["/_next/static/chunks/04612fc0fdf7b4ef.css","style"]
3
- 0:{"buildId":"6_WBd7-Pc14w40xaGk2p4","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
3
+ 0:{"buildId":"XZDiIYejKYJCT3rT4mrnp","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}