@evoscientist/webui 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (144) hide show
  1. package/dist/.next/BUILD_ID +1 -1
  2. package/dist/.next/app-path-routes-manifest.json +8 -0
  3. package/dist/.next/build-manifest.json +5 -5
  4. package/dist/.next/routes-manifest.json +48 -0
  5. package/dist/.next/server/app/_global-error/page/build-manifest.json +2 -2
  6. package/dist/.next/server/app/_global-error/page.js +1 -1
  7. package/dist/.next/server/app/_global-error/page.js.nft.json +1 -1
  8. package/dist/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  9. package/dist/.next/server/app/_global-error.html +1 -1
  10. package/dist/.next/server/app/_global-error.rsc +1 -1
  11. package/dist/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  12. package/dist/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  13. package/dist/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  14. package/dist/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  15. package/dist/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  16. package/dist/.next/server/app/_not-found/page/build-manifest.json +2 -2
  17. package/dist/.next/server/app/_not-found/page.js +2 -2
  18. package/dist/.next/server/app/_not-found/page.js.nft.json +1 -1
  19. package/dist/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  20. package/dist/.next/server/app/_not-found.html +1 -1
  21. package/dist/.next/server/app/_not-found.rsc +18 -17
  22. package/dist/.next/server/app/_not-found.segments/_full.segment.rsc +18 -17
  23. package/dist/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  24. package/dist/.next/server/app/_not-found.segments/_index.segment.rsc +7 -6
  25. package/dist/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  26. package/dist/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  27. package/dist/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  28. package/dist/.next/server/app/api/memory/route/app-paths-manifest.json +3 -0
  29. package/dist/.next/server/app/api/memory/route/build-manifest.json +9 -0
  30. package/dist/.next/server/app/api/memory/route/server-reference-manifest.json +4 -0
  31. package/dist/.next/server/app/api/memory/route.js +7 -0
  32. package/dist/.next/server/app/api/memory/route.js.nft.json +1 -0
  33. package/dist/.next/server/app/api/memory/route_client-reference-manifest.js +3 -0
  34. package/dist/.next/server/app/api/skills/catalog/route/app-paths-manifest.json +3 -0
  35. package/dist/.next/server/app/api/skills/catalog/route/build-manifest.json +9 -0
  36. package/dist/.next/server/app/api/skills/catalog/route/server-reference-manifest.json +4 -0
  37. package/dist/.next/server/app/api/skills/catalog/route.js +6 -0
  38. package/dist/.next/server/app/api/skills/catalog/route.js.nft.json +1 -0
  39. package/dist/.next/server/app/api/skills/catalog/route_client-reference-manifest.js +3 -0
  40. package/dist/.next/server/app/api/skills/detail/route/app-paths-manifest.json +3 -0
  41. package/dist/.next/server/app/api/skills/detail/route/build-manifest.json +9 -0
  42. package/dist/.next/server/app/api/skills/detail/route/server-reference-manifest.json +4 -0
  43. package/dist/.next/server/app/api/skills/detail/route.js +6 -0
  44. package/dist/.next/server/app/api/skills/detail/route.js.nft.json +1 -0
  45. package/dist/.next/server/app/api/skills/detail/route_client-reference-manifest.js +3 -0
  46. package/dist/.next/server/app/api/skills/install/route/app-paths-manifest.json +3 -0
  47. package/dist/.next/server/app/api/skills/install/route/build-manifest.json +9 -0
  48. package/dist/.next/server/app/api/skills/install/route/server-reference-manifest.json +4 -0
  49. package/dist/.next/server/app/api/skills/install/route.js +6 -0
  50. package/dist/.next/server/app/api/skills/install/route.js.nft.json +1 -0
  51. package/dist/.next/server/app/api/skills/install/route_client-reference-manifest.js +3 -0
  52. package/dist/.next/server/app/api/skills/route.js +1 -1
  53. package/dist/.next/server/app/api/skills/route.js.nft.json +1 -1
  54. package/dist/.next/server/app/api/workspace/download/route/app-paths-manifest.json +3 -0
  55. package/dist/.next/server/app/api/workspace/download/route/build-manifest.json +9 -0
  56. package/dist/.next/server/app/api/workspace/download/route/server-reference-manifest.json +4 -0
  57. package/dist/.next/server/app/api/workspace/download/route.js +6 -0
  58. package/dist/.next/server/app/api/workspace/download/route.js.nft.json +1 -0
  59. package/dist/.next/server/app/api/workspace/download/route_client-reference-manifest.js +3 -0
  60. package/dist/.next/server/app/api/workspace/file/route/app-paths-manifest.json +3 -0
  61. package/dist/.next/server/app/api/workspace/file/route/build-manifest.json +9 -0
  62. package/dist/.next/server/app/api/workspace/file/route/server-reference-manifest.json +4 -0
  63. package/dist/.next/server/app/api/workspace/file/route.js +6 -0
  64. package/dist/.next/server/app/api/workspace/file/route.js.nft.json +1 -0
  65. package/dist/.next/server/app/api/workspace/file/route_client-reference-manifest.js +3 -0
  66. package/dist/.next/server/app/api/workspace/route/app-paths-manifest.json +3 -0
  67. package/dist/.next/server/app/api/workspace/route/build-manifest.json +9 -0
  68. package/dist/.next/server/app/api/workspace/route/server-reference-manifest.json +4 -0
  69. package/dist/.next/server/app/api/workspace/route.js +6 -0
  70. package/dist/.next/server/app/api/workspace/route.js.nft.json +1 -0
  71. package/dist/.next/server/app/api/workspace/route_client-reference-manifest.js +3 -0
  72. package/dist/.next/server/app/api/workspace/upload/route/app-paths-manifest.json +3 -0
  73. package/dist/.next/server/app/api/workspace/upload/route/build-manifest.json +9 -0
  74. package/dist/.next/server/app/api/workspace/upload/route/server-reference-manifest.json +4 -0
  75. package/dist/.next/server/app/api/workspace/upload/route.js +6 -0
  76. package/dist/.next/server/app/api/workspace/upload/route.js.nft.json +1 -0
  77. package/dist/.next/server/app/api/workspace/upload/route_client-reference-manifest.js +3 -0
  78. package/dist/.next/server/app/index.html +1 -1
  79. package/dist/.next/server/app/index.rsc +20 -19
  80. package/dist/.next/server/app/index.segments/__PAGE__.segment.rsc +4 -4
  81. package/dist/.next/server/app/index.segments/_full.segment.rsc +20 -19
  82. package/dist/.next/server/app/index.segments/_head.segment.rsc +4 -4
  83. package/dist/.next/server/app/index.segments/_index.segment.rsc +7 -6
  84. package/dist/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  85. package/dist/.next/server/app/page/build-manifest.json +2 -2
  86. package/dist/.next/server/app/page.js +2 -2
  87. package/dist/.next/server/app/page.js.nft.json +1 -1
  88. package/dist/.next/server/app/page_client-reference-manifest.js +1 -1
  89. package/dist/.next/server/app-paths-manifest.json +8 -0
  90. package/dist/.next/server/chunks/[root-of-the-server]__0.xy1xu._.js +6 -0
  91. package/dist/.next/server/chunks/[root-of-the-server]__02gm-06._.js +3 -0
  92. package/dist/.next/server/chunks/[root-of-the-server]__03roqz7._.js +6 -0
  93. package/dist/.next/server/chunks/[root-of-the-server]__03tck01._.js +6 -0
  94. package/dist/.next/server/chunks/[root-of-the-server]__08tq50a._.js +3 -0
  95. package/dist/.next/server/chunks/[root-of-the-server]__0fo0dt2._.js +3 -0
  96. package/dist/.next/server/chunks/[root-of-the-server]__0hlva1f._.js +3 -0
  97. package/dist/.next/server/chunks/[root-of-the-server]__10402uj._.js +6 -0
  98. package/dist/.next/server/chunks/[root-of-the-server]__10s5b0x._.js +3 -0
  99. package/dist/.next/server/chunks/_next-internal_server_app_api_memory_route_actions_0jf5z0q.js +3 -0
  100. package/dist/.next/server/chunks/_next-internal_server_app_api_skills_catalog_route_actions_0pp.pug.js +3 -0
  101. package/dist/.next/server/chunks/_next-internal_server_app_api_skills_detail_route_actions_02~v0so.js +3 -0
  102. package/dist/.next/server/chunks/_next-internal_server_app_api_skills_install_route_actions_03-v3ve.js +3 -0
  103. package/dist/.next/server/chunks/_next-internal_server_app_api_workspace_download_route_actions_0y83v2y.js +3 -0
  104. package/dist/.next/server/chunks/_next-internal_server_app_api_workspace_file_route_actions_06tfudj.js +3 -0
  105. package/dist/.next/server/chunks/_next-internal_server_app_api_workspace_route_actions_0rc11bi.js +3 -0
  106. package/dist/.next/server/chunks/_next-internal_server_app_api_workspace_upload_route_actions_070kzk5.js +3 -0
  107. package/dist/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0firp2j.js +3 -0
  108. package/dist/.next/server/chunks/ssr/{[root-of-the-server]__069oppe._.js → [root-of-the-server]__01cqrhy._.js} +2 -2
  109. package/dist/.next/server/chunks/ssr/[root-of-the-server]__04-lgb_._.js +3 -0
  110. package/dist/.next/server/chunks/ssr/[root-of-the-server]__098zro9._.js +3 -3
  111. package/dist/.next/server/chunks/ssr/{[root-of-the-server]__0g4ly72._.js → [root-of-the-server]__0e_kl3j._.js} +2 -2
  112. package/dist/.next/server/chunks/ssr/[root-of-the-server]__0lb9jwe._.js +1 -1
  113. package/dist/.next/server/chunks/ssr/[root-of-the-server]__0tcyn68._.js +1 -1
  114. package/dist/.next/server/chunks/ssr/[root-of-the-server]__0wd7vkh._.js +168 -0
  115. package/dist/.next/server/chunks/ssr/[root-of-the-server]__0zi~h76._.js +1 -1
  116. package/dist/.next/server/chunks/ssr/[root-of-the-server]__1130a6w._.js +3 -0
  117. package/dist/.next/server/chunks/ssr/_03eop86._.js +4 -0
  118. package/dist/.next/server/functions-config-manifest.json +10 -1
  119. package/dist/.next/server/middleware-build-manifest.js +5 -5
  120. package/dist/.next/server/pages/404.html +1 -1
  121. package/dist/.next/server/pages/500.html +1 -1
  122. package/dist/.next/static/chunks/{131mzyo~hpjqh.js → 09j8za_6zxpaz.js} +1 -1
  123. package/dist/.next/static/chunks/09wbros..cs3n.css +2 -0
  124. package/dist/.next/static/chunks/0jtueskz-y_9~.js +2 -0
  125. package/dist/.next/static/chunks/{0kc55v1u8ldv6.js → 0lrwh2x39flkq.js} +34 -29
  126. package/dist/.next/static/chunks/{turbopack-0byzsf22k8au7.js → turbopack-0yd~9xptp2nkd.js} +1 -1
  127. package/dist/package.json +10 -2
  128. package/package.json +10 -2
  129. package/dist/.next/server/app/_global-error/page.js.map +0 -5
  130. package/dist/.next/server/app/_not-found/page.js.map +0 -5
  131. package/dist/.next/server/app/api/evosci-config/route.js.map +0 -5
  132. package/dist/.next/server/app/api/skills/route.js.map +0 -5
  133. package/dist/.next/server/app/icon.png/route.js.map +0 -5
  134. package/dist/.next/server/app/page.js.map +0 -5
  135. package/dist/.next/server/chunks/[root-of-the-server]__0jcdo_8._.js +0 -3
  136. package/dist/.next/server/chunks/ssr/[root-of-the-server]__0ruwz1q._.js +0 -3
  137. package/dist/.next/server/chunks/ssr/[root-of-the-server]__12ur71h._.js +0 -163
  138. package/dist/.next/server/chunks/ssr/node_modules_06h~7p-._.js +0 -4
  139. package/dist/.next/server/chunks/ssr/node_modules_@swc_helpers_cjs__interop_require_default_cjs_11~q6fv._.js +0 -3
  140. package/dist/.next/static/chunks/167j_.qvshngx.js +0 -2
  141. package/dist/.next/static/chunks/16bymncnuytip.css +0 -2
  142. /package/dist/.next/static/{GNGDfMXLX_GJ4Sri4Mr2r → I0vBlqvF804k9K7DPlfT3}/_buildManifest.js +0 -0
  143. /package/dist/.next/static/{GNGDfMXLX_GJ4Sri4Mr2r → I0vBlqvF804k9K7DPlfT3}/_clientMiddlewareManifest.js +0 -0
  144. /package/dist/.next/static/{GNGDfMXLX_GJ4Sri4Mr2r → I0vBlqvF804k9K7DPlfT3}/_ssgManifest.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../../node_modules/@swc/helpers/package.json","../../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../../node_modules/next/dist/client/lib/console.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/next-server/app-route-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../../node_modules/next/dist/server/node-environment.js","../../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../../node_modules/next/dist/server/require-hook.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/react/cjs/react.development.js","../../../../../../node_modules/react/cjs/react.production.js","../../../../../../node_modules/react/index.js","../../../../../../node_modules/react/package.json","../../../../../../src/app/api/workspace/upload/route.ts","../../../../../../src/lib/server/memory.ts","../../../../../../src/lib/server/skills.ts","../../../../../../src/lib/server/workspace.ts","../../../../chunks/[root-of-the-server]__0j8-xkl._.js","../../../../chunks/[root-of-the-server]__10s5b0x._.js","../../../../chunks/[turbopack]_runtime.js","../../../../chunks/_next-internal_server_app_api_workspace_upload_route_actions_070kzk5.js","./route_client-reference-manifest.js"]}
