nodal-agents 0.7.0 → 0.7.2

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 (165) hide show
  1. package/cli.js +335 -35
  2. package/migrations/0054_audit2_db_integrity.sql +52 -0
  3. package/migrations/0055_entity_settings.sql +22 -0
  4. package/migrations/0056_agents_skills_entity_scoped_unique.sql +23 -0
  5. package/migrations/0057_telegram_allowed_chats.sql +34 -0
  6. package/migrations/meta/_journal.json +28 -0
  7. package/package.json +1 -1
  8. package/runner.js +47123 -35332
  9. package/web/.next/BUILD_ID +1 -1
  10. package/web/.next/app-path-routes-manifest.json +4 -4
  11. package/web/.next/build-manifest.json +2 -2
  12. package/web/.next/prerender-manifest.json +3 -3
  13. package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js +3 -3
  14. package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js.nft.json +1 -1
  15. package/web/.next/server/app/(dashboard)/agents/[id]/edit/page_client-reference-manifest.js +1 -1
  16. package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page.js +2 -2
  17. package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page.js.nft.json +1 -1
  18. package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page_client-reference-manifest.js +1 -1
  19. package/web/.next/server/app/(dashboard)/agents/page.js +2 -2
  20. package/web/.next/server/app/(dashboard)/agents/page.js.nft.json +1 -1
  21. package/web/.next/server/app/(dashboard)/agents/page_client-reference-manifest.js +1 -1
  22. package/web/.next/server/app/(dashboard)/approvals/page.js +2 -2
  23. package/web/.next/server/app/(dashboard)/approvals/page.js.nft.json +1 -1
  24. package/web/.next/server/app/(dashboard)/approvals/page_client-reference-manifest.js +1 -1
  25. package/web/.next/server/app/(dashboard)/automations/page.js +2 -2
  26. package/web/.next/server/app/(dashboard)/automations/page.js.nft.json +1 -1
  27. package/web/.next/server/app/(dashboard)/automations/page_client-reference-manifest.js +1 -1
  28. package/web/.next/server/app/(dashboard)/chat/page.js +2 -2
  29. package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
  30. package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
  31. package/web/.next/server/app/(dashboard)/connectors/page.js +1 -1
  32. package/web/.next/server/app/(dashboard)/connectors/page.js.nft.json +1 -1
  33. package/web/.next/server/app/(dashboard)/connectors/page_client-reference-manifest.js +1 -1
  34. package/web/.next/server/app/(dashboard)/credentials/page.js +1 -1
  35. package/web/.next/server/app/(dashboard)/credentials/page.js.nft.json +1 -1
  36. package/web/.next/server/app/(dashboard)/credentials/page_client-reference-manifest.js +1 -1
  37. package/web/.next/server/app/(dashboard)/jobs/[id]/page.js +2 -2
  38. package/web/.next/server/app/(dashboard)/jobs/[id]/page.js.nft.json +1 -1
  39. package/web/.next/server/app/(dashboard)/jobs/[id]/page_client-reference-manifest.js +1 -1
  40. package/web/.next/server/app/(dashboard)/jobs/page.js +2 -2
  41. package/web/.next/server/app/(dashboard)/jobs/page.js.nft.json +1 -1
  42. package/web/.next/server/app/(dashboard)/jobs/page_client-reference-manifest.js +1 -1
  43. package/web/.next/server/app/(dashboard)/learned-skills/page.js +2 -2
  44. package/web/.next/server/app/(dashboard)/learned-skills/page.js.nft.json +1 -1
  45. package/web/.next/server/app/(dashboard)/learned-skills/page_client-reference-manifest.js +1 -1
  46. package/web/.next/server/app/(dashboard)/llm-providers/page.js +1 -1
  47. package/web/.next/server/app/(dashboard)/llm-providers/page.js.nft.json +1 -1
  48. package/web/.next/server/app/(dashboard)/llm-providers/page_client-reference-manifest.js +1 -1
  49. package/web/.next/server/app/(dashboard)/logs/page.js +2 -2
  50. package/web/.next/server/app/(dashboard)/logs/page.js.nft.json +1 -1
  51. package/web/.next/server/app/(dashboard)/logs/page_client-reference-manifest.js +1 -1
  52. package/web/.next/server/app/(dashboard)/mcp/page.js +2 -2
  53. package/web/.next/server/app/(dashboard)/mcp/page.js.nft.json +1 -1
  54. package/web/.next/server/app/(dashboard)/mcp/page_client-reference-manifest.js +1 -1
  55. package/web/.next/server/app/(dashboard)/memories/page.js +2 -2
  56. package/web/.next/server/app/(dashboard)/memories/page.js.nft.json +1 -1
  57. package/web/.next/server/app/(dashboard)/memories/page_client-reference-manifest.js +1 -1
  58. package/web/.next/server/app/(dashboard)/page.js +2 -2
  59. package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  60. package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  61. package/web/.next/server/app/(dashboard)/settings/page.js +2 -2
  62. package/web/.next/server/app/(dashboard)/settings/page.js.nft.json +1 -1
  63. package/web/.next/server/app/(dashboard)/settings/page_client-reference-manifest.js +1 -1
  64. package/web/.next/server/app/(dashboard)/settings/root-context/page.js +2 -2
  65. package/web/.next/server/app/(dashboard)/settings/root-context/page.js.nft.json +1 -1
  66. package/web/.next/server/app/(dashboard)/settings/root-context/page_client-reference-manifest.js +1 -1
  67. package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js +2 -2
  68. package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js.nft.json +1 -1
  69. package/web/.next/server/app/(dashboard)/skills/[id]/edit/page_client-reference-manifest.js +1 -1
  70. package/web/.next/server/app/(dashboard)/skills/new/page.js +2 -2
  71. package/web/.next/server/app/(dashboard)/skills/new/page.js.nft.json +1 -1
  72. package/web/.next/server/app/(dashboard)/skills/new/page_client-reference-manifest.js +1 -1
  73. package/web/.next/server/app/(dashboard)/skills/page.js +2 -2
  74. package/web/.next/server/app/(dashboard)/skills/page.js.nft.json +1 -1
  75. package/web/.next/server/app/(dashboard)/skills/page_client-reference-manifest.js +1 -1
  76. package/web/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  77. package/web/.next/server/app/_global-error.html +1 -1
  78. package/web/.next/server/app/_global-error.rsc +2 -2
  79. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +2 -2
  80. package/web/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  81. package/web/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  82. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  83. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +2 -2
  84. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  85. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  86. package/web/.next/server/app/_not-found.html +1 -1
  87. package/web/.next/server/app/_not-found.rsc +3 -3
  88. package/web/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  89. package/web/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  90. package/web/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
  91. package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  92. package/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  93. package/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  94. package/web/.next/server/app/api/auth/[...all]/route.js +1 -1
  95. package/web/.next/server/app/api/auth/[...all]/route.js.nft.json +1 -1
  96. package/web/.next/server/app/api/oauth/[provider]/callback/route.js +1 -1
  97. package/web/.next/server/app/api/oauth/[provider]/callback/route.js.nft.json +1 -1
  98. package/web/.next/server/app/api/oauth/[provider]/start/route.js +1 -1
  99. package/web/.next/server/app/api/oauth/[provider]/start/route.js.nft.json +1 -1
  100. package/web/.next/server/app/login/page_client-reference-manifest.js +1 -1
  101. package/web/.next/server/app/onboarding/page.js +205 -185
  102. package/web/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  103. package/web/.next/server/app-paths-manifest.json +4 -4
  104. package/web/.next/server/chunks/2713.js +47 -27
  105. package/web/.next/server/chunks/3223.js +1 -1
  106. package/web/.next/server/chunks/4574.js +1 -1
  107. package/web/.next/server/chunks/5515.js +1 -0
  108. package/web/.next/server/chunks/6468.js +1 -0
  109. package/web/.next/server/chunks/8410.js +1 -0
  110. package/web/.next/server/chunks/{4488.js → 8810.js} +2 -2
  111. package/web/.next/server/chunks/{3154.js → 960.js} +10 -10
  112. package/web/.next/server/middleware-build-manifest.js +1 -1
  113. package/web/.next/server/pages/404.html +1 -1
  114. package/web/.next/server/pages/500.html +1 -1
  115. package/web/.next/server/server-reference-manifest.js +1 -1
  116. package/web/.next/server/server-reference-manifest.json +1 -1
  117. package/web/.next/static/chunks/4964-c6711d3d479b6085.js +1 -0
  118. package/web/.next/static/chunks/{9836-6830cb9d49ad261f.js → 9836-177f6ca2f15ff703.js} +1 -1
  119. package/web/.next/static/chunks/app/(dashboard)/agents/[id]/edit/page-cfce874f4acede5e.js +6 -0
  120. package/web/.next/static/chunks/app/(dashboard)/agents/[id]/telegram/page-9249c2839f551ba1.js +1 -0
  121. package/web/.next/static/chunks/app/(dashboard)/agents/page-7d784d737acedccf.js +1 -0
  122. package/web/.next/static/chunks/app/(dashboard)/approvals/{page-9a01cb723a6ccff0.js → page-b3a838ecbc94a030.js} +1 -1
  123. package/web/.next/static/chunks/app/(dashboard)/automations/page-b1b548de4f52696c.js +1 -0
  124. package/web/.next/static/chunks/app/(dashboard)/chat/{page-a6cc7a58986c0340.js → page-bcf6dcc73b370eb0.js} +1 -1
  125. package/web/.next/static/chunks/app/(dashboard)/connectors/{page-21d6c042800c8cd3.js → page-2c6f913cc6aea4b7.js} +1 -1
  126. package/web/.next/static/chunks/app/(dashboard)/jobs/[id]/page-43f033251eddcc4b.js +1 -0
  127. package/web/.next/static/chunks/app/(dashboard)/jobs/page-1f892f950bb30403.js +1 -0
  128. package/web/.next/static/chunks/app/(dashboard)/layout-e184673151ff8a05.js +1 -0
  129. package/web/.next/static/chunks/app/(dashboard)/learned-skills/page-f873bb6f8539e47e.js +1 -0
  130. package/web/.next/static/chunks/app/(dashboard)/llm-providers/page-64adda30176f4ccb.js +1 -0
  131. package/web/.next/static/chunks/app/(dashboard)/logs/page-79cfd9141c39d8ef.js +1 -0
  132. package/web/.next/static/chunks/app/(dashboard)/mcp/page-d276d7bab25286a1.js +1 -0
  133. package/web/.next/static/chunks/app/(dashboard)/memories/page-c66720494a340503.js +1 -0
  134. package/web/.next/static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js +1 -0
  135. package/web/.next/static/chunks/app/(dashboard)/settings/page-1cab404d2eccfd80.js +1 -0
  136. package/web/.next/static/chunks/app/(dashboard)/settings/root-context/page-b5898c5444f88c9a.js +1 -0
  137. package/web/.next/static/chunks/app/(dashboard)/skills/[id]/edit/page-82d91fc6b6acc161.js +1 -0
  138. package/web/.next/static/chunks/app/(dashboard)/skills/new/page-58b5ed04583ca7d4.js +1 -0
  139. package/web/.next/static/chunks/app/(dashboard)/skills/page-312bd4ae8ddc8114.js +1 -0
  140. package/web/.next/static/chunks/app/onboarding/{page-a4116e2f430eaff8.js → page-f2f04878e81fdf23.js} +2 -2
  141. package/web/.next/static/css/{eff119dd24f92093.css → 4d808b91d7b58fce.css} +1 -1
  142. package/web/.next/server/chunks/4626.js +0 -1
  143. package/web/.next/server/chunks/8971.js +0 -1
  144. package/web/.next/server/chunks/9043.js +0 -1
  145. package/web/.next/static/chunks/4964-08171c654e41b0a4.js +0 -1
  146. package/web/.next/static/chunks/app/(dashboard)/agents/[id]/edit/page-fa5717f0d0450659.js +0 -6
  147. package/web/.next/static/chunks/app/(dashboard)/agents/[id]/telegram/page-73012222871598aa.js +0 -1
  148. package/web/.next/static/chunks/app/(dashboard)/agents/page-7e9616b28c098e9e.js +0 -1
  149. package/web/.next/static/chunks/app/(dashboard)/automations/page-85c985cd687406ed.js +0 -1
  150. package/web/.next/static/chunks/app/(dashboard)/jobs/[id]/page-f6b993a88c70a2fe.js +0 -1
  151. package/web/.next/static/chunks/app/(dashboard)/jobs/page-d0d6b9db1b68451f.js +0 -1
  152. package/web/.next/static/chunks/app/(dashboard)/layout-d2ac2646967496bb.js +0 -1
  153. package/web/.next/static/chunks/app/(dashboard)/learned-skills/page-ec6312f6dfd7ee23.js +0 -1
  154. package/web/.next/static/chunks/app/(dashboard)/llm-providers/page-1fb26463eddf509c.js +0 -1
  155. package/web/.next/static/chunks/app/(dashboard)/logs/page-0bca733315e8a208.js +0 -1
  156. package/web/.next/static/chunks/app/(dashboard)/mcp/page-ff56ecf2f65f5466.js +0 -1
  157. package/web/.next/static/chunks/app/(dashboard)/memories/page-fe4d9438c93750d6.js +0 -1
  158. package/web/.next/static/chunks/app/(dashboard)/page-9402fe2931216f4b.js +0 -1
  159. package/web/.next/static/chunks/app/(dashboard)/settings/page-995662f10ebff365.js +0 -1
  160. package/web/.next/static/chunks/app/(dashboard)/settings/root-context/page-785b6ce3e4c5890b.js +0 -1
  161. package/web/.next/static/chunks/app/(dashboard)/skills/[id]/edit/page-2106201c4df8b5a4.js +0 -1
  162. package/web/.next/static/chunks/app/(dashboard)/skills/new/page-0135bcb86ab60dc2.js +0 -1
  163. package/web/.next/static/chunks/app/(dashboard)/skills/page-54e939d40c8b5b6d.js +0 -1
  164. /package/web/.next/static/{KFac7DQ7gdp9XPQ2bnb-2 → SgnP_MouhUmw0bBf-lUmD}/_buildManifest.js +0 -0
  165. /package/web/.next/static/{KFac7DQ7gdp9XPQ2bnb-2 → SgnP_MouhUmw0bBf-lUmD}/_ssgManifest.js +0 -0
