@agegr/pi-web 0.3.5 → 0.3.7

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 (116) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +5 -0
  3. package/.next/build-manifest.json +2 -2
  4. package/.next/required-server-files.js +3 -1
  5. package/.next/required-server-files.json +3 -1
  6. package/.next/routes-manifest.json +30 -0
  7. package/.next/server/app/_global-error/page.js +3 -3
  8. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  9. package/.next/server/app/_global-error.html +1 -1
  10. package/.next/server/app/_global-error.rsc +1 -1
  11. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  12. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  15. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  16. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  17. package/.next/server/app/_not-found/page.js +2 -2
  18. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  19. package/.next/server/app/_not-found.html +1 -1
  20. package/.next/server/app/_not-found.rsc +1 -1
  21. package/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  22. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  23. package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  24. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  25. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  26. package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  27. package/.next/server/app/api/agent/[id]/events/route.js +2 -2
  28. package/.next/server/app/api/agent/[id]/route.js +2 -2
  29. package/.next/server/app/api/agent/new/route.js +2 -2
  30. package/.next/server/app/api/default-cwd/route.js +1 -0
  31. package/.next/server/app/api/default-cwd/route.js.nft.json +1 -0
  32. package/.next/server/app/api/default-cwd/route_client-reference-manifest.js +1 -0
  33. package/.next/server/app/api/files/[...path]/route.js +2 -2
  34. package/.next/server/app/api/home/route.js +1 -0
  35. package/.next/server/app/api/home/route.js.nft.json +1 -0
  36. package/.next/server/app/api/home/route_client-reference-manifest.js +1 -0
  37. package/.next/server/app/api/models/route.js +2 -2
  38. package/.next/server/app/api/models-config/route.js +1 -1
  39. package/.next/server/app/api/sessions/[id]/context/route.js +2 -2
  40. package/.next/server/app/api/sessions/[id]/route.js +2 -2
  41. package/.next/server/app/api/sessions/new/route.js +1 -1
  42. package/.next/server/app/api/sessions/route.js +2 -2
  43. package/.next/server/app/api/skills/install/route.js +1 -0
  44. package/.next/server/app/api/skills/install/route.js.nft.json +1 -0
  45. package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -0
  46. package/.next/server/app/api/skills/route.js +4 -0
  47. package/.next/server/app/api/skills/route.js.nft.json +1 -0
  48. package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -0
  49. package/.next/server/app/api/skills/search/route.js +1 -0
  50. package/.next/server/app/api/skills/search/route.js.nft.json +1 -0
  51. package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -0
  52. package/.next/server/app/favicon.ico/route.js +1 -1
  53. package/.next/server/app/index.html +1 -1
  54. package/.next/server/app/index.rsc +2 -2
  55. package/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  56. package/.next/server/app/index.segments/_full.segment.rsc +2 -2
  57. package/.next/server/app/index.segments/_head.segment.rsc +1 -1
  58. package/.next/server/app/index.segments/_index.segment.rsc +1 -1
  59. package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  60. package/.next/server/app/page.js +2 -2
  61. package/.next/server/app/page_client-reference-manifest.js +1 -1
  62. package/.next/server/app-paths-manifest.json +5 -0
  63. package/.next/server/middleware-build-manifest.js +1 -1
  64. package/.next/server/pages/404.html +1 -1
  65. package/.next/server/pages/500.html +1 -1
  66. package/.next/static/43qJa3KEyTajLJdyH7Iv5/_buildManifest.js +1 -0
  67. package/.next/static/chunks/app/_global-error/page-60ef9a2f388b61b3.js +1 -0
  68. package/.next/static/chunks/app/api/agent/[id]/events/route-60ef9a2f388b61b3.js +1 -0
  69. package/.next/static/chunks/app/api/agent/[id]/route-60ef9a2f388b61b3.js +1 -0
  70. package/.next/static/chunks/app/api/agent/new/route-60ef9a2f388b61b3.js +1 -0
  71. package/.next/static/chunks/app/api/default-cwd/route-60ef9a2f388b61b3.js +1 -0
  72. package/.next/static/chunks/app/api/files/[...path]/route-60ef9a2f388b61b3.js +1 -0
  73. package/.next/static/chunks/app/api/home/route-60ef9a2f388b61b3.js +1 -0
  74. package/.next/static/chunks/app/api/models/route-60ef9a2f388b61b3.js +1 -0
  75. package/.next/static/chunks/app/api/models-config/route-60ef9a2f388b61b3.js +1 -0
  76. package/.next/static/chunks/app/api/sessions/[id]/context/route-60ef9a2f388b61b3.js +1 -0
  77. package/.next/static/chunks/app/api/sessions/[id]/route-60ef9a2f388b61b3.js +1 -0
  78. package/.next/static/chunks/app/api/sessions/new/route-60ef9a2f388b61b3.js +1 -0
  79. package/.next/static/chunks/app/api/sessions/route-60ef9a2f388b61b3.js +1 -0
  80. package/.next/static/chunks/app/api/skills/install/route-60ef9a2f388b61b3.js +1 -0
  81. package/.next/static/chunks/app/api/skills/route-60ef9a2f388b61b3.js +1 -0
  82. package/.next/static/chunks/app/api/skills/search/route-60ef9a2f388b61b3.js +1 -0
  83. package/.next/static/chunks/app/page-7e60487765d4f432.js +1 -0
  84. package/.next/static/chunks/next/dist/client/components/builtin/app-error-60ef9a2f388b61b3.js +1 -0
  85. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-60ef9a2f388b61b3.js +1 -0
  86. package/.next/static/chunks/next/dist/client/components/builtin/not-found-60ef9a2f388b61b3.js +1 -0
  87. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-60ef9a2f388b61b3.js +1 -0
  88. package/.next/trace +3 -3
  89. package/.next/trace-build +1 -1
  90. package/.next/types/app/api/default-cwd/route.ts +351 -0
  91. package/.next/types/app/api/home/route.ts +351 -0
  92. package/.next/types/app/api/skills/install/route.ts +351 -0
  93. package/.next/types/app/api/skills/route.ts +351 -0
  94. package/.next/types/app/api/skills/search/route.ts +351 -0
  95. package/.next/types/routes.d.ts +6 -1
  96. package/.next/types/validator.ts +45 -0
  97. package/next.config.ts +7 -0
  98. package/package.json +1 -1
  99. package/.next/static/chunks/app/_global-error/page-957de1f71e826217.js +0 -1
  100. package/.next/static/chunks/app/api/agent/[id]/events/route-957de1f71e826217.js +0 -1
  101. package/.next/static/chunks/app/api/agent/[id]/route-957de1f71e826217.js +0 -1
  102. package/.next/static/chunks/app/api/agent/new/route-957de1f71e826217.js +0 -1
  103. package/.next/static/chunks/app/api/files/[...path]/route-957de1f71e826217.js +0 -1
  104. package/.next/static/chunks/app/api/models/route-957de1f71e826217.js +0 -1
  105. package/.next/static/chunks/app/api/models-config/route-957de1f71e826217.js +0 -1
  106. package/.next/static/chunks/app/api/sessions/[id]/context/route-957de1f71e826217.js +0 -1
  107. package/.next/static/chunks/app/api/sessions/[id]/route-957de1f71e826217.js +0 -1
  108. package/.next/static/chunks/app/api/sessions/new/route-957de1f71e826217.js +0 -1
  109. package/.next/static/chunks/app/api/sessions/route-957de1f71e826217.js +0 -1
  110. package/.next/static/chunks/app/page-8d02664b52fb8562.js +0 -1
  111. package/.next/static/chunks/next/dist/client/components/builtin/app-error-957de1f71e826217.js +0 -1
  112. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-957de1f71e826217.js +0 -1
  113. package/.next/static/chunks/next/dist/client/components/builtin/not-found-957de1f71e826217.js +0 -1
  114. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-957de1f71e826217.js +0 -1
  115. package/.next/static/o5v8sZDYNWZYyZTqhuhxl/_buildManifest.js +0 -1
  116. /package/.next/static/{o5v8sZDYNWZYyZTqhuhxl → 43qJa3KEyTajLJdyH7Iv5}/_ssgManifest.js +0 -0