@@ -0,0 +1,3 @@
1
+ globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
+ globalThis.__RSC_MANIFEST["/api/workspace/upload/route"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"rscModuleMapping":{},"edgeRscModuleMapping":{},"entryCSSFiles":{},"entryJSFiles":{}};
3
+
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/16bymncnuytip.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/131mzyo~hpjqh.js"/><script src="/_next/static/chunks/0cje14_narrpx.js" async=""></script><script src="/_next/static/chunks/15km7mt~t~zy4.js" async=""></script><script src="/_next/static/chunks/063f4u.4z~v2d.js" async=""></script><script src="/_next/static/chunks/turbopack-0byzsf22k8au7.js" async=""></script><script src="/_next/static/chunks/069oirf3gupp6.js" async=""></script><script src="/_next/static/chunks/0lb2ln-m2_o~q.js" async=""></script><script src="/_next/static/chunks/167j_.qvshngx.js" async=""></script><script src="/_next/static/chunks/0kc55v1u8ldv6.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#f9f9f9"/><meta name="color-scheme" content="light"/><title>EvoScientist WebUI</title><meta name="description" content="Web UI for EvoScientist — a self-evolving AI scientist built on DeepAgents/LangGraph."/><link rel="icon" href="/icon.png?icon.0j1xc6-m~vsbh.png" sizes="64x64" type="image/png"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="inter_5972bc34-module__OU16Qa__className"><div hidden=""><!--$--><!--/$--></div><!--$--><!--/$--><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="flex h-screen items-center justify-center"><p class="text-muted-foreground">Loading...</p></div><!--/$--><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/131mzyo~hpjqh.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[12985,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/167j_.qvshngx.js\"],\"NuqsAdapter\"]\n3:I[39756,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/167j_.qvshngx.js\"],\"default\"]\n4:I[37457,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/167j_.qvshngx.js\"],\"default\"]\n5:I[46696,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/167j_.qvshngx.js\"],\"Toaster\"]\n6:I[47257,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/167j_.qvshngx.js\"],\"ClientPageRoot\"]\n7:I[52683,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/167j_.qvshngx.js\",\"/_next/static/chunks/0kc55v1u8ldv6.js\"],\"default\"]\na:I[97367,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/167j_.qvshngx.js\"],\"OutletBoundary\"]\nb:\"$Sreact.suspense\"\nd:I[97367,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/167j_.qvshngx.js\"],\"ViewportBoundary\"]\nf:I[97367,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/167j_.qvshngx.js\"],\"MetadataBoundary\"]\n11:I[68027,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/167j_.qvshngx.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/16bymncnuytip.css\",\"style\"]\n:HL[\"/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/16bymncnuytip.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/069oirf3gupp6.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/167j_.qvshngx.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"inter_5972bc34-module__OU16Qa__className\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}],[\"$\",\"$L5\",null,{}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L6\",null,{\"Component\":\"$7\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@8\",\"$@9\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0kc55v1u8ldv6.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$La\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@c\"}]}]]}],{},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Ld\",null,{\"children\":\"$Le\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$b\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L10\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$11\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/16bymncnuytip.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"GNGDfMXLX_GJ4Sri4Mr2r\"}\n"])</script><script>self.__next_f.push([1,"8:{}\n9:\"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"e:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#f9f9f9\"}],[\"$\",\"meta\",\"3\",{\"name\":\"color-scheme\",\"content\":\"light\"}]]\n"])</script><script>self.__next_f.push([1,"12:I[27201,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/167j_.qvshngx.js\"],\"IconMark\"]\nc:null\n10:[[\"$\",\"title\",\"0\",{\"children\":\"EvoScientist WebUI\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Web UI for EvoScientist — a self-evolving AI scientist built on DeepAgents/LangGraph.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.png?icon.0j1xc6-m~vsbh.png\",\"sizes\":\"64x64\",\"type\":\"image/png\"}],[\"$\",\"$L12\",\"3\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/09wbros..cs3n.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/09j8za_6zxpaz.js"/><script src="/_next/static/chunks/0cje14_narrpx.js" async=""></script><script src="/_next/static/chunks/15km7mt~t~zy4.js" async=""></script><script src="/_next/static/chunks/063f4u.4z~v2d.js" async=""></script><script src="/_next/static/chunks/turbopack-0yd~9xptp2nkd.js" async=""></script><script src="/_next/static/chunks/069oirf3gupp6.js" async=""></script><script src="/_next/static/chunks/0lb2ln-m2_o~q.js" async=""></script><script src="/_next/static/chunks/0jtueskz-y_9~.js" async=""></script><script src="/_next/static/chunks/0lrwh2x39flkq.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#f9f9f9" media="(prefers-color-scheme: light)"/><meta name="theme-color" content="#212121" media="(prefers-color-scheme: dark)"/><meta name="color-scheme" content="light dark"/><title>EvoScientist WebUI</title><meta name="description" content="Web UI for EvoScientist — a self-evolving AI scientist built on DeepAgents/LangGraph."/><link rel="icon" href="/icon.png?icon.0j1xc6-m~vsbh.png" sizes="64x64" type="image/png"/><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="inter_5972bc34-module__OU16Qa__className"><div hidden=""><!--$--><!--/$--></div><script>(function(){var k="evoscientist-theme";var t="system";try{t=localStorage.getItem(k)||"system";}catch(_){}var d=t==="dark"||(t!=="light"&&window.matchMedia("(prefers-color-scheme: dark)").matches);var e=document.documentElement;e.classList.toggle("dark",d);e.style.colorScheme=d?"dark":"light";})();</script><!--$--><!--/$--><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="flex h-screen items-center justify-center"><p class="text-muted-foreground">Loading…</p></div><!--/$--><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/09j8za_6zxpaz.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[12985,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\"],\"NuqsAdapter\"]\n3:I[21675,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\"],\"ThemeProvider\"]\n4:I[39756,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\"],\"default\"]\n5:I[37457,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\"],\"default\"]\n6:I[21675,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\"],\"ThemedToaster\"]\n7:I[47257,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\"],\"ClientPageRoot\"]\n8:I[52683,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\",\"/_next/static/chunks/0lrwh2x39flkq.js\"],\"default\"]\nb:I[97367,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\"],\"OutletBoundary\"]\nc:\"$Sreact.suspense\"\ne:I[97367,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\"],\"ViewportBoundary\"]\n10:I[97367,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\"],\"MetadataBoundary\"]\n12:I[68027,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/09wbros..cs3n.css\",\"style\"]\n:HL[\"/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/09wbros..cs3n.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/069oirf3gupp6.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0jtueskz-y_9~.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"inter_5972bc34-module__OU16Qa__className\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){var k=\\\"evoscientist-theme\\\";var t=\\\"system\\\";try{t=localStorage.getItem(k)||\\\"system\\\";}catch(_){}var d=t===\\\"dark\\\"||(t!==\\\"light\\\"\u0026\u0026window.matchMedia(\\\"(prefers-color-scheme: dark)\\\").matches);var e=document.documentElement;e.classList.toggle(\\\"dark\\\",d);e.style.colorScheme=d?\\\"dark\\\":\\\"light\\\";})();\"}}],[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L6\",null,{}]]}]}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L7\",null,{\"Component\":\"$8\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@9\",\"$@a\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0lrwh2x39flkq.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$c\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@d\"}]}]]}],{},null,false,null]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Le\",null,{\"children\":\"$Lf\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L10\",null,{\"children\":[\"$\",\"$c\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L11\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$12\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/09wbros..cs3n.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"I0vBlqvF804k9K7DPlfT3\"}\n"])</script><script>self.__next_f.push([1,"9:{}\na:\"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"f:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#f9f9f9\",\"media\":\"(prefers-color-scheme: light)\"}],[\"$\",\"meta\",\"3\",{\"name\":\"theme-color\",\"content\":\"#212121\",\"media\":\"(prefers-color-scheme: dark)\"}],[\"$\",\"meta\",\"4\",{\"name\":\"color-scheme\",\"content\":\"light dark\"}]]\n"])</script><script>self.__next_f.push([1,"13:I[27201,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\"],\"IconMark\"]\nd:null\n11:[[\"$\",\"title\",\"0\",{\"children\":\"EvoScientist WebUI\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Web UI for EvoScientist — a self-evolving AI scientist built on DeepAgents/LangGraph.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.png?icon.0j1xc6-m~vsbh.png\",\"sizes\":\"64x64\",\"type\":\"image/png\"}],[\"$\",\"$L13\",\"3\",{}]]\n"])</script></body></html>
@@ -1,21 +1,22 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[12985,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"NuqsAdapter"]
3
- 3:I[39756,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"default"]
4
- 4:I[37457,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"default"]
5
- 5:I[46696,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"Toaster"]
6
- 6:I[47257,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"ClientPageRoot"]
7
- 7:I[52683,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js","/_next/static/chunks/0kc55v1u8ldv6.js"],"default"]
8
- a:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"OutletBoundary"]
9
- b:"$Sreact.suspense"
10
- d:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"ViewportBoundary"]
11
- f:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"MetadataBoundary"]
12
- 11:I[68027,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"default",1]
13
- :HL["/_next/static/chunks/16bymncnuytip.css","style"]
2
+ 2:I[12985,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"NuqsAdapter"]
3
+ 3:I[21675,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"ThemeProvider"]
4
+ 4:I[39756,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"default"]
5
+ 5:I[37457,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"default"]
6
+ 6:I[21675,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"ThemedToaster"]
7
+ 7:I[47257,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"ClientPageRoot"]
8
+ 8:I[52683,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js","/_next/static/chunks/0lrwh2x39flkq.js"],"default"]
9
+ b:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"OutletBoundary"]
10
+ c:"$Sreact.suspense"
11
+ e:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"ViewportBoundary"]
12
+ 10:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"MetadataBoundary"]
13
+ 12:I[68027,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"default",1]
14
+ :HL["/_next/static/chunks/09wbros..cs3n.css","style"]
14
15
  :HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
