@agegr/pi-web 0.2.3 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +4 -4
  3. package/.next/build-manifest.json +13 -14
  4. package/.next/next-minimal-server.js.nft.json +1 -1
  5. package/.next/next-server.js.nft.json +1 -1
  6. package/.next/react-loadable-manifest.json +8 -0
  7. package/.next/required-server-files.js +2 -0
  8. package/.next/required-server-files.json +2 -0
  9. package/.next/server/app/_global-error/page.js +32 -10
  10. package/.next/server/app/_global-error/page.js.nft.json +1 -1
  11. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -3
  12. package/.next/server/app/_global-error.html +1 -1
  13. package/.next/server/app/_global-error.meta +2 -1
  14. package/.next/server/app/_global-error.rsc +8 -9
  15. package/.next/server/app/_global-error.segments/_full.segment.rsc +8 -9
  16. package/.next/server/app/_global-error.segments/{__PAGE__.segment.rsc → _global-error/__PAGE__.segment.rsc} +2 -2
  17. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +5 -0
  18. package/.next/server/app/_global-error.segments/_head.segment.rsc +3 -4
  19. package/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
  20. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  21. package/.next/server/app/_not-found/page.js +2 -13
  22. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  23. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -3
  24. package/.next/server/app/_not-found.html +1 -1
  25. package/.next/server/app/_not-found.rsc +10 -10
  26. package/.next/server/app/_not-found.segments/_full.segment.rsc +10 -10
  27. package/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  28. package/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
  29. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  30. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  31. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  32. package/.next/server/app/api/agent/[id]/events/route.js +6 -6
  33. package/.next/server/app/api/agent/[id]/events/route.js.nft.json +1 -1
  34. package/.next/server/app/api/agent/[id]/events/route_client-reference-manifest.js +1 -3
  35. package/.next/server/app/api/agent/[id]/route.js +4 -7
  36. package/.next/server/app/api/agent/[id]/route.js.nft.json +1 -1
  37. package/.next/server/app/api/agent/[id]/route_client-reference-manifest.js +1 -3
  38. package/.next/server/app/api/agent/new/route.js +2 -7
  39. package/.next/server/app/api/agent/new/route.js.nft.json +1 -1
  40. package/.next/server/app/api/agent/new/route_client-reference-manifest.js +1 -3
  41. package/.next/server/app/api/files/[...path]/route.js +3 -7
  42. package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -1
  43. package/.next/server/app/api/files/[...path]/route_client-reference-manifest.js +1 -3
  44. package/.next/server/app/api/models/route.js +3 -6
  45. package/.next/server/app/api/models/route.js.nft.json +1 -1
  46. package/.next/server/app/api/models/route_client-reference-manifest.js +1 -3
  47. package/.next/server/app/api/models-config/route.js +1 -7
  48. package/.next/server/app/api/models-config/route.js.nft.json +1 -1
  49. package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -3
  50. package/.next/server/app/api/sessions/[id]/context/route.js +3 -7
  51. package/.next/server/app/api/sessions/[id]/context/route.js.nft.json +1 -1
  52. package/.next/server/app/api/sessions/[id]/context/route_client-reference-manifest.js +1 -3
  53. package/.next/server/app/api/sessions/[id]/route.js +3 -7
  54. package/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -1
  55. package/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -3
  56. package/.next/server/app/api/sessions/new/route.js +1 -6
  57. package/.next/server/app/api/sessions/new/route.js.nft.json +1 -1
  58. package/.next/server/app/api/sessions/new/route_client-reference-manifest.js +1 -3
  59. package/.next/server/app/api/sessions/route.js +3 -7
  60. package/.next/server/app/api/sessions/route.js.nft.json +1 -1
  61. package/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -3
  62. package/.next/server/app/favicon.ico/route.js +1 -8
  63. package/.next/server/app/favicon.ico/route.js.nft.json +1 -1
  64. package/.next/server/app/index.html +1 -1
  65. package/.next/server/app/index.rsc +11 -11
  66. package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
  67. package/.next/server/app/index.segments/_full.segment.rsc +11 -11
  68. package/.next/server/app/index.segments/_head.segment.rsc +4 -4
  69. package/.next/server/app/index.segments/_index.segment.rsc +4 -4
  70. package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  71. package/.next/server/app/page.js +2 -14
  72. package/.next/server/app/page.js.nft.json +1 -1
  73. package/.next/server/app/page_client-reference-manifest.js +1 -3
  74. package/.next/server/app-paths-manifest.json +4 -4
  75. package/.next/server/chunks/573.js +3 -0
  76. package/.next/server/chunks/63.js +45 -0
  77. package/.next/server/chunks/65.js +1 -0
  78. package/.next/server/chunks/741.js +18 -0
  79. package/.next/server/chunks/813.js +1 -0
  80. package/.next/server/chunks/918.js +1 -0
  81. package/.next/server/middleware-build-manifest.js +1 -21
  82. package/.next/server/middleware-manifest.json +2 -2
  83. package/.next/server/middleware-react-loadable-manifest.js +1 -0
  84. package/.next/server/next-font-manifest.js +1 -1
  85. package/.next/server/next-font-manifest.json +1 -6
  86. package/.next/server/pages/404.html +1 -1
  87. package/.next/server/pages/500.html +1 -1
  88. package/.next/server/server-reference-manifest.js +1 -1
  89. package/.next/server/server-reference-manifest.json +1 -5
  90. package/.next/server/webpack-runtime.js +1 -0
  91. package/.next/static/UW-CKcK5B6AAyNf06F5iF/_buildManifest.js +1 -0
  92. package/.next/static/chunks/110-fff6e5d8c205420b.js +1 -0
  93. package/.next/static/chunks/451.1247b87def61e309.js +1 -0
  94. package/.next/static/chunks/4bd1b696-215e5051988c3dde.js +1 -0
  95. package/.next/static/chunks/794-4d0b7b700451cc43.js +32 -0
  96. package/.next/static/chunks/app/_global-error/page-957de1f71e826217.js +1 -0
  97. package/.next/static/chunks/app/_not-found/page-e294ec8de846ea31.js +1 -0
  98. package/.next/static/chunks/app/api/agent/[id]/events/route-957de1f71e826217.js +1 -0
  99. package/.next/static/chunks/app/api/agent/[id]/route-957de1f71e826217.js +1 -0
  100. package/.next/static/chunks/app/api/agent/new/route-957de1f71e826217.js +1 -0
  101. package/.next/static/chunks/app/api/files/[...path]/route-957de1f71e826217.js +1 -0
  102. package/.next/static/chunks/app/api/models/route-957de1f71e826217.js +1 -0
  103. package/.next/static/chunks/app/api/models-config/route-957de1f71e826217.js +1 -0
  104. package/.next/static/chunks/app/api/sessions/[id]/context/route-957de1f71e826217.js +1 -0
  105. package/.next/static/chunks/app/api/sessions/[id]/route-957de1f71e826217.js +1 -0
  106. package/.next/static/chunks/app/api/sessions/new/route-957de1f71e826217.js +1 -0
  107. package/.next/static/chunks/app/api/sessions/route-957de1f71e826217.js +1 -0
  108. package/.next/static/chunks/app/layout-7c348314be580c6a.js +1 -0
  109. package/.next/static/chunks/app/page-bb92671a9b83a367.js +1 -0
  110. package/.next/static/chunks/framework-93cda6578f6c76ec.js +1 -0
  111. package/.next/static/chunks/main-0525ed1bd1807a80.js +5 -0
  112. package/.next/static/chunks/main-app-bd11c9df37a8ab8e.js +1 -0
  113. package/.next/static/chunks/next/dist/client/components/builtin/app-error-957de1f71e826217.js +1 -0
  114. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-957de1f71e826217.js +1 -0
  115. package/.next/static/chunks/next/dist/client/components/builtin/global-error-0dd2035d6f688008.js +1 -0
  116. package/.next/static/chunks/next/dist/client/components/builtin/not-found-957de1f71e826217.js +1 -0
  117. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-957de1f71e826217.js +1 -0
  118. package/.next/static/chunks/webpack-f15a3bb2c3a9cba9.js +1 -0
  119. package/.next/static/css/db181498dfd5fef0.css +1 -0
  120. package/.next/trace +3 -1
  121. package/.next/trace-build +1 -1
  122. package/.next/types/app/api/agent/[id]/events/route.ts +351 -0
  123. package/.next/types/app/api/agent/[id]/route.ts +351 -0
  124. package/.next/types/app/api/agent/new/route.ts +351 -0
  125. package/.next/types/app/api/files/[...path]/route.ts +351 -0
  126. package/.next/types/app/api/models/route.ts +351 -0
  127. package/.next/types/app/api/models-config/route.ts +351 -0
  128. package/.next/types/app/api/sessions/[id]/context/route.ts +351 -0
  129. package/.next/types/app/api/sessions/[id]/route.ts +351 -0
  130. package/.next/types/app/api/sessions/new/route.ts +351 -0
  131. package/.next/types/app/api/sessions/route.ts +351 -0
  132. package/.next/types/app/layout.ts +87 -0
  133. package/.next/types/app/page.ts +87 -0
  134. package/.next/types/package.json +1 -0
  135. package/README.md +8 -7
  136. package/package.json +4 -3
  137. package/.next/build/chunks/[root-of-the-server]__0d-m0h0._.js +0 -206
  138. package/.next/build/chunks/[root-of-the-server]__0ubbtyl._.js +0 -500
  139. package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_06e.r3r._.js +0 -13
  140. package/.next/build/chunks/[turbopack]_runtime.js +0 -890
  141. package/.next/build/chunks/node_modules_13sb.px._.js +0 -6765
  142. package/.next/build/package.json +0 -1
  143. package/.next/build/postcss.js +0 -6
  144. package/.next/diagnostics/route-bundle-stats.json +0 -28
  145. package/.next/fallback-build-manifest.json +0 -13
  146. package/.next/server/app/_global-error/page/app-paths-manifest.json +0 -3
  147. package/.next/server/app/_global-error/page/build-manifest.json +0 -17
  148. package/.next/server/app/_global-error/page/next-font-manifest.json +0 -6
  149. package/.next/server/app/_global-error/page/react-loadable-manifest.json +0 -1
  150. package/.next/server/app/_global-error/page/server-reference-manifest.json +0 -4
  151. package/.next/server/app/_not-found/page/app-paths-manifest.json +0 -3
  152. package/.next/server/app/_not-found/page/build-manifest.json +0 -17
  153. package/.next/server/app/_not-found/page/next-font-manifest.json +0 -6
  154. package/.next/server/app/_not-found/page/react-loadable-manifest.json +0 -1
  155. package/.next/server/app/_not-found/page/server-reference-manifest.json +0 -4
  156. package/.next/server/app/api/agent/[id]/events/route/app-paths-manifest.json +0 -3
  157. package/.next/server/app/api/agent/[id]/events/route/build-manifest.json +0 -9
  158. package/.next/server/app/api/agent/[id]/events/route/server-reference-manifest.json +0 -4
  159. package/.next/server/app/api/agent/[id]/route/app-paths-manifest.json +0 -3
  160. package/.next/server/app/api/agent/[id]/route/build-manifest.json +0 -9
  161. package/.next/server/app/api/agent/[id]/route/server-reference-manifest.json +0 -4
  162. package/.next/server/app/api/agent/new/route/app-paths-manifest.json +0 -3
  163. package/.next/server/app/api/agent/new/route/build-manifest.json +0 -9
  164. package/.next/server/app/api/agent/new/route/server-reference-manifest.json +0 -4
  165. package/.next/server/app/api/files/[...path]/route/app-paths-manifest.json +0 -3
  166. package/.next/server/app/api/files/[...path]/route/build-manifest.json +0 -9
  167. package/.next/server/app/api/files/[...path]/route/server-reference-manifest.json +0 -4
  168. package/.next/server/app/api/models/route/app-paths-manifest.json +0 -3
  169. package/.next/server/app/api/models/route/build-manifest.json +0 -9
  170. package/.next/server/app/api/models/route/server-reference-manifest.json +0 -4
  171. package/.next/server/app/api/models-config/route/app-paths-manifest.json +0 -3
  172. package/.next/server/app/api/models-config/route/build-manifest.json +0 -9
  173. package/.next/server/app/api/models-config/route/server-reference-manifest.json +0 -4
  174. package/.next/server/app/api/sessions/[id]/context/route/app-paths-manifest.json +0 -3
  175. package/.next/server/app/api/sessions/[id]/context/route/build-manifest.json +0 -9
  176. package/.next/server/app/api/sessions/[id]/context/route/server-reference-manifest.json +0 -4
  177. package/.next/server/app/api/sessions/[id]/route/app-paths-manifest.json +0 -3
  178. package/.next/server/app/api/sessions/[id]/route/build-manifest.json +0 -9
  179. package/.next/server/app/api/sessions/[id]/route/server-reference-manifest.json +0 -4
  180. package/.next/server/app/api/sessions/new/route/app-paths-manifest.json +0 -3
  181. package/.next/server/app/api/sessions/new/route/build-manifest.json +0 -9
  182. package/.next/server/app/api/sessions/new/route/server-reference-manifest.json +0 -4
  183. package/.next/server/app/api/sessions/route/app-paths-manifest.json +0 -3
  184. package/.next/server/app/api/sessions/route/build-manifest.json +0 -9
  185. package/.next/server/app/api/sessions/route/server-reference-manifest.json +0 -4
  186. package/.next/server/app/favicon.ico/route/app-paths-manifest.json +0 -3
  187. package/.next/server/app/favicon.ico/route/build-manifest.json +0 -9
  188. package/.next/server/app/page/app-paths-manifest.json +0 -3
  189. package/.next/server/app/page/build-manifest.json +0 -17
  190. package/.next/server/app/page/next-font-manifest.json +0 -6
  191. package/.next/server/app/page/react-loadable-manifest.json +0 -1
  192. package/.next/server/app/page/server-reference-manifest.json +0 -4
  193. package/.next/server/chunks/[externals]_next_dist_0h.fyd6._.js +0 -3
  194. package/.next/server/chunks/[root-of-the-server]__002d92q._.js +0 -6
  195. package/.next/server/chunks/[root-of-the-server]__00a-~o4._.js +0 -3
  196. package/.next/server/chunks/[root-of-the-server]__06qx74m._.js +0 -5
  197. package/.next/server/chunks/[root-of-the-server]__0_ehal9._.js +0 -5
  198. package/.next/server/chunks/[root-of-the-server]__0a-p9wd._.js +0 -3
  199. package/.next/server/chunks/[root-of-the-server]__0b0kii6._.js +0 -8
  200. package/.next/server/chunks/[root-of-the-server]__0cw6f~v._.js +0 -5
  201. package/.next/server/chunks/[root-of-the-server]__0llo_uy._.js +0 -5
  202. package/.next/server/chunks/[root-of-the-server]__0rr3q~-._.js +0 -5
  203. package/.next/server/chunks/[root-of-the-server]__0y7g-4j._.js +0 -4
  204. package/.next/server/chunks/[root-of-the-server]__11j~5mn._.js +0 -3
  205. package/.next/server/chunks/[turbopack]_runtime.js +0 -903
  206. package/.next/server/chunks/_next-internal_server_app_api_agent_[id]_events_route_actions_05o7blz.js +0 -3
  207. package/.next/server/chunks/_next-internal_server_app_api_agent_[id]_route_actions_0kr98j0.js +0 -3
  208. package/.next/server/chunks/_next-internal_server_app_api_agent_new_route_actions_0w3r5tj.js +0 -3
  209. package/.next/server/chunks/_next-internal_server_app_api_files_[___path]_route_actions_0_g4akf.js +0 -3
  210. package/.next/server/chunks/_next-internal_server_app_api_models-config_route_actions_0ipr5cq.js +0 -3
  211. package/.next/server/chunks/_next-internal_server_app_api_models_route_actions_0vfccm4.js +0 -3
  212. package/.next/server/chunks/_next-internal_server_app_api_sessions_[id]_context_route_actions_0d0pnzf.js +0 -3
  213. package/.next/server/chunks/_next-internal_server_app_api_sessions_[id]_route_actions_0eo4u5w.js +0 -3
  214. package/.next/server/chunks/_next-internal_server_app_api_sessions_new_route_actions_093p~n-.js +0 -3
  215. package/.next/server/chunks/_next-internal_server_app_api_sessions_route_actions_0y1t9w0.js +0 -3
  216. package/.next/server/chunks/_next-internal_server_app_favicon_ico_route_actions_095lj93.js +0 -3
  217. package/.next/server/chunks/lib_session-reader_ts_07kvkqq._.js +0 -5
  218. package/.next/server/chunks/node_modules_next_04~_e52._.js +0 -13
  219. package/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0yubv2d.js +0 -3
  220. package/.next/server/chunks/ssr/[root-of-the-server]__00d4x5d._.js +0 -3
  221. package/.next/server/chunks/ssr/[root-of-the-server]__02hi65f._.js +0 -3
  222. package/.next/server/chunks/ssr/[root-of-the-server]__06-2p1a._.js +0 -33
  223. package/.next/server/chunks/ssr/[root-of-the-server]__09z7o2x._.js +0 -19
  224. package/.next/server/chunks/ssr/[root-of-the-server]__0jag6jd._.js +0 -3
  225. package/.next/server/chunks/ssr/[root-of-the-server]__0pr3cat._.js +0 -33
  226. package/.next/server/chunks/ssr/[root-of-the-server]__0pspq~2._.js +0 -6
  227. package/.next/server/chunks/ssr/[root-of-the-server]__0w~zl.s._.js +0 -3
  228. package/.next/server/chunks/ssr/[turbopack]_runtime.js +0 -903
  229. package/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_0k77kol.js +0 -3
  230. package/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_0eq97pa.js +0 -3
  231. package/.next/server/chunks/ssr/_next-internal_server_app_page_actions_09-gtaw.js +0 -3
  232. package/.next/server/chunks/ssr/app_layout_tsx_13yf0ls._.js +0 -3
  233. package/.next/server/chunks/ssr/components_ToolPanel_tsx_0r3vloj._.js +0 -3
  234. package/.next/server/chunks/ssr/components_ToolPanel_tsx_0ybdq6k._.js +0 -3
  235. package/.next/server/chunks/ssr/node_modules_09w7yel._.js +0 -33
  236. package/.next/server/chunks/ssr/node_modules_0vtdjw7._.js +0 -3
  237. package/.next/server/chunks/ssr/node_modules_next_dist_09y1ibj._.js +0 -6
  238. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js +0 -3
  239. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js +0 -3
  240. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js +0 -3
  241. package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js +0 -3
  242. package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_002l7yi.js +0 -4
  243. package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_02suzhc.js +0 -4
  244. package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0nsg22r.js +0 -4
  245. package/.next/static/chunks/0-j.wjqnc6zff.js +0 -1
  246. package/.next/static/chunks/02i7dfk78~t~2.js +0 -4
  247. package/.next/static/chunks/02p06lvcsni3l.js +0 -1
  248. package/.next/static/chunks/09dho1gmydle0.js +0 -1
  249. package/.next/static/chunks/0_mdnxjv887c..css +0 -1
  250. package/.next/static/chunks/0cj37tl-sc0gx.js +0 -2
  251. package/.next/static/chunks/0h4bblvd1oiwg.js +0 -1
  252. package/.next/static/chunks/0j-yjan8jn-8-.js +0 -31
  253. package/.next/static/chunks/0lpjxrppxb_hc.js +0 -1
  254. package/.next/static/chunks/turbopack-04u~j1o-remaj.js +0 -1
  255. package/.next/static/h_DPSqE34dYtPmxavamVm/_buildManifest.js +0 -11
  256. package/.next/static/h_DPSqE34dYtPmxavamVm/_clientMiddlewareManifest.js +0 -1
  257. package/.next/static/media/favicon.0~uco8ba8mwit.ico +0 -0
  258. package/.next/turbopack +0 -0
  259. /package/.next/static/{h_DPSqE34dYtPmxavamVm → UW-CKcK5B6AAyNf06F5iF}/_ssgManifest.js +0 -0
  260. /package/.next/static/chunks/{03~yq9q893hmn.js → polyfills-42372ed130431b0a.js} +0 -0
