@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
@@ -1,3 +1,3 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/_not-found/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}},"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}}},"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}}},"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}]},"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"]}};
2
+ globalThis.__RSC_MANIFEST["/_not-found/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}},"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}}},"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}}},"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}]},"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"]}};
3
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="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><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><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><!--$--><!--/$--><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>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)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></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[97367,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/167j_.qvshngx.js\"],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[97367,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/167j_.qvshngx.js\"],\"ViewportBoundary\"]\nc:I[97367,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/167j_.qvshngx.js\"],\"MetadataBoundary\"]\ne: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"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"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\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[[\"$\",\"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,"f:[]\n9:\"$Wf\"\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#f9f9f9\"}],[\"$\",\"meta\",\"3\",{\"name\":\"color-scheme\",\"content\":\"light\"}]]\n"])</script><script>self.__next_f.push([1,"10:I[27201,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/167j_.qvshngx.js\"],\"IconMark\"]\n8:null\nd:[[\"$\",\"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\"}],[\"$\",\"$L10\",\"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="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><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><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><!--$--><!--/$--><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>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)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></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[97367,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\"],\"OutletBoundary\"]\n8:\"$Sreact.suspense\"\nb:I[97367,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\"],\"ViewportBoundary\"]\nd:I[97367,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\"],\"MetadataBoundary\"]\nf: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"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"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\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:1:props:children:props:children:0:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,null]},null,false,\"$@a\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Le\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$f\",[[\"$\",\"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,"10:[]\na:\"$W10\"\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"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,"11:I[27201,[\"/_next/static/chunks/069oirf3gupp6.js\",\"/_next/static/chunks/0lb2ln-m2_o~q.js\",\"/_next/static/chunks/0jtueskz-y_9~.js\"],\"IconMark\"]\n9:null\ne:[[\"$\",\"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\"}],[\"$\",\"$L11\",\"3\",{}]]\n"])</script></body></html>
@@ -1,18 +1,19 @@
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[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"OutletBoundary"]
7
- 7:"$Sreact.suspense"
8
- a:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"ViewportBoundary"]
9
- c:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"MetadataBoundary"]
10
- e:I[68027,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"default",1]
11
- :HL["/_next/static/chunks/16bymncnuytip.css","style"]
12
- 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"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":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[["$","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"}
13
- f:[]
14
- 9:"$Wf"
15
- b:[["$","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"}]]
16
- 10:I[27201,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"IconMark"]
17
- 8:null
18
- d:[["$","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"}],["$","$L10","3",{}]]
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[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"OutletBoundary"]
8
+ 8:"$Sreact.suspense"
9
+ b:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"ViewportBoundary"]
10
+ d:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"MetadataBoundary"]
11
+ f:I[68027,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"default",1]
12
+ :HL["/_next/static/chunks/09wbros..cs3n.css","style"]
13
+ 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"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":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:1:props:children:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,"$@a"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Le"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$f",[["$","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"}
14
+ 10:[]
15
+ a:"$W10"
16
+ c:[["$","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"}]]
17
+ 11:I[27201,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"IconMark"]
18
+ 9:null
19
+ e:[["$","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"}],["$","$L11","3",{}]]
@@ -1,18 +1,19 @@
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[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"OutletBoundary"]
7
- 7:"$Sreact.suspense"
8
- a:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"ViewportBoundary"]
9
- c:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"MetadataBoundary"]
10
- e:I[68027,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"default",1]
11
- :HL["/_next/static/chunks/16bymncnuytip.css","style"]
12
- 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"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":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:0:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[["$","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"}
13
- f:[]
14
- 9:"$Wf"
15
- b:[["$","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"}]]
16
- 10:I[27201,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"IconMark"]
17
- 8:null
18
- d:[["$","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"}],["$","$L10","3",{}]]
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[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"OutletBoundary"]
8
+ 8:"$Sreact.suspense"
9
+ b:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"ViewportBoundary"]
10
+ d:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"MetadataBoundary"]
11
+ f:I[68027,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"default",1]
12
+ :HL["/_next/static/chunks/09wbros..cs3n.css","style"]
13
+ 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"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":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:1:props:children:props:children:0:props:notFound:0:1:props:style","children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:1:props:style","children":404}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:props:children:1:props:children:props:children:0:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]]}]}]],null,["$","$L7",null,{"children":["$","$8",null,{"name":"Next.MetadataOutlet","children":"$@9"}]}]]}],{},null,false,null]},null,false,"$@a"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lb",null,{"children":"$Lc"}],["$","div",null,{"hidden":true,"children":["$","$Ld",null,{"children":["$","$8",null,{"name":"Next.Metadata","children":"$Le"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$f",[["$","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"}
14
+ 10:[]
15
+ a:"$W10"
16
+ c:[["$","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"}]]
17
+ 11:I[27201,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"IconMark"]
18
+ 9:null
19
+ e:[["$","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"}],["$","$L11","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":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","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":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","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,5 +1,5 @@
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"],"OutletBoundary"]
2
+ 2:I[97367,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"GNGDfMXLX_GJ4Sri4Mr2r"}
4
+ 0:{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"I0vBlqvF804k9K7DPlfT3"}
5
5
  4:null
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[39756,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"default"]
3
- 3:I[37457,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/167j_.qvshngx.js"],"default"]
2
+ 2:I[39756,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"default"]
3
+ 3:I[37457,["/_next/static/chunks/069oirf3gupp6.js","/_next/static/chunks/0lb2ln-m2_o~q.js","/_next/static/chunks/0jtueskz-y_9~.js"],"default"]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"GNGDfMXLX_GJ4Sri4Mr2r"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"I0vBlqvF804k9K7DPlfT3"}
@@ -1,2 +1,2 @@
1
- :HL["/_next/static/chunks/16bymncnuytip.css","style"]
2
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"GNGDfMXLX_GJ4Sri4Mr2r"}
1
+ :HL["/_next/static/chunks/09wbros..cs3n.css","style"]
2
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"/_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"I0vBlqvF804k9K7DPlfT3"}
@@ -0,0 +1,3 @@
1
+ {
2
+ "/api/memory/route": "app/api/memory/route.js"
3
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "devFiles": [],
3
+ "ampDevFiles": [],
4
+ "polyfillFiles": [],
5
+ "lowPriorityFiles": [],
6
+ "rootMainFiles": [],
7
+ "pages": {},
8
+ "ampFirstPages": []
9
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "node": {},
3
+ "edge": {}
4
+ }
@@ -0,0 +1,7 @@
1
+ var R=require("../../../chunks/[turbopack]_runtime.js")("server/app/api/memory/route.js")
2
+ R.c("server/chunks/[root-of-the-server]__0hlva1f._.js")
3
+ R.c("server/chunks/[root-of-the-server]__0j8-xkl._.js")
4
+ R.c("server/chunks/node_modules_next_dist_esm_build_templates_app-route_0firp2j.js")
5
+ R.c("server/chunks/_next-internal_server_app_api_memory_route_actions_0jf5z0q.js")
6
+ R.m(9449)
7
+ module.exports=R.m(9449).exports
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../../AGENTS.md","../../../../../CLAUDE.md","../../../../../LICENSE","../../../../../README.md","../../../../../bin/evoscientist-webui.mjs","../../../../../components.json","../../../../../eslint.config.js","../../../../../evoscientist-webui-0.0.1.tgz","../../../../../next.config.ts","../../../../../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","../../../../../package-lock.json","../../../../../package.json","../../../../../postcss.config.cjs","../../../../../prettier.config.cjs","../../../../../public/evoscientist-logo.png","../../../../../scripts/assemble-standalone.mjs","../../../../../src/app/api/evosci-config/route.ts","../../../../../src/app/api/memory/route.ts","../../../../../src/app/api/skills/catalog/route.ts","../../../../../src/app/api/skills/detail/route.ts","../../../../../src/app/api/skills/install/route.ts","../../../../../src/app/api/skills/route.ts","../../../../../src/app/api/workspace/download/route.ts","../../../../../src/app/api/workspace/file/route.ts","../../../../../src/app/api/workspace/route.ts","../../../../../src/app/api/workspace/upload/route.ts","../../../../../src/app/components/AskUserInterrupt.tsx","../../../../../src/app/components/BetaBadge.tsx","../../../../../src/app/components/ChatInterface.tsx","../../../../../src/app/components/ChatMessage.tsx","../../../../../src/app/components/ConfigDialog.tsx","../../../../../src/app/components/FileViewDialog.tsx","../../../../../src/app/components/MarkdownContent.tsx","../../../../../src/app/components/MemoryPanel.tsx","../../../../../src/app/components/SkillDetailDialog.tsx","../../../../../src/app/components/SkillsMarketplace.tsx","../../../../../src/app/components/SubAgentIndicator.tsx","../../../../../src/app/components/TasksFilesSidebar.tsx","../../../../../src/app/components/ThemeToggle.tsx","../../../../../src/app/components/ThreadList.tsx","../../../../../src/app/components/ToolApprovalInterrupt.tsx","../../../../../src/app/components/ToolCallBox.tsx","../../../../../src/app/components/WorkspaceFileDialog.tsx","../../../../../src/app/components/WorkspacePanel.tsx","../../../../../src/app/globals.css","../../../../../src/app/hooks/useChat.ts","../../../../../src/app/hooks/useThreads.ts","../../../../../src/app/icon.png","../../../../../src/app/layout.tsx","../../../../../src/app/page.tsx","../../../../../src/app/types/types.ts","../../../../../src/app/utils/utils.ts","../../../../../src/components/ui/button.tsx","../../../../../src/components/ui/dialog.tsx","../../../../../src/components/ui/input.tsx","../../../../../src/components/ui/label.tsx","../../../../../src/components/ui/resizable.tsx","../../../../../src/components/ui/scroll-area.tsx","../../../../../src/components/ui/select.tsx","../../../../../src/components/ui/skeleton.tsx","../../../../../src/components/ui/textarea.tsx","../../../../../src/lib/config.ts","../../../../../src/lib/model.ts","../../../../../src/lib/server/memory.ts","../../../../../src/lib/server/skills.ts","../../../../../src/lib/server/workspace.ts","../../../../../src/lib/subAgentActivity.ts","../../../../../src/lib/theme.ts","../../../../../src/lib/utils.ts","../../../../../src/providers/ChatProvider.tsx","../../../../../src/providers/ClientProvider.tsx","../../../../../src/providers/ThemeProvider.tsx","../../../../../tailwind.config.mjs","../../../../../tsconfig.json","../../../../../tsconfig.tsbuildinfo","../../../chunks/[root-of-the-server]__0hlva1f._.js","../../../chunks/[root-of-the-server]__0j8-xkl._.js","../../../chunks/[turbopack]_runtime.js","../../../chunks/_next-internal_server_app_api_memory_route_actions_0jf5z0q.js","../../../chunks/node_modules_next_dist_esm_build_templates_app-route_0firp2j.js","./route_client-reference-manifest.js"]}
@@ -0,0 +1,3 @@
1
+ globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
+ globalThis.__RSC_MANIFEST["/api/memory/route"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{},"ssrModuleMapping":{},"edgeSSRModuleMapping":{},"rscModuleMapping":{},"edgeRscModuleMapping":{},"entryCSSFiles":{},"entryJSFiles":{}};
3
+
@@ -0,0 +1,3 @@
1
+ {
2
+ "/api/skills/catalog/route": "app/api/skills/catalog/route.js"
3
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "devFiles": [],
3
+ "ampDevFiles": [],
4
+ "polyfillFiles": [],
5
+ "lowPriorityFiles": [],
6
+ "rootMainFiles": [],
7
+ "pages": {},
8
+ "ampFirstPages": []
9
+ }
@@ -0,0 +1,6 @@
1
+ var R=require("../../../../chunks/[turbopack]_runtime.js")("server/app/api/skills/catalog/route.js")
2
+ R.c("server/chunks/[root-of-the-server]__0.xy1xu._.js")
3
+ R.c("server/chunks/[root-of-the-server]__0j8-xkl._.js")
4
+ R.c("server/chunks/_next-internal_server_app_api_skills_catalog_route_actions_0pp.pug.js")
5
+ R.m(63384)
6
+ module.exports=R.m(63384).exports