15
- 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/16bymncnuytip.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/069oirf3gupp6.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0lb2ln-m2_o~q.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/167j_.qvshngx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"inter_5972bc34-module__OU16Qa__className","suppressHydrationWarning":true,"children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","$L5",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0kc55v1u8ldv6.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/16bymncnuytip.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"GNGDfMXLX_GJ4Sri4Mr2r"}
16
- 8:{}
17
- 9:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
18
- e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#f9f9f9"}],["$","meta","3",{"name":"color-scheme","content":"light"}]]
19
- 12:I[27201,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"IconMark"]
20
- c:null
21
- 10:[["$","title","0",{"children":"EvoScientist WebUI"}],["$","meta","1",{"name":"description","content":"Web UI for EvoScientist — a self-evolving AI scientist built on DeepAgents/LangGraph."}],["$","link","2",{"rel":"icon","href":"/icon.png?icon.0j1xc6-m~vsbh.png","sizes":"64x64","type":"image/png"}],["$","$L12","3",{}]]
16
+ 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/09wbros..cs3n.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/069oirf3gupp6.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0lb2ln-m2_o~q.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0jtueskz-y_9~.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"inter_5972bc34-module__OU16Qa__className","suppressHydrationWarning":true,"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){var k=\"evoscientist-theme\";var t=\"system\";try{t=localStorage.getItem(k)||\"system\";}catch(_){}var d=t===\"dark\"||(t!==\"light\"&&window.matchMedia(\"(prefers-color-scheme: dark)\").matches);var e=document.documentElement;e.classList.toggle(\"dark\",d);e.style.colorScheme=d?\"dark\":\"light\";})();"}}],["$","$L2",null,{"children":["$","$L3",null,{"children":[["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L6",null,{}]]}]}]]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0lrwh2x39flkq.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/09wbros..cs3n.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"I0vBlqvF804k9K7DPlfT3"}
17
+ 9:{}
18
+ a:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
19
+ f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#f9f9f9","media":"(prefers-color-scheme: light)"}],["$","meta","3",{"name":"theme-color","content":"#212121","media":"(prefers-color-scheme: dark)"}],["$","meta","4",{"name":"color-scheme","content":"light dark"}]]
20
+ 13:I[27201,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"IconMark"]
21
+ d:null
22
+ 11:[["$","title","0",{"children":"EvoScientist WebUI"}],["$","meta","1",{"name":"description","content":"Web UI for EvoScientist — a self-evolving AI scientist built on DeepAgents/LangGraph."}],["$","link","2",{"rel":"icon","href":"/icon.png?icon.0j1xc6-m~vsbh.png","sizes":"64x64","type":"image/png"}],["$","$L13","3",{}]]
@@ -1,9 +1,9 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[47257,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"ClientPageRoot"]
3
- 3:I[52683,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js","/_next/static/chunks/0kc55v1u8ldv6.js"],"default"]
4
- 6:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"OutletBoundary"]
2
+ 2:I[47257,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"ClientPageRoot"]
3
+ 3:I[52683,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js","/_next/static/chunks/0lrwh2x39flkq.js"],"default"]
4
+ 6:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
- 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0kc55v1u8ldv6.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"GNGDfMXLX_GJ4Sri4Mr2r"}
6
+ 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0lrwh2x39flkq.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"I0vBlqvF804k9K7DPlfT3"}
7
7
  4:{}
