@jiangxiaosheng/digital-agent-platform 1.0.3 → 1.0.4
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.
- package/.next/BUILD_ID +1 -1
- package/.next/app-build-manifest.json +67 -67
- package/.next/app-path-routes-manifest.json +1 -1
- package/.next/build-manifest.json +2 -2
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/eslint/.cache_1bmmeh3 +1 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/1.pack +0 -0
- package/.next/cache/webpack/client-production/3.pack +0 -0
- package/.next/cache/webpack/client-production/4.pack +0 -0
- package/.next/cache/webpack/client-production/5.pack +0 -0
- package/.next/cache/webpack/client-production/6.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack.old +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/1.pack +0 -0
- package/.next/cache/webpack/server-production/3.pack +0 -0
- package/.next/cache/webpack/server-production/4.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack.old +0 -0
- package/.next/next-minimal-server.js.nft.json +1 -1
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/server/app/[locale]/agents/[id]/chat/page_client-reference-manifest.js +1 -1
- package/.next/server/app/[locale]/agents/[id]/edit/page_client-reference-manifest.js +1 -1
- package/.next/server/app/[locale]/agents/new/page_client-reference-manifest.js +1 -1
- package/.next/server/app/[locale]/agents/page_client-reference-manifest.js +1 -1
- package/.next/server/app/[locale]/knowledge/page_client-reference-manifest.js +1 -1
- package/.next/server/app/[locale]/page_client-reference-manifest.js +1 -1
- package/.next/server/app/[locale]/settings/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +1 -1
- package/.next/server/app/api/agents/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/agents/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/auth-config/test/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/bash-output/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/chat/[agentId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/env-vars/[key]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/env-vars/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/env-vars/scan/route.js +1 -1
- package/.next/server/app/api/env-vars/scan/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/file-serve/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/fs/browse/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/knowledge/[id]/documents/[docId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/knowledge/[id]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/knowledge/[id]/upload/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/knowledge/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/knowledge/search/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/models/route.js +1 -1
- package/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/models-config/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/models-config/test/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/sessions/[agentId]/[sessionId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/sessions/[agentId]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/sessions/history/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/[name]/route.js +1 -1
- package/.next/server/app/api/skills/[name]/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/install/route.js +1 -1
- package/.next/server/app/api/skills/install/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/route.js +1 -1
- package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/skills/search/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/tts/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/voice-provider/route_client-reference-manifest.js +1 -1
- package/.next/server/app/api/workspace-files/route_client-reference-manifest.js +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +1 -1
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +17 -17
- package/.next/server/middleware-manifest.json +4 -4
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/trace +4 -4
- package/package.json +1 -1
- package/src/app/api/models/route.ts +8 -2
- package/src/lib/skills.ts +2 -1
- /package/.next/static/{jzQoM_kWiDDx3mIoxV6tk → 0f9LzcIDG_ySmdh1lmd-C}/_buildManifest.js +0 -0
- /package/.next/static/{jzQoM_kWiDDx3mIoxV6tk → 0f9LzcIDG_ySmdh1lmd-C}/_ssgManifest.js +0 -0
package/.next/trace
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[{"name":"generate-buildid","duration":85,"timestamp":261832921908,"id":4,"parentId":1,"tags":{},"startTime":1785209633771,"traceId":"beffc587bc3c3bbe"},{"name":"load-custom-routes","duration":103,"timestamp":261832922027,"id":5,"parentId":1,"tags":{},"startTime":1785209633771,"traceId":"beffc587bc3c3bbe"},{"name":"create-dist-dir","duration":98,"timestamp":261832942500,"id":6,"parentId":1,"tags":{},"startTime":1785209633792,"traceId":"beffc587bc3c3bbe"},{"name":"create-pages-mapping","duration":90,"timestamp":261832955748,"id":7,"parentId":1,"tags":{},"startTime":1785209633805,"traceId":"beffc587bc3c3bbe"},{"name":"collect-app-paths","duration":1769,"timestamp":261832955857,"id":8,"parentId":1,"tags":{},"startTime":1785209633805,"traceId":"beffc587bc3c3bbe"},{"name":"create-app-mapping","duration":623,"timestamp":261832957638,"id":9,"parentId":1,"tags":{},"startTime":1785209633807,"traceId":"beffc587bc3c3bbe"},{"name":"public-dir-conflict-check","duration":2834,"timestamp":261832958490,"id":10,"parentId":1,"tags":{},"startTime":1785209633808,"traceId":"beffc587bc3c3bbe"},{"name":"generate-routes-manifest","duration":1082,"timestamp":261832961407,"id":11,"parentId":1,"tags":{},"startTime":1785209633811,"traceId":"beffc587bc3c3bbe"},{"name":"create-entrypoints","duration":12689,"timestamp":261832965327,"id":14,"parentId":1,"tags":{},"startTime":1785209633815,"traceId":"beffc587bc3c3bbe"},{"name":"generate-webpack-config","duration":135692,"timestamp":261832978041,"id":15,"parentId":13,"tags":{},"startTime":1785209633827,"traceId":"beffc587bc3c3bbe"},{"name":"next-trace-entrypoint-plugin","duration":829,"timestamp":261833167949,"id":17,"parentId":16,"tags":{},"startTime":1785209634017,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":262915,"timestamp":261833170130,"id":47,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":349937,"timestamp":261833170097,"id":29,"parentId":18,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":404756,"timestamp":261833169843,"id":19,"parentId":18,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":404471,"timestamp":261833170139,"id":52,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436091,"timestamp":261833170020,"id":20,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagents%2Froute&name=app%2Fapi%2Fagents%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagents%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fagents%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436081,"timestamp":261833170042,"id":23,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fknowledge%2Froute&name=app%2Fapi%2Fknowledge%2Froute&pagePath=private-next-app-dir%2Fapi%2Fknowledge%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fknowledge%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436045,"timestamp":261833170080,"id":28,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsettings%2Froute&name=app%2Fapi%2Fsettings%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsettings%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsettings%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436024,"timestamp":261833170103,"id":30,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftts%2Froute&name=app%2Fapi%2Ftts%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftts%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftts%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436019,"timestamp":261833170110,"id":33,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fenv-vars%2Froute&name=app%2Fapi%2Fenv-vars%2Froute&pagePath=private-next-app-dir%2Fapi%2Fenv-vars%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fenv-vars%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436028,"timestamp":261833170113,"id":35,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffile-serve%2Froute&name=app%2Fapi%2Ffile-serve%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffile-serve%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffile-serve%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436031,"timestamp":261833170116,"id":37,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fbash-output%2Froute&name=app%2Fapi%2Fbash-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fbash-output%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fbash-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436032,"timestamp":261833170117,"id":38,"parentId":18,"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%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmodels-config%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436028,"timestamp":261833170125,"id":43,"parentId":18,"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%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436125,"timestamp":261833170031,"id":21,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagents%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fagents%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagents%2F%5Bid%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fagents%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436120,"timestamp":261833170036,"id":22,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fknowledge%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fknowledge%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fknowledge%2F%5Bid%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fknowledge%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436100,"timestamp":261833170058,"id":26,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fknowledge%2Fsearch%2Froute&name=app%2Fapi%2Fknowledge%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fknowledge%2Fsearch%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fknowledge%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436054,"timestamp":261833170106,"id":31,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fenv-vars%2F%5Bkey%5D%2Froute&name=app%2Fapi%2Fenv-vars%2F%5Bkey%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fenv-vars%2F%5Bkey%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fenv-vars%2F%5Bkey%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436049,"timestamp":261833170111,"id":34,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fenv-vars%2Fscan%2Froute&name=app%2Fapi%2Fenv-vars%2Fscan%2Froute&pagePath=private-next-app-dir%2Fapi%2Fenv-vars%2Fscan%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fenv-vars%2Fscan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436040,"timestamp":261833170123,"id":41,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmodels-config%2Ftest%2Froute&name=app%2Fapi%2Fmodels-config%2Ftest%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmodels-config%2Ftest%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmodels-config%2Ftest%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436042,"timestamp":261833170121,"id":40,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2F%5Bname%5D%2Froute&name=app%2Fapi%2Fskills%2F%5Bname%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2F%5Bname%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2F%5Bname%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436101,"timestamp":261833170064,"id":27,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5BagentId%5D%2Froute&name=app%2Fapi%2Fsessions%2F%5BagentId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5BagentId%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5BagentId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436052,"timestamp":261833170114,"id":36,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffs%2Fbrowse%2Froute&name=app%2Fapi%2Ffs%2Fbrowse%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffs%2Fbrowse%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffs%2Fbrowse%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436060,"timestamp":261833170107,"id":32,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth-config%2Ftest%2Froute&name=app%2Fapi%2Fauth-config%2Ftest%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth-config%2Ftest%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth-config%2Ftest%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436045,"timestamp":261833170124,"id":42,"parentId":18,"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%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Finstall%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436046,"timestamp":261833170127,"id":44,"parentId":18,"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%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436121,"timestamp":261833170052,"id":25,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5BagentId%5D%2F%5BsessionId%5D%2Froute&name=app%2Fapi%2Fsessions%2F%5BagentId%5D%2F%5BsessionId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5BagentId%5D%2F%5BsessionId%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5BagentId%5D%2F%5BsessionId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436128,"timestamp":261833170046,"id":24,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fknowledge%2F%5Bid%5D%2Fdocuments%2F%5BdocId%5D%2Froute&name=app%2Fapi%2Fknowledge%2F%5Bid%5D%2Fdocuments%2F%5BdocId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fknowledge%2F%5Bid%5D%2Fdocuments%2F%5BdocId%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fknowledge%2F%5Bid%5D%2Fdocuments%2F%5BdocId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436053,"timestamp":261833170128,"id":45,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fvoice-provider%2Froute&name=app%2Fapi%2Fvoice-provider%2Froute&pagePath=private-next-app-dir%2Fapi%2Fvoice-provider%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fvoice-provider%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436053,"timestamp":261833170129,"id":46,"parentId":18,"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%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmodels%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":436050,"timestamp":261833170134,"id":49,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Fhistory%2Froute&name=app%2Fapi%2Fsessions%2Fhistory%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Fhistory%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2Fhistory%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":502456,"timestamp":261833170136,"id":50,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworkspace-files%2Froute&name=app%2Fapi%2Fworkspace-files%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworkspace-files%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworkspace-files%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":502477,"timestamp":261833170133,"id":48,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2F%5BagentId%5D%2Froute&name=app%2Fapi%2Fchat%2F%5BagentId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2F%5BagentId%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2F%5BagentId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":514784,"timestamp":261833170120,"id":39,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fknowledge%2F%5Bid%5D%2Fupload%2Froute&name=app%2Fapi%2Fknowledge%2F%5Bid%5D%2Fupload%2Froute&pagePath=private-next-app-dir%2Fapi%2Fknowledge%2F%5Bid%5D%2Fupload%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fknowledge%2F%5Bid%5D%2Fupload%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":519085,"timestamp":261833170137,"id":51,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":519682,"timestamp":261833170140,"id":53,"parentId":18,"tags":{"request":"next-app-loader?page=%2F%5Blocale%5D%2Fagents%2Fnew%2Fpage&name=app%2F%5Blocale%5D%2Fagents%2Fnew%2Fpage&pagePath=private-next-app-dir%2F%5Blocale%5D%2Fagents%2Fnew%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2F%5Blocale%5D%2Fagents%2Fnew%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":519688,"timestamp":261833170143,"id":54,"parentId":18,"tags":{"request":"next-app-loader?page=%2F%5Blocale%5D%2Fknowledge%2Fpage&name=app%2F%5Blocale%5D%2Fknowledge%2Fpage&pagePath=private-next-app-dir%2F%5Blocale%5D%2Fknowledge%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2F%5Blocale%5D%2Fknowledge%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":519688,"timestamp":261833170144,"id":55,"parentId":18,"tags":{"request":"next-app-loader?page=%2F%5Blocale%5D%2Fsettings%2Fpage&name=app%2F%5Blocale%5D%2Fsettings%2Fpage&pagePath=private-next-app-dir%2F%5Blocale%5D%2Fsettings%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2F%5Blocale%5D%2Fsettings%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":519688,"timestamp":261833170145,"id":56,"parentId":18,"tags":{"request":"next-app-loader?page=%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fchat%2Fpage&name=app%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fchat%2Fpage&pagePath=private-next-app-dir%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fchat%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fchat%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":519689,"timestamp":261833170147,"id":57,"parentId":18,"tags":{"request":"next-app-loader?page=%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fedit%2Fpage&name=app%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fedit%2Fpage&pagePath=private-next-app-dir%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fedit%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fedit%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":519689,"timestamp":261833170148,"id":58,"parentId":18,"tags":{"request":"next-app-loader?page=%2F%5Blocale%5D%2Fagents%2Fpage&name=app%2F%5Blocale%5D%2Fagents%2Fpage&pagePath=private-next-app-dir%2F%5Blocale%5D%2Fagents%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2F%5Blocale%5D%2Fagents%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":519689,"timestamp":261833170149,"id":59,"parentId":18,"tags":{"request":"next-app-loader?page=%2F%5Blocale%5D%2Fpage&name=app%2F%5Blocale%5D%2Fpage&pagePath=private-next-app-dir%2F%5Blocale%5D%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2F%5Blocale%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"make","duration":833407,"timestamp":261833169745,"id":18,"parentId":16,"tags":{},"startTime":1785209634019,"traceId":"beffc587bc3c3bbe"},{"name":"get-entries","duration":674,"timestamp":261834003794,"id":243,"parentId":242,"tags":{},"startTime":1785209634853,"traceId":"beffc587bc3c3bbe"},{"name":"node-file-trace-plugin","duration":84899,"timestamp":261834007697,"id":244,"parentId":242,"tags":{"traceEntryCount":"78"},"startTime":1785209634857,"traceId":"beffc587bc3c3bbe"},{"name":"collect-traced-files","duration":675,"timestamp":261834092606,"id":245,"parentId":242,"tags":{},"startTime":1785209634942,"traceId":"beffc587bc3c3bbe"},{"name":"finish-modules","duration":89583,"timestamp":261834003700,"id":242,"parentId":17,"tags":{},"startTime":1785209634853,"traceId":"beffc587bc3c3bbe"},{"name":"chunk-graph","duration":15806,"timestamp":261834129132,"id":247,"parentId":246,"tags":{},"startTime":1785209634978,"traceId":"beffc587bc3c3bbe"},{"name":"optimize-modules","duration":10,"timestamp":261834144991,"id":249,"parentId":246,"tags":{},"startTime":1785209634994,"traceId":"beffc587bc3c3bbe"},{"name":"optimize-chunks","duration":16510,"timestamp":261834145038,"id":250,"parentId":246,"tags":{},"startTime":1785209634994,"traceId":"beffc587bc3c3bbe"},{"name":"optimize-tree","duration":12,"timestamp":261834161592,"id":251,"parentId":246,"tags":{},"startTime":1785209635011,"traceId":"beffc587bc3c3bbe"},{"name":"optimize-chunk-modules","duration":24518,"timestamp":261834161642,"id":252,"parentId":246,"tags":{},"startTime":1785209635011,"traceId":"beffc587bc3c3bbe"},{"name":"optimize","duration":41240,"timestamp":261834144967,"id":248,"parentId":246,"tags":{},"startTime":1785209634994,"traceId":"beffc587bc3c3bbe"},{"name":"module-hash","duration":16433,"timestamp":261834196381,"id":253,"parentId":246,"tags":{},"startTime":1785209635046,"traceId":"beffc587bc3c3bbe"},{"name":"code-generation","duration":4507,"timestamp":261834212880,"id":254,"parentId":246,"tags":{},"startTime":1785209635062,"traceId":"beffc587bc3c3bbe"},{"name":"hash","duration":3520,"timestamp":261834219832,"id":255,"parentId":246,"tags":{},"startTime":1785209635069,"traceId":"beffc587bc3c3bbe"},{"name":"code-generation-jobs","duration":105,"timestamp":261834223350,"id":256,"parentId":246,"tags":{},"startTime":1785209635073,"traceId":"beffc587bc3c3bbe"},{"name":"module-assets","duration":304,"timestamp":261834223425,"id":257,"parentId":246,"tags":{},"startTime":1785209635073,"traceId":"beffc587bc3c3bbe"},{"name":"create-chunk-assets","duration":2171,"timestamp":261834223734,"id":258,"parentId":246,"tags":{},"startTime":1785209635073,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":16284,"timestamp":261834241048,"id":260,"parentId":259,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1785209635090,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":16203,"timestamp":261834241137,"id":261,"parentId":259,"tags":{"name":"../app/api/agents/route.js","cache":"HIT"},"startTime":1785209635090,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":16188,"timestamp":261834241154,"id":262,"parentId":259,"tags":{"name":"../app/api/agents/[id]/route.js","cache":"HIT"},"startTime":1785209635090,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":16186,"timestamp":261834241157,"id":263,"parentId":259,"tags":{"name":"../app/api/knowledge/[id]/route.js","cache":"HIT"},"startTime":1785209635090,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":16182,"timestamp":261834241161,"id":264,"parentId":259,"tags":{"name":"../app/api/knowledge/route.js","cache":"HIT"},"startTime":1785209635090,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":16180,"timestamp":261834241164,"id":265,"parentId":259,"tags":{"name":"../app/api/knowledge/[id]/documents/[docId]/route.js","cache":"HIT"},"startTime":1785209635090,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":16179,"timestamp":261834241166,"id":266,"parentId":259,"tags":{"name":"../app/api/sessions/[agentId]/[sessionId]/route.js","cache":"HIT"},"startTime":1785209635090,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":16178,"timestamp":261834241168,"id":267,"parentId":259,"tags":{"name":"../app/api/knowledge/search/route.js","cache":"HIT"},"startTime":1785209635090,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":16176,"timestamp":261834241170,"id":268,"parentId":259,"tags":{"name":"../app/api/sessions/[agentId]/route.js","cache":"HIT"},"startTime":1785209635090,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":16171,"timestamp":261834241176,"id":269,"parentId":259,"tags":{"name":"../app/api/settings/route.js","cache":"HIT"},"startTime":1785209635090,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":14773,"timestamp":261834242575,"id":271,"parentId":259,"tags":{"name":"../app/api/tts/route.js","cache":"HIT"},"startTime":1785209635092,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":14766,"timestamp":261834242584,"id":272,"parentId":259,"tags":{"name":"../app/api/env-vars/[key]/route.js","cache":"HIT"},"startTime":1785209635092,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":14762,"timestamp":261834242588,"id":273,"parentId":259,"tags":{"name":"../app/api/auth-config/test/route.js","cache":"HIT"},"startTime":1785209635092,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":14760,"timestamp":261834242591,"id":274,"parentId":259,"tags":{"name":"../app/api/env-vars/route.js","cache":"HIT"},"startTime":1785209635092,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":14760,"timestamp":261834242592,"id":275,"parentId":259,"tags":{"name":"../app/api/env-vars/scan/route.js","cache":"HIT"},"startTime":1785209635092,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":14758,"timestamp":261834242595,"id":276,"parentId":259,"tags":{"name":"../app/api/file-serve/route.js","cache":"HIT"},"startTime":1785209635092,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":14756,"timestamp":261834242597,"id":277,"parentId":259,"tags":{"name":"../app/api/fs/browse/route.js","cache":"HIT"},"startTime":1785209635092,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":14755,"timestamp":261834242599,"id":278,"parentId":259,"tags":{"name":"../app/api/bash-output/route.js","cache":"HIT"},"startTime":1785209635092,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":14753,"timestamp":261834242601,"id":279,"parentId":259,"tags":{"name":"../app/api/models-config/route.js","cache":"HIT"},"startTime":1785209635092,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":193,"timestamp":261834257163,"id":281,"parentId":259,"tags":{"name":"../app/api/skills/[name]/route.js","cache":"HIT"},"startTime":1785209635106,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":173,"timestamp":261834257183,"id":282,"parentId":259,"tags":{"name":"../app/api/models-config/test/route.js","cache":"HIT"},"startTime":1785209635106,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":166,"timestamp":261834257190,"id":283,"parentId":259,"tags":{"name":"../app/api/skills/install/route.js","cache":"HIT"},"startTime":1785209635106,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":164,"timestamp":261834257193,"id":284,"parentId":259,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1785209635106,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":162,"timestamp":261834257195,"id":285,"parentId":259,"tags":{"name":"../app/api/skills/search/route.js","cache":"HIT"},"startTime":1785209635106,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":160,"timestamp":261834257198,"id":286,"parentId":259,"tags":{"name":"../app/api/voice-provider/route.js","cache":"HIT"},"startTime":1785209635106,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":158,"timestamp":261834257200,"id":287,"parentId":259,"tags":{"name":"../app/api/models/route.js","cache":"HIT"},"startTime":1785209635106,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":156,"timestamp":261834257203,"id":288,"parentId":259,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1785209635106,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":155,"timestamp":261834257205,"id":289,"parentId":259,"tags":{"name":"../app/api/chat/[agentId]/route.js","cache":"HIT"},"startTime":1785209635106,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":153,"timestamp":261834257207,"id":290,"parentId":259,"tags":{"name":"../app/api/sessions/history/route.js","cache":"HIT"},"startTime":1785209635106,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":136,"timestamp":261834257224,"id":291,"parentId":259,"tags":{"name":"../app/api/workspace-files/route.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":134,"timestamp":261834257226,"id":292,"parentId":259,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":133,"timestamp":261834257229,"id":293,"parentId":259,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"}]
|
|
2
|
-
[{"name":"minify-js","duration":219,"timestamp":261834257230,"id":294,"parentId":259,"tags":{"name":"../app/[locale]/agents/new/page.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":209,"timestamp":261834257242,"id":295,"parentId":259,"tags":{"name":"../app/[locale]/knowledge/page.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":207,"timestamp":261834257245,"id":296,"parentId":259,"tags":{"name":"../app/[locale]/settings/page.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":205,"timestamp":261834257247,"id":297,"parentId":259,"tags":{"name":"../app/[locale]/agents/[id]/chat/page.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":203,"timestamp":261834257249,"id":298,"parentId":259,"tags":{"name":"../app/[locale]/agents/[id]/edit/page.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":202,"timestamp":261834257251,"id":299,"parentId":259,"tags":{"name":"../app/[locale]/agents/page.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":200,"timestamp":261834257254,"id":300,"parentId":259,"tags":{"name":"../app/[locale]/page.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":198,"timestamp":261834257256,"id":301,"parentId":259,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":197,"timestamp":261834257258,"id":302,"parentId":259,"tags":{"name":"7682.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":195,"timestamp":261834257260,"id":303,"parentId":259,"tags":{"name":"407.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":193,"timestamp":261834257262,"id":304,"parentId":259,"tags":{"name":"4127.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":191,"timestamp":261834257265,"id":305,"parentId":259,"tags":{"name":"3651.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":190,"timestamp":261834257267,"id":306,"parentId":259,"tags":{"name":"6777.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":168,"timestamp":261834257289,"id":307,"parentId":259,"tags":{"name":"4907.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":166,"timestamp":261834257291,"id":308,"parentId":259,"tags":{"name":"7368.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":165,"timestamp":261834257294,"id":309,"parentId":259,"tags":{"name":"2961.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":163,"timestamp":261834257295,"id":310,"parentId":259,"tags":{"name":"5994.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":162,"timestamp":261834257297,"id":311,"parentId":259,"tags":{"name":"5452.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":161,"timestamp":261834257299,"id":312,"parentId":259,"tags":{"name":"8403.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":159,"timestamp":261834257301,"id":313,"parentId":259,"tags":{"name":"5051.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":158,"timestamp":261834257303,"id":314,"parentId":259,"tags":{"name":"763.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":157,"timestamp":261834257305,"id":315,"parentId":259,"tags":{"name":"1285.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":155,"timestamp":261834257307,"id":316,"parentId":259,"tags":{"name":"7627.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":153,"timestamp":261834257309,"id":317,"parentId":259,"tags":{"name":"2112.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":152,"timestamp":261834257311,"id":318,"parentId":259,"tags":{"name":"9251.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":135,"timestamp":261834257329,"id":319,"parentId":259,"tags":{"name":"4125.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":133,"timestamp":261834257331,"id":320,"parentId":259,"tags":{"name":"8405.js","cache":"HIT"},"startTime":1785209635107,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":39081,"timestamp":261834241182,"id":270,"parentId":259,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1785209635090,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":635794,"timestamp":261834242603,"id":280,"parentId":259,"tags":{"name":"../app/api/knowledge/[id]/upload/route.js","cache":"MISS"},"startTime":1785209635092,"traceId":"beffc587bc3c3bbe"},{"name":"minify-webpack-plugin-optimize","duration":650626,"timestamp":261834227791,"id":259,"parentId":16,"tags":{"compilationName":"server"},"startTime":1785209635077,"traceId":"beffc587bc3c3bbe"},{"name":"css-minimizer-plugin","duration":100,"timestamp":261834878533,"id":321,"parentId":16,"tags":{},"startTime":1785209635728,"traceId":"beffc587bc3c3bbe"},{"name":"create-trace-assets","duration":1855,"timestamp":261834878737,"id":322,"parentId":17,"tags":{},"startTime":1785209635728,"traceId":"beffc587bc3c3bbe"},{"name":"seal","duration":779441,"timestamp":261834108746,"id":246,"parentId":16,"tags":{},"startTime":1785209634958,"traceId":"beffc587bc3c3bbe"},{"name":"webpack-compilation","duration":1734099,"timestamp":261833167257,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1785209634017,"traceId":"beffc587bc3c3bbe"},{"name":"emit","duration":11242,"timestamp":261834901663,"id":323,"parentId":13,"tags":{},"startTime":1785209635751,"traceId":"beffc587bc3c3bbe"},{"name":"webpack-close","duration":283955,"timestamp":261834914201,"id":324,"parentId":13,"tags":{"name":"server"},"startTime":1785209635763,"traceId":"beffc587bc3c3bbe"},{"name":"webpack-generate-error-stats","duration":994,"timestamp":261835198194,"id":325,"parentId":324,"tags":{},"startTime":1785209636047,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":46587,"timestamp":261835203684,"id":328,"parentId":327,"tags":{"request":"next-middleware-loader?absolutePagePath=private-next-root-dir%2Fsrc%2Fmiddleware.ts&page=%2Fsrc%2Fmiddleware&rootDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform&matchers=W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFhcGl8X25leHR8X3ZlcmNlbHwuKlxcLi4qKS4qKSkoXFwuanNvbik%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii8oKD8hYXBpfF9uZXh0fF92ZXJjZWx8LipcXC4uKikuKikifV0%3D&preferredRegion=&middlewareConfig=eyJtYXRjaGVycyI6W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFhcGl8X25leHR8X3ZlcmNlbHwuKlxcLi4qKS4qKSkoXFwuanNvbik%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii8oKD8hYXBpfF9uZXh0fF92ZXJjZWx8LipcXC4uKikuKikifV19!"},"startTime":1785209636053,"traceId":"beffc587bc3c3bbe"},{"name":"make","duration":46672,"timestamp":261835203670,"id":327,"parentId":326,"tags":{},"startTime":1785209636053,"traceId":"beffc587bc3c3bbe"},{"name":"chunk-graph","duration":512,"timestamp":261835253221,"id":330,"parentId":329,"tags":{},"startTime":1785209636103,"traceId":"beffc587bc3c3bbe"},{"name":"optimize-modules","duration":2,"timestamp":261835253746,"id":332,"parentId":329,"tags":{},"startTime":1785209636103,"traceId":"beffc587bc3c3bbe"},{"name":"optimize-chunks","duration":304,"timestamp":261835253755,"id":333,"parentId":329,"tags":{},"startTime":1785209636103,"traceId":"beffc587bc3c3bbe"},{"name":"optimize-tree","duration":3,"timestamp":261835254068,"id":334,"parentId":329,"tags":{},"startTime":1785209636103,"traceId":"beffc587bc3c3bbe"},{"name":"optimize-chunk-modules","duration":2077,"timestamp":261835254079,"id":335,"parentId":329,"tags":{},"startTime":1785209636103,"traceId":"beffc587bc3c3bbe"},{"name":"optimize","duration":2425,"timestamp":261835253742,"id":331,"parentId":329,"tags":{},"startTime":1785209636103,"traceId":"beffc587bc3c3bbe"},{"name":"module-hash","duration":1187,"timestamp":261835257011,"id":336,"parentId":329,"tags":{},"startTime":1785209636106,"traceId":"beffc587bc3c3bbe"},{"name":"code-generation","duration":147,"timestamp":261835258212,"id":337,"parentId":329,"tags":{},"startTime":1785209636107,"traceId":"beffc587bc3c3bbe"},{"name":"hash","duration":694,"timestamp":261835258851,"id":338,"parentId":329,"tags":{},"startTime":1785209636108,"traceId":"beffc587bc3c3bbe"},{"name":"code-generation-jobs","duration":38,"timestamp":261835259544,"id":339,"parentId":329,"tags":{},"startTime":1785209636109,"traceId":"beffc587bc3c3bbe"},{"name":"module-assets","duration":23,"timestamp":261835259578,"id":340,"parentId":329,"tags":{},"startTime":1785209636109,"traceId":"beffc587bc3c3bbe"},{"name":"create-chunk-assets","duration":48,"timestamp":261835259604,"id":341,"parentId":329,"tags":{},"startTime":1785209636109,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":25,"timestamp":261835263090,"id":343,"parentId":342,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1785209636112,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":15,"timestamp":261835263104,"id":344,"parentId":342,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1785209636112,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":13,"timestamp":261835263106,"id":345,"parentId":342,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1785209636112,"traceId":"beffc587bc3c3bbe"},{"name":"minify-webpack-plugin-optimize","duration":319,"timestamp":261835262802,"id":342,"parentId":326,"tags":{"compilationName":"edge-server"},"startTime":1785209636112,"traceId":"beffc587bc3c3bbe"},{"name":"css-minimizer-plugin","duration":3,"timestamp":261835263140,"id":346,"parentId":326,"tags":{},"startTime":1785209636112,"traceId":"beffc587bc3c3bbe"},{"name":"seal","duration":14999,"timestamp":261835252164,"id":329,"parentId":326,"tags":{},"startTime":1785209636101,"traceId":"beffc587bc3c3bbe"},{"name":"webpack-compilation","duration":64253,"timestamp":261835202994,"id":326,"parentId":13,"tags":{"name":"edge-server"},"startTime":1785209636052,"traceId":"beffc587bc3c3bbe"},{"name":"emit","duration":1286,"timestamp":261835267265,"id":347,"parentId":13,"tags":{},"startTime":1785209636117,"traceId":"beffc587bc3c3bbe"},{"name":"webpack-close","duration":15716,"timestamp":261835268687,"id":348,"parentId":13,"tags":{"name":"edge-server"},"startTime":1785209636118,"traceId":"beffc587bc3c3bbe"},{"name":"webpack-generate-error-stats","duration":239,"timestamp":261835284413,"id":349,"parentId":348,"tags":{},"startTime":1785209636134,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105881,"timestamp":261835288580,"id":360,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105887,"timestamp":261835288584,"id":361,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105895,"timestamp":261835288586,"id":362,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105895,"timestamp":261835288587,"id":363,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105894,"timestamp":261835288588,"id":364,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105894,"timestamp":261835288589,"id":365,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105894,"timestamp":261835288590,"id":366,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105893,"timestamp":261835288591,"id":367,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105892,"timestamp":261835288592,"id":368,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105892,"timestamp":261835288593,"id":369,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105891,"timestamp":261835288594,"id":370,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105891,"timestamp":261835288595,"id":371,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105891,"timestamp":261835288596,"id":372,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105891,"timestamp":261835288597,"id":373,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105890,"timestamp":261835288598,"id":374,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105890,"timestamp":261835288599,"id":375,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105889,"timestamp":261835288600,"id":376,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105889,"timestamp":261835288601,"id":377,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105889,"timestamp":261835288601,"id":378,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105888,"timestamp":261835288602,"id":379,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105888,"timestamp":261835288603,"id":380,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105887,"timestamp":261835288604,"id":381,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105887,"timestamp":261835288605,"id":382,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105886,"timestamp":261835288606,"id":383,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105886,"timestamp":261835288607,"id":384,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105886,"timestamp":261835288609,"id":385,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105888,"timestamp":261835288610,"id":386,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105888,"timestamp":261835288610,"id":387,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105888,"timestamp":261835288611,"id":388,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105888,"timestamp":261835288612,"id":389,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":105878,"timestamp":261835288622,"id":397,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"postcss-process","duration":77818,"timestamp":261835535261,"id":401,"parentId":400,"tags":{},"startTime":1785209636385,"traceId":"beffc587bc3c3bbe"},{"name":"postcss-loader","duration":154655,"timestamp":261835458486,"id":400,"parentId":399,"tags":{},"startTime":1785209636308,"traceId":"beffc587bc3c3bbe"},{"name":"css-loader","duration":16939,"timestamp":261835613255,"id":402,"parentId":399,"tags":{"astUsed":"true"},"startTime":1785209636463,"traceId":"beffc587bc3c3bbe"},{"name":"build-module-css","duration":236105,"timestamp":261835456098,"id":399,"parentId":398,"tags":{"name":"/Users/duan/files/pi-web/digital-agent-platform/src/app/globals.css.webpack[javascript/auto]!=!/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!/Users/duan/files/pi-web/digital-agent-platform/src/app/globals.css","layer":null},"startTime":1785209636305,"traceId":"beffc587bc3c3bbe"},{"name":"build-module-css","duration":268350,"timestamp":261835443719,"id":398,"parentId":350,"tags":{"name":"/Users/duan/files/pi-web/digital-agent-platform/src/app/globals.css","layer":"app-pages-browser"},"startTime":1785209636293,"traceId":"beffc587bc3c3bbe"},{"name":"build-module","duration":129,"timestamp":261835717402,"id":403,"parentId":398,"tags":{},"startTime":1785209636567,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":430671,"timestamp":261835288579,"id":359,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":444790,"timestamp":261835288577,"id":358,"parentId":351,"tags":{"request":"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/router.js"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":444808,"timestamp":261835288574,"id":356,"parentId":351,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"}]
|
|
3
|
-
[{"name":"add-entry","duration":444983,"timestamp":261835288576,"id":357,"parentId":351,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":444999,"timestamp":261835288573,"id":355,"parentId":351,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":445009,"timestamp":261835288566,"id":353,"parentId":351,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":445006,"timestamp":261835288572,"id":354,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%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%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%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%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":444965,"timestamp":261835288613,"id":390,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2F%5Blocale%5D%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fcomponents%2Flayout%2Fsidebar.tsx%22%2C%22ids%22%3A%5B%22Sidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fcomponents%2Fproviders.tsx%22%2C%22ids%22%3A%5B%22Providers%22%5D%7D&server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":444965,"timestamp":261835288615,"id":392,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp%2F%5Blocale%5D%2Fknowledge%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":444960,"timestamp":261835288621,"id":396,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp%2F%5Blocale%5D%2Fagents%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":444967,"timestamp":261835288616,"id":393,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp%2F%5Blocale%5D%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":444969,"timestamp":261835288614,"id":391,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp%2F%5Blocale%5D%2Fagents%2Fnew%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":444964,"timestamp":261835288620,"id":395,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fedit%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":444966,"timestamp":261835288619,"id":394,"parentId":351,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fchat%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"add-entry","duration":445036,"timestamp":261835288550,"id":352,"parentId":351,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"make","duration":445199,"timestamp":261835288425,"id":351,"parentId":350,"tags":{},"startTime":1785209636138,"traceId":"beffc587bc3c3bbe"},{"name":"chunk-graph","duration":5060,"timestamp":261835747541,"id":405,"parentId":404,"tags":{},"startTime":1785209636597,"traceId":"beffc587bc3c3bbe"},{"name":"optimize-modules","duration":2,"timestamp":261835752626,"id":407,"parentId":404,"tags":{},"startTime":1785209636602,"traceId":"beffc587bc3c3bbe"},{"name":"optimize-chunks","duration":5611,"timestamp":261835753298,"id":409,"parentId":404,"tags":{},"startTime":1785209636603,"traceId":"beffc587bc3c3bbe"},{"name":"optimize-tree","duration":4,"timestamp":261835758936,"id":410,"parentId":404,"tags":{},"startTime":1785209636608,"traceId":"beffc587bc3c3bbe"},{"name":"optimize-chunk-modules","duration":8129,"timestamp":261835758955,"id":411,"parentId":404,"tags":{},"startTime":1785209636608,"traceId":"beffc587bc3c3bbe"},{"name":"optimize","duration":14487,"timestamp":261835752619,"id":406,"parentId":404,"tags":{},"startTime":1785209636602,"traceId":"beffc587bc3c3bbe"},{"name":"module-hash","duration":8916,"timestamp":261835772741,"id":412,"parentId":404,"tags":{},"startTime":1785209636622,"traceId":"beffc587bc3c3bbe"},{"name":"code-generation","duration":1096,"timestamp":261835781676,"id":413,"parentId":404,"tags":{},"startTime":1785209636631,"traceId":"beffc587bc3c3bbe"},{"name":"hash","duration":1977,"timestamp":261835783948,"id":414,"parentId":404,"tags":{},"startTime":1785209636633,"traceId":"beffc587bc3c3bbe"},{"name":"code-generation-jobs","duration":63,"timestamp":261835785925,"id":415,"parentId":404,"tags":{},"startTime":1785209636635,"traceId":"beffc587bc3c3bbe"},{"name":"module-assets","duration":203,"timestamp":261835785973,"id":416,"parentId":404,"tags":{},"startTime":1785209636635,"traceId":"beffc587bc3c3bbe"},{"name":"create-chunk-assets","duration":1132,"timestamp":261835786180,"id":417,"parentId":404,"tags":{},"startTime":1785209636635,"traceId":"beffc587bc3c3bbe"},{"name":"NextJsBuildManifest-generateClientManifest","duration":626,"timestamp":261835788066,"id":419,"parentId":350,"tags":{},"startTime":1785209636637,"traceId":"beffc587bc3c3bbe"},{"name":"NextJsBuildManifest-createassets","duration":940,"timestamp":261835787755,"id":418,"parentId":350,"tags":{},"startTime":1785209636637,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":205,"timestamp":261835791607,"id":421,"parentId":420,"tags":{"name":"static/chunks/main-294df54c69003650.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":195,"timestamp":261835791620,"id":422,"parentId":420,"tags":{"name":"static/chunks/main-app-07be5f69ef8a336a.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":192,"timestamp":261835791623,"id":423,"parentId":420,"tags":{"name":"static/chunks/app/_not-found/page-f97d2843fca4f7e9.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":191,"timestamp":261835791625,"id":424,"parentId":420,"tags":{"name":"static/chunks/pages/_error-6b43ce36a8d09a61.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":190,"timestamp":261835791627,"id":425,"parentId":420,"tags":{"name":"static/chunks/pages/_app-00b41aece417ee52.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":188,"timestamp":261835791628,"id":426,"parentId":420,"tags":{"name":"static/chunks/app/layout-4af7a40b1f262149.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":187,"timestamp":261835791630,"id":427,"parentId":420,"tags":{"name":"static/chunks/app/api/agents/route-e227ba4be09c8ea2.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":186,"timestamp":261835791632,"id":428,"parentId":420,"tags":{"name":"static/chunks/app/api/agents/[id]/route-2c9f12e90dc8bc05.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":184,"timestamp":261835791634,"id":429,"parentId":420,"tags":{"name":"static/chunks/app/api/knowledge/[id]/route-501735d3dfb2e743.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":183,"timestamp":261835791635,"id":430,"parentId":420,"tags":{"name":"static/chunks/app/api/knowledge/route-f5adfe5daf2e157c.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":182,"timestamp":261835791636,"id":431,"parentId":420,"tags":{"name":"static/chunks/app/api/knowledge/[id]/documents/[docId]/route-db2e1804b71004c5.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":181,"timestamp":261835791638,"id":432,"parentId":420,"tags":{"name":"static/chunks/app/api/sessions/[agentId]/[sessionId]/route-4ed9dc6ddb3b98da.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":181,"timestamp":261835791639,"id":433,"parentId":420,"tags":{"name":"static/chunks/app/api/knowledge/search/route-54c8135ac355fe2e.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":180,"timestamp":261835791640,"id":434,"parentId":420,"tags":{"name":"static/chunks/app/api/sessions/[agentId]/route-2fa7611378376ed4.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":179,"timestamp":261835791642,"id":435,"parentId":420,"tags":{"name":"static/chunks/app/api/settings/route-969f9ac513905ffe.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":177,"timestamp":261835791644,"id":436,"parentId":420,"tags":{"name":"static/chunks/app/api/tts/route-8186cb3d5316250e.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":176,"timestamp":261835791645,"id":437,"parentId":420,"tags":{"name":"static/chunks/app/api/env-vars/[key]/route-567c08ee1be81799.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":175,"timestamp":261835791647,"id":438,"parentId":420,"tags":{"name":"static/chunks/app/api/auth-config/test/route-1a6a754ae71e89f0.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":174,"timestamp":261835791648,"id":439,"parentId":420,"tags":{"name":"static/chunks/app/api/env-vars/route-146d3ab2015e6fe6.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":173,"timestamp":261835791649,"id":440,"parentId":420,"tags":{"name":"static/chunks/app/api/env-vars/scan/route-2910d42f96d76168.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":172,"timestamp":261835791651,"id":441,"parentId":420,"tags":{"name":"static/chunks/app/api/file-serve/route-76913780801418d4.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":171,"timestamp":261835791652,"id":442,"parentId":420,"tags":{"name":"static/chunks/app/api/fs/browse/route-85da11c8b91bfc41.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":171,"timestamp":261835791653,"id":443,"parentId":420,"tags":{"name":"static/chunks/app/api/bash-output/route-0bfb3c0f9ff5859a.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":169,"timestamp":261835791656,"id":444,"parentId":420,"tags":{"name":"static/chunks/app/api/models-config/route-ad2d0c9262659d68.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":169,"timestamp":261835791657,"id":445,"parentId":420,"tags":{"name":"static/chunks/app/api/knowledge/[id]/upload/route-fb036c262ee843f0.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":173,"timestamp":261835791658,"id":446,"parentId":420,"tags":{"name":"static/chunks/app/api/skills/[name]/route-7df36eded75e7234.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":172,"timestamp":261835791659,"id":447,"parentId":420,"tags":{"name":"static/chunks/app/api/models-config/test/route-272aea5aa29f1429.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":171,"timestamp":261835791661,"id":448,"parentId":420,"tags":{"name":"static/chunks/app/api/skills/install/route-0ab555085d740ab8.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":170,"timestamp":261835791662,"id":449,"parentId":420,"tags":{"name":"static/chunks/app/api/skills/route-e5affcfa067cf550.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":168,"timestamp":261835791664,"id":450,"parentId":420,"tags":{"name":"static/chunks/app/api/skills/search/route-b5b24854e46bb392.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":167,"timestamp":261835791666,"id":451,"parentId":420,"tags":{"name":"static/chunks/app/api/voice-provider/route-df0bb3cf19b0296c.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":167,"timestamp":261835791667,"id":452,"parentId":420,"tags":{"name":"static/chunks/app/api/models/route-9e102c5352543aea.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":166,"timestamp":261835791668,"id":453,"parentId":420,"tags":{"name":"static/chunks/app/api/chat/[agentId]/route-f7318b5c8e97f243.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":165,"timestamp":261835791669,"id":454,"parentId":420,"tags":{"name":"static/chunks/app/api/sessions/history/route-5a455eb0be9b3a33.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":164,"timestamp":261835791671,"id":455,"parentId":420,"tags":{"name":"static/chunks/app/api/workspace-files/route-2abf9592333cfebc.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":163,"timestamp":261835791672,"id":456,"parentId":420,"tags":{"name":"static/chunks/app/page-6c018b7c1e2b97bc.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":162,"timestamp":261835791673,"id":457,"parentId":420,"tags":{"name":"static/chunks/app/[locale]/layout-48d759d6db5dd8ae.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":161,"timestamp":261835791674,"id":458,"parentId":420,"tags":{"name":"static/chunks/app/[locale]/agents/new/page-aeaa197c0ccfd2f9.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":160,"timestamp":261835791676,"id":459,"parentId":420,"tags":{"name":"static/chunks/app/[locale]/knowledge/page-7b4b6aa0a07d7da3.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":159,"timestamp":261835791677,"id":460,"parentId":420,"tags":{"name":"static/chunks/app/[locale]/settings/page-71d67c3b9f712584.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":158,"timestamp":261835791679,"id":461,"parentId":420,"tags":{"name":"static/chunks/app/[locale]/agents/[id]/chat/page-95dc12875cda0b9c.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":157,"timestamp":261835791680,"id":462,"parentId":420,"tags":{"name":"static/chunks/app/[locale]/agents/[id]/edit/page-8d0cc73c7aff7774.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":156,"timestamp":261835791681,"id":463,"parentId":420,"tags":{"name":"static/chunks/app/[locale]/agents/page-243c454594122944.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":155,"timestamp":261835791683,"id":464,"parentId":420,"tags":{"name":"static/chunks/app/[locale]/page-b9ea4f8cf8aeb0f1.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":154,"timestamp":261835791684,"id":465,"parentId":420,"tags":{"name":"static/chunks/webpack-9b9d7723f8078270.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":153,"timestamp":261835791686,"id":466,"parentId":420,"tags":{"name":"static/chunks/framework-a08059d19b5ea91c.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":152,"timestamp":261835791687,"id":467,"parentId":420,"tags":{"name":"static/chunks/4bd1b696-c90310bf0ab1fbc7.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":151,"timestamp":261835791688,"id":468,"parentId":420,"tags":{"name":"static/chunks/8313-cd4e4ad40e185f1c.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":151,"timestamp":261835791689,"id":469,"parentId":420,"tags":{"name":"static/chunks/3259-52b0aabc8fbba4a9.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":150,"timestamp":261835791691,"id":470,"parentId":420,"tags":{"name":"static/chunks/1868-9f3e42aa5a6ea9d2.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":149,"timestamp":261835791692,"id":471,"parentId":420,"tags":{"name":"static/chunks/8173-6258ed62b7084bda.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":148,"timestamp":261835791693,"id":472,"parentId":420,"tags":{"name":"static/chunks/6742-ad22486f7c4c8592.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":147,"timestamp":261835791695,"id":473,"parentId":420,"tags":{"name":"static/chunks/2733-714d0e6cd51477c7.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":146,"timestamp":261835791696,"id":474,"parentId":420,"tags":{"name":"static/chunks/5663-7b816438e0166950.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":145,"timestamp":261835791697,"id":475,"parentId":420,"tags":{"name":"static/chunks/1517-9c89c425ac486877.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":144,"timestamp":261835791698,"id":476,"parentId":420,"tags":{"name":"static/chunks/7200-c9c613d1b11207fb.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":143,"timestamp":261835791700,"id":477,"parentId":420,"tags":{"name":"static/chunks/3923-e04a628626d77a16.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":141,"timestamp":261835791702,"id":478,"parentId":420,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":54,"timestamp":261835791789,"id":480,"parentId":420,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":33,"timestamp":261835791810,"id":482,"parentId":420,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":442,"timestamp":261835791706,"id":479,"parentId":420,"tags":{"name":"static/jzQoM_kWiDDx3mIoxV6tk/_ssgManifest.js","cache":"MISS"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-js","duration":1622,"timestamp":261835791792,"id":481,"parentId":420,"tags":{"name":"static/jzQoM_kWiDDx3mIoxV6tk/_buildManifest.js","cache":"MISS"},"startTime":1785209636641,"traceId":"beffc587bc3c3bbe"},{"name":"minify-webpack-plugin-optimize","duration":3738,"timestamp":261835789680,"id":420,"parentId":350,"tags":{"compilationName":"client"},"startTime":1785209636639,"traceId":"beffc587bc3c3bbe"},{"name":"minify-css","duration":56,"timestamp":261835793493,"id":484,"parentId":483,"tags":{"file":"static/css/3b3fb2dcf3bf3058.css","cache":"HIT"},"startTime":1785209636643,"traceId":"beffc587bc3c3bbe"},{"name":"minify-css","duration":35,"timestamp":261835793515,"id":485,"parentId":483,"tags":{"file":"static/css/ea828dd1f3974d73.css","cache":"HIT"},"startTime":1785209636643,"traceId":"beffc587bc3c3bbe"},{"name":"css-minimizer-plugin","duration":88,"timestamp":261835793464,"id":483,"parentId":350,"tags":{},"startTime":1785209636643,"traceId":"beffc587bc3c3bbe"},{"name":"seal","duration":58818,"timestamp":261835740421,"id":404,"parentId":350,"tags":{},"startTime":1785209636590,"traceId":"beffc587bc3c3bbe"},{"name":"webpack-compilation","duration":511518,"timestamp":261835287760,"id":350,"parentId":13,"tags":{"name":"client"},"startTime":1785209636137,"traceId":"beffc587bc3c3bbe"},{"name":"emit","duration":7436,"timestamp":261835799297,"id":486,"parentId":13,"tags":{},"startTime":1785209636649,"traceId":"beffc587bc3c3bbe"},{"name":"webpack-close","duration":78371,"timestamp":261835807177,"id":487,"parentId":13,"tags":{"name":"client"},"startTime":1785209636656,"traceId":"beffc587bc3c3bbe"},{"name":"webpack-generate-error-stats","duration":279,"timestamp":261835885558,"id":488,"parentId":487,"tags":{},"startTime":1785209636735,"traceId":"beffc587bc3c3bbe"},{"name":"run-webpack-compiler","duration":2920602,"timestamp":261832965325,"id":13,"parentId":1,"tags":{},"startTime":1785209633815,"traceId":"beffc587bc3c3bbe"},{"name":"format-webpack-messages","duration":51,"timestamp":261835885930,"id":489,"parentId":1,"tags":{},"startTime":1785209636735,"traceId":"beffc587bc3c3bbe"},{"name":"verify-and-lint","duration":1068840,"timestamp":261835890075,"id":492,"parentId":1,"tags":{},"startTime":1785209636739,"traceId":"beffc587bc3c3bbe"}]
|
|
4
|
-
[{"name":"verify-typescript-setup","duration":3624353,"timestamp":261835887126,"id":491,"parentId":1,"tags":{},"startTime":1785209636736,"traceId":"beffc587bc3c3bbe"},{"name":"check-static-error-page","duration":4262,"timestamp":261839518517,"id":495,"parentId":494,"tags":{},"startTime":1785209640368,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":3449,"timestamp":261839558688,"id":496,"parentId":494,"tags":{"page":"/_app"},"startTime":1785209640408,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":2771,"timestamp":261839559385,"id":498,"parentId":494,"tags":{"page":"/_document"},"startTime":1785209640409,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":3834,"timestamp":261839559328,"id":497,"parentId":494,"tags":{"page":"/_error"},"startTime":1785209640409,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":154543,"timestamp":261839564801,"id":539,"parentId":509,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":158939,"timestamp":261839560448,"id":509,"parentId":494,"tags":{"page":"/api/auth-config/test"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":156776,"timestamp":261839565094,"id":545,"parentId":514,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":161177,"timestamp":261839560729,"id":514,"parentId":494,"tags":{"page":"/api/env-vars/scan"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":157939,"timestamp":261839565120,"id":546,"parentId":516,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":162265,"timestamp":261839560828,"id":516,"parentId":494,"tags":{"page":"/api/fs/browse"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":160212,"timestamp":261839565031,"id":543,"parentId":513,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":164589,"timestamp":261839560679,"id":513,"parentId":494,"tags":{"page":"/api/env-vars"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":164575,"timestamp":261839565134,"id":547,"parentId":518,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":168821,"timestamp":261839560925,"id":518,"parentId":494,"tags":{"page":"/api/knowledge/[id]"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":166699,"timestamp":261839565141,"id":548,"parentId":517,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":170999,"timestamp":261839560876,"id":517,"parentId":494,"tags":{"page":"/api/knowledge/[id]/documents/[docId]"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":166748,"timestamp":261839565175,"id":550,"parentId":521,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":170861,"timestamp":261839561085,"id":521,"parentId":494,"tags":{"page":"/api/knowledge/search"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":169056,"timestamp":261839565208,"id":552,"parentId":522,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":173147,"timestamp":261839561147,"id":522,"parentId":494,"tags":{"page":"/api/models-config"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":170897,"timestamp":261839565232,"id":553,"parentId":523,"tags":{},"startTime":1785209640415,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":174947,"timestamp":261839561206,"id":523,"parentId":494,"tags":{"page":"/api/models-config/test"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":171014,"timestamp":261839565180,"id":551,"parentId":520,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":175171,"timestamp":261839561036,"id":520,"parentId":494,"tags":{"page":"/api/knowledge"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":171858,"timestamp":261839564890,"id":540,"parentId":511,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":176205,"timestamp":261839560562,"id":511,"parentId":494,"tags":{"page":"/api/chat/[agentId]"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":173323,"timestamp":261839565261,"id":554,"parentId":524,"tags":{},"startTime":1785209640415,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":177360,"timestamp":261839561252,"id":524,"parentId":494,"tags":{"page":"/api/models"},"startTime":1785209640411,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":176103,"timestamp":261839565278,"id":557,"parentId":528,"tags":{},"startTime":1785209640415,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":179979,"timestamp":261839561427,"id":528,"parentId":494,"tags":{"page":"/api/settings"},"startTime":1785209640411,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":177171,"timestamp":261839565267,"id":555,"parentId":525,"tags":{},"startTime":1785209640415,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":181166,"timestamp":261839561296,"id":525,"parentId":494,"tags":{"page":"/api/sessions/[agentId]/[sessionId]"},"startTime":1785209640411,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":177841,"timestamp":261839564669,"id":538,"parentId":508,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":182122,"timestamp":261839560397,"id":508,"parentId":494,"tags":{"page":"/api/agents"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":177642,"timestamp":261839565272,"id":556,"parentId":526,"tags":{},"startTime":1785209640415,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":181586,"timestamp":261839561341,"id":526,"parentId":494,"tags":{"page":"/api/sessions/[agentId]"},"startTime":1785209640411,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":178149,"timestamp":261839565311,"id":558,"parentId":527,"tags":{},"startTime":1785209640415,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":182092,"timestamp":261839561383,"id":527,"parentId":494,"tags":{"page":"/api/sessions/history"},"startTime":1785209640411,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":178797,"timestamp":261839565352,"id":560,"parentId":531,"tags":{},"startTime":1785209640415,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":182602,"timestamp":261839561555,"id":531,"parentId":494,"tags":{"page":"/api/skills"},"startTime":1785209640411,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":179108,"timestamp":261839565067,"id":544,"parentId":515,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":183398,"timestamp":261839560780,"id":515,"parentId":494,"tags":{"page":"/api/file-serve"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":178863,"timestamp":261839565330,"id":559,"parentId":529,"tags":{},"startTime":1785209640415,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":182727,"timestamp":261839561470,"id":529,"parentId":494,"tags":{"page":"/api/skills/[name]"},"startTime":1785209640411,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":179869,"timestamp":261839564539,"id":537,"parentId":507,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":184088,"timestamp":261839560335,"id":507,"parentId":494,"tags":{"page":"/api/agents/[id]"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":180355,"timestamp":261839565403,"id":562,"parentId":532,"tags":{},"startTime":1785209640415,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":184176,"timestamp":261839561597,"id":532,"parentId":494,"tags":{"page":"/api/skills/search"},"startTime":1785209640411,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":180320,"timestamp":261839565474,"id":565,"parentId":535,"tags":{},"startTime":1785209640415,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":184072,"timestamp":261839561727,"id":535,"parentId":494,"tags":{"page":"/api/workspace-files"},"startTime":1785209640411,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":180881,"timestamp":261839564939,"id":541,"parentId":512,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":185202,"timestamp":261839560621,"id":512,"parentId":494,"tags":{"page":"/api/env-vars/[key]"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":182874,"timestamp":261839569400,"id":567,"parentId":536,"tags":{},"startTime":1785209640419,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":190534,"timestamp":261839561772,"id":536,"parentId":494,"tags":{"page":"/"},"startTime":1785209640411,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":187153,"timestamp":261839565418,"id":563,"parentId":533,"tags":{},"startTime":1785209640415,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":190947,"timestamp":261839561640,"id":533,"parentId":494,"tags":{"page":"/api/tts"},"startTime":1785209640411,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":187382,"timestamp":261839565443,"id":564,"parentId":534,"tags":{},"startTime":1785209640415,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":191159,"timestamp":261839561682,"id":534,"parentId":494,"tags":{"page":"/api/voice-provider"},"startTime":1785209640411,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":191442,"timestamp":261839565380,"id":561,"parentId":530,"tags":{},"startTime":1785209640415,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":195336,"timestamp":261839561513,"id":530,"parentId":494,"tags":{"page":"/api/skills/install"},"startTime":1785209640411,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":192532,"timestamp":261839564987,"id":542,"parentId":510,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":197031,"timestamp":261839560507,"id":510,"parentId":494,"tags":{"page":"/api/bash-output"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":194694,"timestamp":261839565503,"id":566,"parentId":499,"tags":{},"startTime":1785209640415,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":200814,"timestamp":261839559408,"id":499,"parentId":494,"tags":{"page":"/_not-found"},"startTime":1785209640409,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":196034,"timestamp":261839570470,"id":570,"parentId":502,"tags":{},"startTime":1785209640420,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":206660,"timestamp":261839559879,"id":502,"parentId":494,"tags":{"page":"/[locale]/agents/new"},"startTime":1785209640409,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":196209,"timestamp":261839570373,"id":568,"parentId":500,"tags":{},"startTime":1785209640420,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":206908,"timestamp":261839559682,"id":500,"parentId":494,"tags":{"page":"/[locale]/agents/[id]/chat"},"startTime":1785209640409,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":199463,"timestamp":261839570431,"id":569,"parentId":501,"tags":{},"startTime":1785209640420,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":210132,"timestamp":261839559798,"id":501,"parentId":494,"tags":{"page":"/[locale]/agents/[id]/edit"},"startTime":1785209640409,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":199449,"timestamp":261839570549,"id":572,"parentId":504,"tags":{},"startTime":1785209640420,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":209908,"timestamp":261839560100,"id":504,"parentId":494,"tags":{"page":"/[locale]/knowledge"},"startTime":1785209640409,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":201186,"timestamp":261839570586,"id":573,"parentId":505,"tags":{},"startTime":1785209640420,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":211602,"timestamp":261839560199,"id":505,"parentId":494,"tags":{"page":"/[locale]"},"startTime":1785209640409,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":205115,"timestamp":261839570509,"id":571,"parentId":503,"tags":{},"startTime":1785209640420,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":215679,"timestamp":261839559962,"id":503,"parentId":494,"tags":{"page":"/[locale]/agents"},"startTime":1785209640409,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":207884,"timestamp":261839570623,"id":574,"parentId":506,"tags":{},"startTime":1785209640420,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":218259,"timestamp":261839560272,"id":506,"parentId":494,"tags":{"page":"/[locale]/settings"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"is-page-static","duration":222526,"timestamp":261839565169,"id":549,"parentId":519,"tags":{},"startTime":1785209640414,"traceId":"beffc587bc3c3bbe"},{"name":"check-page","duration":226731,"timestamp":261839560977,"id":519,"parentId":494,"tags":{"page":"/api/knowledge/[id]/upload"},"startTime":1785209640410,"traceId":"beffc587bc3c3bbe"},{"name":"static-check","duration":269681,"timestamp":261839518054,"id":494,"parentId":1,"tags":{},"startTime":1785209640367,"traceId":"beffc587bc3c3bbe"},{"name":"generate-required-server-files","duration":131,"timestamp":261839787778,"id":576,"parentId":1,"tags":{},"startTime":1785209640637,"traceId":"beffc587bc3c3bbe"},{"name":"write-routes-manifest","duration":5092,"timestamp":261839791136,"id":578,"parentId":1,"tags":{},"startTime":1785209640640,"traceId":"beffc587bc3c3bbe"},{"name":"load-dotenv","duration":56,"timestamp":261840582641,"id":581,"parentId":580,"tags":{},"startTime":1785209641432,"traceId":"beffc587bc3c3bbe"},{"name":"run-export-path-map","duration":192,"timestamp":261841435904,"id":582,"parentId":580,"tags":{},"startTime":1785209642285,"traceId":"beffc587bc3c3bbe"},{"name":"next-export","duration":1121765,"timestamp":261840582271,"id":580,"parentId":1,"tags":{},"startTime":1785209641432,"traceId":"beffc587bc3c3bbe"},{"name":"move-exported-app-not-found-","duration":4136,"timestamp":261841704519,"id":583,"parentId":579,"tags":{},"startTime":1785209642554,"traceId":"beffc587bc3c3bbe"},{"name":"move-exported-page","duration":5242,"timestamp":261841708704,"id":584,"parentId":579,"tags":{},"startTime":1785209642558,"traceId":"beffc587bc3c3bbe"},{"name":"static-generation","duration":1202605,"timestamp":261840580315,"id":579,"parentId":1,"tags":{},"startTime":1785209641430,"traceId":"beffc587bc3c3bbe"},{"name":"node-file-trace-build","duration":9553179,"timestamp":261839789763,"id":577,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1785209640639,"traceId":"beffc587bc3c3bbe"},{"name":"apply-include-excludes","duration":347,"timestamp":261849342955,"id":585,"parentId":1,"tags":{},"startTime":1785209650192,"traceId":"beffc587bc3c3bbe"},{"name":"print-tree-view","duration":5850,"timestamp":261849343468,"id":586,"parentId":1,"tags":{},"startTime":1785209650193,"traceId":"beffc587bc3c3bbe"},{"name":"telemetry-flush","duration":16,"timestamp":261849349324,"id":587,"parentId":1,"tags":{},"startTime":1785209650199,"traceId":"beffc587bc3c3bbe"},{"name":"next-build","duration":16476915,"timestamp":261832872428,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.1.6","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1785209633722,"traceId":"beffc587bc3c3bbe"}]
|
|
1
|
+
[{"name":"generate-buildid","duration":80,"timestamp":274136941532,"id":4,"parentId":1,"tags":{},"startTime":1785221937768,"traceId":"924bf480fdfefb47"},{"name":"load-custom-routes","duration":106,"timestamp":274136941642,"id":5,"parentId":1,"tags":{},"startTime":1785221937769,"traceId":"924bf480fdfefb47"},{"name":"create-dist-dir","duration":86,"timestamp":274136962198,"id":6,"parentId":1,"tags":{},"startTime":1785221937789,"traceId":"924bf480fdfefb47"},{"name":"create-pages-mapping","duration":84,"timestamp":274136975811,"id":7,"parentId":1,"tags":{},"startTime":1785221937803,"traceId":"924bf480fdfefb47"},{"name":"collect-app-paths","duration":3486,"timestamp":274136975914,"id":8,"parentId":1,"tags":{},"startTime":1785221937803,"traceId":"924bf480fdfefb47"},{"name":"create-app-mapping","duration":587,"timestamp":274136979412,"id":9,"parentId":1,"tags":{},"startTime":1785221937806,"traceId":"924bf480fdfefb47"},{"name":"public-dir-conflict-check","duration":139,"timestamp":274136980220,"id":10,"parentId":1,"tags":{},"startTime":1785221937807,"traceId":"924bf480fdfefb47"},{"name":"generate-routes-manifest","duration":1054,"timestamp":274136980421,"id":11,"parentId":1,"tags":{},"startTime":1785221937807,"traceId":"924bf480fdfefb47"},{"name":"create-entrypoints","duration":11469,"timestamp":274136984305,"id":14,"parentId":1,"tags":{},"startTime":1785221937811,"traceId":"924bf480fdfefb47"},{"name":"generate-webpack-config","duration":129294,"timestamp":274136995797,"id":15,"parentId":13,"tags":{},"startTime":1785221937823,"traceId":"924bf480fdfefb47"},{"name":"next-trace-entrypoint-plugin","duration":760,"timestamp":274137177743,"id":17,"parentId":16,"tags":{},"startTime":1785221938005,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":258485,"timestamp":274137179794,"id":45,"parentId":18,"tags":{"request":"next/dist/pages/_app"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":277508,"timestamp":274137179780,"id":36,"parentId":18,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":325542,"timestamp":274137179517,"id":19,"parentId":18,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938006,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":346206,"timestamp":274137179804,"id":52,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":406421,"timestamp":274137179751,"id":28,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsettings%2Froute&name=app%2Fapi%2Fsettings%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsettings%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsettings%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":406414,"timestamp":274137179767,"id":29,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fenv-vars%2F%5Bkey%5D%2Froute&name=app%2Fapi%2Fenv-vars%2F%5Bkey%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fenv-vars%2F%5Bkey%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fenv-vars%2F%5Bkey%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":406411,"timestamp":274137179772,"id":30,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fbash-output%2Froute&name=app%2Fapi%2Fbash-output%2Froute&pagePath=private-next-app-dir%2Fapi%2Fbash-output%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fbash-output%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":406410,"timestamp":274137179774,"id":31,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fenv-vars%2Froute&name=app%2Fapi%2Fenv-vars%2Froute&pagePath=private-next-app-dir%2Fapi%2Fenv-vars%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fenv-vars%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":406410,"timestamp":274137179775,"id":32,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ftts%2Froute&name=app%2Fapi%2Ftts%2Froute&pagePath=private-next-app-dir%2Fapi%2Ftts%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Ftts%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":406417,"timestamp":274137179776,"id":33,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffile-serve%2Froute&name=app%2Fapi%2Ffile-serve%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffile-serve%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffile-serve%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":406418,"timestamp":274137179778,"id":34,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffs%2Fbrowse%2Froute&name=app%2Fapi%2Ffs%2Fbrowse%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffs%2Fbrowse%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Ffs%2Fbrowse%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":406418,"timestamp":274137179779,"id":35,"parentId":18,"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%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmodels-config%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":406413,"timestamp":274137179785,"id":38,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth-config%2Ftest%2Froute&name=app%2Fapi%2Fauth-config%2Ftest%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth-config%2Ftest%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fauth-config%2Ftest%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":406407,"timestamp":274137179793,"id":44,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmodels-config%2Ftest%2Froute&name=app%2Fapi%2Fmodels-config%2Ftest%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmodels-config%2Ftest%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmodels-config%2Ftest%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":406406,"timestamp":274137179796,"id":46,"parentId":18,"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%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":406406,"timestamp":274137179797,"id":47,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Fhistory%2Froute&name=app%2Fapi%2Fsessions%2Fhistory%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Fhistory%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2Fhistory%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":406406,"timestamp":274137179798,"id":48,"parentId":18,"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%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fmodels%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":406406,"timestamp":274137179799,"id":49,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fvoice-provider%2Froute&name=app%2Fapi%2Fvoice-provider%2Froute&pagePath=private-next-app-dir%2Fapi%2Fvoice-provider%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fvoice-provider%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":416499,"timestamp":274137179702,"id":21,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagents%2Froute&name=app%2Fapi%2Fagents%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagents%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fagents%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":416520,"timestamp":274137179692,"id":20,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagents%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fagents%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagents%2F%5Bid%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fagents%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":416489,"timestamp":274137179726,"id":26,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5BagentId%5D%2Froute&name=app%2Fapi%2Fsessions%2F%5BagentId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5BagentId%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5BagentId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":416486,"timestamp":274137179731,"id":27,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5BagentId%5D%2F%5BsessionId%5D%2Froute&name=app%2Fapi%2Fsessions%2F%5BagentId%5D%2F%5BsessionId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5BagentId%5D%2F%5BsessionId%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5BagentId%5D%2F%5BsessionId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":416502,"timestamp":274137179716,"id":24,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fknowledge%2Froute&name=app%2Fapi%2Fknowledge%2Froute&pagePath=private-next-app-dir%2Fapi%2Fknowledge%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fknowledge%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":416508,"timestamp":274137179712,"id":23,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fknowledge%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fknowledge%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fknowledge%2F%5Bid%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fknowledge%2F%5Bid%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":416500,"timestamp":274137179721,"id":25,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fknowledge%2Fsearch%2Froute&name=app%2Fapi%2Fknowledge%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fknowledge%2Fsearch%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fknowledge%2Fsearch%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":416514,"timestamp":274137179707,"id":22,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fknowledge%2F%5Bid%5D%2Fdocuments%2F%5BdocId%5D%2Froute&name=app%2Fapi%2Fknowledge%2F%5Bid%5D%2Fdocuments%2F%5BdocId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fknowledge%2F%5Bid%5D%2Fdocuments%2F%5BdocId%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fknowledge%2F%5Bid%5D%2Fdocuments%2F%5BdocId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"build-module-ts","duration":15106,"timestamp":274137591459,"id":60,"parentId":16,"tags":{"name":"/Users/duan/files/pi-web/digital-agent-platform/src/lib/skills.ts","layer":"rsc"},"startTime":1785221938418,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":439428,"timestamp":274137179790,"id":41,"parentId":18,"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%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":439447,"timestamp":274137179784,"id":37,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fenv-vars%2Fscan%2Froute&name=app%2Fapi%2Fenv-vars%2Fscan%2Froute&pagePath=private-next-app-dir%2Fapi%2Fenv-vars%2Fscan%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fenv-vars%2Fscan%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":439444,"timestamp":274137179788,"id":40,"parentId":18,"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%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2Finstall%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":439443,"timestamp":274137179791,"id":42,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2F%5Bname%5D%2Froute&name=app%2Fapi%2Fskills%2F%5Bname%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2F%5Bname%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fskills%2F%5Bname%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":461103,"timestamp":274137179801,"id":50,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fworkspace-files%2Froute&name=app%2Fapi%2Fworkspace-files%2Froute&pagePath=private-next-app-dir%2Fapi%2Fworkspace-files%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fworkspace-files%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":461125,"timestamp":274137179792,"id":43,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2F%5BagentId%5D%2Froute&name=app%2Fapi%2Fchat%2F%5BagentId%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2F%5BagentId%5D%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2F%5BagentId%5D%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":465442,"timestamp":274137179787,"id":39,"parentId":18,"tags":{"request":"next-app-loader?page=%2Fapi%2Fknowledge%2F%5Bid%5D%2Fupload%2Froute&name=app%2Fapi%2Fknowledge%2F%5Bid%5D%2Fupload%2Froute&pagePath=private-next-app-dir%2Fapi%2Fknowledge%2F%5Bid%5D%2Fupload%2Froute.ts&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2Fapi%2Fknowledge%2F%5Bid%5D%2Fupload%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":466585,"timestamp":274137179805,"id":53,"parentId":18,"tags":{"request":"next-app-loader?page=%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fchat%2Fpage&name=app%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fchat%2Fpage&pagePath=private-next-app-dir%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fchat%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fchat%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":466591,"timestamp":274137179806,"id":54,"parentId":18,"tags":{"request":"next-app-loader?page=%2F%5Blocale%5D%2Fagents%2Fnew%2Fpage&name=app%2F%5Blocale%5D%2Fagents%2Fnew%2Fpage&pagePath=private-next-app-dir%2F%5Blocale%5D%2Fagents%2Fnew%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2F%5Blocale%5D%2Fagents%2Fnew%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":466591,"timestamp":274137179807,"id":55,"parentId":18,"tags":{"request":"next-app-loader?page=%2F%5Blocale%5D%2Fagents%2Fpage&name=app%2F%5Blocale%5D%2Fagents%2Fpage&pagePath=private-next-app-dir%2F%5Blocale%5D%2Fagents%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2F%5Blocale%5D%2Fagents%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":466593,"timestamp":274137179808,"id":56,"parentId":18,"tags":{"request":"next-app-loader?page=%2F%5Blocale%5D%2Fpage&name=app%2F%5Blocale%5D%2Fpage&pagePath=private-next-app-dir%2F%5Blocale%5D%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2F%5Blocale%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":466592,"timestamp":274137179810,"id":57,"parentId":18,"tags":{"request":"next-app-loader?page=%2F%5Blocale%5D%2Fsettings%2Fpage&name=app%2F%5Blocale%5D%2Fsettings%2Fpage&pagePath=private-next-app-dir%2F%5Blocale%5D%2Fsettings%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2F%5Blocale%5D%2Fsettings%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":466593,"timestamp":274137179811,"id":58,"parentId":18,"tags":{"request":"next-app-loader?page=%2F%5Blocale%5D%2Fknowledge%2Fpage&name=app%2F%5Blocale%5D%2Fknowledge%2Fpage&pagePath=private-next-app-dir%2F%5Blocale%5D%2Fknowledge%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2F%5Blocale%5D%2Fknowledge%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":466593,"timestamp":274137179812,"id":59,"parentId":18,"tags":{"request":"next-app-loader?page=%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fedit%2Fpage&name=app%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fedit%2Fpage&pagePath=private-next-app-dir%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fedit%2Fpage.tsx&appDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp&appPaths=%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fedit%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":473708,"timestamp":274137179802,"id":51,"parentId":18,"tags":{"request":"next/dist/pages/_document"},"startTime":1785221938007,"traceId":"924bf480fdfefb47"},{"name":"make","duration":668431,"timestamp":274137179423,"id":18,"parentId":16,"tags":{},"startTime":1785221938006,"traceId":"924bf480fdfefb47"},{"name":"get-entries","duration":735,"timestamp":274137848559,"id":244,"parentId":243,"tags":{},"startTime":1785221938675,"traceId":"924bf480fdfefb47"},{"name":"node-file-trace-plugin","duration":99021,"timestamp":274137852478,"id":245,"parentId":243,"tags":{"traceEntryCount":"78"},"startTime":1785221938679,"traceId":"924bf480fdfefb47"},{"name":"collect-traced-files","duration":937,"timestamp":274137951511,"id":246,"parentId":243,"tags":{},"startTime":1785221938778,"traceId":"924bf480fdfefb47"},{"name":"finish-modules","duration":103982,"timestamp":274137848470,"id":243,"parentId":17,"tags":{},"startTime":1785221938675,"traceId":"924bf480fdfefb47"},{"name":"chunk-graph","duration":26665,"timestamp":274137997589,"id":248,"parentId":247,"tags":{},"startTime":1785221938824,"traceId":"924bf480fdfefb47"},{"name":"optimize-modules","duration":11,"timestamp":274138024326,"id":250,"parentId":247,"tags":{},"startTime":1785221938851,"traceId":"924bf480fdfefb47"},{"name":"optimize-chunks","duration":17801,"timestamp":274138024369,"id":251,"parentId":247,"tags":{},"startTime":1785221938851,"traceId":"924bf480fdfefb47"},{"name":"optimize-tree","duration":13,"timestamp":274138042220,"id":252,"parentId":247,"tags":{},"startTime":1785221938869,"traceId":"924bf480fdfefb47"},{"name":"optimize-chunk-modules","duration":27810,"timestamp":274138042272,"id":253,"parentId":247,"tags":{},"startTime":1785221938869,"traceId":"924bf480fdfefb47"},{"name":"optimize","duration":45835,"timestamp":274138024301,"id":249,"parentId":247,"tags":{},"startTime":1785221938851,"traceId":"924bf480fdfefb47"},{"name":"module-hash","duration":15642,"timestamp":274138083309,"id":254,"parentId":247,"tags":{},"startTime":1785221938910,"traceId":"924bf480fdfefb47"},{"name":"code-generation","duration":4817,"timestamp":274138098998,"id":255,"parentId":247,"tags":{},"startTime":1785221938926,"traceId":"924bf480fdfefb47"},{"name":"hash","duration":3989,"timestamp":274138106629,"id":256,"parentId":247,"tags":{},"startTime":1785221938933,"traceId":"924bf480fdfefb47"},{"name":"code-generation-jobs","duration":131,"timestamp":274138110617,"id":257,"parentId":247,"tags":{},"startTime":1785221938937,"traceId":"924bf480fdfefb47"},{"name":"module-assets","duration":310,"timestamp":274138110716,"id":258,"parentId":247,"tags":{},"startTime":1785221938938,"traceId":"924bf480fdfefb47"},{"name":"create-chunk-assets","duration":2537,"timestamp":274138111032,"id":259,"parentId":247,"tags":{},"startTime":1785221938938,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13539,"timestamp":274138123458,"id":261,"parentId":260,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13464,"timestamp":274138123541,"id":262,"parentId":260,"tags":{"name":"../app/api/agents/[id]/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13460,"timestamp":274138123546,"id":263,"parentId":260,"tags":{"name":"../app/api/agents/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13458,"timestamp":274138123548,"id":264,"parentId":260,"tags":{"name":"../app/api/knowledge/[id]/documents/[docId]/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13456,"timestamp":274138123551,"id":265,"parentId":260,"tags":{"name":"../app/api/knowledge/[id]/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13454,"timestamp":274138123553,"id":266,"parentId":260,"tags":{"name":"../app/api/knowledge/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13453,"timestamp":274138123555,"id":267,"parentId":260,"tags":{"name":"../app/api/knowledge/search/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13452,"timestamp":274138123557,"id":268,"parentId":260,"tags":{"name":"../app/api/sessions/[agentId]/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13451,"timestamp":274138123559,"id":269,"parentId":260,"tags":{"name":"../app/api/sessions/[agentId]/[sessionId]/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13444,"timestamp":274138123566,"id":270,"parentId":260,"tags":{"name":"../app/api/settings/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13438,"timestamp":274138123573,"id":271,"parentId":260,"tags":{"name":"../app/api/env-vars/[key]/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13435,"timestamp":274138123576,"id":272,"parentId":260,"tags":{"name":"../app/api/bash-output/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13434,"timestamp":274138123578,"id":273,"parentId":260,"tags":{"name":"../app/api/env-vars/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13435,"timestamp":274138123579,"id":274,"parentId":260,"tags":{"name":"../app/api/tts/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13434,"timestamp":274138123581,"id":275,"parentId":260,"tags":{"name":"../app/api/file-serve/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13432,"timestamp":274138123583,"id":276,"parentId":260,"tags":{"name":"../app/api/fs/browse/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":13432,"timestamp":274138123584,"id":277,"parentId":260,"tags":{"name":"../app/api/models-config/route.js","cache":"HIT"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":11766,"timestamp":274138125250,"id":280,"parentId":260,"tags":{"name":"../app/api/auth-config/test/route.js","cache":"HIT"},"startTime":1785221938952,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":112,"timestamp":274138136905,"id":285,"parentId":260,"tags":{"name":"../app/api/chat/[agentId]/route.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":97,"timestamp":274138136920,"id":286,"parentId":260,"tags":{"name":"../app/api/models-config/test/route.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":96,"timestamp":274138136922,"id":287,"parentId":260,"tags":{"name":"../pages/_app.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":94,"timestamp":274138136924,"id":288,"parentId":260,"tags":{"name":"../app/api/skills/search/route.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":93,"timestamp":274138136926,"id":289,"parentId":260,"tags":{"name":"../app/api/sessions/history/route.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":91,"timestamp":274138136928,"id":290,"parentId":260,"tags":{"name":"../app/api/models/route.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":90,"timestamp":274138136929,"id":291,"parentId":260,"tags":{"name":"../app/api/voice-provider/route.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":89,"timestamp":274138136931,"id":292,"parentId":260,"tags":{"name":"../app/api/workspace-files/route.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":88,"timestamp":274138136932,"id":293,"parentId":260,"tags":{"name":"../pages/_document.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":87,"timestamp":274138136933,"id":294,"parentId":260,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":66,"timestamp":274138136955,"id":295,"parentId":260,"tags":{"name":"../app/[locale]/agents/[id]/chat/page.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":64,"timestamp":274138136958,"id":296,"parentId":260,"tags":{"name":"../app/[locale]/agents/new/page.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":63,"timestamp":274138136959,"id":297,"parentId":260,"tags":{"name":"../app/[locale]/agents/page.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"}]
|
|
2
|
+
[{"name":"minify-js","duration":145,"timestamp":274138136960,"id":298,"parentId":260,"tags":{"name":"../app/[locale]/page.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":145,"timestamp":274138136961,"id":299,"parentId":260,"tags":{"name":"../app/[locale]/settings/page.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":144,"timestamp":274138136963,"id":300,"parentId":260,"tags":{"name":"../app/[locale]/knowledge/page.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":143,"timestamp":274138136964,"id":301,"parentId":260,"tags":{"name":"../app/[locale]/agents/[id]/edit/page.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":142,"timestamp":274138136965,"id":302,"parentId":260,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":141,"timestamp":274138136966,"id":303,"parentId":260,"tags":{"name":"7682.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":141,"timestamp":274138136968,"id":304,"parentId":260,"tags":{"name":"407.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":140,"timestamp":274138136969,"id":305,"parentId":260,"tags":{"name":"4127.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":138,"timestamp":274138136971,"id":306,"parentId":260,"tags":{"name":"3651.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":137,"timestamp":274138136972,"id":307,"parentId":260,"tags":{"name":"4907.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":136,"timestamp":274138136974,"id":308,"parentId":260,"tags":{"name":"6777.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":135,"timestamp":274138136975,"id":309,"parentId":260,"tags":{"name":"7368.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":135,"timestamp":274138136976,"id":310,"parentId":260,"tags":{"name":"2961.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":129,"timestamp":274138136982,"id":311,"parentId":260,"tags":{"name":"5994.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":128,"timestamp":274138136984,"id":312,"parentId":260,"tags":{"name":"5452.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":127,"timestamp":274138136985,"id":313,"parentId":260,"tags":{"name":"8403.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":126,"timestamp":274138136987,"id":314,"parentId":260,"tags":{"name":"5051.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":125,"timestamp":274138136988,"id":315,"parentId":260,"tags":{"name":"763.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":124,"timestamp":274138136989,"id":316,"parentId":260,"tags":{"name":"1285.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":123,"timestamp":274138136990,"id":317,"parentId":260,"tags":{"name":"7627.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":122,"timestamp":274138136991,"id":318,"parentId":260,"tags":{"name":"2112.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":121,"timestamp":274138136993,"id":319,"parentId":260,"tags":{"name":"9251.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":121,"timestamp":274138136994,"id":320,"parentId":260,"tags":{"name":"4125.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":120,"timestamp":274138136995,"id":321,"parentId":260,"tags":{"name":"8405.js","cache":"HIT"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":33836,"timestamp":274138124741,"id":279,"parentId":260,"tags":{"name":"../app/api/env-vars/scan/route.js","cache":"MISS"},"startTime":1785221938952,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":35016,"timestamp":274138123585,"id":278,"parentId":260,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1785221938950,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":23146,"timestamp":274138136779,"id":282,"parentId":260,"tags":{"name":"../app/api/skills/install/route.js","cache":"MISS"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":23096,"timestamp":274138136841,"id":283,"parentId":260,"tags":{"name":"../app/api/skills/route.js","cache":"MISS"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":24313,"timestamp":274138136875,"id":284,"parentId":260,"tags":{"name":"../app/api/skills/[name]/route.js","cache":"MISS"},"startTime":1785221938964,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":735952,"timestamp":274138125267,"id":281,"parentId":260,"tags":{"name":"../app/api/knowledge/[id]/upload/route.js","cache":"MISS"},"startTime":1785221938952,"traceId":"924bf480fdfefb47"},{"name":"minify-webpack-plugin-optimize","duration":744501,"timestamp":274138116732,"id":260,"parentId":16,"tags":{"compilationName":"server"},"startTime":1785221938944,"traceId":"924bf480fdfefb47"},{"name":"css-minimizer-plugin","duration":99,"timestamp":274138861355,"id":322,"parentId":16,"tags":{},"startTime":1785221939688,"traceId":"924bf480fdfefb47"},{"name":"create-trace-assets","duration":1795,"timestamp":274138861559,"id":323,"parentId":17,"tags":{},"startTime":1785221939688,"traceId":"924bf480fdfefb47"},{"name":"seal","duration":899760,"timestamp":274137971882,"id":247,"parentId":16,"tags":{},"startTime":1785221938799,"traceId":"924bf480fdfefb47"},{"name":"webpack-compilation","duration":1708031,"timestamp":274137177061,"id":16,"parentId":13,"tags":{"name":"server"},"startTime":1785221938004,"traceId":"924bf480fdfefb47"},{"name":"emit","duration":13559,"timestamp":274138885446,"id":324,"parentId":13,"tags":{},"startTime":1785221939712,"traceId":"924bf480fdfefb47"},{"name":"webpack-close","duration":307410,"timestamp":274138900243,"id":325,"parentId":13,"tags":{"name":"server"},"startTime":1785221939727,"traceId":"924bf480fdfefb47"},{"name":"webpack-generate-error-stats","duration":995,"timestamp":274139207690,"id":326,"parentId":325,"tags":{},"startTime":1785221940035,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":37031,"timestamp":274139212936,"id":329,"parentId":328,"tags":{"request":"next-middleware-loader?absolutePagePath=private-next-root-dir%2Fsrc%2Fmiddleware.ts&page=%2Fsrc%2Fmiddleware&rootDir=%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform&matchers=W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFhcGl8X25leHR8X3ZlcmNlbHwuKlxcLi4qKS4qKSkoXFwuanNvbik%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii8oKD8hYXBpfF9uZXh0fF92ZXJjZWx8LipcXC4uKikuKikifV0%3D&preferredRegion=&middlewareConfig=eyJtYXRjaGVycyI6W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLygoPyFhcGl8X25leHR8X3ZlcmNlbHwuKlxcLi4qKS4qKSkoXFwuanNvbik%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii8oKD8hYXBpfF9uZXh0fF92ZXJjZWx8LipcXC4uKikuKikifV19!"},"startTime":1785221940040,"traceId":"924bf480fdfefb47"},{"name":"make","duration":37130,"timestamp":274139212921,"id":328,"parentId":327,"tags":{},"startTime":1785221940040,"traceId":"924bf480fdfefb47"},{"name":"chunk-graph","duration":506,"timestamp":274139253575,"id":331,"parentId":330,"tags":{},"startTime":1785221940080,"traceId":"924bf480fdfefb47"},{"name":"optimize-modules","duration":2,"timestamp":274139254102,"id":333,"parentId":330,"tags":{},"startTime":1785221940081,"traceId":"924bf480fdfefb47"},{"name":"optimize-chunks","duration":325,"timestamp":274139254114,"id":334,"parentId":330,"tags":{},"startTime":1785221940081,"traceId":"924bf480fdfefb47"},{"name":"optimize-tree","duration":3,"timestamp":274139254451,"id":335,"parentId":330,"tags":{},"startTime":1785221940081,"traceId":"924bf480fdfefb47"},{"name":"optimize-chunk-modules","duration":2055,"timestamp":274139254466,"id":336,"parentId":330,"tags":{},"startTime":1785221940081,"traceId":"924bf480fdfefb47"},{"name":"optimize","duration":2440,"timestamp":274139254094,"id":332,"parentId":330,"tags":{},"startTime":1785221940081,"traceId":"924bf480fdfefb47"},{"name":"module-hash","duration":1064,"timestamp":274139257295,"id":337,"parentId":330,"tags":{},"startTime":1785221940084,"traceId":"924bf480fdfefb47"},{"name":"code-generation","duration":146,"timestamp":274139258368,"id":338,"parentId":330,"tags":{},"startTime":1785221940085,"traceId":"924bf480fdfefb47"},{"name":"hash","duration":578,"timestamp":274139258928,"id":339,"parentId":330,"tags":{},"startTime":1785221940086,"traceId":"924bf480fdfefb47"},{"name":"code-generation-jobs","duration":31,"timestamp":274139259506,"id":340,"parentId":330,"tags":{},"startTime":1785221940086,"traceId":"924bf480fdfefb47"},{"name":"module-assets","duration":21,"timestamp":274139259533,"id":341,"parentId":330,"tags":{},"startTime":1785221940086,"traceId":"924bf480fdfefb47"},{"name":"create-chunk-assets","duration":45,"timestamp":274139259558,"id":342,"parentId":330,"tags":{},"startTime":1785221940086,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":17,"timestamp":274139260843,"id":344,"parentId":343,"tags":{"name":"src/middleware.js","cache":"HIT"},"startTime":1785221940088,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":10,"timestamp":274139260852,"id":345,"parentId":343,"tags":{"name":"edge-runtime-webpack.js","cache":"HIT"},"startTime":1785221940088,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":8,"timestamp":274139260854,"id":346,"parentId":343,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1785221940088,"traceId":"924bf480fdfefb47"},{"name":"minify-webpack-plugin-optimize","duration":255,"timestamp":274139260608,"id":343,"parentId":327,"tags":{"compilationName":"edge-server"},"startTime":1785221940087,"traceId":"924bf480fdfefb47"},{"name":"css-minimizer-plugin","duration":3,"timestamp":274139260878,"id":347,"parentId":327,"tags":{},"startTime":1785221940088,"traceId":"924bf480fdfefb47"},{"name":"seal","duration":12864,"timestamp":274139252033,"id":330,"parentId":327,"tags":{},"startTime":1785221940079,"traceId":"924bf480fdfefb47"},{"name":"webpack-compilation","duration":52743,"timestamp":274139212245,"id":327,"parentId":13,"tags":{"name":"edge-server"},"startTime":1785221940039,"traceId":"924bf480fdfefb47"},{"name":"emit","duration":1748,"timestamp":274139265007,"id":348,"parentId":13,"tags":{},"startTime":1785221940092,"traceId":"924bf480fdfefb47"},{"name":"webpack-close","duration":56,"timestamp":274139266942,"id":349,"parentId":13,"tags":{"name":"edge-server"},"startTime":1785221940094,"traceId":"924bf480fdfefb47"},{"name":"webpack-generate-error-stats","duration":190,"timestamp":274139267000,"id":350,"parentId":349,"tags":{},"startTime":1785221940094,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95948,"timestamp":274139271108,"id":361,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95963,"timestamp":274139271111,"id":362,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95964,"timestamp":274139271112,"id":363,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95966,"timestamp":274139271114,"id":364,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95967,"timestamp":274139271114,"id":365,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95968,"timestamp":274139271115,"id":366,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95969,"timestamp":274139271116,"id":367,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95970,"timestamp":274139271117,"id":368,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95971,"timestamp":274139271118,"id":369,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95972,"timestamp":274139271119,"id":370,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95973,"timestamp":274139271120,"id":371,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95974,"timestamp":274139271121,"id":372,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95975,"timestamp":274139271122,"id":373,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95976,"timestamp":274139271123,"id":374,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95976,"timestamp":274139271123,"id":375,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95978,"timestamp":274139271124,"id":376,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95978,"timestamp":274139271125,"id":377,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95979,"timestamp":274139271126,"id":378,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95980,"timestamp":274139271127,"id":379,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95981,"timestamp":274139271128,"id":380,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95981,"timestamp":274139271129,"id":381,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95983,"timestamp":274139271129,"id":382,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95984,"timestamp":274139271130,"id":383,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95985,"timestamp":274139271131,"id":384,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95986,"timestamp":274139271132,"id":385,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95986,"timestamp":274139271133,"id":386,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95996,"timestamp":274139271134,"id":387,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95997,"timestamp":274139271135,"id":388,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95998,"timestamp":274139271136,"id":389,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95998,"timestamp":274139271136,"id":390,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":95994,"timestamp":274139271142,"id":395,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":124840,"timestamp":274139271101,"id":356,"parentId":352,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":171960,"timestamp":274139271103,"id":357,"parentId":352,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":171971,"timestamp":274139271104,"id":358,"parentId":352,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":171972,"timestamp":274139271105,"id":359,"parentId":352,"tags":{"request":"/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/client/router.js"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":176066,"timestamp":274139271100,"id":355,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%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%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%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%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fmetadata-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":179691,"timestamp":274139271081,"id":353,"parentId":352,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":183767,"timestamp":274139271095,"id":354,"parentId":352,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"postcss-process","duration":70797,"timestamp":274139515336,"id":402,"parentId":401,"tags":{},"startTime":1785221940342,"traceId":"924bf480fdfefb47"}]
|
|
3
|
+
[{"name":"postcss-loader","duration":153997,"timestamp":274139432310,"id":401,"parentId":400,"tags":{},"startTime":1785221940259,"traceId":"924bf480fdfefb47"},{"name":"css-loader","duration":16668,"timestamp":274139586405,"id":403,"parentId":400,"tags":{"astUsed":"true"},"startTime":1785221940413,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":374777,"timestamp":274139271137,"id":391,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fnode_modules%2Fnext-intl%2Fdist%2Fesm%2Fshared%2FNextIntlClientProvider.js%22%2C%22ids%22%3A%5B%22default%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22src%2Fapp%2F%5Blocale%5D%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Inter%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%5D%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22inter%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fcomponents%2Flayout%2Fsidebar.tsx%22%2C%22ids%22%3A%5B%22Sidebar%22%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fcomponents%2Fproviders.tsx%22%2C%22ids%22%3A%5B%22Providers%22%5D%7D&server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":376176,"timestamp":274139271140,"id":394,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp%2F%5Blocale%5D%2Fagents%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":376179,"timestamp":274139271143,"id":397,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp%2F%5Blocale%5D%2Fknowledge%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":379854,"timestamp":274139271143,"id":396,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp%2F%5Blocale%5D%2Fsettings%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":379869,"timestamp":274139271139,"id":393,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp%2F%5Blocale%5D%2Fagents%2Fnew%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":379864,"timestamp":274139271144,"id":398,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fedit%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":383577,"timestamp":274139271138,"id":392,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp%2F%5Blocale%5D%2Fagents%2F%5Bid%5D%2Fchat%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"build-module-css","duration":242513,"timestamp":274139412728,"id":400,"parentId":399,"tags":{"name":"/Users/duan/files/pi-web/digital-agent-platform/src/app/globals.css.webpack[javascript/auto]!=!/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!/Users/duan/files/pi-web/digital-agent-platform/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!/Users/duan/files/pi-web/digital-agent-platform/src/app/globals.css","layer":null},"startTime":1785221940240,"traceId":"924bf480fdfefb47"},{"name":"build-module-css","duration":256538,"timestamp":274139400562,"id":399,"parentId":351,"tags":{"name":"/Users/duan/files/pi-web/digital-agent-platform/src/app/globals.css","layer":"app-pages-browser"},"startTime":1785221940227,"traceId":"924bf480fdfefb47"},{"name":"build-module","duration":41,"timestamp":274139657183,"id":404,"parentId":399,"tags":{},"startTime":1785221940484,"traceId":"924bf480fdfefb47"},{"name":"add-entry","duration":386136,"timestamp":274139271107,"id":360,"parentId":352,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Fduan%2Ffiles%2Fpi-web%2Fdigital-agent-platform%2Fsrc%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"make","duration":386282,"timestamp":274139270977,"id":352,"parentId":351,"tags":{},"startTime":1785221940098,"traceId":"924bf480fdfefb47"},{"name":"chunk-graph","duration":3439,"timestamp":274139671355,"id":406,"parentId":405,"tags":{},"startTime":1785221940498,"traceId":"924bf480fdfefb47"},{"name":"optimize-modules","duration":3,"timestamp":274139674819,"id":408,"parentId":405,"tags":{},"startTime":1785221940502,"traceId":"924bf480fdfefb47"},{"name":"optimize-chunks","duration":5316,"timestamp":274139675427,"id":410,"parentId":405,"tags":{},"startTime":1785221940502,"traceId":"924bf480fdfefb47"},{"name":"optimize-tree","duration":4,"timestamp":274139680771,"id":411,"parentId":405,"tags":{},"startTime":1785221940508,"traceId":"924bf480fdfefb47"},{"name":"optimize-chunk-modules","duration":8532,"timestamp":274139680788,"id":412,"parentId":405,"tags":{},"startTime":1785221940508,"traceId":"924bf480fdfefb47"},{"name":"optimize","duration":14525,"timestamp":274139674811,"id":407,"parentId":405,"tags":{},"startTime":1785221940502,"traceId":"924bf480fdfefb47"},{"name":"module-hash","duration":5738,"timestamp":274139694842,"id":413,"parentId":405,"tags":{},"startTime":1785221940522,"traceId":"924bf480fdfefb47"},{"name":"code-generation","duration":26497,"timestamp":274139700595,"id":414,"parentId":405,"tags":{},"startTime":1785221940527,"traceId":"924bf480fdfefb47"},{"name":"hash","duration":2039,"timestamp":274139728362,"id":415,"parentId":405,"tags":{},"startTime":1785221940555,"traceId":"924bf480fdfefb47"},{"name":"code-generation-jobs","duration":73,"timestamp":274139730401,"id":416,"parentId":405,"tags":{},"startTime":1785221940557,"traceId":"924bf480fdfefb47"},{"name":"module-assets","duration":219,"timestamp":274139730458,"id":417,"parentId":405,"tags":{},"startTime":1785221940557,"traceId":"924bf480fdfefb47"},{"name":"create-chunk-assets","duration":1386,"timestamp":274139730680,"id":418,"parentId":405,"tags":{},"startTime":1785221940558,"traceId":"924bf480fdfefb47"},{"name":"NextJsBuildManifest-generateClientManifest","duration":611,"timestamp":274139732784,"id":420,"parentId":351,"tags":{},"startTime":1785221940560,"traceId":"924bf480fdfefb47"},{"name":"NextJsBuildManifest-createassets","duration":905,"timestamp":274139732493,"id":419,"parentId":351,"tags":{},"startTime":1785221940559,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":310,"timestamp":274139737510,"id":422,"parentId":421,"tags":{"name":"static/chunks/main-294df54c69003650.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":281,"timestamp":274139737544,"id":423,"parentId":421,"tags":{"name":"static/chunks/main-app-07be5f69ef8a336a.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":277,"timestamp":274139737549,"id":424,"parentId":421,"tags":{"name":"static/chunks/app/_not-found/page-f97d2843fca4f7e9.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":274,"timestamp":274139737553,"id":425,"parentId":421,"tags":{"name":"static/chunks/pages/_error-6b43ce36a8d09a61.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":270,"timestamp":274139737557,"id":426,"parentId":421,"tags":{"name":"static/chunks/pages/_app-00b41aece417ee52.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":268,"timestamp":274139737560,"id":427,"parentId":421,"tags":{"name":"static/chunks/app/layout-4af7a40b1f262149.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":265,"timestamp":274139737563,"id":428,"parentId":421,"tags":{"name":"static/chunks/app/api/agents/[id]/route-2c9f12e90dc8bc05.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":262,"timestamp":274139737567,"id":429,"parentId":421,"tags":{"name":"static/chunks/app/api/agents/route-e227ba4be09c8ea2.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":259,"timestamp":274139737570,"id":430,"parentId":421,"tags":{"name":"static/chunks/app/api/knowledge/[id]/documents/[docId]/route-db2e1804b71004c5.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":256,"timestamp":274139737574,"id":431,"parentId":421,"tags":{"name":"static/chunks/app/api/knowledge/[id]/route-501735d3dfb2e743.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":254,"timestamp":274139737577,"id":432,"parentId":421,"tags":{"name":"static/chunks/app/api/knowledge/route-f5adfe5daf2e157c.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":251,"timestamp":274139737580,"id":433,"parentId":421,"tags":{"name":"static/chunks/app/api/knowledge/search/route-54c8135ac355fe2e.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":248,"timestamp":274139737583,"id":434,"parentId":421,"tags":{"name":"static/chunks/app/api/sessions/[agentId]/route-2fa7611378376ed4.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":245,"timestamp":274139737587,"id":435,"parentId":421,"tags":{"name":"static/chunks/app/api/sessions/[agentId]/[sessionId]/route-4ed9dc6ddb3b98da.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":243,"timestamp":274139737590,"id":436,"parentId":421,"tags":{"name":"static/chunks/app/api/settings/route-969f9ac513905ffe.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":240,"timestamp":274139737594,"id":437,"parentId":421,"tags":{"name":"static/chunks/app/api/env-vars/[key]/route-567c08ee1be81799.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":237,"timestamp":274139737597,"id":438,"parentId":421,"tags":{"name":"static/chunks/app/api/bash-output/route-0bfb3c0f9ff5859a.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":235,"timestamp":274139737600,"id":439,"parentId":421,"tags":{"name":"static/chunks/app/api/env-vars/route-146d3ab2015e6fe6.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":232,"timestamp":274139737603,"id":440,"parentId":421,"tags":{"name":"static/chunks/app/api/tts/route-8186cb3d5316250e.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":230,"timestamp":274139737606,"id":441,"parentId":421,"tags":{"name":"static/chunks/app/api/file-serve/route-76913780801418d4.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":228,"timestamp":274139737609,"id":442,"parentId":421,"tags":{"name":"static/chunks/app/api/fs/browse/route-85da11c8b91bfc41.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":225,"timestamp":274139737612,"id":443,"parentId":421,"tags":{"name":"static/chunks/app/api/models-config/route-ad2d0c9262659d68.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":222,"timestamp":274139737615,"id":444,"parentId":421,"tags":{"name":"static/chunks/app/api/env-vars/scan/route-2910d42f96d76168.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":205,"timestamp":274139737633,"id":445,"parentId":421,"tags":{"name":"static/chunks/app/api/auth-config/test/route-1a6a754ae71e89f0.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":203,"timestamp":274139737641,"id":446,"parentId":421,"tags":{"name":"static/chunks/app/api/knowledge/[id]/upload/route-fb036c262ee843f0.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":200,"timestamp":274139737643,"id":447,"parentId":421,"tags":{"name":"static/chunks/app/api/skills/install/route-0ab555085d740ab8.js","cache":"HIT"},"startTime":1785221940564,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":199,"timestamp":274139737646,"id":448,"parentId":421,"tags":{"name":"static/chunks/app/api/skills/route-e5affcfa067cf550.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":197,"timestamp":274139737647,"id":449,"parentId":421,"tags":{"name":"static/chunks/app/api/skills/[name]/route-7df36eded75e7234.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":196,"timestamp":274139737649,"id":450,"parentId":421,"tags":{"name":"static/chunks/app/api/chat/[agentId]/route-f7318b5c8e97f243.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":194,"timestamp":274139737651,"id":451,"parentId":421,"tags":{"name":"static/chunks/app/api/models-config/test/route-272aea5aa29f1429.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":193,"timestamp":274139737653,"id":452,"parentId":421,"tags":{"name":"static/chunks/app/api/skills/search/route-b5b24854e46bb392.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":192,"timestamp":274139737654,"id":453,"parentId":421,"tags":{"name":"static/chunks/app/api/sessions/history/route-5a455eb0be9b3a33.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":191,"timestamp":274139737656,"id":454,"parentId":421,"tags":{"name":"static/chunks/app/api/models/route-9e102c5352543aea.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":189,"timestamp":274139737658,"id":455,"parentId":421,"tags":{"name":"static/chunks/app/api/voice-provider/route-df0bb3cf19b0296c.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":188,"timestamp":274139737659,"id":456,"parentId":421,"tags":{"name":"static/chunks/app/api/workspace-files/route-2abf9592333cfebc.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":187,"timestamp":274139737660,"id":457,"parentId":421,"tags":{"name":"static/chunks/app/page-6c018b7c1e2b97bc.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":186,"timestamp":274139737662,"id":458,"parentId":421,"tags":{"name":"static/chunks/app/[locale]/layout-48d759d6db5dd8ae.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":185,"timestamp":274139737663,"id":459,"parentId":421,"tags":{"name":"static/chunks/app/[locale]/agents/[id]/chat/page-95dc12875cda0b9c.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":184,"timestamp":274139737665,"id":460,"parentId":421,"tags":{"name":"static/chunks/app/[locale]/agents/new/page-aeaa197c0ccfd2f9.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":183,"timestamp":274139737666,"id":461,"parentId":421,"tags":{"name":"static/chunks/app/[locale]/agents/page-243c454594122944.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":183,"timestamp":274139737667,"id":462,"parentId":421,"tags":{"name":"static/chunks/app/[locale]/page-b9ea4f8cf8aeb0f1.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":182,"timestamp":274139737669,"id":463,"parentId":421,"tags":{"name":"static/chunks/app/[locale]/settings/page-71d67c3b9f712584.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":180,"timestamp":274139737670,"id":464,"parentId":421,"tags":{"name":"static/chunks/app/[locale]/knowledge/page-7b4b6aa0a07d7da3.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":179,"timestamp":274139737672,"id":465,"parentId":421,"tags":{"name":"static/chunks/app/[locale]/agents/[id]/edit/page-8d0cc73c7aff7774.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":178,"timestamp":274139737673,"id":466,"parentId":421,"tags":{"name":"static/chunks/webpack-9b9d7723f8078270.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":177,"timestamp":274139737675,"id":467,"parentId":421,"tags":{"name":"static/chunks/framework-a08059d19b5ea91c.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":165,"timestamp":274139737687,"id":468,"parentId":421,"tags":{"name":"static/chunks/4bd1b696-c90310bf0ab1fbc7.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":164,"timestamp":274139737689,"id":469,"parentId":421,"tags":{"name":"static/chunks/8313-cd4e4ad40e185f1c.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":163,"timestamp":274139737690,"id":470,"parentId":421,"tags":{"name":"static/chunks/3259-52b0aabc8fbba4a9.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":162,"timestamp":274139737691,"id":471,"parentId":421,"tags":{"name":"static/chunks/1868-9f3e42aa5a6ea9d2.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":161,"timestamp":274139737693,"id":472,"parentId":421,"tags":{"name":"static/chunks/8173-6258ed62b7084bda.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":160,"timestamp":274139737694,"id":473,"parentId":421,"tags":{"name":"static/chunks/6742-ad22486f7c4c8592.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":159,"timestamp":274139737695,"id":474,"parentId":421,"tags":{"name":"static/chunks/2733-714d0e6cd51477c7.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":158,"timestamp":274139737697,"id":475,"parentId":421,"tags":{"name":"static/chunks/5663-7b816438e0166950.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":157,"timestamp":274139737698,"id":476,"parentId":421,"tags":{"name":"static/chunks/1517-9c89c425ac486877.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":157,"timestamp":274139737700,"id":477,"parentId":421,"tags":{"name":"static/chunks/7200-c9c613d1b11207fb.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":155,"timestamp":274139737701,"id":478,"parentId":421,"tags":{"name":"static/chunks/3923-e04a628626d77a16.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":154,"timestamp":274139737703,"id":479,"parentId":421,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":59,"timestamp":274139737798,"id":481,"parentId":421,"tags":{"name":"server/middleware-build-manifest.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":39,"timestamp":274139737818,"id":483,"parentId":421,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":356,"timestamp":274139737707,"id":480,"parentId":421,"tags":{"name":"static/0f9LzcIDG_ySmdh1lmd-C/_ssgManifest.js","cache":"MISS"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-js","duration":2108,"timestamp":274139737801,"id":482,"parentId":421,"tags":{"name":"static/0f9LzcIDG_ySmdh1lmd-C/_buildManifest.js","cache":"MISS"},"startTime":1785221940565,"traceId":"924bf480fdfefb47"},{"name":"minify-webpack-plugin-optimize","duration":5641,"timestamp":274139734271,"id":421,"parentId":351,"tags":{"compilationName":"client"},"startTime":1785221940561,"traceId":"924bf480fdfefb47"},{"name":"minify-css","duration":57,"timestamp":274139739993,"id":485,"parentId":484,"tags":{"file":"static/css/3b3fb2dcf3bf3058.css","cache":"HIT"},"startTime":1785221940567,"traceId":"924bf480fdfefb47"},{"name":"minify-css","duration":36,"timestamp":274139740015,"id":486,"parentId":484,"tags":{"file":"static/css/ea828dd1f3974d73.css","cache":"HIT"},"startTime":1785221940567,"traceId":"924bf480fdfefb47"},{"name":"css-minimizer-plugin","duration":87,"timestamp":274139739965,"id":484,"parentId":351,"tags":{},"startTime":1785221940567,"traceId":"924bf480fdfefb47"},{"name":"seal","duration":82378,"timestamp":274139663167,"id":405,"parentId":351,"tags":{},"startTime":1785221940490,"traceId":"924bf480fdfefb47"},{"name":"webpack-compilation","duration":475233,"timestamp":274139270349,"id":351,"parentId":13,"tags":{"name":"client"},"startTime":1785221940097,"traceId":"924bf480fdfefb47"},{"name":"emit","duration":8213,"timestamp":274139745602,"id":487,"parentId":13,"tags":{},"startTime":1785221940572,"traceId":"924bf480fdfefb47"},{"name":"webpack-close","duration":27375,"timestamp":274139754255,"id":488,"parentId":13,"tags":{"name":"client"},"startTime":1785221940581,"traceId":"924bf480fdfefb47"},{"name":"webpack-generate-error-stats","duration":509,"timestamp":274139781646,"id":489,"parentId":488,"tags":{},"startTime":1785221940609,"traceId":"924bf480fdfefb47"},{"name":"run-webpack-compiler","duration":2797988,"timestamp":274136984304,"id":13,"parentId":1,"tags":{},"startTime":1785221937811,"traceId":"924bf480fdfefb47"},{"name":"format-webpack-messages","duration":79,"timestamp":274139782297,"id":490,"parentId":1,"tags":{},"startTime":1785221940609,"traceId":"924bf480fdfefb47"}]
|
|
4
|
+
[{"name":"verify-and-lint","duration":1180926,"timestamp":274139785963,"id":493,"parentId":1,"tags":{},"startTime":1785221940613,"traceId":"924bf480fdfefb47"},{"name":"verify-typescript-setup","duration":3758010,"timestamp":274139783579,"id":492,"parentId":1,"tags":{},"startTime":1785221940610,"traceId":"924bf480fdfefb47"},{"name":"check-static-error-page","duration":4209,"timestamp":274143548402,"id":496,"parentId":495,"tags":{},"startTime":1785221944375,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":1835,"timestamp":274143590778,"id":497,"parentId":495,"tags":{"page":"/_app"},"startTime":1785221944418,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":1484,"timestamp":274143591148,"id":499,"parentId":495,"tags":{"page":"/_document"},"startTime":1785221944418,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":2022,"timestamp":274143591124,"id":498,"parentId":495,"tags":{"page":"/_error"},"startTime":1785221944418,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":171400,"timestamp":274143594254,"id":538,"parentId":509,"tags":{},"startTime":1785221944421,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":174001,"timestamp":274143591715,"id":509,"parentId":495,"tags":{"page":"/api/agents"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":171097,"timestamp":274143594703,"id":542,"parentId":512,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":174015,"timestamp":274143591803,"id":512,"parentId":495,"tags":{"page":"/api/chat/[agentId]"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":175270,"timestamp":274143594607,"id":541,"parentId":511,"tags":{},"startTime":1785221944421,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":178136,"timestamp":274143591775,"id":511,"parentId":495,"tags":{"page":"/api/bash-output"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":178762,"timestamp":274143594899,"id":547,"parentId":519,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":181668,"timestamp":274143592020,"id":519,"parentId":495,"tags":{"page":"/api/knowledge/[id]"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":183274,"timestamp":274143594975,"id":550,"parentId":517,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":186314,"timestamp":274143591952,"id":517,"parentId":495,"tags":{"page":"/api/fs/browse"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":184760,"timestamp":274143594757,"id":543,"parentId":513,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":187705,"timestamp":274143591832,"id":513,"parentId":495,"tags":{"page":"/api/env-vars/[key]"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":186879,"timestamp":274143594948,"id":549,"parentId":500,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":190689,"timestamp":274143591161,"id":500,"parentId":495,"tags":{"page":"/_not-found"},"startTime":1785221944418,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":186890,"timestamp":274143594982,"id":551,"parentId":522,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":189777,"timestamp":274143592100,"id":522,"parentId":495,"tags":{"page":"/api/knowledge/search"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":187092,"timestamp":274143594808,"id":544,"parentId":514,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":190048,"timestamp":274143591855,"id":514,"parentId":495,"tags":{"page":"/api/env-vars"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":189918,"timestamp":274143594987,"id":552,"parentId":518,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":192943,"timestamp":274143591991,"id":518,"parentId":495,"tags":{"page":"/api/knowledge/[id]/documents/[docId]"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":190600,"timestamp":274143594390,"id":539,"parentId":508,"tags":{},"startTime":1785221944421,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":193320,"timestamp":274143591680,"id":508,"parentId":495,"tags":{"page":"/api/agents/[id]"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":190027,"timestamp":274143595014,"id":554,"parentId":523,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":192923,"timestamp":274143592124,"id":523,"parentId":495,"tags":{"page":"/api/models-config"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":192503,"timestamp":274143595080,"id":557,"parentId":526,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":195399,"timestamp":274143592202,"id":526,"parentId":495,"tags":{"page":"/api/sessions/[agentId]/[sessionId]"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":192634,"timestamp":274143594991,"id":553,"parentId":521,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":195555,"timestamp":274143592076,"id":521,"parentId":495,"tags":{"page":"/api/knowledge"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":193840,"timestamp":274143595119,"id":559,"parentId":528,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":196735,"timestamp":274143592249,"id":528,"parentId":495,"tags":{"page":"/api/sessions/history"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":194369,"timestamp":274143595086,"id":558,"parentId":529,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":197194,"timestamp":274143592273,"id":529,"parentId":495,"tags":{"page":"/api/settings"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":194453,"timestamp":274143595037,"id":555,"parentId":524,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":197349,"timestamp":274143592147,"id":524,"parentId":495,"tags":{"page":"/api/models-config/test"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":197235,"timestamp":274143595075,"id":556,"parentId":525,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":200163,"timestamp":274143592170,"id":525,"parentId":495,"tags":{"page":"/api/models"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":197224,"timestamp":274143595148,"id":561,"parentId":527,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":200154,"timestamp":274143592227,"id":527,"parentId":495,"tags":{"page":"/api/sessions/[agentId]"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":197237,"timestamp":274143595176,"id":562,"parentId":535,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":200010,"timestamp":274143592408,"id":535,"parentId":495,"tags":{"page":"/api/voice-provider"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":197359,"timestamp":274143595140,"id":560,"parentId":530,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":200210,"timestamp":274143592302,"id":530,"parentId":495,"tags":{"page":"/api/skills/[name]"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":200884,"timestamp":274143594885,"id":546,"parentId":516,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":203881,"timestamp":274143591912,"id":516,"parentId":495,"tags":{"page":"/api/file-serve"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":200384,"timestamp":274143595439,"id":566,"parentId":531,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":203504,"timestamp":274143592324,"id":531,"parentId":495,"tags":{"page":"/api/skills/install"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":200231,"timestamp":274143595613,"id":567,"parentId":536,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":203416,"timestamp":274143592431,"id":536,"parentId":495,"tags":{"page":"/api/workspace-files"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":201939,"timestamp":274143595226,"id":564,"parentId":533,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":204825,"timestamp":274143592367,"id":533,"parentId":495,"tags":{"page":"/api/skills/search"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":202026,"timestamp":274143595204,"id":563,"parentId":532,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":204894,"timestamp":274143592345,"id":532,"parentId":495,"tags":{"page":"/api/skills"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":204345,"timestamp":274143595302,"id":565,"parentId":534,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":207273,"timestamp":274143592387,"id":534,"parentId":495,"tags":{"page":"/api/tts"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":211297,"timestamp":274143596272,"id":568,"parentId":537,"tags":{},"startTime":1785221944423,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":215137,"timestamp":274143592452,"id":537,"parentId":495,"tags":{"page":"/"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":216228,"timestamp":274143594937,"id":548,"parentId":520,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":219160,"timestamp":274143592050,"id":520,"parentId":495,"tags":{"page":"/api/knowledge/[id]/upload"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":211354,"timestamp":274143599903,"id":570,"parentId":501,"tags":{},"startTime":1785221944427,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":220002,"timestamp":274143591269,"id":501,"parentId":495,"tags":{"page":"/[locale]/agents/[id]/chat"},"startTime":1785221944418,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":213394,"timestamp":274143599950,"id":571,"parentId":503,"tags":{},"startTime":1785221944427,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":222026,"timestamp":274143591351,"id":503,"parentId":495,"tags":{"page":"/[locale]/agents/new"},"startTime":1785221944418,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":215769,"timestamp":274143599827,"id":569,"parentId":502,"tags":{},"startTime":1785221944427,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":224304,"timestamp":274143591315,"id":502,"parentId":495,"tags":{"page":"/[locale]/agents/[id]/edit"},"startTime":1785221944418,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":215651,"timestamp":274143599988,"id":572,"parentId":504,"tags":{},"startTime":1785221944427,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":224257,"timestamp":274143591389,"id":504,"parentId":495,"tags":{"page":"/[locale]/agents"},"startTime":1785221944418,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":216313,"timestamp":274143600067,"id":574,"parentId":507,"tags":{},"startTime":1785221944427,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":224789,"timestamp":274143591603,"id":507,"parentId":495,"tags":{"page":"/[locale]/settings"},"startTime":1785221944418,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":222344,"timestamp":274143594553,"id":540,"parentId":510,"tags":{},"startTime":1785221944421,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":225178,"timestamp":274143591742,"id":510,"parentId":495,"tags":{"page":"/api/auth-config/test"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":216924,"timestamp":274143600026,"id":573,"parentId":506,"tags":{},"startTime":1785221944427,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":225478,"timestamp":274143591479,"id":506,"parentId":495,"tags":{"page":"/[locale]"},"startTime":1785221944418,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":224471,"timestamp":274143594849,"id":545,"parentId":515,"tags":{},"startTime":1785221944422,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":227450,"timestamp":274143591880,"id":515,"parentId":495,"tags":{"page":"/api/env-vars/scan"},"startTime":1785221944419,"traceId":"924bf480fdfefb47"},{"name":"is-page-static","duration":224299,"timestamp":274143600107,"id":575,"parentId":505,"tags":{},"startTime":1785221944427,"traceId":"924bf480fdfefb47"},{"name":"check-page","duration":232998,"timestamp":274143591418,"id":505,"parentId":495,"tags":{"page":"/[locale]/knowledge"},"startTime":1785221944418,"traceId":"924bf480fdfefb47"},{"name":"static-check","duration":276509,"timestamp":274143547934,"id":495,"parentId":1,"tags":{},"startTime":1785221944375,"traceId":"924bf480fdfefb47"},{"name":"generate-required-server-files","duration":168,"timestamp":274143824501,"id":577,"parentId":1,"tags":{},"startTime":1785221944651,"traceId":"924bf480fdfefb47"},{"name":"write-routes-manifest","duration":1646,"timestamp":274143826890,"id":579,"parentId":1,"tags":{},"startTime":1785221944654,"traceId":"924bf480fdfefb47"},{"name":"load-dotenv","duration":67,"timestamp":274144641246,"id":582,"parentId":581,"tags":{},"startTime":1785221945468,"traceId":"924bf480fdfefb47"},{"name":"run-export-path-map","duration":193,"timestamp":274145342282,"id":583,"parentId":581,"tags":{},"startTime":1785221946169,"traceId":"924bf480fdfefb47"},{"name":"next-export","duration":1087626,"timestamp":274144640838,"id":581,"parentId":1,"tags":{},"startTime":1785221945468,"traceId":"924bf480fdfefb47"},{"name":"move-exported-app-not-found-","duration":1806,"timestamp":274145728939,"id":584,"parentId":580,"tags":{},"startTime":1785221946556,"traceId":"924bf480fdfefb47"},{"name":"move-exported-page","duration":6235,"timestamp":274145730797,"id":585,"parentId":580,"tags":{},"startTime":1785221946558,"traceId":"924bf480fdfefb47"},{"name":"static-generation","duration":1164675,"timestamp":274144638425,"id":580,"parentId":1,"tags":{},"startTime":1785221945465,"traceId":"924bf480fdfefb47"},{"name":"node-file-trace-build","duration":9637461,"timestamp":274143825508,"id":578,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1785221944652,"traceId":"924bf480fdfefb47"},{"name":"apply-include-excludes","duration":326,"timestamp":274153462978,"id":586,"parentId":1,"tags":{},"startTime":1785221954290,"traceId":"924bf480fdfefb47"},{"name":"print-tree-view","duration":5454,"timestamp":274153463468,"id":587,"parentId":1,"tags":{},"startTime":1785221954290,"traceId":"924bf480fdfefb47"},{"name":"telemetry-flush","duration":16,"timestamp":274153468927,"id":588,"parentId":1,"tags":{},"startTime":1785221954296,"traceId":"924bf480fdfefb47"},{"name":"next-build","duration":16575660,"timestamp":274136893285,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"15.1.6","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1785221937720,"traceId":"924bf480fdfefb47"}]
|