package/.next/trace CHANGED
@@ -1 +1,3 @@
1
- [{"name":"generate-buildid","duration":77,"timestamp":2678574391530,"id":4,"parentId":1,"tags":{},"startTime":1774330853905,"traceId":"da46b141a3d43ada"},{"name":"load-custom-routes","duration":164,"timestamp":2678574391650,"id":5,"parentId":1,"tags":{},"startTime":1774330853905,"traceId":"da46b141a3d43ada"},{"name":"create-dist-dir","duration":2082,"timestamp":2678574391829,"id":6,"parentId":1,"tags":{},"startTime":1774330853906,"traceId":"da46b141a3d43ada"},{"name":"clean","duration":303097,"timestamp":2678574394311,"id":7,"parentId":1,"tags":{},"startTime":1774330853908,"traceId":"da46b141a3d43ada"},{"name":"discover-routes","duration":2945,"timestamp":2678574702532,"id":8,"parentId":1,"tags":{},"startTime":1774330854216,"traceId":"da46b141a3d43ada"},{"name":"create-root-mapping","duration":24,"timestamp":2678574705496,"id":9,"parentId":1,"tags":{},"startTime":1774330854219,"traceId":"da46b141a3d43ada"},{"name":"generate-route-types","duration":9125,"timestamp":2678574706078,"id":10,"parentId":1,"tags":{},"startTime":1774330854220,"traceId":"da46b141a3d43ada"},{"name":"public-dir-conflict-check","duration":48,"timestamp":2678574715253,"id":11,"parentId":1,"tags":{},"startTime":1774330854229,"traceId":"da46b141a3d43ada"},{"name":"generate-routes-manifest","duration":1172,"timestamp":2678574715352,"id":12,"parentId":1,"tags":{},"startTime":1774330854229,"traceId":"da46b141a3d43ada"},{"name":"run-turbopack","duration":1841741,"timestamp":2678574720511,"id":14,"parentId":1,"tags":{},"startTime":1774330854234,"traceId":"da46b141a3d43ada"},{"name":"turbopack-build-events","duration":31,"timestamp":2678574819902,"id":15,"parentId":1,"tags":{},"startTime":1774330854334,"traceId":"da46b141a3d43ada"},{"name":"run-typescript","duration":1615008,"timestamp":2678576582370,"id":16,"parentId":1,"tags":{},"startTime":1774330856096,"traceId":"da46b141a3d43ada"},{"name":"generate-required-server-files","duration":467,"timestamp":2678578197774,"id":18,"parentId":1,"tags":{},"startTime":1774330857712,"traceId":"da46b141a3d43ada"},{"name":"check-static-error-page","duration":2789,"timestamp":2678578208407,"id":20,"parentId":19,"tags":{},"startTime":1774330857722,"traceId":"da46b141a3d43ada"},{"name":"is-page-static","duration":237092,"timestamp":2678578211503,"id":36,"parentId":22,"tags":{},"startTime":1774330857725,"traceId":"da46b141a3d43ada"},{"name":"check-page","duration":239290,"timestamp":2678578209365,"id":22,"parentId":19,"tags":{"page":"/_global-error"},"startTime":1774330857723,"traceId":"da46b141a3d43ada"},{"name":"is-page-static","duration":272186,"timestamp":2678578211408,"id":35,"parentId":21,"tags":{},"startTime":1774330857725,"traceId":"da46b141a3d43ada"},{"name":"check-page","duration":274767,"timestamp":2678578208884,"id":21,"parentId":19,"tags":{"page":"/_not-found"},"startTime":1774330857723,"traceId":"da46b141a3d43ada"},{"name":"is-page-static","duration":276733,"timestamp":2678578211651,"id":42,"parentId":31,"tags":{},"startTime":1774330857725,"traceId":"da46b141a3d43ada"},{"name":"check-page","duration":277647,"timestamp":2678578210758,"id":31,"parentId":19,"tags":{"page":"/api/sessions/new"},"startTime":1774330857725,"traceId":"da46b141a3d43ada"},{"name":"is-page-static","duration":279929,"timestamp":2678578213380,"id":46,"parentId":27,"tags":{},"startTime":1774330857727,"traceId":"da46b141a3d43ada"},{"name":"check-page","duration":282819,"timestamp":2678578210530,"id":27,"parentId":19,"tags":{"page":"/api/models-config"},"startTime":1774330857724,"traceId":"da46b141a3d43ada"},{"name":"is-page-static","duration":286005,"timestamp":2678578211623,"id":41,"parentId":30,"tags":{},"startTime":1774330857725,"traceId":"da46b141a3d43ada"},{"name":"check-page","duration":286976,"timestamp":2678578210707,"id":30,"parentId":19,"tags":{"page":"/api/sessions/[id]"},"startTime":1774330857724,"traceId":"da46b141a3d43ada"},{"name":"is-page-static","duration":287482,"timestamp":2678578213449,"id":47,"parentId":28,"tags":{},"startTime":1774330857727,"traceId":"da46b141a3d43ada"},{"name":"check-page","duration":290355,"timestamp":2678578210606,"id":28,"parentId":19,"tags":{"page":"/api/models"},"startTime":1774330857724,"traceId":"da46b141a3d43ada"},{"name":"is-page-static","duration":289390,"timestamp":2678578211672,"id":43,"parentId":32,"tags":{},"startTime":1774330857725,"traceId":"da46b141a3d43ada"},{"name":"check-page","duration":290273,"timestamp":2678578210802,"id":32,"parentId":19,"tags":{"page":"/api/sessions"},"startTime":1774330857725,"traceId":"da46b141a3d43ada"},{"name":"is-page-static","duration":289447,"timestamp":2678578211691,"id":44,"parentId":33,"tags":{},"startTime":1774330857725,"traceId":"da46b141a3d43ada"},{"name":"check-page","duration":290303,"timestamp":2678578210849,"id":33,"parentId":19,"tags":{"page":"/favicon.ico"},"startTime":1774330857725,"traceId":"da46b141a3d43ada"},{"name":"is-page-static","duration":291800,"timestamp":2678578211600,"id":40,"parentId":29,"tags":{},"startTime":1774330857725,"traceId":"da46b141a3d43ada"},{"name":"check-page","duration":292767,"timestamp":2678578210662,"id":29,"parentId":19,"tags":{"page":"/api/sessions/[id]/context"},"startTime":1774330857724,"traceId":"da46b141a3d43ada"},{"name":"is-page-static","duration":301785,"timestamp":2678578211579,"id":39,"parentId":26,"tags":{},"startTime":1774330857725,"traceId":"da46b141a3d43ada"},{"name":"check-page","duration":302900,"timestamp":2678578210485,"id":26,"parentId":19,"tags":{"page":"/api/files/[...path]"},"startTime":1774330857724,"traceId":"da46b141a3d43ada"},{"name":"is-page-static","duration":303185,"timestamp":2678578213536,"id":48,"parentId":34,"tags":{},"startTime":1774330857727,"traceId":"da46b141a3d43ada"},{"name":"check-page","duration":305618,"timestamp":2678578211135,"id":34,"parentId":19,"tags":{"page":"/"},"startTime":1774330857725,"traceId":"da46b141a3d43ada"},{"name":"is-page-static","duration":649226,"timestamp":2678578211548,"id":38,"parentId":25,"tags":{},"startTime":1774330857725,"traceId":"da46b141a3d43ada"},{"name":"check-page","duration":650364,"timestamp":2678578210440,"id":25,"parentId":19,"tags":{"page":"/api/agent/new"},"startTime":1774330857724,"traceId":"da46b141a3d43ada"},{"name":"is-page-static","duration":650090,"timestamp":2678578211528,"id":37,"parentId":24,"tags":{},"startTime":1774330857725,"traceId":"da46b141a3d43ada"},{"name":"check-page","duration":651246,"timestamp":2678578210386,"id":24,"parentId":19,"tags":{"page":"/api/agent/[id]"},"startTime":1774330857724,"traceId":"da46b141a3d43ada"},{"name":"is-page-static","duration":655296,"timestamp":2678578213153,"id":45,"parentId":23,"tags":{},"startTime":1774330857727,"traceId":"da46b141a3d43ada"},{"name":"check-page","duration":658987,"timestamp":2678578209475,"id":23,"parentId":19,"tags":{"page":"/api/agent/[id]/events"},"startTime":1774330857723,"traceId":"da46b141a3d43ada"},{"name":"static-check","duration":660538,"timestamp":2678578207937,"id":19,"parentId":1,"tags":{},"startTime":1774330857722,"traceId":"da46b141a3d43ada"},{"name":"write-routes-manifest","duration":339,"timestamp":2678578868936,"id":50,"parentId":1,"tags":{},"startTime":1774330858383,"traceId":"da46b141a3d43ada"},{"name":"load-dotenv","duration":10,"timestamp":2678578873161,"id":53,"parentId":52,"tags":{},"startTime":1774330858387,"traceId":"da46b141a3d43ada"},{"name":"run-export-path-map","duration":196,"timestamp":2678578874186,"id":54,"parentId":52,"tags":{},"startTime":1774330858388,"traceId":"da46b141a3d43ada"},{"name":"next-export","duration":87922,"timestamp":2678578872680,"id":52,"parentId":1,"tags":{},"startTime":1774330858386,"traceId":"da46b141a3d43ada"},{"name":"move-exported-app-not-found-","duration":339,"timestamp":2678578961242,"id":55,"parentId":51,"tags":{},"startTime":1774330858475,"traceId":"da46b141a3d43ada"},{"name":"move-exported-app-global-error-","duration":252,"timestamp":2678578961618,"id":56,"parentId":51,"tags":{},"startTime":1774330858475,"traceId":"da46b141a3d43ada"},{"name":"static-generation","duration":92171,"timestamp":2678578870341,"id":51,"parentId":1,"tags":{},"startTime":1774330858384,"traceId":"da46b141a3d43ada"},{"name":"write-routes-manifest","duration":138,"timestamp":2678578962581,"id":57,"parentId":1,"tags":{},"startTime":1774330858476,"traceId":"da46b141a3d43ada"},{"name":"print-tree-view","duration":1753,"timestamp":2678578968910,"id":58,"parentId":1,"tags":{},"startTime":1774330858483,"traceId":"da46b141a3d43ada"},{"name":"write-route-bundle-stats","duration":5489,"timestamp":2678578970671,"id":59,"parentId":1,"tags":{},"startTime":1774330858484,"traceId":"da46b141a3d43ada"},{"name":"telemetry-flush","duration":488854,"timestamp":2678578976170,"id":60,"parentId":1,"tags":{},"startTime":1774330858490,"traceId":"da46b141a3d43ada"},{"name":"next-build","duration":5092611,"timestamp":2678574372444,"id":1,"tags":{"buildMode":"default","version":"16.2.1","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1774330853886,"traceId":"da46b141a3d43ada"}]
1
+ [{"name":"generate-buildid","duration":122,"timestamp":2701718549560,"id":4,"parentId":1,"tags":{},"startTime":1774353998097,"traceId":"ba3365a08d2d44a5"},{"name":"load-custom-routes","duration":254,"timestamp":2701718549737,"id":5,"parentId":1,"tags":{},"startTime":1774353998097,"traceId":"ba3365a08d2d44a5"},{"name":"create-dist-dir","duration":2238,"timestamp":2701718550018,"id":6,"parentId":1,"tags":{},"startTime":1774353998098,"traceId":"ba3365a08d2d44a5"},{"name":"clean","duration":21256,"timestamp":2701718552752,"id":7,"parentId":1,"tags":{},"startTime":1774353998100,"traceId":"ba3365a08d2d44a5"},{"name":"discover-routes","duration":3277,"timestamp":2701718580002,"id":8,"parentId":1,"tags":{},"startTime":1774353998128,"traceId":"ba3365a08d2d44a5"},{"name":"create-root-mapping","duration":31,"timestamp":2701718583303,"id":9,"parentId":1,"tags":{},"startTime":1774353998131,"traceId":"ba3365a08d2d44a5"},{"name":"generate-route-types","duration":9406,"timestamp":2701718583997,"id":10,"parentId":1,"tags":{},"startTime":1774353998132,"traceId":"ba3365a08d2d44a5"},{"name":"public-dir-conflict-check","duration":60,"timestamp":2701718593444,"id":11,"parentId":1,"tags":{},"startTime":1774353998141,"traceId":"ba3365a08d2d44a5"},{"name":"generate-routes-manifest","duration":1246,"timestamp":2701718593554,"id":12,"parentId":1,"tags":{},"startTime":1774353998141,"traceId":"ba3365a08d2d44a5"},{"name":"create-entrypoints","duration":6153,"timestamp":2701718860069,"id":17,"parentId":15,"tags":{},"startTime":1774353998408,"traceId":"ba3365a08d2d44a5"},{"name":"generate-webpack-config","duration":137005,"timestamp":2701718866315,"id":18,"parentId":16,"tags":{},"startTime":1774353998414,"traceId":"ba3365a08d2d44a5"},{"name":"next-trace-entrypoint-plugin","duration":936,"timestamp":2701719051556,"id":20,"parentId":19,"tags":{},"startTime":1774353998599,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-ts","duration":19013,"timestamp":2701719261028,"id":36,"parentId":19,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/lib/rpc-manager.ts","layer":"rsc"},"startTime":1774353998809,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-css","duration":639,"timestamp":2701719283036,"id":37,"parentId":19,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/app/globals.css","layer":"rsc"},"startTime":1774353998831,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":240466,"timestamp":2701719053966,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Fnew%2Froute&name=app%2Fapi%2Fsessions%2Fnew%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Fnew%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fsessions%2Fnew%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":3637,"timestamp":2701719294998,"id":38,"parentId":19,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/AppShell.tsx","layer":"rsc"},"startTime":1774353998843,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":244621,"timestamp":2701719054029,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmodels%2Froute&name=app%2Fapi%2Fmodels%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmodels%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fmodels%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":249407,"timestamp":2701719053950,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2F%5B...path%5D%2Froute&name=app%2Fapi%2Ffiles%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2F%5B...path%5D%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Ffiles%2F%5B...path%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998601,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":249416,"timestamp":2701719053960,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fsessions%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5Bid%5D%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":249434,"timestamp":2701719053955,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext%2Froute&name=app%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":249406,"timestamp":2701719053993,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":249430,"timestamp":2701719053972,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Froute&name=app%2Fapi%2Fsessions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fsessions%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":249378,"timestamp":2701719054027,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmodels-config%2Froute&name=app%2Fapi%2Fmodels-config%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmodels-config%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fmodels-config%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":251058,"timestamp":2701719053917,"id":23,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_global-error%2Fpage&name=app%2F_global-error%2Fpage&pagePath=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error.js&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998601,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":252534,"timestamp":2701719053648,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998601,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":252157,"timestamp":2701719054031,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":267136,"timestamp":2701719053935,"id":24,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagent%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fagent%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagent%2F%5Bid%5D%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998601,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":267138,"timestamp":2701719053944,"id":25,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagent%2Fnew%2Froute&name=app%2Fapi%2Fagent%2Fnew%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagent%2Fnew%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fagent%2Fnew%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998601,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":267073,"timestamp":2701719054012,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents%2Froute&name=app%2Fapi%2Fagent%2F%5Bid%5D%2Fevents%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagent%2F%5Bid%5D%2Fevents%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":8154,"timestamp":2701719375097,"id":123,"parentId":19,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/AppShell.tsx","layer":"ssr"},"startTime":1774353998923,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":2003,"timestamp":2701719410275,"id":126,"parentId":123,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/TabBar.tsx","layer":"ssr"},"startTime":1774353998958,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":3566,"timestamp":2701719410453,"id":127,"parentId":123,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/FileViewer.tsx","layer":"ssr"},"startTime":1774353998958,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":9768,"timestamp":2701719410027,"id":125,"parentId":123,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/ChatWindow.tsx","layer":"ssr"},"startTime":1774353998958,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":17056,"timestamp":2701719409610,"id":124,"parentId":123,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/SessionSidebar.tsx","layer":"ssr"},"startTime":1774353998957,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":2856,"timestamp":2701719430876,"id":128,"parentId":125,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/BranchNavigator.tsx","layer":"ssr"},"startTime":1774353998978,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":4682,"timestamp":2701719431139,"id":129,"parentId":125,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/ChatMinimap.tsx","layer":"ssr"},"startTime":1774353998979,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":6714,"timestamp":2701719431362,"id":130,"parentId":125,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/ChatInput.tsx","layer":"ssr"},"startTime":1774353998979,"traceId":"ba3365a08d2d44a5"},{"name":"make","duration":470166,"timestamp":2701719053507,"id":21,"parentId":19,"tags":{},"startTime":1774353998601,"traceId":"ba3365a08d2d44a5"},{"name":"get-entries","duration":496,"timestamp":2701719524445,"id":132,"parentId":131,"tags":{},"startTime":1774353999072,"traceId":"ba3365a08d2d44a5"},{"name":"node-file-trace-plugin","duration":44850,"timestamp":2701719527062,"id":133,"parentId":131,"tags":{"traceEntryCount":"24"},"startTime":1774353999075,"traceId":"ba3365a08d2d44a5"},{"name":"collect-traced-files","duration":413,"timestamp":2701719571924,"id":134,"parentId":131,"tags":{},"startTime":1774353999119,"traceId":"ba3365a08d2d44a5"},{"name":"finish-modules","duration":48003,"timestamp":2701719524336,"id":131,"parentId":20,"tags":{},"startTime":1774353999072,"traceId":"ba3365a08d2d44a5"},{"name":"chunk-graph","duration":13525,"timestamp":2701719589326,"id":136,"parentId":135,"tags":{},"startTime":1774353999137,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-modules","duration":12,"timestamp":2701719602916,"id":138,"parentId":135,"tags":{},"startTime":1774353999150,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-chunks","duration":6034,"timestamp":2701719602965,"id":139,"parentId":135,"tags":{},"startTime":1774353999151,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-tree","duration":14,"timestamp":2701719609036,"id":140,"parentId":135,"tags":{},"startTime":1774353999157,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-chunk-modules","duration":7823,"timestamp":2701719609090,"id":141,"parentId":135,"tags":{},"startTime":1774353999157,"traceId":"ba3365a08d2d44a5"},{"name":"optimize","duration":14050,"timestamp":2701719602888,"id":137,"parentId":135,"tags":{},"startTime":1774353999150,"traceId":"ba3365a08d2d44a5"},{"name":"module-hash","duration":7831,"timestamp":2701719624395,"id":142,"parentId":135,"tags":{},"startTime":1774353999172,"traceId":"ba3365a08d2d44a5"},{"name":"code-generation","duration":79796,"timestamp":2701719632250,"id":143,"parentId":135,"tags":{},"startTime":1774353999180,"traceId":"ba3365a08d2d44a5"},{"name":"hash","duration":3606,"timestamp":2701719714264,"id":144,"parentId":135,"tags":{},"startTime":1774353999262,"traceId":"ba3365a08d2d44a5"},{"name":"code-generation-jobs","duration":113,"timestamp":2701719717869,"id":145,"parentId":135,"tags":{},"startTime":1774353999265,"traceId":"ba3365a08d2d44a5"},{"name":"module-assets","duration":173,"timestamp":2701719717957,"id":146,"parentId":135,"tags":{},"startTime":1774353999266,"traceId":"ba3365a08d2d44a5"},{"name":"create-chunk-assets","duration":1672,"timestamp":2701719718137,"id":147,"parentId":135,"tags":{},"startTime":1774353999266,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":13930,"timestamp":2701719733952,"id":149,"parentId":148,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1774353999282,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":13870,"timestamp":2701719734017,"id":150,"parentId":148,"tags":{"name":"../app/_global-error/page.js","cache":"HIT"},"startTime":1774353999282,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11720,"timestamp":2701719736168,"id":153,"parentId":148,"tags":{"name":"../app/api/files/[...path]/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11711,"timestamp":2701719736180,"id":154,"parentId":148,"tags":{"name":"../app/api/sessions/[id]/context/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11709,"timestamp":2701719736183,"id":155,"parentId":148,"tags":{"name":"../app/api/sessions/[id]/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11708,"timestamp":2701719736185,"id":156,"parentId":148,"tags":{"name":"../app/api/sessions/new/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11705,"timestamp":2701719736188,"id":157,"parentId":148,"tags":{"name":"../app/api/sessions/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11698,"timestamp":2701719736197,"id":158,"parentId":148,"tags":{"name":"../app/favicon.ico/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11359,"timestamp":2701719736537,"id":160,"parentId":148,"tags":{"name":"../app/api/models-config/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11350,"timestamp":2701719736546,"id":161,"parentId":148,"tags":{"name":"../app/api/models/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":49,"timestamp":2701719747848,"id":163,"parentId":148,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1774353999295,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":33,"timestamp":2701719747864,"id":164,"parentId":148,"tags":{"name":"573.js","cache":"HIT"},"startTime":1774353999295,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":26,"timestamp":2701719747872,"id":165,"parentId":148,"tags":{"name":"65.js","cache":"HIT"},"startTime":1774353999295,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":25,"timestamp":2701719747874,"id":166,"parentId":148,"tags":{"name":"741.js","cache":"HIT"},"startTime":1774353999295,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":23,"timestamp":2701719747876,"id":167,"parentId":148,"tags":{"name":"813.js","cache":"HIT"},"startTime":1774353999295,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":22,"timestamp":2701719747878,"id":168,"parentId":148,"tags":{"name":"63.js","cache":"HIT"},"startTime":1774353999295,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":21,"timestamp":2701719747880,"id":169,"parentId":148,"tags":{"name":"918.js","cache":"HIT"},"startTime":1774353999295,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":12134,"timestamp":2701719735874,"id":152,"parentId":148,"tags":{"name":"../app/api/agent/new/route.js","cache":"MISS"},"startTime":1774353999283,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":14001,"timestamp":2701719734022,"id":151,"parentId":148,"tags":{"name":"../app/api/agent/[id]/route.js","cache":"MISS"},"startTime":1774353999282,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11830,"timestamp":2701719736201,"id":159,"parentId":148,"tags":{"name":"../app/api/agent/[id]/events/route.js","cache":"MISS"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":75739,"timestamp":2701719736552,"id":162,"parentId":148,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-webpack-plugin-optimize","duration":83502,"timestamp":2701719728800,"id":148,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1774353999276,"traceId":"ba3365a08d2d44a5"},{"name":"css-minimizer-plugin","duration":104,"timestamp":2701719812417,"id":170,"parentId":19,"tags":{},"startTime":1774353999360,"traceId":"ba3365a08d2d44a5"},{"name":"create-trace-assets","duration":915,"timestamp":2701719812658,"id":171,"parentId":20,"tags":{},"startTime":1774353999360,"traceId":"ba3365a08d2d44a5"},{"name":"seal","duration":237150,"timestamp":2701719581020,"id":135,"parentId":19,"tags":{},"startTime":1774353999129,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-compilation","duration":773243,"timestamp":2701719050677,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1774353998598,"traceId":"ba3365a08d2d44a5"},{"name":"emit","duration":5144,"timestamp":2701719824126,"id":172,"parentId":16,"tags":{},"startTime":1774353999372,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-close","duration":167350,"timestamp":2701719829898,"id":173,"parentId":16,"tags":{"name":"server"},"startTime":1774353999377,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-generate-error-stats","duration":1261,"timestamp":2701719997291,"id":174,"parentId":173,"tags":{},"startTime":1774353999545,"traceId":"ba3365a08d2d44a5"},{"name":"run-webpack-compiler","duration":1138656,"timestamp":2701718860066,"id":16,"parentId":15,"tags":{},"startTime":1774353998408,"traceId":"ba3365a08d2d44a5"},{"name":"format-webpack-messages","duration":45,"timestamp":2701719998726,"id":175,"parentId":15,"tags":{},"startTime":1774353999546,"traceId":"ba3365a08d2d44a5"},{"name":"worker-main-server","duration":1139017,"timestamp":2701718859845,"id":15,"parentId":1,"tags":{},"startTime":1774353998407,"traceId":"ba3365a08d2d44a5"},{"name":"create-entrypoints","duration":4796,"timestamp":2701720248771,"id":179,"parentId":177,"tags":{},"startTime":1774353999796,"traceId":"ba3365a08d2d44a5"},{"name":"generate-webpack-config","duration":128230,"timestamp":2701720253643,"id":180,"parentId":178,"tags":{},"startTime":1774353999801,"traceId":"ba3365a08d2d44a5"},{"name":"make","duration":546,"timestamp":2701720431658,"id":182,"parentId":181,"tags":{},"startTime":1774353999979,"traceId":"ba3365a08d2d44a5"},{"name":"chunk-graph","duration":385,"timestamp":2701720433455,"id":184,"parentId":183,"tags":{},"startTime":1774353999981,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-modules","duration":13,"timestamp":2701720433895,"id":186,"parentId":183,"tags":{},"startTime":1774353999981,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-chunks","duration":85,"timestamp":2701720433950,"id":187,"parentId":183,"tags":{},"startTime":1774353999982,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-tree","duration":12,"timestamp":2701720434065,"id":188,"parentId":183,"tags":{},"startTime":1774353999982,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-chunk-modules","duration":63,"timestamp":2701720434169,"id":189,"parentId":183,"tags":{},"startTime":1774353999982,"traceId":"ba3365a08d2d44a5"},{"name":"optimize","duration":383,"timestamp":2701720433870,"id":185,"parentId":183,"tags":{},"startTime":1774353999981,"traceId":"ba3365a08d2d44a5"},{"name":"module-hash","duration":52,"timestamp":2701720434580,"id":190,"parentId":183,"tags":{},"startTime":1774353999982,"traceId":"ba3365a08d2d44a5"},{"name":"code-generation","duration":73,"timestamp":2701720434655,"id":191,"parentId":183,"tags":{},"startTime":1774353999982,"traceId":"ba3365a08d2d44a5"},{"name":"hash","duration":207,"timestamp":2701720434861,"id":192,"parentId":183,"tags":{},"startTime":1774353999982,"traceId":"ba3365a08d2d44a5"},{"name":"code-generation-jobs","duration":37,"timestamp":2701720435067,"id":193,"parentId":183,"tags":{},"startTime":1774353999983,"traceId":"ba3365a08d2d44a5"},{"name":"module-assets","duration":38,"timestamp":2701720435093,"id":194,"parentId":183,"tags":{},"startTime":1774353999983,"traceId":"ba3365a08d2d44a5"},{"name":"create-chunk-assets","duration":134,"timestamp":2701720435135,"id":195,"parentId":183,"tags":{},"startTime":1774353999983,"traceId":"ba3365a08d2d44a5"}]
2
+ [{"name":"minify-js","duration":105,"timestamp":2701720440139,"id":197,"parentId":196,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1774353999988,"traceId":"ba3365a08d2d44a5"},{"name":"minify-webpack-plugin-optimize","duration":3043,"timestamp":2701720437204,"id":196,"parentId":181,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1774353999985,"traceId":"ba3365a08d2d44a5"},{"name":"css-minimizer-plugin","duration":80,"timestamp":2701720440320,"id":198,"parentId":181,"tags":{},"startTime":1774353999988,"traceId":"ba3365a08d2d44a5"},{"name":"seal","duration":8690,"timestamp":2701720433266,"id":183,"parentId":181,"tags":{},"startTime":1774353999981,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-compilation","duration":12443,"timestamp":2701720429691,"id":181,"parentId":178,"tags":{"name":"edge-server"},"startTime":1774353999977,"traceId":"ba3365a08d2d44a5"},{"name":"emit","duration":987,"timestamp":2701720442362,"id":199,"parentId":178,"tags":{},"startTime":1774353999990,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-close","duration":343,"timestamp":2701720443665,"id":200,"parentId":178,"tags":{"name":"edge-server"},"startTime":1774353999991,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-generate-error-stats","duration":1251,"timestamp":2701720444039,"id":201,"parentId":200,"tags":{},"startTime":1774353999992,"traceId":"ba3365a08d2d44a5"},{"name":"run-webpack-compiler","duration":196573,"timestamp":2701720248764,"id":178,"parentId":177,"tags":{},"startTime":1774353999796,"traceId":"ba3365a08d2d44a5"},{"name":"format-webpack-messages","duration":50,"timestamp":2701720445340,"id":202,"parentId":177,"tags":{},"startTime":1774353999993,"traceId":"ba3365a08d2d44a5"},{"name":"worker-main-edge-server","duration":196935,"timestamp":2701720248535,"id":177,"parentId":1,"tags":{},"startTime":1774353999796,"traceId":"ba3365a08d2d44a5"},{"name":"create-entrypoints","duration":5350,"timestamp":2701720690160,"id":205,"parentId":203,"tags":{},"startTime":1774354000238,"traceId":"ba3365a08d2d44a5"},{"name":"generate-webpack-config","duration":125978,"timestamp":2701720695599,"id":206,"parentId":204,"tags":{},"startTime":1774354000243,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85265,"timestamp":2701720868331,"id":213,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85266,"timestamp":2701720868342,"id":214,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85254,"timestamp":2701720868357,"id":217,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85244,"timestamp":2701720868371,"id":218,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85230,"timestamp":2701720868386,"id":219,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85228,"timestamp":2701720868391,"id":220,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85228,"timestamp":2701720868393,"id":221,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85231,"timestamp":2701720868395,"id":222,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85237,"timestamp":2701720868397,"id":223,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85243,"timestamp":2701720868398,"id":224,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85243,"timestamp":2701720868402,"id":225,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85242,"timestamp":2701720868404,"id":226,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85241,"timestamp":2701720868406,"id":227,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85240,"timestamp":2701720868408,"id":228,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85239,"timestamp":2701720868410,"id":229,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":116805,"timestamp":2701720868352,"id":216,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":17280,"timestamp":2701720989732,"id":231,"parentId":207,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/AppShell.tsx","layer":"app-pages-browser"},"startTime":1774354000537,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":165552,"timestamp":2701720868314,"id":212,"parentId":208,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":50643,"timestamp":2701721039348,"id":235,"parentId":231,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/TabBar.tsx","layer":"app-pages-browser"},"startTime":1774354000587,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":52435,"timestamp":2701721039688,"id":236,"parentId":231,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/FileViewer.tsx","layer":"app-pages-browser"},"startTime":1774354000587,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":59888,"timestamp":2701721039880,"id":237,"parentId":231,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/ChatWindow.tsx","layer":"app-pages-browser"},"startTime":1774354000587,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":65930,"timestamp":2701721040100,"id":238,"parentId":231,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/SessionSidebar.tsx","layer":"app-pages-browser"},"startTime":1774354000588,"traceId":"ba3365a08d2d44a5"},{"name":"postcss-process","duration":54843,"timestamp":2701721082275,"id":239,"parentId":234,"tags":{},"startTime":1774354000630,"traceId":"ba3365a08d2d44a5"},{"name":"postcss-loader","duration":107397,"timestamp":2701721029776,"id":234,"parentId":233,"tags":{},"startTime":1774354000577,"traceId":"ba3365a08d2d44a5"},{"name":"css-loader","duration":13617,"timestamp":2701721137275,"id":240,"parentId":233,"tags":{"astUsed":"true"},"startTime":1774354000685,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":3623,"timestamp":2701721152833,"id":242,"parentId":237,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/BranchNavigator.tsx","layer":"app-pages-browser"},"startTime":1774354000700,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":5224,"timestamp":2701721153081,"id":243,"parentId":237,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/ChatMinimap.tsx","layer":"app-pages-browser"},"startTime":1774354000701,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":8554,"timestamp":2701721152543,"id":241,"parentId":237,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/ChatInput.tsx","layer":"app-pages-browser"},"startTime":1774354000700,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-css","duration":140887,"timestamp":2701721028148,"id":233,"parentId":232,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/app/globals.css.webpack[javascript/auto]!=!/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!/Users/alex/Documents/Workspace/pi-web/app/globals.css","layer":null},"startTime":1774354000576,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-css","duration":157774,"timestamp":2701721018359,"id":232,"parentId":207,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/app/globals.css","layer":"app-pages-browser"},"startTime":1774354000566,"traceId":"ba3365a08d2d44a5"},{"name":"build-module","duration":56,"timestamp":2701721180022,"id":244,"parentId":232,"tags":{},"startTime":1774354000728,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":311799,"timestamp":2701720868348,"id":215,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":313405,"timestamp":2701720868299,"id":211,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":313666,"timestamp":2701720868046,"id":209,"parentId":208,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":313429,"timestamp":2701720868285,"id":210,"parentId":208,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":371909,"timestamp":2701720868412,"id":230,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fcomponents%2FAppShell.tsx%22%2C%22ids%22%3A%5B%22AppShell%22%5D%7D&server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"make","duration":372577,"timestamp":2701720867862,"id":208,"parentId":207,"tags":{},"startTime":1774354000415,"traceId":"ba3365a08d2d44a5"},{"name":"chunk-graph","duration":5008,"timestamp":2701721255209,"id":246,"parentId":245,"tags":{},"startTime":1774354000803,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-modules","duration":14,"timestamp":2701721260276,"id":248,"parentId":245,"tags":{},"startTime":1774354000808,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-chunks","duration":3652,"timestamp":2701721261211,"id":250,"parentId":245,"tags":{},"startTime":1774354000809,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-tree","duration":12,"timestamp":2701721264894,"id":251,"parentId":245,"tags":{},"startTime":1774354000812,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-chunk-modules","duration":7509,"timestamp":2701721264941,"id":252,"parentId":245,"tags":{},"startTime":1774354000812,"traceId":"ba3365a08d2d44a5"},{"name":"optimize","duration":12222,"timestamp":2701721260250,"id":247,"parentId":245,"tags":{},"startTime":1774354000808,"traceId":"ba3365a08d2d44a5"},{"name":"module-hash","duration":6802,"timestamp":2701721278583,"id":253,"parentId":245,"tags":{},"startTime":1774354000826,"traceId":"ba3365a08d2d44a5"},{"name":"code-generation","duration":32227,"timestamp":2701721285407,"id":254,"parentId":245,"tags":{},"startTime":1774354000833,"traceId":"ba3365a08d2d44a5"},{"name":"hash","duration":4224,"timestamp":2701721319097,"id":255,"parentId":245,"tags":{},"startTime":1774354000867,"traceId":"ba3365a08d2d44a5"},{"name":"code-generation-jobs","duration":99,"timestamp":2701721323320,"id":256,"parentId":245,"tags":{},"startTime":1774354000871,"traceId":"ba3365a08d2d44a5"},{"name":"module-assets","duration":150,"timestamp":2701721323393,"id":257,"parentId":245,"tags":{},"startTime":1774354000871,"traceId":"ba3365a08d2d44a5"},{"name":"create-chunk-assets","duration":4144,"timestamp":2701721323547,"id":258,"parentId":245,"tags":{},"startTime":1774354000871,"traceId":"ba3365a08d2d44a5"},{"name":"NextJsBuildManifest-generateClientManifest","duration":861,"timestamp":2701721328893,"id":260,"parentId":207,"tags":{},"startTime":1774354000876,"traceId":"ba3365a08d2d44a5"},{"name":"NextJsBuildManifest-createassets","duration":1300,"timestamp":2701721328458,"id":259,"parentId":207,"tags":{},"startTime":1774354000876,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5634,"timestamp":2701721333205,"id":262,"parentId":261,"tags":{"name":"static/chunks/main-2d23a4c2e25541b7.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5572,"timestamp":2701721333270,"id":263,"parentId":261,"tags":{"name":"static/chunks/main-app-d700fd593b493e20.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5568,"timestamp":2701721333275,"id":264,"parentId":261,"tags":{"name":"static/chunks/app/_not-found/page-887a0af04beed72c.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5565,"timestamp":2701721333278,"id":265,"parentId":261,"tags":{"name":"static/chunks/app/_global-error/page-8f6cb8a6686bc26f.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5566,"timestamp":2701721333281,"id":266,"parentId":261,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-f8fc384fbbe7c16c.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5564,"timestamp":2701721333284,"id":267,"parentId":261,"tags":{"name":"static/chunks/app/layout-7f371d404aaa0970.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5562,"timestamp":2701721333287,"id":268,"parentId":261,"tags":{"name":"static/chunks/next/dist/client/components/builtin/global-error-a638c8f308bb67c3.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5560,"timestamp":2701721333290,"id":269,"parentId":261,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-ee10c62c8df57d6e.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5558,"timestamp":2701721333293,"id":270,"parentId":261,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-99d4f6db82114938.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5552,"timestamp":2701721333299,"id":271,"parentId":261,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-0648e82e804f4ad7.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5546,"timestamp":2701721333307,"id":272,"parentId":261,"tags":{"name":"static/chunks/app/api/agent/[id]/route-8c12f994aabfe3a7.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5539,"timestamp":2701721333314,"id":273,"parentId":261,"tags":{"name":"static/chunks/app/api/agent/new/route-aeaa4c7f01deeb31.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5535,"timestamp":2701721333319,"id":274,"parentId":261,"tags":{"name":"static/chunks/app/api/files/[...path]/route-cebaae20a0b0770c.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5533,"timestamp":2701721333322,"id":275,"parentId":261,"tags":{"name":"static/chunks/app/api/sessions/[id]/context/route-b35bc80afa630989.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5531,"timestamp":2701721333325,"id":276,"parentId":261,"tags":{"name":"static/chunks/app/api/sessions/[id]/route-3d51688f035957fd.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5529,"timestamp":2701721333327,"id":277,"parentId":261,"tags":{"name":"static/chunks/app/api/sessions/new/route-af601d58c06b5f4e.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5528,"timestamp":2701721333330,"id":278,"parentId":261,"tags":{"name":"static/chunks/app/api/sessions/route-2dde305b21bd782a.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5526,"timestamp":2701721333332,"id":279,"parentId":261,"tags":{"name":"static/chunks/app/api/agent/[id]/events/route-706c22307f0287b1.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5524,"timestamp":2701721333335,"id":280,"parentId":261,"tags":{"name":"static/chunks/app/api/models-config/route-b83a93c94dd519af.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5522,"timestamp":2701721333337,"id":281,"parentId":261,"tags":{"name":"static/chunks/app/api/models/route-95ae94f506feb2ac.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":195,"timestamp":2701721338665,"id":283,"parentId":261,"tags":{"name":"static/chunks/webpack-7465ba623a767ec7.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":184,"timestamp":2701721338678,"id":284,"parentId":261,"tags":{"name":"static/chunks/451.be6edb7913629345.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":181,"timestamp":2701721338681,"id":285,"parentId":261,"tags":{"name":"static/chunks/framework-7095eccdca27f6c8.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":178,"timestamp":2701721338685,"id":286,"parentId":261,"tags":{"name":"static/chunks/4bd1b696-8893c63c9192106c.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":176,"timestamp":2701721338688,"id":287,"parentId":261,"tags":{"name":"static/chunks/110-052badb5cd1c3f9a.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":174,"timestamp":2701721338691,"id":288,"parentId":261,"tags":{"name":"static/chunks/794-ffe414c72fa92af7.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":172,"timestamp":2701721338694,"id":289,"parentId":261,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":30,"timestamp":2701721338836,"id":293,"parentId":261,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":367,"timestamp":2701721338698,"id":290,"parentId":261,"tags":{"name":"static/UW-CKcK5B6AAyNf06F5iF/_ssgManifest.js","cache":"MISS"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":317,"timestamp":2701721338766,"id":291,"parentId":261,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":386,"timestamp":2701721338804,"id":292,"parentId":261,"tags":{"name":"static/UW-CKcK5B6AAyNf06F5iF/_buildManifest.js","cache":"MISS"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":23066,"timestamp":2701721333341,"id":282,"parentId":261,"tags":{"name":"static/chunks/app/page-830c41aa78d027e5.js","cache":"MISS"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-webpack-plugin-optimize","duration":26197,"timestamp":2701721330215,"id":261,"parentId":207,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1774354000878,"traceId":"ba3365a08d2d44a5"},{"name":"minify-css","duration":112512,"timestamp":2701721356572,"id":295,"parentId":294,"tags":{"file":"static/css/29b559b27de82e2a.css","cache":"MISS"},"startTime":1774354000904,"traceId":"ba3365a08d2d44a5"},{"name":"css-minimizer-plugin","duration":112606,"timestamp":2701721356485,"id":294,"parentId":207,"tags":{},"startTime":1774354000904,"traceId":"ba3365a08d2d44a5"},{"name":"seal","duration":227512,"timestamp":2701721248311,"id":245,"parentId":207,"tags":{},"startTime":1774354000796,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-compilation","duration":609763,"timestamp":2701720866227,"id":207,"parentId":204,"tags":{"name":"client"},"startTime":1774354000414,"traceId":"ba3365a08d2d44a5"}]
3
+ [{"name":"emit","duration":9376,"timestamp":2701721476170,"id":296,"parentId":204,"tags":{},"startTime":1774354001024,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-close","duration":107965,"timestamp":2701721486123,"id":297,"parentId":204,"tags":{"name":"client"},"startTime":1774354001034,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-generate-error-stats","duration":1272,"timestamp":2701721594139,"id":298,"parentId":297,"tags":{},"startTime":1774354001142,"traceId":"ba3365a08d2d44a5"},{"name":"run-webpack-compiler","duration":905409,"timestamp":2701720690157,"id":204,"parentId":203,"tags":{},"startTime":1774354000238,"traceId":"ba3365a08d2d44a5"},{"name":"format-webpack-messages","duration":45,"timestamp":2701721595569,"id":299,"parentId":203,"tags":{},"startTime":1774354001143,"traceId":"ba3365a08d2d44a5"},{"name":"worker-main-client","duration":905742,"timestamp":2701720689952,"id":203,"parentId":1,"tags":{},"startTime":1774354000238,"traceId":"ba3365a08d2d44a5"},{"name":"run-webpack","duration":3006624,"timestamp":2701718598698,"id":14,"parentId":1,"tags":{},"startTime":1774353998146,"traceId":"ba3365a08d2d44a5"},{"name":"run-typescript","duration":1733311,"timestamp":2701721608888,"id":302,"parentId":1,"tags":{},"startTime":1774354001156,"traceId":"ba3365a08d2d44a5"},{"name":"generate-required-server-files","duration":497,"timestamp":2701723343186,"id":304,"parentId":1,"tags":{},"startTime":1774354002891,"traceId":"ba3365a08d2d44a5"},{"name":"check-static-error-page","duration":2650,"timestamp":2701723351110,"id":306,"parentId":305,"tags":{},"startTime":1774354002899,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":232629,"timestamp":2701723354068,"id":322,"parentId":308,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":234704,"timestamp":2701723352044,"id":308,"parentId":305,"tags":{"page":"/_global-error"},"startTime":1774354002900,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":276312,"timestamp":2701723361784,"id":332,"parentId":314,"tags":{},"startTime":1774354002909,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":284942,"timestamp":2701723353205,"id":314,"parentId":305,"tags":{"page":"/api/models"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":286162,"timestamp":2701723354232,"id":330,"parentId":319,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":286999,"timestamp":2701723353428,"id":319,"parentId":305,"tags":{"page":"/favicon.ico"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":292323,"timestamp":2701723354156,"id":326,"parentId":315,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":293242,"timestamp":2701723353260,"id":315,"parentId":305,"tags":{"page":"/api/sessions/[id]/context"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":294929,"timestamp":2701723353978,"id":321,"parentId":307,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":297425,"timestamp":2701723351519,"id":307,"parentId":305,"tags":{"page":"/_not-found"},"startTime":1774354002899,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":290948,"timestamp":2701723362327,"id":333,"parentId":313,"tags":{},"startTime":1774354002910,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":300154,"timestamp":2701723353135,"id":313,"parentId":305,"tags":{"page":"/api/models-config"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":303695,"timestamp":2701723354217,"id":329,"parentId":318,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":304560,"timestamp":2701723353388,"id":318,"parentId":305,"tags":{"page":"/api/sessions"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":305663,"timestamp":2701723354134,"id":325,"parentId":312,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":306727,"timestamp":2701723353087,"id":312,"parentId":305,"tags":{"page":"/api/files/[...path]"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":308867,"timestamp":2701723354200,"id":328,"parentId":317,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":309757,"timestamp":2701723353351,"id":317,"parentId":305,"tags":{"page":"/api/sessions/new"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":311992,"timestamp":2701723354182,"id":327,"parentId":316,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":312906,"timestamp":2701723353303,"id":316,"parentId":305,"tags":{"page":"/api/sessions/[id]"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":303712,"timestamp":2701723362552,"id":334,"parentId":320,"tags":{},"startTime":1774354002910,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":312575,"timestamp":2701723353700,"id":320,"parentId":305,"tags":{"page":"/"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":680421,"timestamp":2701723354114,"id":324,"parentId":311,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":681515,"timestamp":2701723353045,"id":311,"parentId":305,"tags":{"page":"/api/agent/new"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":674394,"timestamp":2701723361320,"id":331,"parentId":309,"tags":{},"startTime":1774354002909,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":683571,"timestamp":2701723352154,"id":309,"parentId":305,"tags":{"page":"/api/agent/[id]/events"},"startTime":1774354002900,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":684292,"timestamp":2701723354095,"id":323,"parentId":310,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":685397,"timestamp":2701723352996,"id":310,"parentId":305,"tags":{"page":"/api/agent/[id]"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"static-check","duration":687586,"timestamp":2701723350825,"id":305,"parentId":1,"tags":{},"startTime":1774354002898,"traceId":"ba3365a08d2d44a5"},{"name":"write-routes-manifest","duration":2216,"timestamp":2701724123832,"id":338,"parentId":1,"tags":{},"startTime":1774354003671,"traceId":"ba3365a08d2d44a5"},{"name":"load-dotenv","duration":13,"timestamp":2701724289655,"id":341,"parentId":340,"tags":{},"startTime":1774354003837,"traceId":"ba3365a08d2d44a5"},{"name":"run-export-path-map","duration":203,"timestamp":2701724521137,"id":342,"parentId":340,"tags":{},"startTime":1774354004069,"traceId":"ba3365a08d2d44a5"},{"name":"next-export","duration":346317,"timestamp":2701724289212,"id":340,"parentId":1,"tags":{},"startTime":1774354003837,"traceId":"ba3365a08d2d44a5"},{"name":"move-exported-app-not-found-","duration":8727,"timestamp":2701724636229,"id":343,"parentId":339,"tags":{},"startTime":1774354004184,"traceId":"ba3365a08d2d44a5"},{"name":"move-exported-app-global-error-","duration":5937,"timestamp":2701724644994,"id":344,"parentId":339,"tags":{},"startTime":1774354004193,"traceId":"ba3365a08d2d44a5"},{"name":"static-generation","duration":514602,"timestamp":2701724286108,"id":339,"parentId":1,"tags":{},"startTime":1774354003834,"traceId":"ba3365a08d2d44a5"},{"name":"write-routes-manifest","duration":52487,"timestamp":2701724800881,"id":345,"parentId":1,"tags":{},"startTime":1774354004348,"traceId":"ba3365a08d2d44a5"},{"name":"node-file-trace-build","duration":6687892,"timestamp":2701724120864,"id":337,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1774354003668,"traceId":"ba3365a08d2d44a5"},{"name":"apply-include-excludes","duration":385,"timestamp":2701730808769,"id":346,"parentId":1,"tags":{},"startTime":1774354010356,"traceId":"ba3365a08d2d44a5"},{"name":"collect-build-traces","duration":6770109,"timestamp":2701724039053,"id":336,"parentId":1,"tags":{},"startTime":1774354003587,"traceId":"ba3365a08d2d44a5"},{"name":"print-tree-view","duration":942,"timestamp":2701730809724,"id":347,"parentId":1,"tags":{},"startTime":1774354010357,"traceId":"ba3365a08d2d44a5"},{"name":"telemetry-flush","duration":20,"timestamp":2701730810672,"id":348,"parentId":1,"tags":{},"startTime":1774354010358,"traceId":"ba3365a08d2d44a5"},{"name":"next-build","duration":12281388,"timestamp":2701718529308,"id":1,"tags":{"buildMode":"default","version":"16.2.1","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1774353998077,"traceId":"ba3365a08d2d44a5"}]
package/.next/trace-build CHANGED
@@ -1 +1 @@
1
- [{"name":"run-turbopack","duration":1841741,"timestamp":2678574720511,"id":14,"parentId":1,"tags":{},"startTime":1774330854234,"traceId":"da46b141a3d43ada"},{"name":"turbopack-build-events","duration":31,"timestamp":2678574819902,"id":15,"parentId":1,"tags":{},"startTime":1774330854334,"traceId":"da46b141a3d43ada"},{"name":"run-typescript","duration":1615008,"timestamp":2678576582370,"id":16,"parentId":1,"tags":{},"startTime":1774330856096,"traceId":"da46b141a3d43ada"},{"name":"static-check","duration":660538,"timestamp":2678578207937,"id":19,"parentId":1,"tags":{},"startTime":1774330857722,"traceId":"da46b141a3d43ada"},{"name":"static-generation","duration":92171,"timestamp":2678578870341,"id":51,"parentId":1,"tags":{},"startTime":1774330858384,"traceId":"da46b141a3d43ada"},{"name":"telemetry-flush","duration":488854,"timestamp":2678578976170,"id":60,"parentId":1,"tags":{},"startTime":1774330858490,"traceId":"da46b141a3d43ada"},{"name":"next-build","duration":5092611,"timestamp":2678574372444,"id":1,"tags":{"buildMode":"default","version":"16.2.1","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1774330853886,"traceId":"da46b141a3d43ada"}]
1
+ [{"name":"run-webpack","duration":3006624,"timestamp":2701718598698,"id":14,"parentId":1,"tags":{},"startTime":1774353998146,"traceId":"ba3365a08d2d44a5"},{"name":"run-typescript","duration":1733311,"timestamp":2701721608888,"id":302,"parentId":1,"tags":{},"startTime":1774354001156,"traceId":"ba3365a08d2d44a5"},{"name":"static-check","duration":687586,"timestamp":2701723350825,"id":305,"parentId":1,"tags":{},"startTime":1774354002898,"traceId":"ba3365a08d2d44a5"},{"name":"static-generation","duration":514602,"timestamp":2701724286108,"id":339,"parentId":1,"tags":{},"startTime":1774354003834,"traceId":"ba3365a08d2d44a5"},{"name":"collect-build-traces","duration":6770109,"timestamp":2701724039053,"id":336,"parentId":1,"tags":{},"startTime":1774354003587,"traceId":"ba3365a08d2d44a5"},{"name":"telemetry-flush","duration":20,"timestamp":2701730810672,"id":348,"parentId":1,"tags":{},"startTime":1774354010358,"traceId":"ba3365a08d2d44a5"},{"name":"next-build","duration":12281388,"timestamp":2701718529308,"id":1,"tags":{"buildMode":"default","version":"16.2.1","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1774353998077,"traceId":"ba3365a08d2d44a5"}]
@@ -0,0 +1,351 @@
1
+ // File: /Users/alex/Documents/Workspace/pi-web/app/api/agent/[id]/events/route.ts
2
+ import * as entry from '../../../../../../../app/api/agent/[id]/events/route.js'
3
+ import type { NextRequest } from 'next/server.js'
4
+
5
+ import type { InstantConfigForTypeCheckInternal } from 'next/dist/build/segment-config/app/app-segment-config.js'
6
+
7
+ type TEntry = typeof import('../../../../../../../app/api/agent/[id]/events/route.js')
8
+
9
+ type SegmentParams<T extends Object = any> = T extends Record<string, any>
10
+ ? { [K in keyof T]: T[K] extends string ? string | string[] | undefined : never }
11
+ : T
12
+
13
+ // Check that the entry is a valid entry
14
+ checkFields<Diff<{
15
+ GET?: Function
16
+ HEAD?: Function
17
+ OPTIONS?: Function
18
+ POST?: Function
19
+ PUT?: Function
20
+ DELETE?: Function
21
+ PATCH?: Function
22
+ config?: {}
23
+ generateStaticParams?: Function
24
+ unstable_instant?: InstantConfigForTypeCheckInternal
25
+ unstable_dynamicStaleTime?: number
26
+ revalidate?: RevalidateRange<TEntry> | false
27
+ dynamic?: 'auto' | 'force-dynamic' | 'error' | 'force-static'
28
+ dynamicParams?: boolean
29
+ fetchCache?: 'auto' | 'force-no-store' | 'only-no-store' | 'default-no-store' | 'default-cache' | 'only-cache' | 'force-cache'
30
+ preferredRegion?: 'auto' | 'global' | 'home' | string | string[]
31
+ runtime?: 'nodejs' | 'experimental-edge' | 'edge'
32
+ maxDuration?: number
33
+
34
+ }, TEntry, ''>>()
35
+
36
+ type RouteContext = { params: Promise<SegmentParams> }
37
+ // Check the prop type of the entry function
38
+ if ('GET' in entry) {
39
+ checkFields<
40
+ Diff<
41
+ ParamCheck<Request | NextRequest>,
42
+ {
43
+ __tag__: 'GET'
44
+ __param_position__: 'first'
45
+ __param_type__: FirstArg<MaybeField<TEntry, 'GET'>>
46
+ },
47
+ 'GET'
48
+ >
49
+ >()
50
+ checkFields<
51
+ Diff<
52
+ ParamCheck<RouteContext>,
53
+ {
54
+ __tag__: 'GET'
55
+ __param_position__: 'second'
56
+ __param_type__: SecondArg<MaybeField<TEntry, 'GET'>>
57
+ },
58
+ 'GET'
59
+ >
60
+ >()
61
+
62
+ checkFields<
63
+ Diff<
64
+ {
65
+ __tag__: 'GET',
66
+ __return_type__: Response | void | never | Promise<Response | void | never>
67
+ },
68
+ {
69
+ __tag__: 'GET',
70
+ __return_type__: ReturnType<MaybeField<TEntry, 'GET'>>
71
+ },
72
+ 'GET'
73
+ >
74
+ >()
75
+ }
76
+ // Check the prop type of the entry function
77
+ if ('HEAD' in entry) {
78
+ checkFields<
79
+ Diff<
80
+ ParamCheck<Request | NextRequest>,
81
+ {
82
+ __tag__: 'HEAD'
83
+ __param_position__: 'first'
84
+ __param_type__: FirstArg<MaybeField<TEntry, 'HEAD'>>
85
+ },
86
+ 'HEAD'
87
+ >
88
+ >()
89
+ checkFields<
90
+ Diff<
91
+ ParamCheck<RouteContext>,
92
+ {
93
+ __tag__: 'HEAD'
94
+ __param_position__: 'second'
95
+ __param_type__: SecondArg<MaybeField<TEntry, 'HEAD'>>
96
+ },
97
+ 'HEAD'
98
+ >
99
+ >()
100
+
101
+ checkFields<
102
+ Diff<
103
+ {
104
+ __tag__: 'HEAD',
105
+ __return_type__: Response | void | never | Promise<Response | void | never>
106
+ },
107
+ {
108
+ __tag__: 'HEAD',
109
+ __return_type__: ReturnType<MaybeField<TEntry, 'HEAD'>>
110
+ },
111
+ 'HEAD'
112
+ >
113
+ >()
114
+ }
115
+ // Check the prop type of the entry function
116
+ if ('OPTIONS' in entry) {
117
+ checkFields<
118
+ Diff<
119
+ ParamCheck<Request | NextRequest>,
120
+ {
121
+ __tag__: 'OPTIONS'
122
+ __param_position__: 'first'
123
+ __param_type__: FirstArg<MaybeField<TEntry, 'OPTIONS'>>
124
+ },
125
+ 'OPTIONS'
126
+ >
127
+ >()
128
+ checkFields<
129
+ Diff<
130
+ ParamCheck<RouteContext>,
131
+ {
132
+ __tag__: 'OPTIONS'
133
+ __param_position__: 'second'
134
+ __param_type__: SecondArg<MaybeField<TEntry, 'OPTIONS'>>
135
+ },
136
+ 'OPTIONS'
137
+ >
138
+ >()
139
+
140
+ checkFields<
141
+ Diff<
142
+ {
143
+ __tag__: 'OPTIONS',
144
+ __return_type__: Response | void | never | Promise<Response | void | never>
145
+ },
146
+ {
147
+ __tag__: 'OPTIONS',
148
+ __return_type__: ReturnType<MaybeField<TEntry, 'OPTIONS'>>
149
+ },
150
+ 'OPTIONS'
151
+ >
152
+ >()
153
+ }
154
+ // Check the prop type of the entry function
155
+ if ('POST' in entry) {
156
+ checkFields<
157
+ Diff<
158
+ ParamCheck<Request | NextRequest>,
159
+ {
160
+ __tag__: 'POST'
161
+ __param_position__: 'first'
162
+ __param_type__: FirstArg<MaybeField<TEntry, 'POST'>>
163
+ },
164
+ 'POST'
165
+ >
166
+ >()
167
+ checkFields<
168
+ Diff<
169
+ ParamCheck<RouteContext>,
170
+ {
171
+ __tag__: 'POST'
172
+ __param_position__: 'second'
173
+ __param_type__: SecondArg<MaybeField<TEntry, 'POST'>>
174
+ },
175
+ 'POST'
176
+ >
177
+ >()
178
+
179
+ checkFields<
180
+ Diff<
181
+ {
182
+ __tag__: 'POST',
183
+ __return_type__: Response | void | never | Promise<Response | void | never>
184
+ },
185
+ {
186
+ __tag__: 'POST',
187
+ __return_type__: ReturnType<MaybeField<TEntry, 'POST'>>
188
+ },
189
+ 'POST'
190
+ >
191
+ >()
192
+ }
193
+ // Check the prop type of the entry function
194
+ if ('PUT' in entry) {
195
+ checkFields<
196
+ Diff<
197
+ ParamCheck<Request | NextRequest>,
198
+ {
199
+ __tag__: 'PUT'
200
+ __param_position__: 'first'
201
+ __param_type__: FirstArg<MaybeField<TEntry, 'PUT'>>
202
+ },
203
+ 'PUT'
204
+ >
205
+ >()
206
+ checkFields<
207
+ Diff<
208
+ ParamCheck<RouteContext>,
209
+ {
210
+ __tag__: 'PUT'
211
+ __param_position__: 'second'
212
+ __param_type__: SecondArg<MaybeField<TEntry, 'PUT'>>
213
+ },
214
+ 'PUT'
215
+ >
216
+ >()
217
+
218
+ checkFields<
219
+ Diff<
220
+ {
221
+ __tag__: 'PUT',
222
+ __return_type__: Response | void | never | Promise<Response | void | never>
223
+ },
224
+ {
225
+ __tag__: 'PUT',
226
+ __return_type__: ReturnType<MaybeField<TEntry, 'PUT'>>
227
+ },
228
+ 'PUT'
229
+ >
230
+ >()
231
+ }
232
+ // Check the prop type of the entry function
233
+ if ('DELETE' in entry) {
234
+ checkFields<
235
+ Diff<
236
+ ParamCheck<Request | NextRequest>,
237
+ {
238
+ __tag__: 'DELETE'
239
+ __param_position__: 'first'
240
+ __param_type__: FirstArg<MaybeField<TEntry, 'DELETE'>>
241
+ },
242
+ 'DELETE'
243
+ >
244
+ >()
245
+ checkFields<
246
+ Diff<
247
+ ParamCheck<RouteContext>,
248
+ {
249
+ __tag__: 'DELETE'
250
+ __param_position__: 'second'
251
+ __param_type__: SecondArg<MaybeField<TEntry, 'DELETE'>>
252
+ },
253
+ 'DELETE'
254
+ >
255
+ >()
256
+
257
+ checkFields<
258
+ Diff<
259
+ {
260
+ __tag__: 'DELETE',
261
+ __return_type__: Response | void | never | Promise<Response | void | never>
262
+ },
263
+ {
264
+ __tag__: 'DELETE',
265
+ __return_type__: ReturnType<MaybeField<TEntry, 'DELETE'>>
266
+ },
267
+ 'DELETE'
268
+ >
269
+ >()
270
+ }
271
+ // Check the prop type of the entry function
272
+ if ('PATCH' in entry) {
273
+ checkFields<
274
+ Diff<
275
+ ParamCheck<Request | NextRequest>,
276
+ {
277
+ __tag__: 'PATCH'
278
+ __param_position__: 'first'
279
+ __param_type__: FirstArg<MaybeField<TEntry, 'PATCH'>>
280
+ },
281
+ 'PATCH'
282
+ >
283
+ >()
284
+ checkFields<
285
+ Diff<
286
+ ParamCheck<RouteContext>,
287
+ {
288
+ __tag__: 'PATCH'
289
+ __param_position__: 'second'
290
+ __param_type__: SecondArg<MaybeField<TEntry, 'PATCH'>>
291
+ },
292
+ 'PATCH'
293
+ >
294
+ >()
295
+
296
+ checkFields<
297
+ Diff<
298
+ {
299
+ __tag__: 'PATCH',
300
+ __return_type__: Response | void | never | Promise<Response | void | never>
301
+ },
302
+ {
303
+ __tag__: 'PATCH',
304
+ __return_type__: ReturnType<MaybeField<TEntry, 'PATCH'>>
305
+ },
306
+ 'PATCH'
307
+ >
308
+ >()
309
+ }
310
+
311
+ // Check the arguments and return type of the generateStaticParams function
312
+ if ('generateStaticParams' in entry) {
313
+ checkFields<Diff<{ params: SegmentParams }, FirstArg<MaybeField<TEntry, 'generateStaticParams'>>, 'generateStaticParams'>>()
314
+ checkFields<Diff<{ __tag__: 'generateStaticParams', __return_type__: any[] | Promise<any[]> }, { __tag__: 'generateStaticParams', __return_type__: ReturnType<MaybeField<TEntry, 'generateStaticParams'>> }>>()
315
+ }
316
+
317
+ export interface PageProps {
318
+ params?: Promise<SegmentParams>
319
+ searchParams?: Promise<any>
320
+ }
321
+ export interface LayoutProps {
322
+ children?: React.ReactNode
323
+
324
+ params?: Promise<SegmentParams>
325
+ }
326
+
327
+ // =============
328
+ // Utility types
329
+ type RevalidateRange<T> = T extends { revalidate: any } ? NonNegative<T['revalidate']> : never
330
+
331
+ // If T is unknown or any, it will be an empty {} type. Otherwise, it will be the same as Omit<T, keyof Base>.
332
+ type OmitWithTag<T, K extends keyof any, _M> = Omit<T, K>
333
+ type Diff<Base, T extends Base, Message extends string = ''> = 0 extends (1 & T) ? {} : OmitWithTag<T, keyof Base, Message>
334
+
335
+ type FirstArg<T extends Function> = T extends (...args: [infer T, any]) => any ? unknown extends T ? any : T : never
336
+ type SecondArg<T extends Function> = T extends (...args: [any, infer T]) => any ? unknown extends T ? any : T : never
337
+ type MaybeField<T, K extends string> = T extends { [k in K]: infer G } ? G extends Function ? G : never : never
338
+
339
+ type ParamCheck<T> = {
340
+ __tag__: string
341
+ __param_position__: string
342
+ __param_type__: T
343
+ }
344
+
345
+ function checkFields<_ extends { [k in keyof any]: never }>() {}
346
+
347
+ // https://github.com/sindresorhus/type-fest
348
+ type Numeric = number | bigint
349
+ type Zero = 0 | 0n
350
+ type Negative<T extends Numeric> = T extends Zero ? never : `${T}` extends `-${string}` ? T : never
351
+ type NonNegative<T extends Numeric> = T extends Zero ? T : Negative<T> extends never ? T : '__invalid_negative_number__'