8
8
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
9
  8:null
@@ -1,21 +1,22 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[12985,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"NuqsAdapter"]
3
- 3:I[39756,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"default"]
4
- 4:I[37457,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"default"]
5
- 5:I[46696,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"Toaster"]
6
- 6:I[47257,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"ClientPageRoot"]
7
- 7:I[52683,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js","/_next/static/chunks/0kc55v1u8ldv6.js"],"default"]
8
- a:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"OutletBoundary"]
9
- b:"$Sreact.suspense"
10
- d:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"ViewportBoundary"]
11
- f:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"MetadataBoundary"]
12
- 11:I[68027,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"default",1]
13
- :HL["/_next/static/chunks/16bymncnuytip.css","style"]
2
+ 2:I[12985,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"NuqsAdapter"]
3
+ 3:I[21675,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"ThemeProvider"]
4
+ 4:I[39756,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"default"]
5
+ 5:I[37457,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"default"]
6
+ 6:I[21675,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"ThemedToaster"]
7
+ 7:I[47257,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"ClientPageRoot"]
8
+ 8:I[52683,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js","/_next/static/chunks/0lrwh2x39flkq.js"],"default"]
9
+ b:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"OutletBoundary"]
10
+ c:"$Sreact.suspense"
11
+ e:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"ViewportBoundary"]
12
+ 10:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"MetadataBoundary"]
13
+ 12:I[68027,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"default",1]
14
+ :HL["/_next/static/chunks/09wbros..cs3n.css","style"]
14
15
  :HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