@@ -2,4 +2,4 @@
2
2
  2:I[60407,[],"ViewportBoundary"]
3
3
  3:I[60407,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],null]}],"isPartial":false,"staleTime":180,"varyParams":null,"buildId":"KFac7DQ7gdp9XPQ2bnb-2"}
5
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[]}]}]}],null]}],"isPartial":false,"staleTime":180,"varyParams":null,"buildId":"SgnP_MouhUmw0bBf-lUmD"}
@@ -2,6 +2,6 @@
2
2
  2:I[29534,[],""]
3
3
  3:I[16681,["8039","static/chunks/app/error-dc3b2db3bdb5b34e.js"],"default"]
4
4
  4:I[55732,[],""]
5
- 5:I[63363,["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-9402fe2931216f4b.js"],""]
5
+ 5:I[63363,["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js"],""]
6
6
  6:[]
7
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[],"template":["$","$L4",null,{}],"notFound":[["$","div",null,{"className":"flex min-h-screen w-full items-center justify-center bg-canvas px-4","children":["$","div",null,{"className":"text-center space-y-4","children":[["$","h1",null,{"className":"text-2xl font-bold text-ink","children":"404 — Page not found"}],["$","p",null,{"className":"text-sm text-ink-3","children":"This page doesn't exist."}],["$","$L5",null,{"href":"/","className":"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors","children":"Go to dashboard"}]]}]}],[]]}]]}],"isPartial":false,"staleTime":180,"varyParams":"$W6","buildId":"KFac7DQ7gdp9XPQ2bnb-2"}
7
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[],"template":["$","$L4",null,{}],"notFound":[["$","div",null,{"className":"flex min-h-screen w-full items-center justify-center bg-canvas px-4","children":["$","div",null,{"className":"text-center space-y-4","children":[["$","h1",null,{"className":"text-2xl font-bold text-ink","children":"404 — Page not found"}],["$","p",null,{"className":"text-sm text-ink-3","children":"This page doesn't exist."}],["$","$L5",null,{"href":"/","className":"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors","children":"Go to dashboard"}]]}]}],[]]}]]}],"isPartial":false,"staleTime":180,"varyParams":"$W6","buildId":"SgnP_MouhUmw0bBf-lUmD"}
@@ -1 +1 @@
1
- 0:{"tree":{"name":"","param":null,"prefetchHints":0,"slots":{"children":{"name":"_global-error","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":180,"buildId":"KFac7DQ7gdp9XPQ2bnb-2"}
1
+ 0:{"tree":{"name":"","param":null,"prefetchHints":0,"slots":{"children":{"name":"_global-error","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":180,"buildId":"SgnP_MouhUmw0bBf-lUmD"}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"9718":{"*":{"id":"11162","name":"*","chunks":[],"async":false}},"10834":{"*":{"id":"71644","name":"*","chunks":[],"async":false}},"11123":{"*":{"id":"47366","name":"*","chunks":[],"async":false}},"11248":{"*":{"id":"43136","name":"*","chunks":[],"async":false}},"12974":{"*":{"id":"19173","name":"*","chunks":[],"async":false}},"13542":{"*":{"id":"17402","name":"*","chunks":[],"async":false}},"14527":{"*":{"id":"55364","name":"*","chunks":[],"async":false}},"16681":{"*":{"id":"55053","name":"*","chunks":[],"async":false}},"17345":{"*":{"id":"28659","name":"*","chunks":[],"async":false}},"22450":{"*":{"id":"70788","name":"*","chunks":[],"async":false}},"22721":{"*":{"id":"23350","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"88882","name":"*","chunks":[],"async":false}},"28136":{"*":{"id":"84494","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"23838","name":"*","chunks":[],"async":false}},"32294":{"*":{"id":"31255","name":"*","chunks":[],"async":false}},"34504":{"*":{"id":"85648","name":"*","chunks":[],"async":false}},"35762":{"*":{"id":"89189","name":"*","chunks":[],"async":false}},"38624":{"*":{"id":"30902","name":"*","chunks":[],"async":false}},"39186":{"*":{"id":"61166","name":"*","chunks":[],"async":false}},"39901":{"*":{"id":"44095","name":"*","chunks":[],"async":false}},"40308":{"*":{"id":"87185","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"26698","name":"*","chunks":[],"async":false}},"46838":{"*":{"id":"49754","name":"*","chunks":[],"async":false}},"47549":{"*":{"id":"87791","name":"*","chunks":[],"async":false}},"47840":{"*":{"id":"58169","name":"*","chunks":[],"async":false}},"49040":{"*":{"id":"36069","name":"*","chunks":[],"async":false}},"52021":{"*":{"id":"45417","name":"*","chunks":[],"async":false}},"52232":{"*":{"id":"3952","name":"*","chunks":[],"async":false}},"54006":{"*":{"id":"37518","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"83466","name":"*","chunks":[],"async":false}},"59713":{"*":{"id":"28983","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"12127","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"10903","name":"*","chunks":[],"async":false}},"61897":{"*":{"id":"40617","name":"*","chunks":[],"async":false}},"62084":{"*":{"id":"40555","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"88831","name":"*","chunks":[],"async":false}},"64676":{"*":{"id":"3808","name":"*","chunks":[],"async":false}},"67988":{"*":{"id":"20601","name":"*","chunks":[],"async":false}},"68555":{"*":{"id":"94891","name":"*","chunks":[],"async":false}},"69069":{"*":{"id":"19198","name":"*","chunks":[],"async":false}},"69564":{"*":{"id":"53852","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"67448","name":"*","chunks":[],"async":false}},"76258":{"*":{"id":"35623","name":"*","chunks":[],"async":false}},"76556":{"*":{"id":"57712","name":"*","chunks":[],"async":false}},"77155":{"*":{"id":"74747","name":"*","chunks":[],"async":false}},"79065":{"*":{"id":"2535","name":"*","chunks":[],"async":false}},"81671":{"*":{"id":"31745","name":"*","chunks":[],"async":false}},"82270":{"*":{"id":"96232","name":"*","chunks":[],"async":false}},"85726":{"*":{"id":"77241","name":"*","chunks":[],"async":false}},"88453":{"*":{"id":"19656","name":"*","chunks":[],"async":false}},"88563":{"*":{"id":"35245","name":"*","chunks":[],"async":false}},"93275":{"*":{"id":"93343","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"2667","name":"*","chunks":[],"async":false}},"96404":{"*":{"id":"12658","name":"*","chunks":[],"async":false}},"96439":{"*":{"id":"2041","name":"*","chunks":[],"async":false}},"96470":{"*":{"id":"25095","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\builtin\\global-error.js":{"id":73782,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\builtin\\global-error.js":{"id":73782,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":94607,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":94607,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\client-segment.js":{"id":60989,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\client-segment.js":{"id":60989,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\http-access-fallback\\error-boundary.js":{"id":9718,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\http-access-fallback\\error-boundary.js":{"id":9718,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":29534,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":29534,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":55732,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":55732,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\lib\\framework\\boundary-components.js":{"id":60407,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\lib\\framework\\boundary-components.js":{"id":60407,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\lib\\metadata\\generate\\icon-mark.js":{"id":44326,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\lib\\metadata\\generate\\icon-mark.js":{"id":44326,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\app-dir\\link.js":{"id":63363,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-9402fe2931216f4b.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\app-dir\\link.js":{"id":63363,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-9402fe2931216f4b.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"600\",\"700\"],\"variable\":\"--font-inter\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":41025,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"600\"],\"variable\":\"--font-jetbrains\",\"display\":\"swap\"}],\"variableName\":\"jetbrains\"}":{"id":42898,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\globals.css":{"id":1723,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\error.tsx":{"id":16681,"name":"*","chunks":["8039","static/chunks/app/error-dc3b2db3bdb5b34e.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\login\\AuthLoginForm.tsx":{"id":46838,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\login\\LocalTrustBanner.tsx":{"id":38624,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\onboarding\\OnboardingFlow.tsx":{"id":62084,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ApprovalsProvider.tsx":{"id":39186,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7704","static/chunks/7704-7ba1c3d45662ffc8.js","9305","static/chunks/app/(dashboard)/layout-d2ac2646967496bb.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\Sidebar.tsx":{"id":49040,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7704","static/chunks/7704-7ba1c3d45662ffc8.js","9305","static/chunks/app/(dashboard)/layout-d2ac2646967496bb.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\SignOutButton.tsx":{"id":17345,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7704","static/chunks/7704-7ba1c3d45662ffc8.js","9305","static/chunks/app/(dashboard)/layout-d2ac2646967496bb.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\ThemedToaster.tsx":{"id":76556,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7704","static/chunks/7704-7ba1c3d45662ffc8.js","9305","static/chunks/app/(dashboard)/layout-d2ac2646967496bb.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\SkillForm.tsx":{"id":22721,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\NotificationsBell.tsx":{"id":88563,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-9402fe2931216f4b.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\BackButton.tsx":{"id":10834,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\SearchBox.tsx":{"id":64676,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-9402fe2931216f4b.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\ThemeToggle.tsx":{"id":11248,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-9402fe2931216f4b.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\[id]\\edit\\AgentComposer.tsx":{"id":32294,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\[id]\\telegram\\TelegramConfigForm.tsx":{"id":77155,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\AgentsErrorRetry.tsx":{"id":52232,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\AgentsList.tsx":{"id":69069,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\AgentForm.tsx":{"id":79065,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\automations\\AutomationsClient.tsx":{"id":67988,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\approvals\\ApprovalActions.tsx":{"id":69564,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\chat\\ChatClient.tsx":{"id":12974,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\ConnectorsClient.tsx":{"id":39901,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\OAuthErrorBanner.tsx":{"id":93275,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\OAuthNotify.tsx":{"id":22450,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\credentials\\CredentialsClient.tsx":{"id":76258,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\jobs\\CancelJobButton.tsx":{"id":96439,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\JobStatusPoller.tsx":{"id":11123,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\jobs\\JobsRuns.tsx":{"id":40308,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\learned-skills\\_components\\LearnedSkillsClient.tsx":{"id":13542,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\llm-providers\\LlmKeysList.tsx":{"id":14527,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\logs\\LogFilters.tsx":{"id":34504,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\logs\\LogsTable.tsx":{"id":82270,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\mcp\\McpClient.tsx":{"id":47840,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\memories\\MemoriesClient.tsx":{"id":85726,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\InstallNotesForm.tsx":{"id":68555,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\LanCommandYoloSection.tsx":{"id":96470,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\NetworkForm.tsx":{"id":28136,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\RootAgentSection.tsx":{"id":61897,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\SecurityForm.tsx":{"id":35762,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\TimezoneForm.tsx":{"id":54006,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\WorkspacesSection.tsx":{"id":96404,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\CopyablePath.tsx":{"id":81671,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\root-context\\RootContextClient.tsx":{"id":59713,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\ActiveAgentsPanel.tsx":{"id":52021,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-9402fe2931216f4b.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\WeeklyActivityChart.tsx":{"id":47549,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-9402fe2931216f4b.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\image-component.js":{"id":27364,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-9402fe2931216f4b.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\image-component.js":{"id":27364,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-9402fe2931216f4b.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\SkillsClient.tsx":{"id":88453,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"D:\\APPS\\NodalAI\\apps\\web\\src\\":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\not-found":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\layout":[{"inlined":false,"path":"static/css/eff119dd24f92093.css"}],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\error":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\layout":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\page":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\_not-found\\page":[]},"rscModuleMapping":{"1723":{"*":{"id":"54620","name":"*","chunks":[],"async":false}},"9718":{"*":{"id":"85060","name":"*","chunks":[],"async":false}},"10834":{"*":{"id":"29792","name":"*","chunks":[],"async":false}},"11123":{"*":{"id":"42237","name":"*","chunks":[],"async":false}},"11248":{"*":{"id":"88866","name":"*","chunks":[],"async":false}},"12974":{"*":{"id":"19215","name":"*","chunks":[],"async":false}},"13542":{"*":{"id":"74856","name":"*","chunks":[],"async":false}},"14527":{"*":{"id":"88533","name":"*","chunks":[],"async":false}},"16681":{"*":{"id":"84327","name":"*","chunks":[],"async":false}},"17345":{"*":{"id":"97173","name":"*","chunks":[],"async":false}},"22450":{"*":{"id":"13722","name":"*","chunks":[],"async":false}},"22721":{"*":{"id":"93103","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"80824","name":"*","chunks":[],"async":false}},"28136":{"*":{"id":"41983","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"43484","name":"*","chunks":[],"async":false}},"32294":{"*":{"id":"59522","name":"*","chunks":[],"async":false}},"34504":{"*":{"id":"52802","name":"*","chunks":[],"async":false}},"35762":{"*":{"id":"41679","name":"*","chunks":[],"async":false}},"38624":{"*":{"id":"80116","name":"*","chunks":[],"async":false}},"39186":{"*":{"id":"81955","name":"*","chunks":[],"async":false}},"39901":{"*":{"id":"55627","name":"*","chunks":[],"async":false}},"40308":{"*":{"id":"14520","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"51080","name":"*","chunks":[],"async":false}},"46838":{"*":{"id":"18716","name":"*","chunks":[],"async":false}},"47549":{"*":{"id":"51315","name":"*","chunks":[],"async":false}},"47840":{"*":{"id":"60889","name":"*","chunks":[],"async":false}},"49040":{"*":{"id":"62952","name":"*","chunks":[],"async":false}},"52021":{"*":{"id":"84207","name":"*","chunks":[],"async":false}},"52232":{"*":{"id":"24866","name":"*","chunks":[],"async":false}},"54006":{"*":{"id":"94824","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"8376","name":"*","chunks":[],"async":false}},"59713":{"*":{"id":"57972","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"74625","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"41837","name":"*","chunks":[],"async":false}},"61897":{"*":{"id":"33351","name":"*","chunks":[],"async":false}},"62084":{"*":{"id":"81380","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"16385","name":"*","chunks":[],"async":false}},"64676":{"*":{"id":"92002","name":"*","chunks":[],"async":false}},"67988":{"*":{"id":"71529","name":"*","chunks":[],"async":false}},"68555":{"*":{"id":"75309","name":"*","chunks":[],"async":false}},"69069":{"*":{"id":"2762","name":"*","chunks":[],"async":false}},"69564":{"*":{"id":"76602","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"61186","name":"*","chunks":[],"async":false}},"76258":{"*":{"id":"85677","name":"*","chunks":[],"async":false}},"76556":{"*":{"id":"93690","name":"*","chunks":[],"async":false}},"77155":{"*":{"id":"46997","name":"*","chunks":[],"async":false}},"79065":{"*":{"id":"9465","name":"*","chunks":[],"async":false}},"81671":{"*":{"id":"65639","name":"*","chunks":[],"async":false}},"82270":{"*":{"id":"38642","name":"*","chunks":[],"async":false}},"85726":{"*":{"id":"74257","name":"*","chunks":[],"async":false}},"88453":{"*":{"id":"59583","name":"*","chunks":[],"async":false}},"88563":{"*":{"id":"14963","name":"*","chunks":[],"async":false}},"93275":{"*":{"id":"25605","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"6621","name":"*","chunks":[],"async":false}},"96404":{"*":{"id":"68140","name":"*","chunks":[],"async":false}},"96439":{"*":{"id":"25427","name":"*","chunks":[],"async":false}},"96470":{"*":{"id":"82515","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"9718":{"*":{"id":"11162","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"88882","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"23838","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"26698","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"83466","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"12127","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"10903","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"88831","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"67448","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"2667","name":"*","chunks":[],"async":false}}}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"1517":{"*":{"id":"50209","name":"*","chunks":[],"async":false}},"1990":{"*":{"id":"20386","name":"*","chunks":[],"async":false}},"2810":{"*":{"id":"900","name":"*","chunks":[],"async":false}},"4193":{"*":{"id":"7209","name":"*","chunks":[],"async":false}},"9718":{"*":{"id":"11162","name":"*","chunks":[],"async":false}},"10834":{"*":{"id":"71644","name":"*","chunks":[],"async":false}},"11248":{"*":{"id":"43136","name":"*","chunks":[],"async":false}},"16681":{"*":{"id":"55053","name":"*","chunks":[],"async":false}},"17345":{"*":{"id":"28659","name":"*","chunks":[],"async":false}},"21853":{"*":{"id":"83208","name":"*","chunks":[],"async":false}},"22450":{"*":{"id":"70788","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"88882","name":"*","chunks":[],"async":false}},"28155":{"*":{"id":"18732","name":"*","chunks":[],"async":false}},"29266":{"*":{"id":"82721","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"23838","name":"*","chunks":[],"async":false}},"29593":{"*":{"id":"98337","name":"*","chunks":[],"async":false}},"32767":{"*":{"id":"79401","name":"*","chunks":[],"async":false}},"33696":{"*":{"id":"34594","name":"*","chunks":[],"async":false}},"34504":{"*":{"id":"85648","name":"*","chunks":[],"async":false}},"34554":{"*":{"id":"99237","name":"*","chunks":[],"async":false}},"35532":{"*":{"id":"93081","name":"*","chunks":[],"async":false}},"35843":{"*":{"id":"95892","name":"*","chunks":[],"async":false}},"36380":{"*":{"id":"90846","name":"*","chunks":[],"async":false}},"36877":{"*":{"id":"52458","name":"*","chunks":[],"async":false}},"38624":{"*":{"id":"30902","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"26698","name":"*","chunks":[],"async":false}},"45259":{"*":{"id":"81748","name":"*","chunks":[],"async":false}},"46838":{"*":{"id":"49754","name":"*","chunks":[],"async":false}},"47549":{"*":{"id":"87791","name":"*","chunks":[],"async":false}},"52021":{"*":{"id":"45417","name":"*","chunks":[],"async":false}},"52232":{"*":{"id":"3952","name":"*","chunks":[],"async":false}},"53523":{"*":{"id":"38255","name":"*","chunks":[],"async":false}},"54006":{"*":{"id":"37518","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"83466","name":"*","chunks":[],"async":false}},"56186":{"*":{"id":"53406","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"12127","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"10903","name":"*","chunks":[],"async":false}},"61897":{"*":{"id":"40617","name":"*","chunks":[],"async":false}},"62416":{"*":{"id":"48422","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"88831","name":"*","chunks":[],"async":false}},"64676":{"*":{"id":"3808","name":"*","chunks":[],"async":false}},"68555":{"*":{"id":"94891","name":"*","chunks":[],"async":false}},"69564":{"*":{"id":"53852","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"67448","name":"*","chunks":[],"async":false}},"75191":{"*":{"id":"59336","name":"*","chunks":[],"async":false}},"76258":{"*":{"id":"35623","name":"*","chunks":[],"async":false}},"76556":{"*":{"id":"57712","name":"*","chunks":[],"async":false}},"78533":{"*":{"id":"89460","name":"*","chunks":[],"async":false}},"79065":{"*":{"id":"2535","name":"*","chunks":[],"async":false}},"80385":{"*":{"id":"58574","name":"*","chunks":[],"async":false}},"81671":{"*":{"id":"31745","name":"*","chunks":[],"async":false}},"82270":{"*":{"id":"96232","name":"*","chunks":[],"async":false}},"87854":{"*":{"id":"25629","name":"*","chunks":[],"async":false}},"88459":{"*":{"id":"6833","name":"*","chunks":[],"async":false}},"88563":{"*":{"id":"35245","name":"*","chunks":[],"async":false}},"93275":{"*":{"id":"93343","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"2667","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\builtin\\global-error.js":{"id":73782,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\builtin\\global-error.js":{"id":73782,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":94607,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":94607,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\client-segment.js":{"id":60989,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\client-segment.js":{"id":60989,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\http-access-fallback\\error-boundary.js":{"id":9718,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\http-access-fallback\\error-boundary.js":{"id":9718,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":29534,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":29534,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":55732,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":55732,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\lib\\framework\\boundary-components.js":{"id":60407,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\lib\\framework\\boundary-components.js":{"id":60407,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\lib\\metadata\\generate\\icon-mark.js":{"id":44326,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\lib\\metadata\\generate\\icon-mark.js":{"id":44326,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\app-dir\\link.js":{"id":63363,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\app-dir\\link.js":{"id":63363,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"600\",\"700\"],\"variable\":\"--font-inter\",\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":41025,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"subsets\":[\"latin\"],\"weight\":[\"400\",\"500\",\"600\"],\"variable\":\"--font-jetbrains\",\"display\":\"swap\"}],\"variableName\":\"jetbrains\"}":{"id":42898,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\globals.css":{"id":1723,"name":"*","chunks":["7177","static/chunks/app/layout-34fff1f3e126d020.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\error.tsx":{"id":16681,"name":"*","chunks":["8039","static/chunks/app/error-dc3b2db3bdb5b34e.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\login\\AuthLoginForm.tsx":{"id":46838,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\login\\LocalTrustBanner.tsx":{"id":38624,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\onboarding\\OnboardingFlow.tsx":{"id":1517,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ApprovalsProvider.tsx":{"id":88459,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7704","static/chunks/7704-7ba1c3d45662ffc8.js","9305","static/chunks/app/(dashboard)/layout-e184673151ff8a05.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\Sidebar.tsx":{"id":78533,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7704","static/chunks/7704-7ba1c3d45662ffc8.js","9305","static/chunks/app/(dashboard)/layout-e184673151ff8a05.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\SignOutButton.tsx":{"id":17345,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7704","static/chunks/7704-7ba1c3d45662ffc8.js","9305","static/chunks/app/(dashboard)/layout-e184673151ff8a05.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\ThemedToaster.tsx":{"id":76556,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7704","static/chunks/7704-7ba1c3d45662ffc8.js","9305","static/chunks/app/(dashboard)/layout-e184673151ff8a05.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\SkillForm.tsx":{"id":35532,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\NotificationsBell.tsx":{"id":88563,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\BackButton.tsx":{"id":10834,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\SearchBox.tsx":{"id":64676,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\ThemeToggle.tsx":{"id":11248,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\[id]\\edit\\AgentComposer.tsx":{"id":32767,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\[id]\\telegram\\TelegramAllowlist.tsx":{"id":56186,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\[id]\\telegram\\TelegramConfigForm.tsx":{"id":35843,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\AgentsErrorRetry.tsx":{"id":52232,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\agents\\AgentsList.tsx":{"id":36877,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\AgentForm.tsx":{"id":79065,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\approvals\\ApprovalActions.tsx":{"id":69564,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\automations\\AutomationsClient.tsx":{"id":53523,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\chat\\ChatClient.tsx":{"id":21853,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\credentials\\CredentialsClient.tsx":{"id":76258,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\ConnectorsClient.tsx":{"id":29266,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\OAuthErrorBanner.tsx":{"id":93275,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\connectors\\OAuthNotify.tsx":{"id":22450,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\jobs\\CancelJobButton.tsx":{"id":36380,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\JobStatusPoller.tsx":{"id":45259,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\jobs\\JobsRuns.tsx":{"id":28155,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\learned-skills\\_components\\LearnedSkillsClient.tsx":{"id":33696,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\llm-providers\\LlmKeysList.tsx":{"id":1990,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\logs\\LogFilters.tsx":{"id":34504,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\logs\\LogsTable.tsx":{"id":82270,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\mcp\\McpClient.tsx":{"id":4193,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\memories\\MemoriesClient.tsx":{"id":75191,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\root-context\\RootContextClient.tsx":{"id":34554,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\ActiveAgentsPanel.tsx":{"id":52021,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\WeeklyActivityChart.tsx":{"id":47549,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\client\\image-component.js":{"id":27364,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js"],"async":false},"D:\\APPS\\NodalAI\\node_modules\\.pnpm\\next@16.2.6_@babel+core@7.2_4ced3b12f017e7a72b72e4106d401dc8\\node_modules\\next\\dist\\esm\\client\\image-component.js":{"id":27364,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\InstallNotesForm.tsx":{"id":68555,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\LanCommandYoloSection.tsx":{"id":29593,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\NetworkForm.tsx":{"id":80385,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\RootAgentSection.tsx":{"id":61897,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\SecurityForm.tsx":{"id":62416,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\TimezoneForm.tsx":{"id":54006,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\WorkspacesSection.tsx":{"id":87854,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\CopyablePath.tsx":{"id":81671,"name":"*","chunks":[],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\SkillsClient.tsx":{"id":2810,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"D:\\APPS\\NodalAI\\apps\\web\\src\\":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\not-found":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\layout":[{"inlined":false,"path":"static/css/4d808b91d7b58fce.css"}],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\error":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\layout":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\page":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\_not-found\\page":[]},"rscModuleMapping":{"1517":{"*":{"id":"81380","name":"*","chunks":[],"async":false}},"1723":{"*":{"id":"54620","name":"*","chunks":[],"async":false}},"1990":{"*":{"id":"88533","name":"*","chunks":[],"async":false}},"2810":{"*":{"id":"59583","name":"*","chunks":[],"async":false}},"4193":{"*":{"id":"60889","name":"*","chunks":[],"async":false}},"9718":{"*":{"id":"85060","name":"*","chunks":[],"async":false}},"10834":{"*":{"id":"29792","name":"*","chunks":[],"async":false}},"11248":{"*":{"id":"88866","name":"*","chunks":[],"async":false}},"16681":{"*":{"id":"84327","name":"*","chunks":[],"async":false}},"17345":{"*":{"id":"97173","name":"*","chunks":[],"async":false}},"21853":{"*":{"id":"19215","name":"*","chunks":[],"async":false}},"22450":{"*":{"id":"13722","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"80824","name":"*","chunks":[],"async":false}},"28155":{"*":{"id":"14520","name":"*","chunks":[],"async":false}},"29266":{"*":{"id":"55627","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"43484","name":"*","chunks":[],"async":false}},"29593":{"*":{"id":"82515","name":"*","chunks":[],"async":false}},"32767":{"*":{"id":"59522","name":"*","chunks":[],"async":false}},"33696":{"*":{"id":"74856","name":"*","chunks":[],"async":false}},"34504":{"*":{"id":"52802","name":"*","chunks":[],"async":false}},"34554":{"*":{"id":"57972","name":"*","chunks":[],"async":false}},"35532":{"*":{"id":"93103","name":"*","chunks":[],"async":false}},"35843":{"*":{"id":"46997","name":"*","chunks":[],"async":false}},"36380":{"*":{"id":"25427","name":"*","chunks":[],"async":false}},"36877":{"*":{"id":"2762","name":"*","chunks":[],"async":false}},"38624":{"*":{"id":"80116","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"51080","name":"*","chunks":[],"async":false}},"45259":{"*":{"id":"42237","name":"*","chunks":[],"async":false}},"46838":{"*":{"id":"18716","name":"*","chunks":[],"async":false}},"47549":{"*":{"id":"51315","name":"*","chunks":[],"async":false}},"52021":{"*":{"id":"84207","name":"*","chunks":[],"async":false}},"52232":{"*":{"id":"24866","name":"*","chunks":[],"async":false}},"53523":{"*":{"id":"71529","name":"*","chunks":[],"async":false}},"54006":{"*":{"id":"94824","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"8376","name":"*","chunks":[],"async":false}},"56186":{"*":{"id":"51282","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"74625","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"41837","name":"*","chunks":[],"async":false}},"61897":{"*":{"id":"33351","name":"*","chunks":[],"async":false}},"62416":{"*":{"id":"41679","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"16385","name":"*","chunks":[],"async":false}},"64676":{"*":{"id":"92002","name":"*","chunks":[],"async":false}},"68555":{"*":{"id":"75309","name":"*","chunks":[],"async":false}},"69564":{"*":{"id":"76602","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"61186","name":"*","chunks":[],"async":false}},"75191":{"*":{"id":"74257","name":"*","chunks":[],"async":false}},"76258":{"*":{"id":"85677","name":"*","chunks":[],"async":false}},"76556":{"*":{"id":"93690","name":"*","chunks":[],"async":false}},"78533":{"*":{"id":"62952","name":"*","chunks":[],"async":false}},"79065":{"*":{"id":"9465","name":"*","chunks":[],"async":false}},"80385":{"*":{"id":"41983","name":"*","chunks":[],"async":false}},"81671":{"*":{"id":"65639","name":"*","chunks":[],"async":false}},"82270":{"*":{"id":"38642","name":"*","chunks":[],"async":false}},"87854":{"*":{"id":"68140","name":"*","chunks":[],"async":false}},"88459":{"*":{"id":"81955","name":"*","chunks":[],"async":false}},"88563":{"*":{"id":"14963","name":"*","chunks":[],"async":false}},"93275":{"*":{"id":"25605","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"6621","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"9718":{"*":{"id":"11162","name":"*","chunks":[],"async":false}},"27364":{"*":{"id":"88882","name":"*","chunks":[],"async":false}},"29534":{"*":{"id":"23838","name":"*","chunks":[],"async":false}},"44326":{"*":{"id":"26698","name":"*","chunks":[],"async":false}},"55732":{"*":{"id":"83466","name":"*","chunks":[],"async":false}},"60407":{"*":{"id":"12127","name":"*","chunks":[],"async":false}},"60989":{"*":{"id":"10903","name":"*","chunks":[],"async":false}},"63363":{"*":{"id":"88831","name":"*","chunks":[],"async":false}},"73782":{"*":{"id":"67448","name":"*","chunks":[],"async":false}},"94607":{"*":{"id":"2667","name":"*","chunks":[],"async":false}}}};
@@ -1 +1 @@
1
- <!DOCTYPE html><html lang="en" class="__variable_8b3a0b __variable_e896d9"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/eff119dd24f92093.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-3741bf0a7636d65e.js"/><script src="/_next/static/chunks/a7a8b010-58892db2f7d6ed53.js" async=""></script><script src="/_next/static/chunks/8724-fb5a98d16bfbb929.js" async=""></script><script src="/_next/static/chunks/main-app-7c3f773b984d0067.js" async=""></script><script src="/_next/static/chunks/app/error-dc3b2db3bdb5b34e.js" async=""></script><script src="/_next/static/chunks/3363-1c6e608bcc76c1b2.js" async=""></script><script src="/_next/static/chunks/8161-b09081c59130e8e5.js" async=""></script><script src="/_next/static/chunks/9782-279317e2e28c0db3.js" async=""></script><script src="/_next/static/chunks/8502-10b8c3517f2f6c63.js" async=""></script><script src="/_next/static/chunks/8983-88c9421a5f36c97c.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/page-9402fe2931216f4b.js" async=""></script><meta name="robots" content="noindex"/><title>Nodal-Agents</title><meta name="description" content="Multi-agent platform"/><script>(function(){try{var t=localStorage.getItem('nodal.theme');if(t!=='dark'&&t!=='light')t='light';document.documentElement.setAttribute('data-theme',t);}catch(e){document.documentElement.setAttribute('data-theme','light');}})();</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="flex min-h-screen w-full items-center justify-center bg-canvas px-4"><div class="text-center space-y-4"><h1 class="text-2xl font-bold text-ink">404 — Page not found</h1><p class="text-sm text-ink-3">This page doesn&#x27;t exist.</p><a class="inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors" href="/">Go to dashboard</a></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-3741bf0a7636d65e.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[29534,[],\"\"]\n3:I[16681,[\"8039\",\"static/chunks/app/error-dc3b2db3bdb5b34e.js\"],\"default\"]\n4:I[55732,[],\"\"]\n5:I[63363,[\"3363\",\"static/chunks/3363-1c6e608bcc76c1b2.js\",\"8161\",\"static/chunks/8161-b09081c59130e8e5.js\",\"9782\",\"static/chunks/9782-279317e2e28c0db3.js\",\"8502\",\"static/chunks/8502-10b8c3517f2f6c63.js\",\"8983\",\"static/chunks/8983-88c9421a5f36c97c.js\",\"1966\",\"static/chunks/app/(dashboard)/page-9402fe2931216f4b.js\"],\"\"]\n6:I[60407,[],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[60407,[],\"ViewportBoundary\"]\nc:I[60407,[],\"MetadataBoundary\"]\ne:I[73782,[],\"default\",1]\n:HL[\"/_next/static/css/eff119dd24f92093.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/css/eff119dd24f92093.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"__variable_8b3a0b __variable_e896d9\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var t=localStorage.getItem('nodal.theme');if(t!=='dark'\u0026\u0026t!=='light')t='light';document.documentElement.setAttribute('data-theme',t);}catch(e){document.documentElement.setAttribute('data-theme','light');}})();\"}}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$3\",\"errorStyles\":[],\"errorScripts\":[],\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen w-full items-center justify-center bg-canvas px-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center space-y-4\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-2xl font-bold text-ink\",\"children\":\"404 — Page not found\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-ink-3\",\"children\":\"This page doesn't exist.\"}],[\"$\",\"$L5\",null,{\"href\":\"/\",\"className\":\"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors\",\"children\":\"Go to dashboard\"}]]}]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",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\":[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen w-full items-center justify-center bg-canvas px-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center space-y-4\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-2xl font-bold text-ink\",\"children\":\"404 — Page not found\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-ink-3\",\"children\":\"This page doesn't exist.\"}],[\"$\",\"$L5\",null,{\"href\":\"/\",\"className\":\"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors\",\"children\":\"Go to dashboard\"}]]}]}],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\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"KFac7DQ7gdp9XPQ2bnb-2\"}\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\"}]]\n"])</script><script>self.__next_f.push([1,"8:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"Nodal-Agents\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Multi-agent platform\"}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html lang="en" class="__variable_8b3a0b __variable_e896d9"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="/_next/static/css/4d808b91d7b58fce.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-3741bf0a7636d65e.js"/><script src="/_next/static/chunks/a7a8b010-58892db2f7d6ed53.js" async=""></script><script src="/_next/static/chunks/8724-fb5a98d16bfbb929.js" async=""></script><script src="/_next/static/chunks/main-app-7c3f773b984d0067.js" async=""></script><script src="/_next/static/chunks/app/error-dc3b2db3bdb5b34e.js" async=""></script><script src="/_next/static/chunks/3363-1c6e608bcc76c1b2.js" async=""></script><script src="/_next/static/chunks/8161-b09081c59130e8e5.js" async=""></script><script src="/_next/static/chunks/9782-279317e2e28c0db3.js" async=""></script><script src="/_next/static/chunks/8502-10b8c3517f2f6c63.js" async=""></script><script src="/_next/static/chunks/8983-88c9421a5f36c97c.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js" async=""></script><meta name="robots" content="noindex"/><title>Nodal-Agents</title><meta name="description" content="Multi-agent platform"/><script>(function(){try{var t=localStorage.getItem('nodal.theme');if(t!=='dark'&&t!=='light')t='light';document.documentElement.setAttribute('data-theme',t);}catch(e){document.documentElement.setAttribute('data-theme','light');}})();</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div class="flex min-h-screen w-full items-center justify-center bg-canvas px-4"><div class="text-center space-y-4"><h1 class="text-2xl font-bold text-ink">404 — Page not found</h1><p class="text-sm text-ink-3">This page doesn&#x27;t exist.</p><a class="inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors" href="/">Go to dashboard</a></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-3741bf0a7636d65e.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[29534,[],\"\"]\n3:I[16681,[\"8039\",\"static/chunks/app/error-dc3b2db3bdb5b34e.js\"],\"default\"]\n4:I[55732,[],\"\"]\n5:I[63363,[\"3363\",\"static/chunks/3363-1c6e608bcc76c1b2.js\",\"8161\",\"static/chunks/8161-b09081c59130e8e5.js\",\"9782\",\"static/chunks/9782-279317e2e28c0db3.js\",\"8502\",\"static/chunks/8502-10b8c3517f2f6c63.js\",\"8983\",\"static/chunks/8983-88c9421a5f36c97c.js\",\"1966\",\"static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js\"],\"\"]\n6:I[60407,[],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[60407,[],\"ViewportBoundary\"]\nc:I[60407,[],\"MetadataBoundary\"]\ne:I[73782,[],\"default\",1]\n:HL[\"/_next/static/css/4d808b91d7b58fce.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/css/4d808b91d7b58fce.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"className\":\"__variable_8b3a0b __variable_e896d9\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"(function(){try{var t=localStorage.getItem('nodal.theme');if(t!=='dark'\u0026\u0026t!=='light')t='light';document.documentElement.setAttribute('data-theme',t);}catch(e){document.documentElement.setAttribute('data-theme','light');}})();\"}}]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$3\",\"errorStyles\":[],\"errorScripts\":[],\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen w-full items-center justify-center bg-canvas px-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center space-y-4\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-2xl font-bold text-ink\",\"children\":\"404 — Page not found\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-ink-3\",\"children\":\"This page doesn't exist.\"}],[\"$\",\"$L5\",null,{\"href\":\"/\",\"className\":\"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors\",\"children\":\"Go to dashboard\"}]]}]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",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\":[[\"$\",\"div\",null,{\"className\":\"flex min-h-screen w-full items-center justify-center bg-canvas px-4\",\"children\":[\"$\",\"div\",null,{\"className\":\"text-center space-y-4\",\"children\":[[\"$\",\"h1\",null,{\"className\":\"text-2xl font-bold text-ink\",\"children\":\"404 — Page not found\"}],[\"$\",\"p\",null,{\"className\":\"text-sm text-ink-3\",\"children\":\"This page doesn't exist.\"}],[\"$\",\"$L5\",null,{\"href\":\"/\",\"className\":\"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors\",\"children\":\"Go to dashboard\"}]]}]}],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\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"SgnP_MouhUmw0bBf-lUmD\"}\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\"}]]\n"])</script><script>self.__next_f.push([1,"8:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"Nodal-Agents\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Multi-agent platform\"}]]\n"])</script></body></html>
@@ -2,14 +2,14 @@
2
2
  2:I[29534,[],""]
3
3
  3:I[16681,["8039","static/chunks/app/error-dc3b2db3bdb5b34e.js"],"default"]
4
4
  4:I[55732,[],""]
5
- 5:I[63363,["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-9402fe2931216f4b.js"],""]
5
+ 5:I[63363,["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js"],""]
6
6
  6:I[60407,[],"OutletBoundary"]
7
7
  7:"$Sreact.suspense"
8
8
  a:I[60407,[],"ViewportBoundary"]
9
9
  c:I[60407,[],"MetadataBoundary"]
10
10
  e:I[73782,[],"default",1]
11
- :HL["/_next/static/css/eff119dd24f92093.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/css/eff119dd24f92093.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"__variable_8b3a0b __variable_e896d9","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem('nodal.theme');if(t!=='dark'&&t!=='light')t='light';document.documentElement.setAttribute('data-theme',t);}catch(e){document.documentElement.setAttribute('data-theme','light');}})();"}}]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex min-h-screen w-full items-center justify-center bg-canvas px-4","children":["$","div",null,{"className":"text-center space-y-4","children":[["$","h1",null,{"className":"text-2xl font-bold text-ink","children":"404 — Page not found"}],["$","p",null,{"className":"text-sm text-ink-3","children":"This page doesn't exist."}],["$","$L5",null,{"href":"/","className":"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors","children":"Go to dashboard"}]]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","div",null,{"className":"flex min-h-screen w-full items-center justify-center bg-canvas px-4","children":["$","div",null,{"className":"text-center space-y-4","children":[["$","h1",null,{"className":"text-2xl font-bold text-ink","children":"404 — Page not found"}],["$","p",null,{"className":"text-sm text-ink-3","children":"This page doesn't exist."}],["$","$L5",null,{"href":"/","className":"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors","children":"Go to dashboard"}]]}]}],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"}]}]}],null]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"KFac7DQ7gdp9XPQ2bnb-2"}
11
+ :HL["/_next/static/css/4d808b91d7b58fce.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/css/4d808b91d7b58fce.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"__variable_8b3a0b __variable_e896d9","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem('nodal.theme');if(t!=='dark'&&t!=='light')t='light';document.documentElement.setAttribute('data-theme',t);}catch(e){document.documentElement.setAttribute('data-theme','light');}})();"}}]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex min-h-screen w-full items-center justify-center bg-canvas px-4","children":["$","div",null,{"className":"text-center space-y-4","children":[["$","h1",null,{"className":"text-2xl font-bold text-ink","children":"404 — Page not found"}],["$","p",null,{"className":"text-sm text-ink-3","children":"This page doesn't exist."}],["$","$L5",null,{"href":"/","className":"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors","children":"Go to dashboard"}]]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","div",null,{"className":"flex min-h-screen w-full items-center justify-center bg-canvas px-4","children":["$","div",null,{"className":"text-center space-y-4","children":[["$","h1",null,{"className":"text-2xl font-bold text-ink","children":"404 — Page not found"}],["$","p",null,{"className":"text-sm text-ink-3","children":"This page doesn't exist."}],["$","$L5",null,{"href":"/","className":"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors","children":"Go to dashboard"}]]}]}],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"}]}]}],null]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"SgnP_MouhUmw0bBf-lUmD"}
13
13
  f:[]
14
14
  9:"$Wf"
15
15
  b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
@@ -2,14 +2,14 @@
2
2
  2:I[29534,[],""]
3
3
  3:I[16681,["8039","static/chunks/app/error-dc3b2db3bdb5b34e.js"],"default"]
4
4
  4:I[55732,[],""]
5
- 5:I[63363,["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-9402fe2931216f4b.js"],""]
5
+ 5:I[63363,["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js"],""]
6
6
  6:I[60407,[],"OutletBoundary"]
7
7
  7:"$Sreact.suspense"
8
8
  a:I[60407,[],"ViewportBoundary"]
9
9
  c:I[60407,[],"MetadataBoundary"]
10
10
  e:I[73782,[],"default",1]
11
- :HL["/_next/static/css/eff119dd24f92093.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/css/eff119dd24f92093.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"__variable_8b3a0b __variable_e896d9","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem('nodal.theme');if(t!=='dark'&&t!=='light')t='light';document.documentElement.setAttribute('data-theme',t);}catch(e){document.documentElement.setAttribute('data-theme','light');}})();"}}]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex min-h-screen w-full items-center justify-center bg-canvas px-4","children":["$","div",null,{"className":"text-center space-y-4","children":[["$","h1",null,{"className":"text-2xl font-bold text-ink","children":"404 — Page not found"}],["$","p",null,{"className":"text-sm text-ink-3","children":"This page doesn't exist."}],["$","$L5",null,{"href":"/","className":"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors","children":"Go to dashboard"}]]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","div",null,{"className":"flex min-h-screen w-full items-center justify-center bg-canvas px-4","children":["$","div",null,{"className":"text-center space-y-4","children":[["$","h1",null,{"className":"text-2xl font-bold text-ink","children":"404 — Page not found"}],["$","p",null,{"className":"text-sm text-ink-3","children":"This page doesn't exist."}],["$","$L5",null,{"href":"/","className":"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors","children":"Go to dashboard"}]]}]}],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"}]}]}],null]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"KFac7DQ7gdp9XPQ2bnb-2"}
11
+ :HL["/_next/static/css/4d808b91d7b58fce.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/css/4d808b91d7b58fce.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"__variable_8b3a0b __variable_e896d9","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem('nodal.theme');if(t!=='dark'&&t!=='light')t='light';document.documentElement.setAttribute('data-theme',t);}catch(e){document.documentElement.setAttribute('data-theme','light');}})();"}}]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[],"template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex min-h-screen w-full items-center justify-center bg-canvas px-4","children":["$","div",null,{"className":"text-center space-y-4","children":[["$","h1",null,{"className":"text-2xl font-bold text-ink","children":"404 — Page not found"}],["$","p",null,{"className":"text-sm text-ink-3","children":"This page doesn't exist."}],["$","$L5",null,{"href":"/","className":"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors","children":"Go to dashboard"}]]}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L2",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":[["$","div",null,{"className":"flex min-h-screen w-full items-center justify-center bg-canvas px-4","children":["$","div",null,{"className":"text-center space-y-4","children":[["$","h1",null,{"className":"text-2xl font-bold text-ink","children":"404 — Page not found"}],["$","p",null,{"className":"text-sm text-ink-3","children":"This page doesn't exist."}],["$","$L5",null,{"href":"/","className":"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors","children":"Go to dashboard"}]]}]}],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"}]}]}],null]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"SgnP_MouhUmw0bBf-lUmD"}
13
13
  f:[]
14
14
  9:"$Wf"
15
15
  b:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
@@ -2,4 +2,4 @@
2
2
  2:I[60407,[],"ViewportBoundary"]
3
3
  3:I[60407,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 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"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Nodal-Agents"}],["$","meta","1",{"name":"description","content":"Multi-agent platform"}]]}]}]}],null]}],"isPartial":false,"staleTime":180,"varyParams":null,"buildId":"KFac7DQ7gdp9XPQ2bnb-2"}
5
+ 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"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Nodal-Agents"}],["$","meta","1",{"name":"description","content":"Multi-agent platform"}]]}]}]}],null]}],"isPartial":false,"staleTime":180,"varyParams":null,"buildId":"SgnP_MouhUmw0bBf-lUmD"}
@@ -2,6 +2,6 @@
2
2
  2:I[29534,[],""]
3
3
  3:I[16681,["8039","static/chunks/app/error-dc3b2db3bdb5b34e.js"],"default"]
4
4
  4:I[55732,[],""]
5
- 5:I[63363,["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-9402fe2931216f4b.js"],""]
6
- :HL["/_next/static/css/eff119dd24f92093.css","style"]
7
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/eff119dd24f92093.css","precedence":"next"}]],["$","html",null,{"lang":"en","className":"__variable_8b3a0b __variable_e896d9","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem('nodal.theme');if(t!=='dark'&&t!=='light')t='light';document.documentElement.setAttribute('data-theme',t);}catch(e){document.documentElement.setAttribute('data-theme','light');}})();"}}]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[],"template":["$","$L4",null,{}],"notFound":[["$","div",null,{"className":"flex min-h-screen w-full items-center justify-center bg-canvas px-4","children":["$","div",null,{"className":"text-center space-y-4","children":[["$","h1",null,{"className":"text-2xl font-bold text-ink","children":"404 — Page not found"}],["$","p",null,{"className":"text-sm text-ink-3","children":"This page doesn't exist."}],["$","$L5",null,{"href":"/","className":"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors","children":"Go to dashboard"}]]}]}],[]]}]}]]}]]}],"isPartial":false,"staleTime":180,"varyParams":null,"buildId":"KFac7DQ7gdp9XPQ2bnb-2"}
5
+ 5:I[63363,["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js"],""]
6
+ :HL["/_next/static/css/4d808b91d7b58fce.css","style"]
7
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/4d808b91d7b58fce.css","precedence":"next"}]],["$","html",null,{"lang":"en","className":"__variable_8b3a0b __variable_e896d9","suppressHydrationWarning":true,"children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"(function(){try{var t=localStorage.getItem('nodal.theme');if(t!=='dark'&&t!=='light')t='light';document.documentElement.setAttribute('data-theme',t);}catch(e){document.documentElement.setAttribute('data-theme','light');}})();"}}]}],["$","body",null,{"children":["$","$L2",null,{"parallelRouterKey":"children","error":"$3","errorStyles":[],"errorScripts":[],"template":["$","$L4",null,{}],"notFound":[["$","div",null,{"className":"flex min-h-screen w-full items-center justify-center bg-canvas px-4","children":["$","div",null,{"className":"text-center space-y-4","children":[["$","h1",null,{"className":"text-2xl font-bold text-ink","children":"404 — Page not found"}],["$","p",null,{"className":"text-sm text-ink-3","children":"This page doesn't exist."}],["$","$L5",null,{"href":"/","className":"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors","children":"Go to dashboard"}]]}]}],[]]}]}]]}]]}],"isPartial":false,"staleTime":180,"varyParams":null,"buildId":"SgnP_MouhUmw0bBf-lUmD"}
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[63363,["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-9402fe2931216f4b.js"],""]
2
+ 2:I[63363,["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","9782","static/chunks/9782-279317e2e28c0db3.js","8502","static/chunks/8502-10b8c3517f2f6c63.js","8983","static/chunks/8983-88c9421a5f36c97c.js","1966","static/chunks/app/(dashboard)/page-3649204dd27a0ad0.js"],""]
3
3
  3:I[60407,[],"OutletBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 0:{"rsc":["$","$1","c",{"children":[["$","div",null,{"className":"flex min-h-screen w-full items-center justify-center bg-canvas px-4","children":["$","div",null,{"className":"text-center space-y-4","children":[["$","h1",null,{"className":"text-2xl font-bold text-ink","children":"404 — Page not found"}],["$","p",null,{"className":"text-sm text-ink-3","children":"This page doesn't exist."}],["$","$L2",null,{"href":"/","className":"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors","children":"Go to dashboard"}]]}]}],null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"isPartial":false,"staleTime":180,"varyParams":null,"buildId":"KFac7DQ7gdp9XPQ2bnb-2"}
5
+ 0:{"rsc":["$","$1","c",{"children":[["$","div",null,{"className":"flex min-h-screen w-full items-center justify-center bg-canvas px-4","children":["$","div",null,{"className":"text-center space-y-4","children":[["$","h1",null,{"className":"text-2xl font-bold text-ink","children":"404 — Page not found"}],["$","p",null,{"className":"text-sm text-ink-3","children":"This page doesn't exist."}],["$","$L2",null,{"href":"/","className":"inline-block rounded-lg bg-agent-vivid text-canvas px-4 py-2 text-sm font-semibold hover:bg-agent-vivid transition-colors","children":"Go to dashboard"}]]}]}],null,["$","$L3",null,{"children":["$","$4",null,{"name":"Next.MetadataOutlet","children":"$@5"}]}]]}],"isPartial":false,"staleTime":180,"varyParams":null,"buildId":"SgnP_MouhUmw0bBf-lUmD"}
6
6
  5:null
@@ -2,4 +2,4 @@
2
2
  2:I[29534,[],""]
3
3
  3:I[55732,[],""]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":180,"varyParams":"$W4","buildId":"KFac7DQ7gdp9XPQ2bnb-2"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":180,"varyParams":"$W4","buildId":"SgnP_MouhUmw0bBf-lUmD"}
@@ -1,2 +1,2 @@
1
- :HL["/_next/static/css/eff119dd24f92093.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":180,"buildId":"KFac7DQ7gdp9XPQ2bnb-2"}
1
+ :HL["/_next/static/css/4d808b91d7b58fce.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":180,"buildId":"SgnP_MouhUmw0bBf-lUmD"}
@@ -1 +1 @@
1
- "use strict";(()=>{var a={};a.id=3302,a.ids=[3302],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},6413:(a,b,c)=>{Object.defineProperty(b,"I",{enumerable:!0,get:function(){return g}});let d=c(13237),e=c(99104),f=c(9823);async function g(a,b,c,g){if((0,d.isNodeNextResponse)(b)){var h;b.statusCode=c.status,b.statusMessage=c.statusText;let d=["set-cookie","www-authenticate","proxy-authenticate","vary"];null==(h=c.headers)||h.forEach((a,c)=>{if("x-middleware-set-cookie"!==c.toLowerCase())if("set-cookie"===c.toLowerCase())for(let d of(0,f.splitCookiesString)(a))b.appendHeader(c,d);else{let e=void 0!==b.getHeader(c);(d.includes(c.toLowerCase())||!e)&&b.appendHeader(c,a)}});let{originalResponse:i}=b;c.body&&"HEAD"!==a.method?await (0,e.pipeToNodeResponse)(c.body,i,g):i.end()}}},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},21820:a=>{a.exports=require("os")},27910:a=>{a.exports=require("stream")},29021:a=>{a.exports=require("fs")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},34631:a=>{a.exports=require("tls")},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},48161:a=>{a.exports=require("node:os")},51455:a=>{a.exports=require("node:fs/promises")},55511:a=>{a.exports=require("crypto")},60328:(a,b,c)=>{a.exports=c(44870)},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},73024:a=>{a.exports=require("node:fs")},74998:a=>{a.exports=require("perf_hooks")},76760:a=>{a.exports=require("node:path")},77598:a=>{a.exports=require("node:crypto")},82550:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>G,patchFetch:()=>F,routeModule:()=>B,serverHooks:()=>E,workAsyncStorage:()=>C,workUnitAsyncStorage:()=>D});var d={};c.r(d),c.d(d,{GET:()=>z,POST:()=>A});var e=c(60328),f=c(55117),g=c(78332),h=c(71822),i=c(65044),j=c(24476),k=c(261),l=c(44834),m=c(33408),n=c(72320),o=c(57235),p=c(6413),q=c(9823),r=c(75009),s=c(2118),t=c(86439),u=c(44556),v=c(42112),w=c(95488);let x=null;function y(){return x||(x=(0,v.OH)((0,w.XK)().handler)),x}async function z(a){return y().GET(a)}async function A(a){return y().POST(a)}let B=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/auth/[...all]/route",pathname:"/api/auth/[...all]",filename:"route",bundlePath:"app/api/auth/[...all]/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\api\\auth\\[...all]\\route.ts",nextConfigOutput:"standalone",userland:d,...{}}),{workAsyncStorage:C,workUnitAsyncStorage:D,serverHooks:E}=B;function F(){return(0,g.patchFetch)({workAsyncStorage:C,workUnitAsyncStorage:D})}async function G(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),B.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/auth/[...all]/route";"/index"===d&&(d="/");let e=await B.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,deploymentId:v,params:w,nextConfig:x,parsedUrl:y,isDraftMode:z,prerenderManifest:A,routerServerContext:C,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=e,I=(0,k.normalizeAppPath)(d),J=!!(A.dynamicRoutes[I]||A.routes[F]),K=async()=>((null==C?void 0:C.render404)?await C.render404(a,b,y,!1):b.end("This page could not be found"),null);if(J&&!z){let a=!!A.routes[F],b=A.dynamicRoutes[I];if(b&&!1===b.fallback&&!a){if(x.adapterPath)return await K();throw new t.NoFallbackError}}let L=null;!J||B.isDev||z||(L="/index"===(L=F)?"/":L);let M=!0===B.isDev||!J,N=J&&!M;H&&G&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,i.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==C?void 0:C.isWrappedByNextServer),S=!!(0,h.getRequestMeta)(a,"minimalMode"),T=(0,h.getRequestMeta)(a,"incrementalCache")||await B.getIncrementalCache(a,x,A,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:w,previewProps:A.preview,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:M,incrementalCache:T,cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>B.onRequestError(a,b,d,e,C)},sharedContext:{buildId:g,deploymentId:v}},V=new l.NodeNextRequest(a),W=new l.NodeNextResponse(b),X=m.NextRequestAdapter.fromNodeNextRequest(V,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>B.handle(X,U).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${O} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${O} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!S&&D&&E&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=U.renderOpts.fetchMetrics;let h=U.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=U.renderOpts.collectedTags;if(!J)return await (0,p.I)(V,W,d,U.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:U.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await B.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),b}},k=await B.handleResponse({req:a,nextConfig:x,cacheKey:L,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",D?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),z&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return S&&J||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(V,W,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};R&&Q?await h(Q):(e=P.getActiveScopeSpan(),await P.withPropagatedContext(a.headers,()=>P.trace(n.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},h),void 0,!R))}catch(b){if(b instanceof t.NoFallbackError||await B.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),J)throw b;return await (0,p.I)(V,W,new Response(null,{status:500})),null}}},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},91645:a=>{a.exports=require("net")}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4674,8437,3154,4574],()=>b(b.s=82550));module.exports=c})();
1
+ "use strict";(()=>{var a={};a.id=3302,a.ids=[3302],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},6413:(a,b,c)=>{Object.defineProperty(b,"I",{enumerable:!0,get:function(){return g}});let d=c(13237),e=c(99104),f=c(9823);async function g(a,b,c,g){if((0,d.isNodeNextResponse)(b)){var h;b.statusCode=c.status,b.statusMessage=c.statusText;let d=["set-cookie","www-authenticate","proxy-authenticate","vary"];null==(h=c.headers)||h.forEach((a,c)=>{if("x-middleware-set-cookie"!==c.toLowerCase())if("set-cookie"===c.toLowerCase())for(let d of(0,f.splitCookiesString)(a))b.appendHeader(c,d);else{let e=void 0!==b.getHeader(c);(d.includes(c.toLowerCase())||!e)&&b.appendHeader(c,a)}});let{originalResponse:i}=b;c.body&&"HEAD"!==a.method?await (0,e.pipeToNodeResponse)(c.body,i,g):i.end()}}},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},21820:a=>{a.exports=require("os")},27910:a=>{a.exports=require("stream")},29021:a=>{a.exports=require("fs")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},34631:a=>{a.exports=require("tls")},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},48161:a=>{a.exports=require("node:os")},51455:a=>{a.exports=require("node:fs/promises")},55511:a=>{a.exports=require("crypto")},60328:(a,b,c)=>{a.exports=c(44870)},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},73024:a=>{a.exports=require("node:fs")},74998:a=>{a.exports=require("perf_hooks")},76760:a=>{a.exports=require("node:path")},77598:a=>{a.exports=require("node:crypto")},82550:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>G,patchFetch:()=>F,routeModule:()=>B,serverHooks:()=>E,workAsyncStorage:()=>C,workUnitAsyncStorage:()=>D});var d={};c.r(d),c.d(d,{GET:()=>z,POST:()=>A});var e=c(60328),f=c(55117),g=c(78332),h=c(71822),i=c(65044),j=c(24476),k=c(261),l=c(44834),m=c(33408),n=c(72320),o=c(57235),p=c(6413),q=c(9823),r=c(75009),s=c(2118),t=c(86439),u=c(44556),v=c(57638),w=c(95488);let x=null;function y(){return x||(x=(0,v.OH)((0,w.XK)().handler)),x}async function z(a){return y().GET(a)}async function A(a){return y().POST(a)}let B=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/auth/[...all]/route",pathname:"/api/auth/[...all]",filename:"route",bundlePath:"app/api/auth/[...all]/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\api\\auth\\[...all]\\route.ts",nextConfigOutput:"standalone",userland:d,...{}}),{workAsyncStorage:C,workUnitAsyncStorage:D,serverHooks:E}=B;function F(){return(0,g.patchFetch)({workAsyncStorage:C,workUnitAsyncStorage:D})}async function G(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),B.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/auth/[...all]/route";"/index"===d&&(d="/");let e=await B.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,deploymentId:v,params:w,nextConfig:x,parsedUrl:y,isDraftMode:z,prerenderManifest:A,routerServerContext:C,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=e,I=(0,k.normalizeAppPath)(d),J=!!(A.dynamicRoutes[I]||A.routes[F]),K=async()=>((null==C?void 0:C.render404)?await C.render404(a,b,y,!1):b.end("This page could not be found"),null);if(J&&!z){let a=!!A.routes[F],b=A.dynamicRoutes[I];if(b&&!1===b.fallback&&!a){if(x.adapterPath)return await K();throw new t.NoFallbackError}}let L=null;!J||B.isDev||z||(L="/index"===(L=F)?"/":L);let M=!0===B.isDev||!J,N=J&&!M;H&&G&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,i.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==C?void 0:C.isWrappedByNextServer),S=!!(0,h.getRequestMeta)(a,"minimalMode"),T=(0,h.getRequestMeta)(a,"incrementalCache")||await B.getIncrementalCache(a,x,A,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:w,previewProps:A.preview,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:M,incrementalCache:T,cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>B.onRequestError(a,b,d,e,C)},sharedContext:{buildId:g,deploymentId:v}},V=new l.NodeNextRequest(a),W=new l.NodeNextResponse(b),X=m.NextRequestAdapter.fromNodeNextRequest(V,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>B.handle(X,U).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${O} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${O} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!S&&D&&E&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=U.renderOpts.fetchMetrics;let h=U.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=U.renderOpts.collectedTags;if(!J)return await (0,p.I)(V,W,d,U.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:U.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await B.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),b}},k=await B.handleResponse({req:a,nextConfig:x,cacheKey:L,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:A,isRoutePPREnabled:!1,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",D?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),z&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return S&&J||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(V,W,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};R&&Q?await h(Q):(e=P.getActiveScopeSpan(),await P.withPropagatedContext(a.headers,()=>P.trace(n.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},h),void 0,!R))}catch(b){if(b instanceof t.NoFallbackError||await B.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),J)throw b;return await (0,p.I)(V,W,new Response(null,{status:500})),null}}},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},91645:a=>{a.exports=require("net")}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4674,8437,960,4574],()=>b(b.s=82550));module.exports=c})();