package/.next/trace CHANGED
@@ -1,3 +1,3 @@
1
- [{"name":"generate-buildid","duration":87,"timestamp":2709014144895,"id":4,"parentId":1,"tags":{},"startTime":1774361293703,"traceId":"b74730285048ec26"},{"name":"load-custom-routes","duration":177,"timestamp":2709014145026,"id":5,"parentId":1,"tags":{},"startTime":1774361293703,"traceId":"b74730285048ec26"},{"name":"create-dist-dir","duration":82,"timestamp":2709014145213,"id":6,"parentId":1,"tags":{},"startTime":1774361293703,"traceId":"b74730285048ec26"},{"name":"clean","duration":13067,"timestamp":2709014145614,"id":7,"parentId":1,"tags":{},"startTime":1774361293704,"traceId":"b74730285048ec26"},{"name":"discover-routes","duration":2974,"timestamp":2709014163610,"id":8,"parentId":1,"tags":{},"startTime":1774361293722,"traceId":"b74730285048ec26"},{"name":"create-root-mapping","duration":37,"timestamp":2709014166602,"id":9,"parentId":1,"tags":{},"startTime":1774361293725,"traceId":"b74730285048ec26"},{"name":"generate-route-types","duration":8477,"timestamp":2709014167305,"id":10,"parentId":1,"tags":{},"startTime":1774361293726,"traceId":"b74730285048ec26"},{"name":"public-dir-conflict-check","duration":52,"timestamp":2709014175829,"id":11,"parentId":1,"tags":{},"startTime":1774361293734,"traceId":"b74730285048ec26"},{"name":"generate-routes-manifest","duration":1288,"timestamp":2709014175930,"id":12,"parentId":1,"tags":{},"startTime":1774361293734,"traceId":"b74730285048ec26"},{"name":"create-entrypoints","duration":5247,"timestamp":2709014425504,"id":17,"parentId":15,"tags":{},"startTime":1774361293984,"traceId":"b74730285048ec26"},{"name":"generate-webpack-config","duration":130389,"timestamp":2709014430841,"id":18,"parentId":16,"tags":{},"startTime":1774361293989,"traceId":"b74730285048ec26"},{"name":"next-trace-entrypoint-plugin","duration":917,"timestamp":2709014609011,"id":20,"parentId":19,"tags":{},"startTime":1774361294167,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":219953,"timestamp":2709014611345,"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":1774361294170,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":221942,"timestamp":2709014611397,"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":1774361294170,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":230071,"timestamp":2709014611326,"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":1774361294170,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":230078,"timestamp":2709014611336,"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":1774361294170,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":230087,"timestamp":2709014611331,"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":1774361294170,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":230052,"timestamp":2709014611370,"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":1774361294170,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":230078,"timestamp":2709014611350,"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":1774361294170,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":230051,"timestamp":2709014611395,"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":1774361294170,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":230604,"timestamp":2709014611293,"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":1774361294169,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":231304,"timestamp":2709014611050,"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":1774361294169,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":230959,"timestamp":2709014611399,"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":1774361294170,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":246173,"timestamp":2709014611310,"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":1774361294170,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":246183,"timestamp":2709014611319,"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":1774361294170,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":246116,"timestamp":2709014611389,"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":1774361294170,"traceId":"b74730285048ec26"},{"name":"make","duration":403983,"timestamp":2709014610909,"id":21,"parentId":19,"tags":{},"startTime":1774361294169,"traceId":"b74730285048ec26"},{"name":"get-entries","duration":467,"timestamp":2709015015663,"id":121,"parentId":120,"tags":{},"startTime":1774361294574,"traceId":"b74730285048ec26"},{"name":"node-file-trace-plugin","duration":46004,"timestamp":2709015018111,"id":122,"parentId":120,"tags":{"traceEntryCount":"24"},"startTime":1774361294576,"traceId":"b74730285048ec26"},{"name":"collect-traced-files","duration":490,"timestamp":2709015064125,"id":123,"parentId":120,"tags":{},"startTime":1774361294622,"traceId":"b74730285048ec26"},{"name":"finish-modules","duration":49059,"timestamp":2709015015558,"id":120,"parentId":20,"tags":{},"startTime":1774361294574,"traceId":"b74730285048ec26"},{"name":"chunk-graph","duration":8607,"timestamp":2709015082379,"id":125,"parentId":124,"tags":{},"startTime":1774361294641,"traceId":"b74730285048ec26"},{"name":"optimize-modules","duration":11,"timestamp":2709015091041,"id":127,"parentId":124,"tags":{},"startTime":1774361294649,"traceId":"b74730285048ec26"},{"name":"optimize-chunks","duration":6111,"timestamp":2709015091094,"id":128,"parentId":124,"tags":{},"startTime":1774361294649,"traceId":"b74730285048ec26"},{"name":"optimize-tree","duration":12,"timestamp":2709015097242,"id":129,"parentId":124,"tags":{},"startTime":1774361294655,"traceId":"b74730285048ec26"},{"name":"optimize-chunk-modules","duration":9902,"timestamp":2709015097295,"id":130,"parentId":124,"tags":{},"startTime":1774361294655,"traceId":"b74730285048ec26"},{"name":"optimize","duration":16214,"timestamp":2709015091017,"id":126,"parentId":124,"tags":{},"startTime":1774361294649,"traceId":"b74730285048ec26"},{"name":"module-hash","duration":7849,"timestamp":2709015114984,"id":131,"parentId":124,"tags":{},"startTime":1774361294673,"traceId":"b74730285048ec26"},{"name":"code-generation","duration":1787,"timestamp":2709015122854,"id":132,"parentId":124,"tags":{},"startTime":1774361294681,"traceId":"b74730285048ec26"},{"name":"hash","duration":3562,"timestamp":2709015126691,"id":133,"parentId":124,"tags":{},"startTime":1774361294685,"traceId":"b74730285048ec26"},{"name":"code-generation-jobs","duration":101,"timestamp":2709015130252,"id":134,"parentId":124,"tags":{},"startTime":1774361294688,"traceId":"b74730285048ec26"},{"name":"module-assets","duration":133,"timestamp":2709015130323,"id":135,"parentId":124,"tags":{},"startTime":1774361294689,"traceId":"b74730285048ec26"},{"name":"create-chunk-assets","duration":607,"timestamp":2709015130460,"id":136,"parentId":124,"tags":{},"startTime":1774361294689,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":117,"timestamp":2709015135475,"id":138,"parentId":137,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":59,"timestamp":2709015135535,"id":139,"parentId":137,"tags":{"name":"../app/_global-error/page.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":56,"timestamp":2709015135539,"id":140,"parentId":137,"tags":{"name":"../app/api/agent/[id]/route.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":54,"timestamp":2709015135541,"id":141,"parentId":137,"tags":{"name":"../app/api/agent/new/route.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":52,"timestamp":2709015135544,"id":142,"parentId":137,"tags":{"name":"../app/api/files/[...path]/route.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":51,"timestamp":2709015135546,"id":143,"parentId":137,"tags":{"name":"../app/api/sessions/[id]/context/route.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":50,"timestamp":2709015135548,"id":144,"parentId":137,"tags":{"name":"../app/api/sessions/[id]/route.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":48,"timestamp":2709015135550,"id":145,"parentId":137,"tags":{"name":"../app/api/sessions/new/route.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":47,"timestamp":2709015135552,"id":146,"parentId":137,"tags":{"name":"../app/api/sessions/route.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":38,"timestamp":2709015135562,"id":147,"parentId":137,"tags":{"name":"../app/favicon.ico/route.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":32,"timestamp":2709015135569,"id":148,"parentId":137,"tags":{"name":"../app/api/agent/[id]/events/route.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":29,"timestamp":2709015135572,"id":149,"parentId":137,"tags":{"name":"../app/api/models-config/route.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":26,"timestamp":2709015135576,"id":150,"parentId":137,"tags":{"name":"../app/api/models/route.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":25,"timestamp":2709015135578,"id":151,"parentId":137,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":23,"timestamp":2709015135580,"id":152,"parentId":137,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":22,"timestamp":2709015135582,"id":153,"parentId":137,"tags":{"name":"573.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":21,"timestamp":2709015135584,"id":154,"parentId":137,"tags":{"name":"65.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":20,"timestamp":2709015135585,"id":155,"parentId":137,"tags":{"name":"741.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":19,"timestamp":2709015135587,"id":156,"parentId":137,"tags":{"name":"813.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":18,"timestamp":2709015135589,"id":157,"parentId":137,"tags":{"name":"63.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":17,"timestamp":2709015135590,"id":158,"parentId":137,"tags":{"name":"918.js","cache":"HIT"},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"minify-webpack-plugin-optimize","duration":2822,"timestamp":2709015132790,"id":137,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1774361294691,"traceId":"b74730285048ec26"},{"name":"css-minimizer-plugin","duration":59,"timestamp":2709015135664,"id":159,"parentId":19,"tags":{},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"create-trace-assets","duration":909,"timestamp":2709015135829,"id":160,"parentId":20,"tags":{},"startTime":1774361294694,"traceId":"b74730285048ec26"},{"name":"seal","duration":66747,"timestamp":2709015074475,"id":124,"parentId":19,"tags":{},"startTime":1774361294633,"traceId":"b74730285048ec26"},{"name":"webpack-compilation","duration":538872,"timestamp":2709014608176,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1774361294166,"traceId":"b74730285048ec26"},{"name":"emit","duration":4414,"timestamp":2709015147260,"id":161,"parentId":16,"tags":{},"startTime":1774361294705,"traceId":"b74730285048ec26"},{"name":"webpack-close","duration":44588,"timestamp":2709015152376,"id":162,"parentId":16,"tags":{"name":"server"},"startTime":1774361294711,"traceId":"b74730285048ec26"},{"name":"webpack-generate-error-stats","duration":1181,"timestamp":2709015197007,"id":163,"parentId":162,"tags":{},"startTime":1774361294755,"traceId":"b74730285048ec26"},{"name":"run-webpack-compiler","duration":772793,"timestamp":2709014425502,"id":16,"parentId":15,"tags":{},"startTime":1774361293984,"traceId":"b74730285048ec26"},{"name":"format-webpack-messages","duration":47,"timestamp":2709015198298,"id":164,"parentId":15,"tags":{},"startTime":1774361294756,"traceId":"b74730285048ec26"},{"name":"worker-main-server","duration":773167,"timestamp":2709014425274,"id":15,"parentId":1,"tags":{},"startTime":1774361293983,"traceId":"b74730285048ec26"},{"name":"create-entrypoints","duration":4614,"timestamp":2709015439743,"id":168,"parentId":166,"tags":{},"startTime":1774361294998,"traceId":"b74730285048ec26"},{"name":"generate-webpack-config","duration":130393,"timestamp":2709015444435,"id":169,"parentId":167,"tags":{},"startTime":1774361295003,"traceId":"b74730285048ec26"},{"name":"make","duration":346,"timestamp":2709015621370,"id":171,"parentId":170,"tags":{},"startTime":1774361295180,"traceId":"b74730285048ec26"},{"name":"chunk-graph","duration":325,"timestamp":2709015622804,"id":173,"parentId":172,"tags":{},"startTime":1774361295181,"traceId":"b74730285048ec26"},{"name":"optimize-modules","duration":13,"timestamp":2709015623185,"id":175,"parentId":172,"tags":{},"startTime":1774361295181,"traceId":"b74730285048ec26"},{"name":"optimize-chunks","duration":75,"timestamp":2709015623238,"id":176,"parentId":172,"tags":{},"startTime":1774361295181,"traceId":"b74730285048ec26"},{"name":"optimize-tree","duration":13,"timestamp":2709015623342,"id":177,"parentId":172,"tags":{},"startTime":1774361295182,"traceId":"b74730285048ec26"},{"name":"optimize-chunk-modules","duration":59,"timestamp":2709015623443,"id":178,"parentId":172,"tags":{},"startTime":1774361295182,"traceId":"b74730285048ec26"},{"name":"optimize","duration":366,"timestamp":2709015623156,"id":174,"parentId":172,"tags":{},"startTime":1774361295181,"traceId":"b74730285048ec26"},{"name":"module-hash","duration":53,"timestamp":2709015623850,"id":179,"parentId":172,"tags":{},"startTime":1774361295182,"traceId":"b74730285048ec26"},{"name":"code-generation","duration":72,"timestamp":2709015623925,"id":180,"parentId":172,"tags":{},"startTime":1774361295182,"traceId":"b74730285048ec26"},{"name":"hash","duration":191,"timestamp":2709015624129,"id":181,"parentId":172,"tags":{},"startTime":1774361295182,"traceId":"b74730285048ec26"},{"name":"code-generation-jobs","duration":29,"timestamp":2709015624320,"id":182,"parentId":172,"tags":{},"startTime":1774361295183,"traceId":"b74730285048ec26"},{"name":"module-assets","duration":34,"timestamp":2709015624338,"id":183,"parentId":172,"tags":{},"startTime":1774361295183,"traceId":"b74730285048ec26"},{"name":"create-chunk-assets","duration":132,"timestamp":2709015624376,"id":184,"parentId":172,"tags":{},"startTime":1774361295183,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":86,"timestamp":2709015628603,"id":186,"parentId":185,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1774361295187,"traceId":"b74730285048ec26"},{"name":"minify-webpack-plugin-optimize","duration":1050,"timestamp":2709015627643,"id":185,"parentId":170,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1774361295186,"traceId":"b74730285048ec26"},{"name":"css-minimizer-plugin","duration":68,"timestamp":2709015628746,"id":187,"parentId":170,"tags":{},"startTime":1774361295187,"traceId":"b74730285048ec26"},{"name":"seal","duration":7472,"timestamp":2709015622660,"id":172,"parentId":170,"tags":{},"startTime":1774361295181,"traceId":"b74730285048ec26"},{"name":"webpack-compilation","duration":10700,"timestamp":2709015619596,"id":170,"parentId":167,"tags":{"name":"edge-server"},"startTime":1774361295178,"traceId":"b74730285048ec26"},{"name":"emit","duration":929,"timestamp":2709015630501,"id":188,"parentId":167,"tags":{},"startTime":1774361295189,"traceId":"b74730285048ec26"},{"name":"webpack-close","duration":335,"timestamp":2709015631730,"id":189,"parentId":167,"tags":{"name":"edge-server"},"startTime":1774361295190,"traceId":"b74730285048ec26"},{"name":"webpack-generate-error-stats","duration":1090,"timestamp":2709015632088,"id":190,"parentId":189,"tags":{},"startTime":1774361295190,"traceId":"b74730285048ec26"},{"name":"run-webpack-compiler","duration":193478,"timestamp":2709015439740,"id":167,"parentId":166,"tags":{},"startTime":1774361294998,"traceId":"b74730285048ec26"},{"name":"format-webpack-messages","duration":43,"timestamp":2709015633220,"id":191,"parentId":166,"tags":{},"startTime":1774361295191,"traceId":"b74730285048ec26"},{"name":"worker-main-edge-server","duration":193795,"timestamp":2709015439539,"id":166,"parentId":1,"tags":{},"startTime":1774361294998,"traceId":"b74730285048ec26"}]
2
- [{"name":"create-entrypoints","duration":5133,"timestamp":2709015884490,"id":194,"parentId":192,"tags":{},"startTime":1774361295443,"traceId":"b74730285048ec26"},{"name":"generate-webpack-config","duration":132064,"timestamp":2709015889707,"id":195,"parentId":193,"tags":{},"startTime":1774361295448,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":71762,"timestamp":2709016073031,"id":202,"parentId":197,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":71769,"timestamp":2709016073041,"id":203,"parentId":197,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":71754,"timestamp":2709016073061,"id":206,"parentId":197,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":71745,"timestamp":2709016073073,"id":207,"parentId":197,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":71728,"timestamp":2709016073093,"id":208,"parentId":197,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":71726,"timestamp":2709016073098,"id":209,"parentId":197,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":71727,"timestamp":2709016073100,"id":210,"parentId":197,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":71732,"timestamp":2709016073102,"id":211,"parentId":197,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":71740,"timestamp":2709016073103,"id":212,"parentId":197,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":71746,"timestamp":2709016073105,"id":213,"parentId":197,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":71742,"timestamp":2709016073111,"id":214,"parentId":197,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":71741,"timestamp":2709016073113,"id":215,"parentId":197,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":71741,"timestamp":2709016073115,"id":216,"parentId":197,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":71740,"timestamp":2709016073117,"id":217,"parentId":197,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":71739,"timestamp":2709016073119,"id":218,"parentId":197,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":120387,"timestamp":2709016073051,"id":205,"parentId":197,"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":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":144856,"timestamp":2709016073009,"id":201,"parentId":197,"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":1774361295631,"traceId":"b74730285048ec26"},{"name":"postcss-process","duration":36079,"timestamp":2709016280066,"id":223,"parentId":222,"tags":{},"startTime":1774361295838,"traceId":"b74730285048ec26"},{"name":"postcss-loader","duration":83369,"timestamp":2709016232825,"id":222,"parentId":221,"tags":{},"startTime":1774361295791,"traceId":"b74730285048ec26"},{"name":"css-loader","duration":11363,"timestamp":2709016316303,"id":224,"parentId":221,"tags":{"astUsed":"true"},"startTime":1774361295875,"traceId":"b74730285048ec26"},{"name":"build-module-css","duration":106254,"timestamp":2709016231454,"id":221,"parentId":220,"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":1774361295790,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":267198,"timestamp":2709016072994,"id":200,"parentId":197,"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":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":267475,"timestamp":2709016072728,"id":198,"parentId":197,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":267231,"timestamp":2709016072975,"id":199,"parentId":197,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"build-module-css","duration":121962,"timestamp":2709016224049,"id":220,"parentId":196,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/app/globals.css","layer":"app-pages-browser"},"startTime":1774361295782,"traceId":"b74730285048ec26"},{"name":"build-module","duration":46,"timestamp":2709016346447,"id":225,"parentId":220,"tags":{},"startTime":1774361295905,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":273485,"timestamp":2709016073046,"id":204,"parentId":197,"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":1774361295631,"traceId":"b74730285048ec26"},{"name":"add-entry","duration":333115,"timestamp":2709016073121,"id":219,"parentId":197,"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":1774361295631,"traceId":"b74730285048ec26"},{"name":"make","duration":333825,"timestamp":2709016072522,"id":197,"parentId":196,"tags":{},"startTime":1774361295631,"traceId":"b74730285048ec26"},{"name":"chunk-graph","duration":5268,"timestamp":2709016420896,"id":227,"parentId":226,"tags":{},"startTime":1774361295979,"traceId":"b74730285048ec26"},{"name":"optimize-modules","duration":13,"timestamp":2709016426228,"id":229,"parentId":226,"tags":{},"startTime":1774361295984,"traceId":"b74730285048ec26"},{"name":"optimize-chunks","duration":3788,"timestamp":2709016427129,"id":231,"parentId":226,"tags":{},"startTime":1774361295985,"traceId":"b74730285048ec26"},{"name":"optimize-tree","duration":14,"timestamp":2709016430949,"id":232,"parentId":226,"tags":{},"startTime":1774361295989,"traceId":"b74730285048ec26"},{"name":"optimize-chunk-modules","duration":10405,"timestamp":2709016431009,"id":233,"parentId":226,"tags":{},"startTime":1774361295989,"traceId":"b74730285048ec26"},{"name":"optimize","duration":15235,"timestamp":2709016426204,"id":228,"parentId":226,"tags":{},"startTime":1774361295984,"traceId":"b74730285048ec26"},{"name":"module-hash","duration":6324,"timestamp":2709016447697,"id":234,"parentId":226,"tags":{},"startTime":1774361296006,"traceId":"b74730285048ec26"},{"name":"code-generation","duration":4485,"timestamp":2709016454048,"id":235,"parentId":226,"tags":{},"startTime":1774361296012,"traceId":"b74730285048ec26"},{"name":"hash","duration":4402,"timestamp":2709016460070,"id":236,"parentId":226,"tags":{},"startTime":1774361296018,"traceId":"b74730285048ec26"},{"name":"code-generation-jobs","duration":95,"timestamp":2709016464471,"id":237,"parentId":226,"tags":{},"startTime":1774361296023,"traceId":"b74730285048ec26"},{"name":"module-assets","duration":143,"timestamp":2709016464534,"id":238,"parentId":226,"tags":{},"startTime":1774361296023,"traceId":"b74730285048ec26"},{"name":"create-chunk-assets","duration":3334,"timestamp":2709016464681,"id":239,"parentId":226,"tags":{},"startTime":1774361296023,"traceId":"b74730285048ec26"},{"name":"NextJsBuildManifest-generateClientManifest","duration":800,"timestamp":2709016469140,"id":241,"parentId":196,"tags":{},"startTime":1774361296027,"traceId":"b74730285048ec26"},{"name":"NextJsBuildManifest-createassets","duration":1180,"timestamp":2709016468763,"id":240,"parentId":196,"tags":{},"startTime":1774361296027,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":544,"timestamp":2709016472741,"id":243,"parentId":242,"tags":{"name":"static/chunks/main-2d23a4c2e25541b7.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":480,"timestamp":2709016472807,"id":244,"parentId":242,"tags":{"name":"static/chunks/main-app-d700fd593b493e20.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":475,"timestamp":2709016472813,"id":245,"parentId":242,"tags":{"name":"static/chunks/app/_not-found/page-887a0af04beed72c.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":472,"timestamp":2709016472816,"id":246,"parentId":242,"tags":{"name":"static/chunks/app/_global-error/page-8f6cb8a6686bc26f.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":471,"timestamp":2709016472819,"id":247,"parentId":242,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-f8fc384fbbe7c16c.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":469,"timestamp":2709016472822,"id":248,"parentId":242,"tags":{"name":"static/chunks/app/layout-7f371d404aaa0970.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":466,"timestamp":2709016472826,"id":249,"parentId":242,"tags":{"name":"static/chunks/next/dist/client/components/builtin/global-error-a638c8f308bb67c3.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":464,"timestamp":2709016472828,"id":250,"parentId":242,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-ee10c62c8df57d6e.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":462,"timestamp":2709016472831,"id":251,"parentId":242,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-99d4f6db82114938.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":455,"timestamp":2709016472839,"id":252,"parentId":242,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-0648e82e804f4ad7.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":448,"timestamp":2709016472846,"id":253,"parentId":242,"tags":{"name":"static/chunks/app/api/agent/[id]/route-8c12f994aabfe3a7.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":444,"timestamp":2709016472852,"id":254,"parentId":242,"tags":{"name":"static/chunks/app/api/agent/new/route-aeaa4c7f01deeb31.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":440,"timestamp":2709016472856,"id":255,"parentId":242,"tags":{"name":"static/chunks/app/api/files/[...path]/route-cebaae20a0b0770c.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":438,"timestamp":2709016472859,"id":256,"parentId":242,"tags":{"name":"static/chunks/app/api/sessions/[id]/context/route-b35bc80afa630989.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":436,"timestamp":2709016472862,"id":257,"parentId":242,"tags":{"name":"static/chunks/app/api/sessions/[id]/route-3d51688f035957fd.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":434,"timestamp":2709016472865,"id":258,"parentId":242,"tags":{"name":"static/chunks/app/api/sessions/new/route-af601d58c06b5f4e.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":432,"timestamp":2709016472867,"id":259,"parentId":242,"tags":{"name":"static/chunks/app/api/sessions/route-2dde305b21bd782a.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":430,"timestamp":2709016472870,"id":260,"parentId":242,"tags":{"name":"static/chunks/app/api/agent/[id]/events/route-706c22307f0287b1.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":428,"timestamp":2709016472873,"id":261,"parentId":242,"tags":{"name":"static/chunks/app/api/models-config/route-b83a93c94dd519af.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":415,"timestamp":2709016472886,"id":262,"parentId":242,"tags":{"name":"static/chunks/app/api/models/route-95ae94f506feb2ac.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":412,"timestamp":2709016472891,"id":263,"parentId":242,"tags":{"name":"static/chunks/app/page-797c609595d1a4a8.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":407,"timestamp":2709016472896,"id":264,"parentId":242,"tags":{"name":"static/chunks/webpack-7465ba623a767ec7.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":404,"timestamp":2709016472899,"id":265,"parentId":242,"tags":{"name":"static/chunks/451.be6edb7913629345.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":402,"timestamp":2709016472903,"id":266,"parentId":242,"tags":{"name":"static/chunks/framework-7095eccdca27f6c8.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":399,"timestamp":2709016472906,"id":267,"parentId":242,"tags":{"name":"static/chunks/4bd1b696-8893c63c9192106c.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":397,"timestamp":2709016472909,"id":268,"parentId":242,"tags":{"name":"static/chunks/110-052badb5cd1c3f9a.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":395,"timestamp":2709016472912,"id":269,"parentId":242,"tags":{"name":"static/chunks/794-ffe414c72fa92af7.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":392,"timestamp":2709016472915,"id":270,"parentId":242,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":26,"timestamp":2709016473282,"id":274,"parentId":242,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":580,"timestamp":2709016472922,"id":271,"parentId":242,"tags":{"name":"static/o5v8sZDYNWZYyZTqhuhxl/_ssgManifest.js","cache":"MISS"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":325,"timestamp":2709016473194,"id":272,"parentId":242,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-js","duration":544,"timestamp":2709016473240,"id":273,"parentId":242,"tags":{"name":"static/o5v8sZDYNWZYyZTqhuhxl/_buildManifest.js","cache":"MISS"},"startTime":1774361296031,"traceId":"b74730285048ec26"},{"name":"minify-webpack-plugin-optimize","duration":3393,"timestamp":2709016470394,"id":242,"parentId":196,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1774361296029,"traceId":"b74730285048ec26"},{"name":"minify-css","duration":30,"timestamp":2709016474097,"id":276,"parentId":275,"tags":{"file":"static/css/29b559b27de82e2a.css","cache":"HIT"},"startTime":1774361296032,"traceId":"b74730285048ec26"},{"name":"css-minimizer-plugin","duration":197,"timestamp":2709016473930,"id":275,"parentId":196,"tags":{},"startTime":1774361296032,"traceId":"b74730285048ec26"},{"name":"seal","duration":65671,"timestamp":2709016414054,"id":226,"parentId":196,"tags":{},"startTime":1774361295972,"traceId":"b74730285048ec26"},{"name":"webpack-compilation","duration":409004,"timestamp":2709016070861,"id":196,"parentId":193,"tags":{"name":"client"},"startTime":1774361295629,"traceId":"b74730285048ec26"},{"name":"emit","duration":3919,"timestamp":2709016480030,"id":277,"parentId":193,"tags":{},"startTime":1774361296038,"traceId":"b74730285048ec26"},{"name":"webpack-close","duration":32336,"timestamp":2709016484374,"id":278,"parentId":193,"tags":{"name":"client"},"startTime":1774361296043,"traceId":"b74730285048ec26"},{"name":"webpack-generate-error-stats","duration":1267,"timestamp":2709016516747,"id":279,"parentId":278,"tags":{},"startTime":1774361296075,"traceId":"b74730285048ec26"},{"name":"run-webpack-compiler","duration":633645,"timestamp":2709015884487,"id":193,"parentId":192,"tags":{},"startTime":1774361295443,"traceId":"b74730285048ec26"},{"name":"format-webpack-messages","duration":47,"timestamp":2709016518136,"id":280,"parentId":192,"tags":{},"startTime":1774361296076,"traceId":"b74730285048ec26"},{"name":"worker-main-client","duration":633997,"timestamp":2709015884271,"id":192,"parentId":1,"tags":{},"startTime":1774361295442,"traceId":"b74730285048ec26"},{"name":"run-webpack","duration":2346296,"timestamp":2709014181517,"id":14,"parentId":1,"tags":{},"startTime":1774361293740,"traceId":"b74730285048ec26"},{"name":"run-typescript","duration":1670586,"timestamp":2709016531495,"id":283,"parentId":1,"tags":{},"startTime":1774361296090,"traceId":"b74730285048ec26"},{"name":"generate-required-server-files","duration":520,"timestamp":2709018203106,"id":285,"parentId":1,"tags":{},"startTime":1774361297761,"traceId":"b74730285048ec26"},{"name":"check-static-error-page","duration":2688,"timestamp":2709018211046,"id":287,"parentId":286,"tags":{},"startTime":1774361297769,"traceId":"b74730285048ec26"},{"name":"is-page-static","duration":246378,"timestamp":2709018214677,"id":303,"parentId":289,"tags":{},"startTime":1774361297773,"traceId":"b74730285048ec26"},{"name":"check-page","duration":249137,"timestamp":2709018211984,"id":289,"parentId":286,"tags":{"page":"/_global-error"},"startTime":1774361297770,"traceId":"b74730285048ec26"},{"name":"is-page-static","duration":281043,"timestamp":2709018214375,"id":302,"parentId":288,"tags":{},"startTime":1774361297773,"traceId":"b74730285048ec26"},{"name":"check-page","duration":283998,"timestamp":2709018211470,"id":288,"parentId":286,"tags":{"page":"/_not-found"},"startTime":1774361297770,"traceId":"b74730285048ec26"},{"name":"is-page-static","duration":280464,"timestamp":2709018222324,"id":314,"parentId":301,"tags":{},"startTime":1774361297781,"traceId":"b74730285048ec26"},{"name":"check-page","duration":289123,"timestamp":2709018213684,"id":301,"parentId":286,"tags":{"page":"/"},"startTime":1774361297772,"traceId":"b74730285048ec26"},{"name":"is-page-static","duration":298878,"timestamp":2709018215002,"id":307,"parentId":296,"tags":{},"startTime":1774361297773,"traceId":"b74730285048ec26"},{"name":"check-page","duration":300675,"timestamp":2709018213227,"id":296,"parentId":286,"tags":{"page":"/api/sessions/[id]/context"},"startTime":1774361297771,"traceId":"b74730285048ec26"},{"name":"is-page-static","duration":301226,"timestamp":2709018215319,"id":311,"parentId":300,"tags":{},"startTime":1774361297774,"traceId":"b74730285048ec26"}]
3
- [{"name":"check-page","duration":303309,"timestamp":2709018213403,"id":300,"parentId":286,"tags":{"page":"/favicon.ico"},"startTime":1774361297772,"traceId":"b74730285048ec26"},{"name":"is-page-static","duration":303526,"timestamp":2709018214868,"id":306,"parentId":293,"tags":{},"startTime":1774361297773,"traceId":"b74730285048ec26"},{"name":"check-page","duration":305383,"timestamp":2709018213048,"id":293,"parentId":286,"tags":{"page":"/api/files/[...path]"},"startTime":1774361297771,"traceId":"b74730285048ec26"},{"name":"is-page-static","duration":306069,"timestamp":2709018215239,"id":309,"parentId":298,"tags":{},"startTime":1774361297773,"traceId":"b74730285048ec26"},{"name":"check-page","duration":308022,"timestamp":2709018213322,"id":298,"parentId":286,"tags":{"page":"/api/sessions/new"},"startTime":1774361297772,"traceId":"b74730285048ec26"},{"name":"is-page-static","duration":306182,"timestamp":2709018215280,"id":310,"parentId":299,"tags":{},"startTime":1774361297773,"traceId":"b74730285048ec26"},{"name":"check-page","duration":308112,"timestamp":2709018213362,"id":299,"parentId":286,"tags":{"page":"/api/sessions"},"startTime":1774361297772,"traceId":"b74730285048ec26"},{"name":"is-page-static","duration":307667,"timestamp":2709018221667,"id":312,"parentId":294,"tags":{},"startTime":1774361297780,"traceId":"b74730285048ec26"},{"name":"check-page","duration":316263,"timestamp":2709018213096,"id":294,"parentId":286,"tags":{"page":"/api/models-config"},"startTime":1774361297771,"traceId":"b74730285048ec26"},{"name":"is-page-static","duration":307358,"timestamp":2709018222061,"id":313,"parentId":295,"tags":{},"startTime":1774361297780,"traceId":"b74730285048ec26"},{"name":"check-page","duration":316254,"timestamp":2709018213170,"id":295,"parentId":286,"tags":{"page":"/api/models"},"startTime":1774361297771,"traceId":"b74730285048ec26"},{"name":"is-page-static","duration":323090,"timestamp":2709018215189,"id":308,"parentId":297,"tags":{},"startTime":1774361297773,"traceId":"b74730285048ec26"},{"name":"check-page","duration":325031,"timestamp":2709018213273,"id":297,"parentId":286,"tags":{"page":"/api/sessions/[id]"},"startTime":1774361297771,"traceId":"b74730285048ec26"},{"name":"is-page-static","duration":650687,"timestamp":2709018214752,"id":304,"parentId":291,"tags":{},"startTime":1774361297773,"traceId":"b74730285048ec26"},{"name":"check-page","duration":652515,"timestamp":2709018212952,"id":291,"parentId":286,"tags":{"page":"/api/agent/[id]"},"startTime":1774361297771,"traceId":"b74730285048ec26"},{"name":"is-page-static","duration":642744,"timestamp":2709018222834,"id":315,"parentId":290,"tags":{},"startTime":1774361297781,"traceId":"b74730285048ec26"},{"name":"check-page","duration":653486,"timestamp":2709018212102,"id":290,"parentId":286,"tags":{"page":"/api/agent/[id]/events"},"startTime":1774361297770,"traceId":"b74730285048ec26"},{"name":"is-page-static","duration":651139,"timestamp":2709018214802,"id":305,"parentId":292,"tags":{},"startTime":1774361297773,"traceId":"b74730285048ec26"},{"name":"check-page","duration":652951,"timestamp":2709018213003,"id":292,"parentId":286,"tags":{"page":"/api/agent/new"},"startTime":1774361297771,"traceId":"b74730285048ec26"},{"name":"static-check","duration":655202,"timestamp":2709018210768,"id":286,"parentId":1,"tags":{},"startTime":1774361297769,"traceId":"b74730285048ec26"},{"name":"write-routes-manifest","duration":2749,"timestamp":2709018955581,"id":319,"parentId":1,"tags":{},"startTime":1774361298514,"traceId":"b74730285048ec26"},{"name":"load-dotenv","duration":15,"timestamp":2709019218049,"id":322,"parentId":321,"tags":{},"startTime":1774361298776,"traceId":"b74730285048ec26"},{"name":"run-export-path-map","duration":199,"timestamp":2709019376329,"id":323,"parentId":321,"tags":{},"startTime":1774361298935,"traceId":"b74730285048ec26"},{"name":"next-export","duration":279928,"timestamp":2709019217567,"id":321,"parentId":1,"tags":{},"startTime":1774361298776,"traceId":"b74730285048ec26"},{"name":"move-exported-app-not-found-","duration":9852,"timestamp":2709019498226,"id":324,"parentId":320,"tags":{},"startTime":1774361299056,"traceId":"b74730285048ec26"},{"name":"move-exported-app-global-error-","duration":5837,"timestamp":2709019508137,"id":325,"parentId":320,"tags":{},"startTime":1774361299066,"traceId":"b74730285048ec26"},{"name":"static-generation","duration":453220,"timestamp":2709019214498,"id":320,"parentId":1,"tags":{},"startTime":1774361298773,"traceId":"b74730285048ec26"},{"name":"write-routes-manifest","duration":54131,"timestamp":2709019667873,"id":326,"parentId":1,"tags":{},"startTime":1774361299226,"traceId":"b74730285048ec26"},{"name":"node-file-trace-build","duration":6887816,"timestamp":2709018952628,"id":318,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1774361298511,"traceId":"b74730285048ec26"},{"name":"apply-include-excludes","duration":371,"timestamp":2709025840457,"id":327,"parentId":1,"tags":{},"startTime":1774361305399,"traceId":"b74730285048ec26"},{"name":"collect-build-traces","duration":6974207,"timestamp":2709018866628,"id":317,"parentId":1,"tags":{},"startTime":1774361298425,"traceId":"b74730285048ec26"},{"name":"print-tree-view","duration":998,"timestamp":2709025841171,"id":328,"parentId":1,"tags":{},"startTime":1774361305399,"traceId":"b74730285048ec26"},{"name":"telemetry-flush","duration":23,"timestamp":2709025842174,"id":329,"parentId":1,"tags":{},"startTime":1774361305400,"traceId":"b74730285048ec26"},{"name":"next-build","duration":11719022,"timestamp":2709014123179,"id":1,"tags":{"buildMode":"default","version":"16.2.1","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1774361293681,"traceId":"b74730285048ec26"}]
1
+ [{"name":"generate-buildid","duration":77,"timestamp":2790514674554,"id":4,"parentId":1,"tags":{},"startTime":1774442794403,"traceId":"7c189697e55b5b61"},{"name":"load-custom-routes","duration":176,"timestamp":2790514674685,"id":5,"parentId":1,"tags":{},"startTime":1774442794403,"traceId":"7c189697e55b5b61"},{"name":"create-dist-dir","duration":2155,"timestamp":2790514674873,"id":6,"parentId":1,"tags":{},"startTime":1774442794404,"traceId":"7c189697e55b5b61"},{"name":"clean","duration":17952,"timestamp":2790514677447,"id":7,"parentId":1,"tags":{},"startTime":1774442794406,"traceId":"7c189697e55b5b61"},{"name":"discover-routes","duration":3129,"timestamp":2790514700202,"id":8,"parentId":1,"tags":{},"startTime":1774442794429,"traceId":"7c189697e55b5b61"},{"name":"create-root-mapping","duration":24,"timestamp":2790514703348,"id":9,"parentId":1,"tags":{},"startTime":1774442794432,"traceId":"7c189697e55b5b61"},{"name":"generate-route-types","duration":9305,"timestamp":2790514704032,"id":10,"parentId":1,"tags":{},"startTime":1774442794433,"traceId":"7c189697e55b5b61"},{"name":"public-dir-conflict-check","duration":41,"timestamp":2790514713375,"id":11,"parentId":1,"tags":{},"startTime":1774442794442,"traceId":"7c189697e55b5b61"},{"name":"generate-routes-manifest","duration":1155,"timestamp":2790514713456,"id":12,"parentId":1,"tags":{},"startTime":1774442794442,"traceId":"7c189697e55b5b61"},{"name":"create-entrypoints","duration":6194,"timestamp":2790514961557,"id":17,"parentId":15,"tags":{},"startTime":1774442794690,"traceId":"7c189697e55b5b61"},{"name":"generate-webpack-config","duration":136201,"timestamp":2790514967839,"id":18,"parentId":16,"tags":{},"startTime":1774442794697,"traceId":"7c189697e55b5b61"},{"name":"next-trace-entrypoint-plugin","duration":1027,"timestamp":2790515153267,"id":20,"parentId":19,"tags":{},"startTime":1774442794882,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":18563,"timestamp":2790515266801,"id":43,"parentId":24,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794995,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":22423,"timestamp":2790515266875,"id":45,"parentId":26,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fdefault-cwd%2Froute&name=app%2Fapi%2Fdefault-cwd%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdefault-cwd%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fdefault-cwd%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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":24934,"timestamp":2790515266942,"id":47,"parentId":28,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fhome%2Froute&name=app%2Fapi%2Fhome%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhome%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fhome%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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":27071,"timestamp":2790515266909,"id":46,"parentId":27,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":29008,"timestamp":2790515266841,"id":44,"parentId":25,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":30740,"timestamp":2790515266973,"id":48,"parentId":29,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":32516,"timestamp":2790515267005,"id":49,"parentId":30,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":33959,"timestamp":2790515267066,"id":50,"parentId":31,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":35441,"timestamp":2790515267129,"id":51,"parentId":32,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":36724,"timestamp":2790515267164,"id":52,"parentId":33,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":37937,"timestamp":2790515267189,"id":53,"parentId":34,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":39185,"timestamp":2790515267211,"id":54,"parentId":35,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":40489,"timestamp":2790515267234,"id":55,"parentId":36,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":41603,"timestamp":2790515267254,"id":56,"parentId":37,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fskills%2Finstall%2Froute&name=app%2Fapi%2Fskills%2Finstall%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Finstall%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fskills%2Finstall%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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":47305,"timestamp":2790515267273,"id":57,"parentId":38,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fskills%2Froute&name=app%2Fapi%2Fskills%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fskills%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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":48571,"timestamp":2790515267292,"id":58,"parentId":39,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?page=%2Fapi%2Fskills%2Fsearch%2Froute&name=app%2Fapi%2Fskills%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Fsearch%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fskills%2Fsearch%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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":110229,"timestamp":2790515261504,"id":41,"parentId":22,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794990,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":105008,"timestamp":2790515266744,"id":42,"parentId":23,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794995,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":104681,"timestamp":2790515267334,"id":59,"parentId":40,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.js?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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!","layer":"rsc"},"startTime":1774442794996,"traceId":"7c189697e55b5b61"},{"name":"build-module-ts","duration":4933,"timestamp":2790515452059,"id":60,"parentId":56,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/app/api/skills/install/route.ts","layer":"rsc"},"startTime":1774442795181,"traceId":"7c189697e55b5b61"},{"name":"build-module-ts","duration":2851,"timestamp":2790515457140,"id":61,"parentId":58,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/app/api/skills/search/route.ts","layer":"rsc"},"startTime":1774442795186,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":87,"timestamp":2790515460941,"id":62,"parentId":60,"tags":{"name":"child_process","layer":null},"startTime":1774442795190,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":324730,"timestamp":2790515155938,"id":31,"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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":327209,"timestamp":2790515155968,"id":36,"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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":327221,"timestamp":2790515155964,"id":34,"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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":331657,"timestamp":2790515155867,"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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":332464,"timestamp":2790515155910,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fhome%2Froute&name=app%2Fapi%2Fhome%2Froute&pagePath=private-next-app-dir%2Fapi%2Fhome%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fhome%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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":332481,"timestamp":2790515155898,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fdefault-cwd%2Froute&name=app%2Fapi%2Fdefault-cwd%2Froute&pagePath=private-next-app-dir%2Fapi%2Fdefault-cwd%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fdefault-cwd%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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":332499,"timestamp":2790515155882,"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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":332491,"timestamp":2790515155891,"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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":332479,"timestamp":2790515155905,"id":27,"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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":332474,"timestamp":2790515155915,"id":29,"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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":332432,"timestamp":2790515155960,"id":33,"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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":332439,"timestamp":2790515155955,"id":32,"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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":332476,"timestamp":2790515155920,"id":30,"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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":332432,"timestamp":2790515155966,"id":35,"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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":332431,"timestamp":2790515155969,"id":37,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Finstall%2Froute&name=app%2Fapi%2Fskills%2Finstall%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Finstall%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fskills%2Finstall%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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":332430,"timestamp":2790515155973,"id":39,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Fsearch%2Froute&name=app%2Fapi%2Fskills%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Fsearch%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fskills%2Fsearch%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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":333932,"timestamp":2790515155607,"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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794884,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":333569,"timestamp":2790515155975,"id":40,"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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":347096,"timestamp":2790515155971,"id":38,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Froute&name=app%2Fapi%2Fskills%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fskills%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%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fhome&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=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774442794885,"traceId":"7c189697e55b5b61"},{"name":"build-module-tsx","duration":6047,"timestamp":2790515586372,"id":168,"parentId":19,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/SkillsConfig.tsx","layer":"ssr"},"startTime":1774442795315,"traceId":"7c189697e55b5b61"},{"name":"build-module-tsx","duration":12321,"timestamp":2790515585629,"id":167,"parentId":19,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/SessionSidebar.tsx","layer":"ssr"},"startTime":1774442795314,"traceId":"7c189697e55b5b61"},{"name":"build-module-tsx","duration":4123,"timestamp":2790515604467,"id":169,"parentId":19,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/MessageView.tsx","layer":"ssr"},"startTime":1774442795333,"traceId":"7c189697e55b5b61"},{"name":"make","duration":529637,"timestamp":2790515155460,"id":21,"parentId":19,"tags":{},"startTime":1774442794884,"traceId":"7c189697e55b5b61"},{"name":"get-entries","duration":568,"timestamp":2790515685893,"id":171,"parentId":170,"tags":{},"startTime":1774442795415,"traceId":"7c189697e55b5b61"},{"name":"node-file-trace-plugin","duration":48743,"timestamp":2790515688471,"id":172,"parentId":170,"tags":{"traceEntryCount":"34"},"startTime":1774442795417,"traceId":"7c189697e55b5b61"},{"name":"collect-traced-files","duration":506,"timestamp":2790515737221,"id":173,"parentId":170,"tags":{},"startTime":1774442795466,"traceId":"7c189697e55b5b61"},{"name":"finish-modules","duration":51941,"timestamp":2790515685789,"id":170,"parentId":20,"tags":{},"startTime":1774442795414,"traceId":"7c189697e55b5b61"},{"name":"chunk-graph","duration":9095,"timestamp":2790515757806,"id":175,"parentId":174,"tags":{},"startTime":1774442795486,"traceId":"7c189697e55b5b61"},{"name":"optimize-modules","duration":12,"timestamp":2790515766954,"id":177,"parentId":174,"tags":{},"startTime":1774442795496,"traceId":"7c189697e55b5b61"},{"name":"optimize-chunks","duration":6597,"timestamp":2790515767003,"id":178,"parentId":174,"tags":{},"startTime":1774442795496,"traceId":"7c189697e55b5b61"},{"name":"optimize-tree","duration":14,"timestamp":2790515773634,"id":179,"parentId":174,"tags":{},"startTime":1774442795502,"traceId":"7c189697e55b5b61"},{"name":"optimize-chunk-modules","duration":10563,"timestamp":2790515773693,"id":180,"parentId":174,"tags":{},"startTime":1774442795502,"traceId":"7c189697e55b5b61"},{"name":"optimize","duration":17350,"timestamp":2790515766932,"id":176,"parentId":174,"tags":{},"startTime":1774442795496,"traceId":"7c189697e55b5b61"},{"name":"module-hash","duration":8687,"timestamp":2790515792187,"id":181,"parentId":174,"tags":{},"startTime":1774442795521,"traceId":"7c189697e55b5b61"},{"name":"code-generation","duration":137267,"timestamp":2790515800897,"id":182,"parentId":174,"tags":{},"startTime":1774442795530,"traceId":"7c189697e55b5b61"},{"name":"hash","duration":3897,"timestamp":2790515940547,"id":183,"parentId":174,"tags":{},"startTime":1774442795669,"traceId":"7c189697e55b5b61"},{"name":"code-generation-jobs","duration":106,"timestamp":2790515944443,"id":184,"parentId":174,"tags":{},"startTime":1774442795673,"traceId":"7c189697e55b5b61"},{"name":"module-assets","duration":201,"timestamp":2790515944526,"id":185,"parentId":174,"tags":{},"startTime":1774442795673,"traceId":"7c189697e55b5b61"},{"name":"create-chunk-assets","duration":3037,"timestamp":2790515944731,"id":186,"parentId":174,"tags":{},"startTime":1774442795673,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":96,"timestamp":2790515983748,"id":207,"parentId":187,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1774442795712,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":29,"timestamp":2790515983822,"id":208,"parentId":187,"tags":{"name":"573.js","cache":"HIT"},"startTime":1774442795712,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":25,"timestamp":2790515983827,"id":209,"parentId":187,"tags":{"name":"65.js","cache":"HIT"},"startTime":1774442795712,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":26,"timestamp":2790515983830,"id":210,"parentId":187,"tags":{"name":"741.js","cache":"HIT"},"startTime":1774442795712,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":24,"timestamp":2790515983832,"id":211,"parentId":187,"tags":{"name":"813.js","cache":"HIT"},"startTime":1774442795712,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":23,"timestamp":2790515983835,"id":212,"parentId":187,"tags":{"name":"63.js","cache":"HIT"},"startTime":1774442795712,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":20,"timestamp":2790515983838,"id":213,"parentId":187,"tags":{"name":"918.js","cache":"HIT"},"startTime":1774442795713,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":22888,"timestamp":2790515961046,"id":191,"parentId":187,"tags":{"name":"../app/api/agent/new/route.js","cache":"MISS"},"startTime":1774442795690,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":27338,"timestamp":2790515956616,"id":188,"parentId":187,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1774442795685,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":23444,"timestamp":2790515960529,"id":190,"parentId":187,"tags":{"name":"../app/api/agent/[id]/route.js","cache":"MISS"},"startTime":1774442795689,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":24579,"timestamp":2790515959429,"id":189,"parentId":187,"tags":{"name":"../app/_global-error/page.js","cache":"MISS"},"startTime":1774442795688,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":22577,"timestamp":2790515961442,"id":192,"parentId":187,"tags":{"name":"../app/api/default-cwd/route.js","cache":"MISS"},"startTime":1774442795690,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":21441,"timestamp":2790515962586,"id":194,"parentId":187,"tags":{"name":"../app/api/home/route.js","cache":"MISS"},"startTime":1774442795691,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":22047,"timestamp":2790515961988,"id":193,"parentId":187,"tags":{"name":"../app/api/files/[...path]/route.js","cache":"MISS"},"startTime":1774442795691,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":20098,"timestamp":2790515963945,"id":197,"parentId":187,"tags":{"name":"../app/api/sessions/new/route.js","cache":"MISS"},"startTime":1774442795693,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":21106,"timestamp":2790515962946,"id":195,"parentId":187,"tags":{"name":"../app/api/sessions/[id]/context/route.js","cache":"MISS"},"startTime":1774442795692,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":20639,"timestamp":2790515963423,"id":196,"parentId":187,"tags":{"name":"../app/api/sessions/[id]/route.js","cache":"MISS"},"startTime":1774442795692,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":19382,"timestamp":2790515964689,"id":199,"parentId":187,"tags":{"name":"../app/favicon.ico/route.js","cache":"MISS"},"startTime":1774442795693,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":18387,"timestamp":2790515965690,"id":201,"parentId":187,"tags":{"name":"../app/api/models-config/route.js","cache":"MISS"},"startTime":1774442795694,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":19787,"timestamp":2790515964297,"id":198,"parentId":187,"tags":{"name":"../app/api/sessions/route.js","cache":"MISS"},"startTime":1774442795693,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":17642,"timestamp":2790515966452,"id":203,"parentId":187,"tags":{"name":"../app/api/skills/install/route.js","cache":"MISS"},"startTime":1774442795695,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":17321,"timestamp":2790515966780,"id":204,"parentId":187,"tags":{"name":"../app/api/skills/route.js","cache":"MISS"},"startTime":1774442795695,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":18908,"timestamp":2790515965199,"id":200,"parentId":187,"tags":{"name":"../app/api/agent/[id]/events/route.js","cache":"MISS"},"startTime":1774442795694,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":18071,"timestamp":2790515966045,"id":202,"parentId":187,"tags":{"name":"../app/api/models/route.js","cache":"MISS"},"startTime":1774442795695,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":16976,"timestamp":2790515967151,"id":205,"parentId":187,"tags":{"name":"../app/api/skills/search/route.js","cache":"MISS"},"startTime":1774442795696,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":84523,"timestamp":2790515967491,"id":206,"parentId":187,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1774442795696,"traceId":"7c189697e55b5b61"},{"name":"minify-webpack-plugin-optimize","duration":102481,"timestamp":2790515949542,"id":187,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1774442795678,"traceId":"7c189697e55b5b61"},{"name":"css-minimizer-plugin","duration":129,"timestamp":2790516052160,"id":214,"parentId":19,"tags":{},"startTime":1774442795781,"traceId":"7c189697e55b5b61"}]
2
+ [{"name":"create-trace-assets","duration":1243,"timestamp":2790516052423,"id":215,"parentId":20,"tags":{},"startTime":1774442795781,"traceId":"7c189697e55b5b61"},{"name":"seal","duration":309065,"timestamp":2790515749521,"id":174,"parentId":19,"tags":{},"startTime":1774442795478,"traceId":"7c189697e55b5b61"},{"name":"webpack-compilation","duration":913086,"timestamp":2790515152412,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1774442794881,"traceId":"7c189697e55b5b61"},{"name":"emit","duration":13643,"timestamp":2790516065740,"id":216,"parentId":16,"tags":{},"startTime":1774442795794,"traceId":"7c189697e55b5b61"},{"name":"webpack-close","duration":182992,"timestamp":2790516080079,"id":217,"parentId":16,"tags":{"name":"server"},"startTime":1774442795809,"traceId":"7c189697e55b5b61"},{"name":"webpack-generate-error-stats","duration":1254,"timestamp":2790516263112,"id":218,"parentId":217,"tags":{},"startTime":1774442795992,"traceId":"7c189697e55b5b61"},{"name":"run-webpack-compiler","duration":1302932,"timestamp":2790514961554,"id":16,"parentId":15,"tags":{},"startTime":1774442794690,"traceId":"7c189697e55b5b61"},{"name":"format-webpack-messages","duration":49,"timestamp":2790516264488,"id":219,"parentId":15,"tags":{},"startTime":1774442795993,"traceId":"7c189697e55b5b61"},{"name":"worker-main-server","duration":1303266,"timestamp":2790514961371,"id":15,"parentId":1,"tags":{},"startTime":1774442794690,"traceId":"7c189697e55b5b61"},{"name":"create-entrypoints","duration":6407,"timestamp":2790516509610,"id":223,"parentId":221,"tags":{},"startTime":1774442796238,"traceId":"7c189697e55b5b61"},{"name":"generate-webpack-config","duration":132851,"timestamp":2790516516106,"id":224,"parentId":222,"tags":{},"startTime":1774442796245,"traceId":"7c189697e55b5b61"},{"name":"make","duration":330,"timestamp":2790516697833,"id":226,"parentId":225,"tags":{},"startTime":1774442796426,"traceId":"7c189697e55b5b61"},{"name":"chunk-graph","duration":332,"timestamp":2790516699222,"id":228,"parentId":227,"tags":{},"startTime":1774442796428,"traceId":"7c189697e55b5b61"},{"name":"optimize-modules","duration":11,"timestamp":2790516699604,"id":230,"parentId":227,"tags":{},"startTime":1774442796428,"traceId":"7c189697e55b5b61"},{"name":"optimize-chunks","duration":81,"timestamp":2790516699656,"id":231,"parentId":227,"tags":{},"startTime":1774442796428,"traceId":"7c189697e55b5b61"},{"name":"optimize-tree","duration":11,"timestamp":2790516699765,"id":232,"parentId":227,"tags":{},"startTime":1774442796428,"traceId":"7c189697e55b5b61"},{"name":"optimize-chunk-modules","duration":79,"timestamp":2790516699866,"id":233,"parentId":227,"tags":{},"startTime":1774442796429,"traceId":"7c189697e55b5b61"},{"name":"optimize","duration":389,"timestamp":2790516699580,"id":229,"parentId":227,"tags":{},"startTime":1774442796428,"traceId":"7c189697e55b5b61"},{"name":"module-hash","duration":45,"timestamp":2790516700274,"id":234,"parentId":227,"tags":{},"startTime":1774442796429,"traceId":"7c189697e55b5b61"},{"name":"code-generation","duration":86,"timestamp":2790516700344,"id":235,"parentId":227,"tags":{},"startTime":1774442796429,"traceId":"7c189697e55b5b61"},{"name":"hash","duration":227,"timestamp":2790516700560,"id":236,"parentId":227,"tags":{},"startTime":1774442796429,"traceId":"7c189697e55b5b61"},{"name":"code-generation-jobs","duration":29,"timestamp":2790516700786,"id":237,"parentId":227,"tags":{},"startTime":1774442796429,"traceId":"7c189697e55b5b61"},{"name":"module-assets","duration":44,"timestamp":2790516700804,"id":238,"parentId":227,"tags":{},"startTime":1774442796429,"traceId":"7c189697e55b5b61"},{"name":"create-chunk-assets","duration":119,"timestamp":2790516700855,"id":239,"parentId":227,"tags":{},"startTime":1774442796430,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":94,"timestamp":2790516705221,"id":241,"parentId":240,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1774442796434,"traceId":"7c189697e55b5b61"},{"name":"minify-webpack-plugin-optimize","duration":1197,"timestamp":2790516704122,"id":240,"parentId":225,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1774442796433,"traceId":"7c189697e55b5b61"},{"name":"css-minimizer-plugin","duration":73,"timestamp":2790516705368,"id":242,"parentId":225,"tags":{},"startTime":1774442796434,"traceId":"7c189697e55b5b61"},{"name":"seal","duration":7630,"timestamp":2790516699090,"id":227,"parentId":225,"tags":{},"startTime":1774442796428,"traceId":"7c189697e55b5b61"},{"name":"webpack-compilation","duration":10874,"timestamp":2790516695998,"id":225,"parentId":222,"tags":{"name":"edge-server"},"startTime":1774442796425,"traceId":"7c189697e55b5b61"},{"name":"emit","duration":1184,"timestamp":2790516707060,"id":243,"parentId":222,"tags":{},"startTime":1774442796436,"traceId":"7c189697e55b5b61"},{"name":"webpack-close","duration":327,"timestamp":2790516708632,"id":244,"parentId":222,"tags":{"name":"edge-server"},"startTime":1774442796437,"traceId":"7c189697e55b5b61"},{"name":"webpack-generate-error-stats","duration":1088,"timestamp":2790516708986,"id":245,"parentId":244,"tags":{},"startTime":1774442796438,"traceId":"7c189697e55b5b61"},{"name":"run-webpack-compiler","duration":200516,"timestamp":2790516509607,"id":222,"parentId":221,"tags":{},"startTime":1774442796238,"traceId":"7c189697e55b5b61"},{"name":"format-webpack-messages","duration":41,"timestamp":2790516710126,"id":246,"parentId":221,"tags":{},"startTime":1774442796439,"traceId":"7c189697e55b5b61"},{"name":"worker-main-edge-server","duration":200851,"timestamp":2790516509388,"id":221,"parentId":1,"tags":{},"startTime":1774442796238,"traceId":"7c189697e55b5b61"},{"name":"create-entrypoints","duration":6563,"timestamp":2790516958006,"id":249,"parentId":247,"tags":{},"startTime":1774442796687,"traceId":"7c189697e55b5b61"},{"name":"generate-webpack-config","duration":133662,"timestamp":2790516964669,"id":250,"parentId":248,"tags":{},"startTime":1774442796693,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57870,"timestamp":2790517149429,"id":257,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57871,"timestamp":2790517149442,"id":258,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57858,"timestamp":2790517149459,"id":261,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57844,"timestamp":2790517149475,"id":262,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57827,"timestamp":2790517149494,"id":263,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57823,"timestamp":2790517149501,"id":264,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57823,"timestamp":2790517149503,"id":265,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57826,"timestamp":2790517149505,"id":266,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57830,"timestamp":2790517149507,"id":267,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57840,"timestamp":2790517149508,"id":268,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57839,"timestamp":2790517149512,"id":269,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57839,"timestamp":2790517149514,"id":270,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57837,"timestamp":2790517149517,"id":271,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57838,"timestamp":2790517149518,"id":272,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57837,"timestamp":2790517149520,"id":273,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57836,"timestamp":2790517149522,"id":274,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57836,"timestamp":2790517149524,"id":275,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57834,"timestamp":2790517149526,"id":276,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57834,"timestamp":2790517149528,"id":277,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":57833,"timestamp":2790517149530,"id":278,"parentId":252,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":145363,"timestamp":2790517149409,"id":256,"parentId":252,"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":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"build-module-tsx","duration":18807,"timestamp":2790517311567,"id":284,"parentId":251,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/SkillsConfig.tsx","layer":"app-pages-browser"},"startTime":1774442797040,"traceId":"7c189697e55b5b61"},{"name":"build-module-tsx","duration":79671,"timestamp":2790517309807,"id":283,"parentId":251,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/SessionSidebar.tsx","layer":"app-pages-browser"},"startTime":1774442797038,"traceId":"7c189697e55b5b61"},{"name":"postcss-process","duration":48704,"timestamp":2790517372217,"id":285,"parentId":282,"tags":{},"startTime":1774442797101,"traceId":"7c189697e55b5b61"},{"name":"postcss-loader","duration":113867,"timestamp":2790517307101,"id":282,"parentId":281,"tags":{},"startTime":1774442797036,"traceId":"7c189697e55b5b61"},{"name":"css-loader","duration":14596,"timestamp":2790517421071,"id":287,"parentId":281,"tags":{"astUsed":"true"},"startTime":1774442797150,"traceId":"7c189697e55b5b61"},{"name":"build-module-tsx","duration":50003,"timestamp":2790517391868,"id":286,"parentId":251,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/MessageView.tsx","layer":"app-pages-browser"},"startTime":1774442797121,"traceId":"7c189697e55b5b61"},{"name":"build-module-css","duration":147864,"timestamp":2790517303303,"id":281,"parentId":280,"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":1774442797032,"traceId":"7c189697e55b5b61"},{"name":"build-module-css","duration":171157,"timestamp":2790517288686,"id":280,"parentId":251,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/app/globals.css","layer":"app-pages-browser"},"startTime":1774442797017,"traceId":"7c189697e55b5b61"},{"name":"build-module","duration":53,"timestamp":2790517460356,"id":288,"parentId":280,"tags":{},"startTime":1774442797189,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":311053,"timestamp":2790517149394,"id":255,"parentId":252,"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":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":311308,"timestamp":2790517149146,"id":253,"parentId":252,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":311001,"timestamp":2790517149454,"id":260,"parentId":252,"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":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":311081,"timestamp":2790517149377,"id":254,"parentId":252,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":311052,"timestamp":2790517149447,"id":259,"parentId":252,"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":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"add-entry","duration":373226,"timestamp":2790517149531,"id":279,"parentId":252,"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":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"make","duration":373922,"timestamp":2790517148953,"id":252,"parentId":251,"tags":{},"startTime":1774442796878,"traceId":"7c189697e55b5b61"},{"name":"chunk-graph","duration":5063,"timestamp":2790517537667,"id":290,"parentId":289,"tags":{},"startTime":1774442797266,"traceId":"7c189697e55b5b61"},{"name":"optimize-modules","duration":11,"timestamp":2790517542791,"id":292,"parentId":289,"tags":{},"startTime":1774442797271,"traceId":"7c189697e55b5b61"},{"name":"optimize-chunks","duration":3826,"timestamp":2790517543804,"id":294,"parentId":289,"tags":{},"startTime":1774442797272,"traceId":"7c189697e55b5b61"},{"name":"optimize-tree","duration":15,"timestamp":2790517547676,"id":295,"parentId":289,"tags":{},"startTime":1774442797276,"traceId":"7c189697e55b5b61"},{"name":"optimize-chunk-modules","duration":7413,"timestamp":2790517547732,"id":296,"parentId":289,"tags":{},"startTime":1774442797276,"traceId":"7c189697e55b5b61"},{"name":"optimize","duration":12404,"timestamp":2790517542765,"id":291,"parentId":289,"tags":{},"startTime":1774442797271,"traceId":"7c189697e55b5b61"},{"name":"module-hash","duration":6358,"timestamp":2790517561290,"id":297,"parentId":289,"tags":{},"startTime":1774442797290,"traceId":"7c189697e55b5b61"},{"name":"code-generation","duration":42590,"timestamp":2790517567673,"id":298,"parentId":289,"tags":{},"startTime":1774442797296,"traceId":"7c189697e55b5b61"},{"name":"hash","duration":4610,"timestamp":2790517612031,"id":299,"parentId":289,"tags":{},"startTime":1774442797341,"traceId":"7c189697e55b5b61"},{"name":"code-generation-jobs","duration":126,"timestamp":2790517616639,"id":300,"parentId":289,"tags":{},"startTime":1774442797345,"traceId":"7c189697e55b5b61"},{"name":"module-assets","duration":174,"timestamp":2790517616737,"id":301,"parentId":289,"tags":{},"startTime":1774442797345,"traceId":"7c189697e55b5b61"},{"name":"create-chunk-assets","duration":3700,"timestamp":2790517616915,"id":302,"parentId":289,"tags":{},"startTime":1774442797346,"traceId":"7c189697e55b5b61"},{"name":"NextJsBuildManifest-generateClientManifest","duration":835,"timestamp":2790517621856,"id":304,"parentId":251,"tags":{},"startTime":1774442797351,"traceId":"7c189697e55b5b61"},{"name":"NextJsBuildManifest-createassets","duration":1261,"timestamp":2790517621433,"id":303,"parentId":251,"tags":{},"startTime":1774442797350,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":6694,"timestamp":2790517626354,"id":306,"parentId":305,"tags":{"name":"static/chunks/main-2d23a4c2e25541b7.js","cache":"HIT"},"startTime":1774442797355,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":6626,"timestamp":2790517626424,"id":307,"parentId":305,"tags":{"name":"static/chunks/main-app-d700fd593b493e20.js","cache":"HIT"},"startTime":1774442797355,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":6622,"timestamp":2790517626430,"id":308,"parentId":305,"tags":{"name":"static/chunks/app/_not-found/page-887a0af04beed72c.js","cache":"HIT"},"startTime":1774442797355,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5654,"timestamp":2790517627399,"id":311,"parentId":305,"tags":{"name":"static/chunks/app/layout-7f371d404aaa0970.js","cache":"HIT"},"startTime":1774442797356,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5647,"timestamp":2790517627408,"id":312,"parentId":305,"tags":{"name":"static/chunks/next/dist/client/components/builtin/global-error-a638c8f308bb67c3.js","cache":"HIT"},"startTime":1774442797356,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":176,"timestamp":2790517632882,"id":332,"parentId":305,"tags":{"name":"static/chunks/webpack-7465ba623a767ec7.js","cache":"HIT"},"startTime":1774442797362,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":164,"timestamp":2790517632894,"id":333,"parentId":305,"tags":{"name":"static/chunks/451.be6edb7913629345.js","cache":"HIT"},"startTime":1774442797362,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":159,"timestamp":2790517632899,"id":334,"parentId":305,"tags":{"name":"static/chunks/framework-7095eccdca27f6c8.js","cache":"HIT"},"startTime":1774442797362,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":156,"timestamp":2790517632903,"id":335,"parentId":305,"tags":{"name":"static/chunks/4bd1b696-8893c63c9192106c.js","cache":"HIT"},"startTime":1774442797362,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":146,"timestamp":2790517632914,"id":336,"parentId":305,"tags":{"name":"static/chunks/110-052badb5cd1c3f9a.js","cache":"HIT"},"startTime":1774442797362,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":138,"timestamp":2790517632923,"id":337,"parentId":305,"tags":{"name":"static/chunks/794-ffe414c72fa92af7.js","cache":"HIT"},"startTime":1774442797362,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":134,"timestamp":2790517632927,"id":338,"parentId":305,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1774442797362,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":18,"timestamp":2790517633044,"id":342,"parentId":305,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1774442797362,"traceId":"7c189697e55b5b61"}]
3
+ [{"name":"minify-js","duration":5813,"timestamp":2790517627311,"id":310,"parentId":305,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-2bbc74458afcdbf1.js","cache":"MISS"},"startTime":1774442797356,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":6705,"timestamp":2790517626433,"id":309,"parentId":305,"tags":{"name":"static/chunks/app/_global-error/page-fd68d5249d0870e7.js","cache":"MISS"},"startTime":1774442797355,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5732,"timestamp":2790517627414,"id":313,"parentId":305,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-dd9ffc993e6debcf.js","cache":"MISS"},"startTime":1774442797356,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5629,"timestamp":2790517627524,"id":315,"parentId":305,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-3770de1b6092ace3.js","cache":"MISS"},"startTime":1774442797356,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5577,"timestamp":2790517627583,"id":316,"parentId":305,"tags":{"name":"static/chunks/app/api/agent/[id]/route-43c5c9f7c7f9db2d.js","cache":"MISS"},"startTime":1774442797356,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5696,"timestamp":2790517627472,"id":314,"parentId":305,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-c6f700d302df02d8.js","cache":"MISS"},"startTime":1774442797356,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5548,"timestamp":2790517627627,"id":317,"parentId":305,"tags":{"name":"static/chunks/app/api/agent/new/route-9b2815115a85195f.js","cache":"MISS"},"startTime":1774442797356,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5450,"timestamp":2790517627732,"id":319,"parentId":305,"tags":{"name":"static/chunks/app/api/files/[...path]/route-0eda4a41e2891c77.js","cache":"MISS"},"startTime":1774442797356,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5507,"timestamp":2790517627682,"id":318,"parentId":305,"tags":{"name":"static/chunks/app/api/default-cwd/route-a122384ffc15a477.js","cache":"MISS"},"startTime":1774442797356,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5410,"timestamp":2790517627787,"id":320,"parentId":305,"tags":{"name":"static/chunks/app/api/home/route-22d19931ea979bc9.js","cache":"MISS"},"startTime":1774442797356,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5334,"timestamp":2790517627873,"id":322,"parentId":305,"tags":{"name":"static/chunks/app/api/sessions/[id]/route-fc76f67d9eac4029.js","cache":"MISS"},"startTime":1774442797357,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5387,"timestamp":2790517627828,"id":321,"parentId":305,"tags":{"name":"static/chunks/app/api/sessions/[id]/context/route-35b0aa4fb286ae43.js","cache":"MISS"},"startTime":1774442797356,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5310,"timestamp":2790517627910,"id":323,"parentId":305,"tags":{"name":"static/chunks/app/api/sessions/new/route-39055a82be81bb7b.js","cache":"MISS"},"startTime":1774442797357,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5284,"timestamp":2790517627942,"id":324,"parentId":305,"tags":{"name":"static/chunks/app/api/sessions/route-16a42da9cdeb173f.js","cache":"MISS"},"startTime":1774442797357,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5255,"timestamp":2790517627977,"id":325,"parentId":305,"tags":{"name":"static/chunks/app/api/agent/[id]/events/route-e13f0e18ee643ce3.js","cache":"MISS"},"startTime":1774442797357,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5232,"timestamp":2790517628006,"id":326,"parentId":305,"tags":{"name":"static/chunks/app/api/models-config/route-188303afb3f088ce.js","cache":"MISS"},"startTime":1774442797357,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5210,"timestamp":2790517628034,"id":327,"parentId":305,"tags":{"name":"static/chunks/app/api/models/route-3c4a54431daa2156.js","cache":"MISS"},"startTime":1774442797357,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5201,"timestamp":2790517628060,"id":328,"parentId":305,"tags":{"name":"static/chunks/app/api/skills/install/route-db5653df384bbb35.js","cache":"MISS"},"startTime":1774442797357,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5182,"timestamp":2790517628085,"id":329,"parentId":305,"tags":{"name":"static/chunks/app/api/skills/route-b4773fdfbad3ccab.js","cache":"MISS"},"startTime":1774442797357,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":5164,"timestamp":2790517628113,"id":330,"parentId":305,"tags":{"name":"static/chunks/app/api/skills/search/route-c53c2515bafb8e0f.js","cache":"MISS"},"startTime":1774442797357,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":347,"timestamp":2790517632935,"id":339,"parentId":305,"tags":{"name":"static/43qJa3KEyTajLJdyH7Iv5/_ssgManifest.js","cache":"MISS"},"startTime":1774442797362,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":301,"timestamp":2790517632989,"id":340,"parentId":305,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1774442797362,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":306,"timestamp":2790517633014,"id":341,"parentId":305,"tags":{"name":"static/43qJa3KEyTajLJdyH7Iv5/_buildManifest.js","cache":"MISS"},"startTime":1774442797362,"traceId":"7c189697e55b5b61"},{"name":"minify-js","duration":25506,"timestamp":2790517628138,"id":331,"parentId":305,"tags":{"name":"static/chunks/app/page-8a8dbb94228f4a90.js","cache":"MISS"},"startTime":1774442797357,"traceId":"7c189697e55b5b61"},{"name":"minify-webpack-plugin-optimize","duration":30465,"timestamp":2790517623185,"id":305,"parentId":251,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1774442797352,"traceId":"7c189697e55b5b61"},{"name":"minify-css","duration":42,"timestamp":2790517653821,"id":344,"parentId":343,"tags":{"file":"static/css/29b559b27de82e2a.css","cache":"HIT"},"startTime":1774442797382,"traceId":"7c189697e55b5b61"},{"name":"css-minimizer-plugin","duration":137,"timestamp":2790517653728,"id":343,"parentId":251,"tags":{},"startTime":1774442797382,"traceId":"7c189697e55b5b61"},{"name":"seal","duration":129971,"timestamp":2790517530452,"id":289,"parentId":251,"tags":{},"startTime":1774442797259,"traceId":"7c189697e55b5b61"},{"name":"webpack-compilation","duration":513410,"timestamp":2790517147166,"id":251,"parentId":248,"tags":{"name":"client"},"startTime":1774442796876,"traceId":"7c189697e55b5b61"},{"name":"emit","duration":4208,"timestamp":2790517660762,"id":345,"parentId":248,"tags":{},"startTime":1774442797389,"traceId":"7c189697e55b5b61"},{"name":"webpack-close","duration":69642,"timestamp":2790517665413,"id":346,"parentId":248,"tags":{"name":"client"},"startTime":1774442797394,"traceId":"7c189697e55b5b61"},{"name":"webpack-generate-error-stats","duration":1169,"timestamp":2790517735094,"id":347,"parentId":346,"tags":{},"startTime":1774442797464,"traceId":"7c189697e55b5b61"},{"name":"run-webpack-compiler","duration":778375,"timestamp":2790516958003,"id":248,"parentId":247,"tags":{},"startTime":1774442796687,"traceId":"7c189697e55b5b61"},{"name":"format-webpack-messages","duration":52,"timestamp":2790517736382,"id":348,"parentId":247,"tags":{},"startTime":1774442797465,"traceId":"7c189697e55b5b61"},{"name":"worker-main-client","duration":778739,"timestamp":2790516957795,"id":247,"parentId":1,"tags":{},"startTime":1774442796686,"traceId":"7c189697e55b5b61"},{"name":"run-webpack","duration":3027966,"timestamp":2790514718333,"id":14,"parentId":1,"tags":{},"startTime":1774442794447,"traceId":"7c189697e55b5b61"},{"name":"run-typescript","duration":1786901,"timestamp":2790517749571,"id":351,"parentId":1,"tags":{},"startTime":1774442797478,"traceId":"7c189697e55b5b61"},{"name":"generate-required-server-files","duration":494,"timestamp":2790519537420,"id":353,"parentId":1,"tags":{},"startTime":1774442799266,"traceId":"7c189697e55b5b61"},{"name":"check-static-error-page","duration":3632,"timestamp":2790519547070,"id":355,"parentId":354,"tags":{},"startTime":1774442799276,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":215387,"timestamp":2790519551023,"id":376,"parentId":357,"tags":{},"startTime":1774442799280,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":218001,"timestamp":2790519548508,"id":357,"parentId":354,"tags":{"page":"/_global-error"},"startTime":1774442799277,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":270545,"timestamp":2790519551222,"id":386,"parentId":373,"tags":{},"startTime":1774442799280,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":271497,"timestamp":2790519550321,"id":373,"parentId":354,"tags":{"page":"/favicon.ico"},"startTime":1774442799279,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":288930,"timestamp":2790519551116,"id":380,"parentId":362,"tags":{},"startTime":1774442799280,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":290470,"timestamp":2790519549623,"id":362,"parentId":354,"tags":{"page":"/api/files/[...path]"},"startTime":1774442799278,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":293448,"timestamp":2790519552558,"id":388,"parentId":364,"tags":{},"startTime":1774442799281,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":296292,"timestamp":2790519549731,"id":364,"parentId":354,"tags":{"page":"/api/models-config"},"startTime":1774442799278,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":296029,"timestamp":2790519550928,"id":375,"parentId":356,"tags":{},"startTime":1774442799280,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":299045,"timestamp":2790519547931,"id":356,"parentId":354,"tags":{"page":"/_not-found"},"startTime":1774442799277,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":297376,"timestamp":2790519551142,"id":381,"parentId":363,"tags":{},"startTime":1774442799280,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":298849,"timestamp":2790519549682,"id":363,"parentId":354,"tags":{"page":"/api/home"},"startTime":1774442799278,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":298176,"timestamp":2790519553095,"id":391,"parentId":371,"tags":{},"startTime":1774442799282,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":301145,"timestamp":2790519550157,"id":371,"parentId":354,"tags":{"page":"/api/skills"},"startTime":1774442799279,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":301909,"timestamp":2790519551210,"id":385,"parentId":369,"tags":{},"startTime":1774442799280,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":303136,"timestamp":2790519550016,"id":369,"parentId":354,"tags":{"page":"/api/sessions"},"startTime":1774442799279,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":302714,"timestamp":2790519553583,"id":393,"parentId":372,"tags":{},"startTime":1774442799282,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":306074,"timestamp":2790519550237,"id":372,"parentId":354,"tags":{"page":"/api/skills/search"},"startTime":1774442799279,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":307252,"timestamp":2790519551175,"id":383,"parentId":367,"tags":{},"startTime":1774442799280,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":308531,"timestamp":2790519549918,"id":367,"parentId":354,"tags":{"page":"/api/sessions/[id]"},"startTime":1774442799279,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":305877,"timestamp":2790519552625,"id":389,"parentId":365,"tags":{},"startTime":1774442799281,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":308700,"timestamp":2790519549807,"id":365,"parentId":354,"tags":{"page":"/api/models"},"startTime":1774442799278,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":309963,"timestamp":2790519551160,"id":382,"parentId":366,"tags":{},"startTime":1774442799280,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":311259,"timestamp":2790519549877,"id":366,"parentId":354,"tags":{"page":"/api/sessions/[id]/context"},"startTime":1774442799279,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":314967,"timestamp":2790519551191,"id":384,"parentId":368,"tags":{},"startTime":1774442799280,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":316207,"timestamp":2790519549970,"id":368,"parentId":354,"tags":{"page":"/api/sessions/new"},"startTime":1774442799279,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":315119,"timestamp":2790519551091,"id":379,"parentId":361,"tags":{},"startTime":1774442799280,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":316638,"timestamp":2790519549577,"id":361,"parentId":354,"tags":{"page":"/api/default-cwd"},"startTime":1774442799278,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":319827,"timestamp":2790519553173,"id":392,"parentId":374,"tags":{},"startTime":1774442799282,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":322393,"timestamp":2790519550639,"id":374,"parentId":354,"tags":{"page":"/"},"startTime":1774442799279,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":321111,"timestamp":2790519552796,"id":390,"parentId":370,"tags":{},"startTime":1774442799281,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":323843,"timestamp":2790519550083,"id":370,"parentId":354,"tags":{"page":"/api/skills/install"},"startTime":1774442799279,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":640333,"timestamp":2790519551071,"id":378,"parentId":360,"tags":{},"startTime":1774442799280,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":641905,"timestamp":2790519549529,"id":360,"parentId":354,"tags":{"page":"/api/agent/new"},"startTime":1774442799278,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":643978,"timestamp":2790519551052,"id":377,"parentId":359,"tags":{},"startTime":1774442799280,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":645566,"timestamp":2790519549472,"id":359,"parentId":354,"tags":{"page":"/api/agent/[id]"},"startTime":1774442799278,"traceId":"7c189697e55b5b61"},{"name":"is-page-static","duration":642751,"timestamp":2790519552348,"id":387,"parentId":358,"tags":{},"startTime":1774442799281,"traceId":"7c189697e55b5b61"},{"name":"check-page","duration":646487,"timestamp":2790519548618,"id":358,"parentId":354,"tags":{"page":"/api/agent/[id]/events"},"startTime":1774442799277,"traceId":"7c189697e55b5b61"},{"name":"static-check","duration":648716,"timestamp":2790519546403,"id":354,"parentId":1,"tags":{},"startTime":1774442799275,"traceId":"7c189697e55b5b61"},{"name":"write-routes-manifest","duration":2754,"timestamp":2790520275389,"id":397,"parentId":1,"tags":{},"startTime":1774442800004,"traceId":"7c189697e55b5b61"},{"name":"load-dotenv","duration":16,"timestamp":2790520445773,"id":400,"parentId":399,"tags":{},"startTime":1774442800174,"traceId":"7c189697e55b5b61"},{"name":"run-export-path-map","duration":231,"timestamp":2790520699482,"id":401,"parentId":399,"tags":{},"startTime":1774442800428,"traceId":"7c189697e55b5b61"},{"name":"next-export","duration":736545,"timestamp":2790520445260,"id":399,"parentId":1,"tags":{},"startTime":1774442800174,"traceId":"7c189697e55b5b61"},{"name":"move-exported-app-not-found-","duration":4165,"timestamp":2790521182499,"id":402,"parentId":398,"tags":{},"startTime":1774442800911,"traceId":"7c189697e55b5b61"},{"name":"move-exported-app-global-error-","duration":15079,"timestamp":2790521186704,"id":403,"parentId":398,"tags":{},"startTime":1774442800915,"traceId":"7c189697e55b5b61"},{"name":"static-generation","duration":817237,"timestamp":2790520442751,"id":398,"parentId":1,"tags":{},"startTime":1774442800171,"traceId":"7c189697e55b5b61"},{"name":"write-routes-manifest","duration":11318,"timestamp":2790521260131,"id":404,"parentId":1,"tags":{},"startTime":1774442800989,"traceId":"7c189697e55b5b61"},{"name":"node-file-trace-build","duration":6638029,"timestamp":2790520272690,"id":396,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1774442800001,"traceId":"7c189697e55b5b61"},{"name":"apply-include-excludes","duration":394,"timestamp":2790526910733,"id":405,"parentId":1,"tags":{},"startTime":1774442806639,"traceId":"7c189697e55b5b61"},{"name":"collect-build-traces","duration":6715355,"timestamp":2790520195779,"id":395,"parentId":1,"tags":{},"startTime":1774442799924,"traceId":"7c189697e55b5b61"},{"name":"print-tree-view","duration":1002,"timestamp":2790526911461,"id":406,"parentId":1,"tags":{},"startTime":1774442806640,"traceId":"7c189697e55b5b61"},{"name":"telemetry-flush","duration":27,"timestamp":2790526912468,"id":407,"parentId":1,"tags":{},"startTime":1774442806641,"traceId":"7c189697e55b5b61"},{"name":"next-build","duration":12257641,"timestamp":2790514654860,"id":1,"tags":{"buildMode":"default","version":"16.2.1","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1774442794384,"traceId":"7c189697e55b5b61"}]
package/.next/trace-build CHANGED
@@ -1 +1 @@
1
- [{"name":"run-webpack","duration":2346296,"timestamp":2709014181517,"id":14,"parentId":1,"tags":{},"startTime":1774361293740,"traceId":"b74730285048ec26"},{"name":"run-typescript","duration":1670586,"timestamp":2709016531495,"id":283,"parentId":1,"tags":{},"startTime":1774361296090,"traceId":"b74730285048ec26"},{"name":"static-check","duration":655202,"timestamp":2709018210768,"id":286,"parentId":1,"tags":{},"startTime":1774361297769,"traceId":"b74730285048ec26"},{"name":"static-generation","duration":453220,"timestamp":2709019214498,"id":320,"parentId":1,"tags":{},"startTime":1774361298773,"traceId":"b74730285048ec26"},{"name":"collect-build-traces","duration":6974207,"timestamp":2709018866628,"id":317,"parentId":1,"tags":{},"startTime":1774361298425,"traceId":"b74730285048ec26"},{"name":"telemetry-flush","duration":23,"timestamp":2709025842174,"id":329,"parentId":1,"tags":{},"startTime":1774361305400,"traceId":"b74730285048ec26"},{"name":"next-build","duration":11719022,"timestamp":2709014123179,"id":1,"tags":{"buildMode":"default","version":"16.2.1","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1774361293681,"traceId":"b74730285048ec26"}]
1
+ [{"name":"run-webpack","duration":3027966,"timestamp":2790514718333,"id":14,"parentId":1,"tags":{},"startTime":1774442794447,"traceId":"7c189697e55b5b61"},{"name":"run-typescript","duration":1786901,"timestamp":2790517749571,"id":351,"parentId":1,"tags":{},"startTime":1774442797478,"traceId":"7c189697e55b5b61"},{"name":"static-check","duration":648716,"timestamp":2790519546403,"id":354,"parentId":1,"tags":{},"startTime":1774442799275,"traceId":"7c189697e55b5b61"},{"name":"static-generation","duration":817237,"timestamp":2790520442751,"id":398,"parentId":1,"tags":{},"startTime":1774442800171,"traceId":"7c189697e55b5b61"},{"name":"collect-build-traces","duration":6715355,"timestamp":2790520195779,"id":395,"parentId":1,"tags":{},"startTime":1774442799924,"traceId":"7c189697e55b5b61"},{"name":"telemetry-flush","duration":27,"timestamp":2790526912468,"id":407,"parentId":1,"tags":{},"startTime":1774442806641,"traceId":"7c189697e55b5b61"},{"name":"next-build","duration":12257641,"timestamp":2790514654860,"id":1,"tags":{"buildMode":"default","version":"16.2.1","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1774442794384,"traceId":"7c189697e55b5b61"}]