15
- 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/16bymncnuytip.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/069oirf3gupp6.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0lb2ln-m2_o~q.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/167j_.qvshngx.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"inter_5972bc34-module__OU16Qa__className","suppressHydrationWarning":true,"children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","$L5",null,{}]]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L6",null,{"Component":"$7","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@8","$@9"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0kc55v1u8ldv6.js","async":true,"nonce":"$undefined"}]],["$","$La",null,{"children":["$","$b",null,{"name":"Next.MetadataOutlet","children":"$@c"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Ld",null,{"children":"$Le"}],["$","div",null,{"hidden":true,"children":["$","$Lf",null,{"children":["$","$b",null,{"name":"Next.Metadata","children":"$L10"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$11",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/16bymncnuytip.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"GNGDfMXLX_GJ4Sri4Mr2r"}
16
- 8:{}
17
- 9:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
18
- e:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#f9f9f9"}],["$","meta","3",{"name":"color-scheme","content":"light"}]]
19
- 12:I[27201,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"IconMark"]
20
- c:null
21
- 10:[["$","title","0",{"children":"EvoScientist WebUI"}],["$","meta","1",{"name":"description","content":"Web UI for EvoScientist — a self-evolving AI scientist built on DeepAgents/LangGraph."}],["$","link","2",{"rel":"icon","href":"/icon.png?icon.0j1xc6-m~vsbh.png","sizes":"64x64","type":"image/png"}],["$","$L12","3",{}]]
16
+ 0:{"P":null,"c":["",""],"q":"","i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/09wbros..cs3n.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/069oirf3gupp6.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0lb2ln-m2_o~q.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0jtueskz-y_9~.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"inter_5972bc34-module__OU16Qa__className","suppressHydrationWarning":true,"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){var k=\"evoscientist-theme\";var t=\"system\";try{t=localStorage.getItem(k)||\"system\";}catch(_){}var d=t===\"dark\"||(t!==\"light\"&&window.matchMedia(\"(prefers-color-scheme: dark)\").matches);var e=document.documentElement;e.classList.toggle(\"dark\",d);e.style.colorScheme=d?\"dark\":\"light\";})();"}}],["$","$L2",null,{"children":["$","$L3",null,{"children":[["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L6",null,{}]]}]}]]}]}]]}],{"children":[["$","$1","c",{"children":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0lrwh2x39flkq.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,null]},null,false,null],["$","$1","h",{"children":[null,["$","$Le",null,{"children":"$Lf"}],["$","div",null,{"hidden":true,"children":["$","$L10",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L11"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$12",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/09wbros..cs3n.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"I0vBlqvF804k9K7DPlfT3"}
17
+ 9:{}
18
+ a:"$0:f:0:1:1:children:0:props:children:0:props:serverProvidedParams:params"
19
+ f:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#f9f9f9","media":"(prefers-color-scheme: light)"}],["$","meta","3",{"name":"theme-color","content":"#212121","media":"(prefers-color-scheme: dark)"}],["$","meta","4",{"name":"color-scheme","content":"light dark"}]]
20
+ 13:I[27201,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"IconMark"]
21
+ d:null
22
+ 11:[["$","title","0",{"children":"EvoScientist WebUI"}],["$","meta","1",{"name":"description","content":"Web UI for EvoScientist — a self-evolving AI scientist built on DeepAgents/LangGraph."}],["$","link","2",{"rel":"icon","href":"/icon.png?icon.0j1xc6-m~vsbh.png","sizes":"64x64","type":"image/png"}],["$","$L13","3",{}]]
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"ViewportBoundary"]
3
- 3:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"MetadataBoundary"]
2
+ 2:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"ViewportBoundary"]
3
+ 3:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 5:I[27201,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#f9f9f9"}],["$","meta","3",{"name":"color-scheme","content":"light"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"EvoScientist WebUI"}],["$","meta","1",{"name":"description","content":"Web UI for EvoScientist — a self-evolving AI scientist built on DeepAgents/LangGraph."}],["$","link","2",{"rel":"icon","href":"/icon.png?icon.0j1xc6-m~vsbh.png","sizes":"64x64","type":"image/png"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"GNGDfMXLX_GJ4Sri4Mr2r"}
5
+ 5:I[27201,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"IconMark"]
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#f9f9f9","media":"(prefers-color-scheme: light)"}],["$","meta","3",{"name":"theme-color","content":"#212121","media":"(prefers-color-scheme: dark)"}],["$","meta","4",{"name":"color-scheme","content":"light dark"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"EvoScientist WebUI"}],["$","meta","1",{"name":"description","content":"Web UI for EvoScientist — a self-evolving AI scientist built on DeepAgents/LangGraph."}],["$","link","2",{"rel":"icon","href":"/icon.png?icon.0j1xc6-m~vsbh.png","sizes":"64x64","type":"image/png"}],["$","$L5","3",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"I0vBlqvF804k9K7DPlfT3"}
@@ -1,7 +1,8 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[12985,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"NuqsAdapter"]
3
- 3:I[39756,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"default"]
4
- 4:I[37457,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"default"]
5
- 5:I[46696,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"Toaster"]
6
- :HL["/_next/static/chunks/16bymncnuytip.css","style"]
7
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/16bymncnuytip.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/069oirf3gupp6.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0lb2ln-m2_o~q.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/167j_.qvshngx.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"inter_5972bc34-module__OU16Qa__className","suppressHydrationWarning":true,"children":[["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}],["$","$L5",null,{}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"GNGDfMXLX_GJ4Sri4Mr2r"}
2
+ 2:I[12985,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"NuqsAdapter"]
3
+ 3:I[21675,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"ThemeProvider"]
4
+ 4:I[39756,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"default"]
5
+ 5:I[37457,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"default"]
6
+ 6:I[21675,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"ThemedToaster"]
7
+ :HL["/_next/static/chunks/09wbros..cs3n.css","style"]
8
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/09wbros..cs3n.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/069oirf3gupp6.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0lb2ln-m2_o~q.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0jtueskz-y_9~.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"inter_5972bc34-module__OU16Qa__className","suppressHydrationWarning":true,"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){var k=\"evoscientist-theme\";var t=\"system\";try{t=localStorage.getItem(k)||\"system\";}catch(_){}var d=t===\"dark\"||(t!==\"light\"&&window.matchMedia(\"(prefers-color-scheme: dark)\").matches);var e=document.documentElement;e.classList.toggle(\"dark\",d);e.style.colorScheme=d?\"dark\":\"light\";})();"}}],["$","$L2",null,{"children":["$","$L3",null,{"children":[["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}],["$","$L6",null,{}]]}]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"I0vBlqvF804k9K7DPlfT3"}
@@ -1,3 +1,3 @@
1
- :HL["/_next/static/chunks/16bymncnuytip.css","style"]
1
+ :HL["/_next/static/chunks/09wbros..cs3n.css","style"]
2
2
  :HL["/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
3
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"GNGDfMXLX_GJ4Sri4Mr2r"}
3
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}},"staleTime":300,"buildId":"I0vBlqvF804k9K7DPlfT3"}
@@ -6,11 +6,11 @@
6
6
  ],
7
7
  "lowPriorityFiles": [],
8
8
  "rootMainFiles": [
9
- "static/chunks/131mzyo~hpjqh.js",
9
+ "static/chunks/09j8za_6zxpaz.js",
10
10
  "static/chunks/0cje14_narrpx.js",
11
11
  "static/chunks/15km7mt~t~zy4.js",
12
12
  "static/chunks/063f4u.4z~v2d.js",
13
- "static/chunks/turbopack-0byzsf22k8au7.js"
13
+ "static/chunks/turbopack-0yd~9xptp2nkd.js"
14
14
  ],
15
15
  "pages": {},
16
16
  "ampFirstPages": []
@@ -2,9 +2,9 @@ var R=require("../chunks/ssr/[turbopack]_runtime.js")("server/app/page.js")
2
2
  R.c("server/chunks/ssr/[root-of-the-server]__0zi~h76._.js")
3
3
  R.c("server/chunks/ssr/node_modules_0_ce7g1._.js")
4
4
  R.c("server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_031v14j.js")
5
- R.c("server/chunks/ssr/[root-of-the-server]__0g4ly72._.js")
5
+ R.c("server/chunks/ssr/[root-of-the-server]__0e_kl3j._.js")
6
6
  R.c("server/chunks/ssr/[root-of-the-server]__098zro9._.js")
7
- R.c("server/chunks/ssr/[root-of-the-server]__0ruwz1q._.js")
7
+ R.c("server/chunks/ssr/[root-of-the-server]__1130a6w._.js")
8
8
  R.c("server/chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js")
9
9
  R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js")
10
10
  R.c("server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js")
@@ -1 +1 @@
1
- {"version":1,"files":["../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../node_modules/@swc/helpers/package.json","../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../node_modules/next/dist/client/components/app-router-headers.js","../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../node_modules/next/dist/client/lib/console.js","../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../node_modules/next/dist/compiled/source-map/package.json","../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../node_modules/next/dist/compiled/ws/index.js","../../../node_modules/next/dist/compiled/ws/package.json","../../../node_modules/next/dist/lib/client-and-server-references.js","../../../node_modules/next/dist/lib/constants.js","../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../node_modules/next/dist/lib/interop-default.js","../../../node_modules/next/dist/lib/is-error.js","../../../node_modules/next/dist/lib/picocolors.js","../../../node_modules/next/dist/lib/scheduler.js","../../../node_modules/next/dist/lib/semver-noop.js","../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../node_modules/next/dist/server/lib/lru-cache.js","../../../node_modules/next/dist/server/lib/parse-stack.js","../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../node_modules/next/dist/server/lib/source-maps.js","../../../node_modules/next/dist/server/lib/trace/constants.js","../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../node_modules/next/dist/server/load-manifest.external.js","../../../node_modules/next/dist/server/node-environment-baseline.js","../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../node_modules/next/dist/server/node-environment.js","../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../node_modules/next/dist/server/patch-error-inspect.js","../../../node_modules/next/dist/server/require-hook.js","../../../node_modules/next/dist/server/response-cache/types.js","../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../node_modules/next/package.json","../../../node_modules/react/cjs/react.development.js","../../../node_modules/react/cjs/react.production.js","../../../node_modules/react/index.js","../../../node_modules/react/package.json","../chunks/ssr/[root-of-the-server]__098zro9._.js","../chunks/ssr/[root-of-the-server]__0e~coys._.js","../chunks/ssr/[root-of-the-server]__0g4ly72._.js","../chunks/ssr/[root-of-the-server]__0ruwz1q._.js","../chunks/ssr/[root-of-the-server]__0zi~h76._.js","../chunks/ssr/[root-of-the-server]__12ur71h._.js","../chunks/ssr/[turbopack]_runtime.js","../chunks/ssr/_next-internal_server_app_page_actions_09-gtaw.js","../chunks/ssr/node_modules_06h~7p-._.js","../chunks/ssr/node_modules_09w7yel._.js","../chunks/ssr/node_modules_0_ce7g1._.js","../chunks/ssr/node_modules_0cdeu-p._.js","../chunks/ssr/node_modules_@swc_helpers_cjs__interop_require_default_cjs_11~q6fv._.js","../chunks/ssr/node_modules_next_dist_0xdsm99._.js","../chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js","../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js","../chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js","../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js","../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_031v14j.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../node_modules/@swc/helpers/package.json","../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../node_modules/next/dist/client/components/app-router-headers.js","../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../node_modules/next/dist/client/lib/console.js","../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../node_modules/next/dist/compiled/source-map/package.json","../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../node_modules/next/dist/compiled/ws/index.js","../../../node_modules/next/dist/compiled/ws/package.json","../../../node_modules/next/dist/lib/client-and-server-references.js","../../../node_modules/next/dist/lib/constants.js","../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../node_modules/next/dist/lib/interop-default.js","../../../node_modules/next/dist/lib/is-error.js","../../../node_modules/next/dist/lib/picocolors.js","../../../node_modules/next/dist/lib/scheduler.js","../../../node_modules/next/dist/lib/semver-noop.js","../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../node_modules/next/dist/server/lib/lru-cache.js","../../../node_modules/next/dist/server/lib/parse-stack.js","../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../node_modules/next/dist/server/lib/source-maps.js","../../../node_modules/next/dist/server/lib/trace/constants.js","../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../node_modules/next/dist/server/load-manifest.external.js","../../../node_modules/next/dist/server/node-environment-baseline.js","../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../node_modules/next/dist/server/node-environment.js","../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../node_modules/next/dist/server/patch-error-inspect.js","../../../node_modules/next/dist/server/require-hook.js","../../../node_modules/next/dist/server/response-cache/types.js","../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../node_modules/next/package.json","../../../node_modules/react/cjs/react.development.js","../../../node_modules/react/cjs/react.production.js","../../../node_modules/react/index.js","../../../node_modules/react/package.json","../chunks/ssr/[root-of-the-server]__04-lgb_._.js","../chunks/ssr/[root-of-the-server]__098zro9._.js","../chunks/ssr/[root-of-the-server]__0e_kl3j._.js","../chunks/ssr/[root-of-the-server]__0e~coys._.js","../chunks/ssr/[root-of-the-server]__0wd7vkh._.js","../chunks/ssr/[root-of-the-server]__0zi~h76._.js","../chunks/ssr/[root-of-the-server]__1130a6w._.js","../chunks/ssr/[turbopack]_runtime.js","../chunks/ssr/_03eop86._.js","../chunks/ssr/_next-internal_server_app_page_actions_09-gtaw.js","../chunks/ssr/node_modules_09w7yel._.js","../chunks/ssr/node_modules_0_ce7g1._.js","../chunks/ssr/node_modules_0cdeu-p._.js","../chunks/ssr/node_modules_next_dist_0xdsm99._.js","../chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js","../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js","../chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js","../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js","../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_031v14j.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
@@ -1,3 +1,3 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/nuqs/dist/adapters/next/app.js <module evaluation>":{"id":12985,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/nuqs/dist/adapters/next/app.js":{"id":12985,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/sonner/dist/index.mjs <module evaluation>":{"id":46696,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/sonner/dist/index.mjs":{"id":46696,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"async":false},"[project]/src/app/page.tsx <module evaluation>":{"id":52683,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js","/_next/static/chunks/0kc55v1u8ldv6.js"],"async":false},"[project]/src/app/page.tsx":{"id":52683,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js","/_next/static/chunks/0kc55v1u8ldv6.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/node_modules_06h~7p-._.js","server/chunks/ssr/node_modules_0cdeu-p._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/node_modules_06h~7p-._.js","server/chunks/ssr/node_modules_0cdeu-p._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/node_modules_06h~7p-._.js","server/chunks/ssr/node_modules_0cdeu-p._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/node_modules_06h~7p-._.js","server/chunks/ssr/node_modules_0cdeu-p._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/node_modules_06h~7p-._.js","server/chunks/ssr/node_modules_0cdeu-p._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/node_modules_06h~7p-._.js","server/chunks/ssr/node_modules_0cdeu-p._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/node_modules_06h~7p-._.js","server/chunks/ssr/node_modules_0cdeu-p._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js"],"async":false}},"12985":{"*":{"id":38518,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/node_modules_06h~7p-._.js","server/chunks/ssr/node_modules_0cdeu-p._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js"],"async":false}},"46696":{"*":{"id":23292,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/node_modules_06h~7p-._.js","server/chunks/ssr/node_modules_0cdeu-p._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/node_modules_06h~7p-._.js","server/chunks/ssr/node_modules_0cdeu-p._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"52683":{"*":{"id":40777,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/node_modules_06h~7p-._.js","server/chunks/ssr/node_modules_0cdeu-p._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js","server/chunks/ssr/node_modules_@swc_helpers_cjs__interop_require_default_cjs_11~q6fv._.js","server/chunks/ssr/[root-of-the-server]__12ur71h._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"12985":{"*":{"id":42144,"name":"*","chunks":[],"async":false}},"46696":{"*":{"id":34817,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"52683":{"*":{"id":56983,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/16bymncnuytip.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/16bymncnuytip.css","inlined":false}],"[project]/src/app/page":[{"path":"static/chunks/16bymncnuytip.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/069oirf3gupp6.js","static/chunks/0lb2ln-m2_o~q.js","static/chunks/167j_.qvshngx.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/069oirf3gupp6.js","static/chunks/0lb2ln-m2_o~q.js","static/chunks/167j_.qvshngx.js"],"[project]/src/app/page":["static/chunks/069oirf3gupp6.js","static/chunks/0lb2ln-m2_o~q.js","static/chunks/167j_.qvshngx.js","static/chunks/0kc55v1u8ldv6.js"]}};
2
+ globalThis.__RSC_MANIFEST["/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/nuqs/dist/adapters/next/app.js <module evaluation>":{"id":12985,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/nuqs/dist/adapters/next/app.js":{"id":12985,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/src/providers/ThemeProvider.tsx <module evaluation>":{"id":21675,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/src/providers/ThemeProvider.tsx":{"id":21675,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"async":false},"[project]/src/app/page.tsx <module evaluation>":{"id":52683,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js","/_next/static/chunks/0lrwh2x39flkq.js"],"async":false},"[project]/src/app/page.tsx":{"id":52683,"name":"*","chunks":["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js","/_next/static/chunks/0lrwh2x39flkq.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/_03eop86._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js","server/chunks/ssr/node_modules_0cdeu-p._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/_03eop86._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js","server/chunks/ssr/node_modules_0cdeu-p._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/_03eop86._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js","server/chunks/ssr/node_modules_0cdeu-p._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/_03eop86._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js","server/chunks/ssr/node_modules_0cdeu-p._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/_03eop86._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js","server/chunks/ssr/node_modules_0cdeu-p._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/_03eop86._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js","server/chunks/ssr/node_modules_0cdeu-p._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/_03eop86._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js","server/chunks/ssr/node_modules_0cdeu-p._.js"],"async":false}},"12985":{"*":{"id":38518,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/_03eop86._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js","server/chunks/ssr/node_modules_0cdeu-p._.js"],"async":false}},"21675":{"*":{"id":23571,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/_03eop86._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js","server/chunks/ssr/node_modules_0cdeu-p._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/_03eop86._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js","server/chunks/ssr/node_modules_0cdeu-p._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"52683":{"*":{"id":40777,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0e~coys._.js","server/chunks/ssr/_03eop86._.js","server/chunks/ssr/node_modules_next_dist_0xdsm99._.js","server/chunks/ssr/node_modules_0cdeu-p._.js","server/chunks/ssr/[root-of-the-server]__04-lgb_._.js","server/chunks/ssr/[root-of-the-server]__0wd7vkh._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"12985":{"*":{"id":42144,"name":"*","chunks":[],"async":false}},"21675":{"*":{"id":47283,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"52683":{"*":{"id":56983,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/app/layout":[{"path":"static/chunks/09wbros..cs3n.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/09wbros..cs3n.css","inlined":false}],"[project]/src/app/page":[{"path":"static/chunks/09wbros..cs3n.css","inlined":false}]},"entryJSFiles":{"[project]/src/app/layout":["static/chunks/069oirf3gupp6.js","static/chunks/0lb2ln-m2_o~q.js","static/chunks/0jtueskz-y_9~.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/069oirf3gupp6.js","static/chunks/0lb2ln-m2_o~q.js","static/chunks/0jtueskz-y_9~.js"],"[project]/src/app/page":["static/chunks/069oirf3gupp6.js","static/chunks/0lb2ln-m2_o~q.js","static/chunks/0jtueskz-y_9~.js","static/chunks/0lrwh2x39flkq.js"]}};
3
3
 
@@ -2,7 +2,15 @@
2
2
  "/_global-error/page": "app/_global-error/page.js",
3
3
  "/_not-found/page": "app/_not-found/page.js",
4
4
  "/api/evosci-config/route": "app/api/evosci-config/route.js",
5
+ "/api/memory/route": "app/api/memory/route.js",
6
+ "/api/skills/catalog/route": "app/api/skills/catalog/route.js",
7
+ "/api/skills/detail/route": "app/api/skills/detail/route.js",
8
+ "/api/skills/install/route": "app/api/skills/install/route.js",
5
9
  "/api/skills/route": "app/api/skills/route.js",
10
+ "/api/workspace/download/route": "app/api/workspace/download/route.js",
11
+ "/api/workspace/file/route": "app/api/workspace/file/route.js",
12
+ "/api/workspace/route": "app/api/workspace/route.js",
13
+ "/api/workspace/upload/route": "app/api/workspace/upload/route.js",
6
14
  "/icon.png/route": "app/icon.png/route.js",
7
15
  "/page": "app/page.js"
8
16
  }