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
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/settings/root-context/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","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-6830cb9d49ad261f.js","4964","static/chunks/4964-08171c654e41b0a4.js","1670","static/chunks/app/(dashboard)/settings/page-995662f10ebff365.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","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-6830cb9d49ad261f.js","4964","static/chunks/4964-08171c654e41b0a4.js","1670","static/chunks/app/(dashboard)/settings/page-995662f10ebff365.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","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-6830cb9d49ad261f.js","4964","static/chunks/4964-08171c654e41b0a4.js","1670","static/chunks/app/(dashboard)/settings/page-995662f10ebff365.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":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-6830cb9d49ad261f.js","4964","static/chunks/4964-08171c654e41b0a4.js","1670","static/chunks/app/(dashboard)/settings/page-995662f10ebff365.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\LanCommandYoloSection.tsx":{"id":96470,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-6830cb9d49ad261f.js","4964","static/chunks/4964-08171c654e41b0a4.js","1670","static/chunks/app/(dashboard)/settings/page-995662f10ebff365.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\NetworkForm.tsx":{"id":28136,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-6830cb9d49ad261f.js","4964","static/chunks/4964-08171c654e41b0a4.js","1670","static/chunks/app/(dashboard)/settings/page-995662f10ebff365.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\RootAgentSection.tsx":{"id":61897,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-6830cb9d49ad261f.js","4964","static/chunks/4964-08171c654e41b0a4.js","1670","static/chunks/app/(dashboard)/settings/page-995662f10ebff365.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\SecurityForm.tsx":{"id":35762,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-6830cb9d49ad261f.js","4964","static/chunks/4964-08171c654e41b0a4.js","1670","static/chunks/app/(dashboard)/settings/page-995662f10ebff365.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\TimezoneForm.tsx":{"id":54006,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-6830cb9d49ad261f.js","4964","static/chunks/4964-08171c654e41b0a4.js","1670","static/chunks/app/(dashboard)/settings/page-995662f10ebff365.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\WorkspacesSection.tsx":{"id":96404,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-6830cb9d49ad261f.js","4964","static/chunks/4964-08171c654e41b0a4.js","1670","static/chunks/app/(dashboard)/settings/page-995662f10ebff365.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\CopyablePath.tsx":{"id":81671,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-6830cb9d49ad261f.js","4964","static/chunks/4964-08171c654e41b0a4.js","1670","static/chunks/app/(dashboard)/settings/page-995662f10ebff365.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\root-context\\RootContextClient.tsx":{"id":59713,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","2945","static/chunks/app/(dashboard)/settings/root-context/page-785b6ce3e4c5890b.js"],"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\\(dashboard)\\settings\\page":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\root-context\\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["/(dashboard)/settings/root-context/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","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-177f6ca2f15ff703.js","4964","static/chunks/4964-c6711d3d479b6085.js","1670","static/chunks/app/(dashboard)/settings/page-1cab404d2eccfd80.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","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-177f6ca2f15ff703.js","4964","static/chunks/4964-c6711d3d479b6085.js","1670","static/chunks/app/(dashboard)/settings/page-1cab404d2eccfd80.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","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-177f6ca2f15ff703.js","4964","static/chunks/4964-c6711d3d479b6085.js","1670","static/chunks/app/(dashboard)/settings/page-1cab404d2eccfd80.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":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","2945","static/chunks/app/(dashboard)/settings/root-context/page-b5898c5444f88c9a.js"],"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":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-177f6ca2f15ff703.js","4964","static/chunks/4964-c6711d3d479b6085.js","1670","static/chunks/app/(dashboard)/settings/page-1cab404d2eccfd80.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\LanCommandYoloSection.tsx":{"id":29593,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-177f6ca2f15ff703.js","4964","static/chunks/4964-c6711d3d479b6085.js","1670","static/chunks/app/(dashboard)/settings/page-1cab404d2eccfd80.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\NetworkForm.tsx":{"id":80385,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-177f6ca2f15ff703.js","4964","static/chunks/4964-c6711d3d479b6085.js","1670","static/chunks/app/(dashboard)/settings/page-1cab404d2eccfd80.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\RootAgentSection.tsx":{"id":61897,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-177f6ca2f15ff703.js","4964","static/chunks/4964-c6711d3d479b6085.js","1670","static/chunks/app/(dashboard)/settings/page-1cab404d2eccfd80.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\SecurityForm.tsx":{"id":62416,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-177f6ca2f15ff703.js","4964","static/chunks/4964-c6711d3d479b6085.js","1670","static/chunks/app/(dashboard)/settings/page-1cab404d2eccfd80.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\TimezoneForm.tsx":{"id":54006,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-177f6ca2f15ff703.js","4964","static/chunks/4964-c6711d3d479b6085.js","1670","static/chunks/app/(dashboard)/settings/page-1cab404d2eccfd80.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\WorkspacesSection.tsx":{"id":87854,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-177f6ca2f15ff703.js","4964","static/chunks/4964-c6711d3d479b6085.js","1670","static/chunks/app/(dashboard)/settings/page-1cab404d2eccfd80.js"],"async":false},"D:\\APPS\\NodalAI\\apps\\web\\src\\components\\ui\\CopyablePath.tsx":{"id":81671,"name":"*","chunks":["3363","static/chunks/3363-1c6e608bcc76c1b2.js","8161","static/chunks/8161-b09081c59130e8e5.js","7424","static/chunks/7424-974350c1c75fafc8.js","9836","static/chunks/9836-177f6ca2f15ff703.js","4964","static/chunks/4964-c6711d3d479b6085.js","1670","static/chunks/app/(dashboard)/settings/page-1cab404d2eccfd80.js"],"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\\(dashboard)\\settings\\page":[],"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\settings\\root-context\\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,2 +1,2 @@
1
- (()=>{var a={};a.id=694,a.ids=[694],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1708:a=>{"use strict";a.exports=require("node:process")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},11997:a=>{"use strict";a.exports=require("punycode")},17393:a=>{"use strict";a.exports=require("mammoth")},17891:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/get-segment-param")},18772:(a,b,c)=>{Promise.resolve().then(c.bind(c,93103)),Promise.resolve().then(c.bind(c,14963)),Promise.resolve().then(c.bind(c,92002)),Promise.resolve().then(c.bind(c,88866)),Promise.resolve().then(c.t.bind(c,16385,23))},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},19199:a=>{"use strict";a.exports=require("@mendable/firecrawl-js")},20416:a=>{"use strict";a.exports=require("pdf-parse")},21820:a=>{"use strict";a.exports=require("os")},23350:(a,b,c)=>{"use strict";c.d(b,{default:()=>m});var d=c(10476),e=c(64565),f=c(12418),g=c(48082),h=c(47092);let i=(0,h.createServerReference)("400fca191a94e63b7e7b8a3b20ca1d1efe13175b6c",h.callServer,void 0,h.findSourceMapURL,"resetSkillToDefaultAction");var j=c(57185);let k=(0,h.createServerReference)("4098fedc9bccfcb345d86e07ffcbc1fe5cb0db9aab",h.callServer,void 0,h.findSourceMapURL,"createSkillAction");var l=c(81850);function m(a){let b="edit"===a.mode,c=(0,f.useRouter)(),[h,m]=(0,e.useState)(b||!0===a.defaultOpen),[n,o]=(0,e.useTransition)(),[p,q]=(0,e.useState)(!1),r=b&&!0===a.initial.contentOverridden&&null!==a.initial.defaultContent;if(!h)return(0,d.jsx)("button",{type:"button",onClick:()=>m(!0),className:"px-4 py-2 text-sm font-medium bg-ink text-canvas rounded-lg hover:brightness-[0.92]",children:"+ New skill"});let s=b?a.initial:void 0;return(0,d.jsxs)("form",{onSubmit:function(d){d.preventDefault();let e=d.currentTarget,f=new FormData(e);if(b&&"edit"===a.mode){let b={id:a.initial.id,name:f.get("name"),content:f.get("content"),description:f.get("description")||void 0};o(async()=>{let a=await (0,j.R)(b);a.ok?(g.oR.success("Skill updated"),c.push("/skills")):g.oR.error(a.message)})}else o(async()=>{let a=await k({slug:f.get("slug"),name:f.get("name"),content:f.get("content"),description:f.get("description")||void 0});a.ok?(g.oR.success("Skill created"),e.reset(),m(!1)):g.oR.error(a.message)})},className:"bg-paper border border-rule-2 rounded-xl p-5 space-y-3",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between gap-2",children:[(0,d.jsx)("h3",{className:"text-sm font-semibold text-ink",children:b?"Edit skill":"New skill"}),r&&(0,d.jsx)("button",{type:"button",onClick:()=>q(!0),disabled:n,title:"Restore the catalog default content for this skill",className:"text-xs px-2.5 py-1 rounded border border-warn/30 text-warn hover:bg-warn-bg transition-colors disabled:opacity-50",children:"Reset to default"})]}),(0,d.jsx)(l.A,{open:p,title:"Reset skill to default?",message:"Your customised instructions will be replaced with the catalog default shipped with NodalAI. This cannot be undone.",confirmLabel:"Reset",cancelLabel:"Cancel",destructive:!0,onConfirm:function(){if(!b)return;let d=a.initial.id;q(!1),o(async()=>{let a=await i(d);a.ok?(g.oR.success("Skill reset to default"),c.refresh()):g.oR.error(a.message)})},onCancel:()=>q(!1)}),(0,d.jsxs)("div",{className:"grid grid-cols-2 gap-3",children:[(0,d.jsxs)("div",{children:[(0,d.jsxs)("label",{className:"block text-xs text-ink-3 mb-1",htmlFor:"skill-slug",children:["Slug ",b&&(0,d.jsx)("span",{className:"text-ink-4",children:"(stable — not editable)"})]}),(0,d.jsx)("input",{id:"skill-slug",name:"slug",required:!b,readOnly:b,disabled:b,pattern:b?void 0:"[a-z0-9\\-]+",placeholder:"my-skill",defaultValue:s?.slug,title:b?"Slug is a stable identifier and cannot be changed":void 0,className:b?"w-full bg-hover border border-rule rounded-md px-2 py-1.5 text-sm text-ink-3 cursor-not-allowed font-mono":"w-full bg-hover border border-rule rounded-md px-2 py-1.5 text-sm text-ink placeholder:text-ink-4 focus:border-ink-3 focus:outline-none font-mono"})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"block text-xs text-ink-3 mb-1",htmlFor:"skill-name",children:"Name"}),(0,d.jsx)("input",{id:"skill-name",name:"name",required:!0,placeholder:"My Skill",defaultValue:s?.name,className:"w-full bg-hover border border-rule rounded-md px-2 py-1.5 text-sm text-ink placeholder:text-ink-4 focus:border-ink-3 focus:outline-none"})]})]}),(0,d.jsxs)("div",{children:[(0,d.jsxs)("label",{className:"block text-xs text-ink-3 mb-1",htmlFor:"skill-description",children:["Description ",(0,d.jsx)("span",{className:"text-ink-4",children:"(optional)"})]}),(0,d.jsx)("input",{id:"skill-description",name:"description",maxLength:500,placeholder:"What does this skill teach the agent?",defaultValue:s?.description??"",className:"w-full bg-hover border border-rule rounded-md px-2 py-1.5 text-sm text-ink placeholder:text-ink-4 focus:border-ink-3 focus:outline-none"})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"block text-xs text-ink-3 mb-1",htmlFor:"skill-content",children:"Instructions"}),(0,d.jsx)("textarea",{id:"skill-content",name:"content",required:!0,rows:18,placeholder:"Step-by-step instructions or context the agent gets when this skill is enabled.",defaultValue:s?.content,className:"w-full bg-hover border border-rule rounded-md px-3 py-2 text-sm leading-relaxed text-ink placeholder:text-ink-4 focus:border-ink-3 focus:outline-none resize-y min-h-[440px]"})]}),(0,d.jsxs)("div",{className:"flex gap-2 pt-1",children:[(0,d.jsx)("button",{type:"submit",disabled:n,className:"px-4 py-2 text-sm font-semibold bg-ink text-canvas rounded-md hover:brightness-[0.92] disabled:opacity-50",children:n?b?"Saving…":"Creating…":b?"Save changes":"Create skill"}),(0,d.jsx)("button",{type:"button",onClick:()=>b?c.push("/skills"):m(!1),className:"px-4 py-2 text-sm font-medium border border-rule text-ink-3 rounded-md hover:border-rule",children:"Cancel"})]})]})}},25459:a=>{"use strict";a.exports=require("apify-client")},26040:a=>{"use strict";a.exports=require("pdfjs-dist")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},27336:(a,b,c)=>{"use strict";c.d(b,{A:()=>f});var d=c(99386),e=c(81487);function f({title:a,subtitle:b,toolbar:c,children:g,fluid:h=!1,bodyClassName:i=""}){return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(e.A,{title:a,subtitle:b}),(0,d.jsxs)("div",{className:`px-5 pt-6 pb-10 sm:px-8 lg:px-9 ${h?"":"max-w-6xl"} ${i}`,children:[c&&(0,d.jsx)("div",{className:"mb-5",children:c}),g]})]})}},27910:a=>{"use strict";a.exports=require("stream")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31421:a=>{"use strict";a.exports=require("node:child_process")},33873:a=>{"use strict";a.exports=require("path")},34631:a=>{"use strict";a.exports=require("tls")},38418:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>l,dynamic:()=>k});var d=c(99386),e=c(85598),f=c.n(e),g=c(95809),h=c(50798),i=c(27336),j=c(93103);let k="force-dynamic";async function l({params:a}){let{id:b}=await a,c=await (0,h.cu)(b);return c.ok&&c.data||(0,g.notFound)(),(0,d.jsx)(i.A,{title:"Edit skill",subtitle:c.data.name,children:(0,d.jsxs)("div",{className:"space-y-6",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)(f(),{href:"/skills",className:"text-xs text-ink-3 hover:text-ink-2 transition-colors",children:"← Skills"}),(0,d.jsx)("p",{className:"text-sm text-ink-3 mt-2",children:"Changes apply to the next LLM call that uses this skill — no cache invalidation needed."})]}),(0,d.jsx)("div",{className:"bg-paper border border-rule-2 rounded-xl p-6",children:(0,d.jsx)(j.default,{mode:"edit",initial:c.data})})]})})}},38496:a=>{"use strict";a.exports=require("@notionhq/client")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},43845:a=>{"use strict";a.exports=require("@tavily/core")},43954:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/interception-routes")},44708:a=>{"use strict";a.exports=require("node:https")},48161:a=>{"use strict";a.exports=require("node:os")},51455:a=>{"use strict";a.exports=require("node:fs/promises")},55511:a=>{"use strict";a.exports=require("crypto")},55591:a=>{"use strict";a.exports=require("https")},57075:a=>{"use strict";a.exports=require("node:stream")},57185:(a,b,c)=>{"use strict";c.d(b,{R:()=>e});var d=c(47092);let e=(0,d.createServerReference)("40b5a729e2b6d64e9e74b17ca364f38200ee022bc5",d.callServer,void 0,d.findSourceMapURL,"updateSkillAction")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},63850:a=>{"use strict";a.exports=require("googleapis")},70722:a=>{"use strict";a.exports=require("next/dist/shared/lib/invariant-error")},71508:(a,b,c)=>{Promise.resolve().then(c.bind(c,23350)),Promise.resolve().then(c.bind(c,35245)),Promise.resolve().then(c.bind(c,3808)),Promise.resolve().then(c.bind(c,43136)),Promise.resolve().then(c.t.bind(c,88831,23))},73024:a=>{"use strict";a.exports=require("node:fs")},73136:a=>{"use strict";a.exports=require("node:url")},73566:a=>{"use strict";a.exports=require("worker_threads")},74075:a=>{"use strict";a.exports=require("zlib")},74998:a=>{"use strict";a.exports=require("perf_hooks")},76760:a=>{"use strict";a.exports=require("node:path")},77068:a=>{"use strict";a.exports=require("next/dist/shared/lib/size-limit")},77598:a=>{"use strict";a.exports=require("node:crypto")},78608:a=>{"use strict";a.exports=require("exceljs")},79428:a=>{"use strict";a.exports=require("buffer")},79551:a=>{"use strict";a.exports=require("url")},79646:a=>{"use strict";a.exports=require("child_process")},79748:a=>{"use strict";a.exports=require("fs/promises")},81630:a=>{"use strict";a.exports=require("http")},81850:(a,b,c)=>{"use strict";c.d(b,{A:()=>g});var d=c(10476),e=c(64565),f=c(90424);function g({open:a,title:b,message:c,confirmLabel:h="Confirm",cancelLabel:i="Cancel",destructive:j=!0,onConfirm:k,onCancel:l}){let m=(0,e.useRef)(null),[n,o]=(0,e.useState)(!1);return a&&n?(0,f.createPortal)((0,d.jsxs)("div",{role:"dialog","aria-modal":"true","aria-labelledby":"confirm-dialog-title",className:"fixed inset-0 z-50 flex items-center justify-center px-4 text-left",children:[(0,d.jsx)("div",{className:"absolute inset-0 bg-black/60 backdrop-blur-sm",onClick:l,"aria-hidden":"true"}),(0,d.jsxs)("div",{className:"relative bg-paper border border-rule-2 rounded-xl p-6 max-w-md w-full shadow-2xl",children:[(0,d.jsx)("h2",{id:"confirm-dialog-title",className:"text-base font-semibold text-ink",children:b}),c&&(0,d.jsx)("p",{className:"mt-2 text-sm text-ink-3 leading-relaxed",children:c}),(0,d.jsxs)("div",{className:"mt-6 flex justify-end gap-2",children:[(0,d.jsx)("button",{ref:m,type:"button",onClick:l,className:"px-4 py-2 text-sm font-medium border border-rule text-ink-2 rounded-lg hover:border-rule hover:text-ink transition-colors",children:i}),(0,d.jsx)("button",{type:"button",onClick:k,className:`px-4 py-2 text-sm font-semibold rounded-lg transition-colors ${j?"bg-err hover:brightness-[0.94] text-ink":"bg-ink hover:brightness-[0.92] text-canvas"}`,children:h})]})]})]}),document.body):null}},82644:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>O,handler:()=>Q,routeModule:()=>P});var d=c(37610),e=c(55117),f=c(57235),g=c(65044),h=c(71822),i=c(72320),j=c(60447),k=c(51932),l=c(44834),m=c(95752),n=c(75118),o=c(74722),p=c(24476),q=c(41309),r=c(261),s=c(36805),t=c(78026),u=c(26713),v=c(44556),w=c(21517),x=c(96113),y=c(2118),z=c(77274),A=c(94390),B=c(88158),C=c(86439),D=c(77068),E=c(16158),F=c(61826),G=c(33818),H=c(32179),I=c(70722),J=c(55006),K=c(43954),L=c(17891),M={};for(let a in G)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(M[a]=()=>G[a]);c.d(b,M);let N={children:["",{children:["(dashboard)",{children:["skills",{children:["[id]",{children:["edit",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,38418)),"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\[id]\\edit\\page.tsx"]}]},{"global-error":[()=>Promise.resolve().then(c.t.bind(c,61186,23)),"next/dist/client/components/builtin/global-error.js"]},[]]},{"global-error":[()=>Promise.resolve().then(c.t.bind(c,61186,23)),"next/dist/client/components/builtin/global-error.js"]},["new"]]},{"global-error":[()=>Promise.resolve().then(c.t.bind(c,61186,23)),"next/dist/client/components/builtin/global-error.js"]},[]]},{layout:[()=>Promise.resolve().then(c.bind(c,36770)),"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,61186,23)),"next/dist/client/components/builtin/global-error.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,17933,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,42992,23)),"next/dist/client/components/builtin/unauthorized.js"]},[]]},{layout:[()=>Promise.resolve().then(c.bind(c,70615)),"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\layout.tsx"],error:[()=>Promise.resolve().then(c.bind(c,84327)),"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\error.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,61186,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.bind(c,49269)),"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\not-found.tsx"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,17933,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,42992,23)),"next/dist/client/components/builtin/unauthorized.js"]},[]]}.children,O={require:c,loadChunk:()=>Promise.resolve()},P=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/(dashboard)/skills/[id]/edit/page",pathname:"/skills/[id]/edit",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:N},distDir:".next",relativeProjectDir:""});async function Q(a,b,d){var M,R,S,T,U;d.requestMeta&&(0,h.setRequestMeta)(a,d.requestMeta),P.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let V=!!(0,h.getRequestMeta)(a,"minimalMode"),W="/(dashboard)/skills/[id]/edit/page";"/index"===W&&(W="/");let X=await P.prepare(a,b,{srcPage:W,multiZoneDraftMode:!1});if(!X)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:Y,query:Z,params:$,pageIsDynamic:_,buildManifest:aa,nextFontManifest:ab,reactLoadableManifest:ac,serverActionsManifest:ad,clientReferenceManifest:ae,subresourceIntegrityManifest:af,prerenderManifest:ag,isDraftMode:ah,resolvedPathname:ai,revalidateOnlyGenerated:aj,routerServerContext:ak,nextConfig:al,parsedUrl:am,interceptionRoutePatterns:an,deploymentId:ao,clientAssetToken:ap}=X,aq=(0,r.normalizeAppPath)(W),{isOnDemandRevalidate:ar}=X,as=al.experimental.ppr&&!al.cacheComponents&&(0,K.isInterceptionRouteAppPath)(ai)?null:P.match(ai,ag),at=(null==as?void 0:as.route)??null,au=!!ag.routes[ai],av=a.headers["user-agent"]||"",aw=(0,u.getBotType)(av),ax=(0,q.isHtmlBotRequest)(a),ay=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],az=(0,h.getRequestMeta)(a,"isRSCRequest")??(0,n.f)(a.headers[t.RSC_HEADER]),aA=(0,s.getIsPossibleServerAction)(a),aB=(0,m.checkIsAppPPREnabled)(al.experimental.ppr),aC=a.headers[y.NEXT_RESUME_STATE_LENGTH_HEADER];if(!(0,h.getRequestMeta)(a,"postponed")&&V&&aB&&aA&&aC&&"string"==typeof aC){let e=parseInt(aC,10),{maxPostponedStateSize:f,maxPostponedStateSizeBytes:g}=(0,E.getMaxPostponedStateSize)(al.experimental.maxPostponedStateSize);if(!isNaN(e)&&e>0){if(e>g)return b.statusCode=413,b.end((0,E.getPostponedStateExceededErrorMessage)(f)),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let i="1 MB",j=(null==(U=al.experimental.serverActions)?void 0:U.bodySizeLimit)??i,k=e+(j!==i?c(27323).parse(j):1048576),l=await (0,E.readBodyWithSizeLimit)(a,k);if(null===l)return b.statusCode=413,b.end("Request body exceeded limit. To configure the body size limit for Server Actions, see: https://nextjs.org/docs/app/api-reference/next-config-js/serverActions#bodysizelimit"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;if(l.length>=e){let b=l.subarray(0,e).toString("utf8");(0,h.addRequestMeta)(a,"postponed",b);let c=l.subarray(e);(0,h.addRequestMeta)(a,"actionBody",c)}else throw Object.defineProperty(Error(`invariant: expected ${e} bytes of postponed state but only received ${l.length} bytes`),"__NEXT_ERROR_CODE",{value:"E979",enumerable:!1,configurable:!0})}}if(!(0,h.getRequestMeta)(a,"postponed")&&aB&&"1"===a.headers[y.NEXT_RESUME_HEADER]&&"POST"===a.method){let{maxPostponedStateSize:c,maxPostponedStateSizeBytes:e}=(0,E.getMaxPostponedStateSize)(al.experimental.maxPostponedStateSize),f=await (0,E.readBodyWithSizeLimit)(a,e);if(null===f)return b.statusCode=413,b.end((0,E.getPostponedStateExceededErrorMessage)(c)),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let g=f.toString("utf8");(0,h.addRequestMeta)(a,"postponed",g)}let aD=!0===P.isDev||!0===al.experimental.exposeTestingApiInProductionBuild,aE=aD&&("1"===a.headers[t.NEXT_INSTANT_PREFETCH_HEADER]||!(0,n.f)(a.headers[t.RSC_HEADER])&&"string"==typeof a.headers.cookie&&a.headers.cookie.includes(t.NEXT_INSTANT_TEST_COOKIE+"=")),aF=(aB||aE)&&((null==(M=ag.routes[aq]??ag.dynamicRoutes[aq])?void 0:M.renderingMode)==="PARTIALLY_STATIC"||aE&&(aD||(null==ak?void 0:ak.experimentalTestProxy)===!0)),aG=aE&&aF,aH=aG&&!0===P.isDev,aI=!1,aJ=aF?(0,h.getRequestMeta)(a,"postponed"):void 0,aK=null==(R=ag.routes[ai])?void 0:R.prefetchDataRoute,aL=aF&&az&&!ay&&!aK;V&&(aL=aL&&!!aJ);let aM=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),aN=(!aw||!aF)&&(!av||(0,q.shouldServeStreamingMetadata)(av,al.htmlLimitedBots)),aO=!!((at||au||ag.routes[aq])&&!(aw&&aF)),aP=aF&&!0===al.cacheComponents,aQ=!0===P.isDev||!aO||"string"==typeof aJ||(aP&&(0,h.getRequestMeta)(a,"onCacheEntryV2")?aL&&!V:aL),aR=!!aw&&aF,aS=(null==at?void 0:at.remainingPrerenderableParams)??[],aT=(null==at?void 0:at.fallback)===null&&((null==(S=at.fallbackRootParams)?void 0:S.length)??0)>0,aU=null;if(!ah&&aO&&!aQ&&!aA&&!aJ&&!aL){let a=as?"string"==typeof(null==at?void 0:at.fallback)?at.fallback:as.source:null;if(!0===al.experimental.partialFallbacks&&a&&(null==at?void 0:at.fallbackRouteParams)&&!aT){if(aS.length>0){let b,c=(b=new Map(aS.map(a=>[a.paramName,a])),a.split("/").map(a=>{let c=(0,L.getSegmentParam)(a);if(!c)return a;let d=b.get(c.paramName);if(!d)return a;let e=null==$?void 0:$[d.paramName];if(!e)return a;let f=Array.isArray(e)?e.map(a=>encodeURIComponent(a)).join("/"):encodeURIComponent(e);return a.replace((0,o.buildDynamicSegmentPlaceholder)(d),f)}).join("/")||"/");aU=c!==a?c:null}}else aU=ai}let aV=aU;!aV&&(P.isDev||aO&&_&&(null==at?void 0:at.fallbackRouteParams)&&!aA)&&(aV=ai),P.isDev||ah||!aO||!az||aL||(0,k.d)(a.headers);let aW={...G,tree:N,handler:Q,routeModule:P,__next_app__:O};ad&&ae&&(0,p.setManifestsSingleton)({page:W,clientReferenceManifest:ae,serverActionsManifest:ad});let aX=a.method||"GET",aY=(0,g.getTracer)(),aZ=aY.getActiveScopeSpan(),a$=!!(null==ak?void 0:ak.isWrappedByNextServer),a_=!0===al.experimental.partialFallbacks&&aS.length>0?(null==at||null==(T=at.fallbackRouteParams)?void 0:T.filter(a=>!aS.some(b=>b.paramName===a.paramName)))??[]:[],a0=async()=>((null==ak?void 0:ak.render404)?await ak.render404(a,b,am,!1):b.end("This page could not be found"),null);try{let k,m=P.getVaryHeader(ai,an);b.setHeader("Vary",m);let n=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return P.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let a=aY.getRootSpanAttributes();if(!a)return;if(a.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${a.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let d=a.get("next.route");if(d){let a=`${aX} ${d}`;c.setAttributes({"next.route":d,"http.route":d,"next.span_name":a}),c.updateName(a),k&&k!==c&&(k.setAttribute("http.route",d),k.updateName(a))}else c.updateName(`${aX} ${W}`)})},p=(0,h.getRequestMeta)(a,"incrementalCache")||await P.getIncrementalCache(a,al,ag,V);null==p||p.resetRequestCache(),globalThis.__incrementalCache=p;let q=async({span:e,postponed:f,fallbackRouteParams:g,forceStaticRender:i})=>{let k={query:Z,params:$,page:aq,sharedContext:{buildId:Y,deploymentId:ao,clientAssetToken:ap},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aW,Component:(0,j.T)(aW),params:$,routeModule:P,page:W,postponed:f,shouldWaitOnAllReady:aR,serveStreamingMetadata:aN,supportsDynamicResponse:"string"==typeof f||aQ,buildManifest:aa,nextFontManifest:ab,reactLoadableManifest:ac,subresourceIntegrityManifest:af,setCacheStatus:null==ak?void 0:ak.setCacheStatus,setIsrStatus:null==ak?void 0:ak.setIsrStatus,setReactDebugChannel:null==ak?void 0:ak.setReactDebugChannel,sendErrorsToBrowser:null==ak?void 0:ak.sendErrorsToBrowser,dir:c(33873).join(process.cwd(),P.relativeProjectDir),isDraftMode:ah,botType:aw,isOnDemandRevalidate:ar,isPossibleServerAction:aA,assetPrefix:al.assetPrefix,nextConfigOutput:al.output,crossOrigin:al.crossOrigin,trailingSlash:al.trailingSlash,images:al.images,previewProps:ag.preview,enableTainting:al.experimental.taint,htmlLimitedBots:al.htmlLimitedBots,reactMaxHeadersLength:al.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:p,cacheLifeProfiles:al.cacheLife,basePath:al.basePath,serverActions:al.experimental.serverActions,logServerFunctions:"object"==typeof al.logging&&!!al.logging.serverFunctions,...aG||aH||aI?{isBuildTimePrerendering:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isDebugDynamicAccesses:aH}:{},cacheComponents:!!al.cacheComponents,experimental:{isRoutePPREnabled:aF,expireTime:al.expireTime,staleTimes:al.experimental.staleTimes,dynamicOnHover:!!al.experimental.dynamicOnHover,optimisticRouting:!!al.experimental.optimisticRouting,inlineCss:!!al.experimental.inlineCss,prefetchInlining:al.experimental.prefetchInlining??!1,authInterrupts:!!al.experimental.authInterrupts,cachedNavigations:!!al.experimental.cachedNavigations,clientTraceMetadata:al.experimental.clientTraceMetadata||[],clientParamParsingOrigins:al.experimental.clientParamParsingOrigins,maxPostponedStateSizeBytes:(0,D.parseMaxPostponedStateSize)(al.experimental.maxPostponedStateSize)},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d,e)=>P.onRequestError(a,b,d,e,ak),err:(0,h.getRequestMeta)(a,"invokeError")}};i&&(k.renderOpts.supportsDynamicResponse=!1);let l=await n(e,k),{metadata:m}=l,{cacheControl:o,headers:q={},fetchTags:r,fetchMetrics:s}=m;if(r&&(q[y.NEXT_CACHE_TAGS_HEADER]=r),a.fetchMetrics=s,aO&&(null==o?void 0:o.revalidate)===0&&!P.isDev&&!aF){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${ai}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
- see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:q,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:o}},r=async({hasResolved:c,previousCacheEntry:g,isRevalidating:i,span:j,forceStaticRender:k=!1})=>{let l=!1===P.isDev,m=c||b.writableEnded;try{var n;let f;if(ar&&aj&&!g&&!V)return(null==ak?void 0:ak.render404)?await ak.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(at&&(f=(0,w.parseFallbackField)(at.fallback)),!0===al.experimental.partialFallbacks&&(null==at?void 0:at.fallback)===null&&!aT&&aS.length>0&&(f=w.FallbackMode.PRERENDER),f===w.FallbackMode.PRERENDER&&(0,u.isBot)(av)&&(!aF||ax)&&(f=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==g?void 0:g.isStale)===-1&&(ar=!0),ar&&(f!==w.FallbackMode.NOT_FOUND||g)&&(f=w.FallbackMode.BLOCKING_STATIC_RENDER),!V&&f!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aV&&!m&&!ah&&_&&(l||!au)){if((l||at)&&f===w.FallbackMode.NOT_FOUND){if(al.adapterPath)return await a0();throw new C.NoFallbackError}if(aF&&(al.cacheComponents?!aL:!az)){let b=l&&"string"==typeof(null==at?void 0:at.fallback)?at.fallback:aq,f=(l||aG)&&(null==at?void 0:at.fallbackRouteParams)?(0,o.createOpaqueFallbackRouteParams)(at.fallbackRouteParams):aI?(0,o.getFallbackRouteParams)(aq,P):null;aG&&f&&(0,h.addRequestMeta)(a,"fallbackParams",f);let g=await P.handleResponse({cacheKey:b,req:a,nextConfig:al,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:ag,isRoutePPREnabled:aF,responseGenerator:async()=>q({span:j,postponed:void 0,fallbackRouteParams:f,forceStaticRender:!0}),waitUntil:d.waitUntil,isMinimalMode:V});if(null===g)return null;if(g)return V||!aF||!(aS.length>0)||!0!==al.experimental.partialFallbacks||!aU||!p||ar||aI||aD||aE||ay||(0,J.scheduleOnNextTick)(async()=>{let b=P.getResponseCache(a);try{await b.revalidate(aU,p,aF,!1,a=>q({span:a.span,postponed:void 0,fallbackRouteParams:a_.length>0?(0,o.createOpaqueFallbackRouteParams)(a_):null,forceStaticRender:!0}),null,c,d.waitUntil)}catch(a){console.error("Error revalidating the page in the background",a)}}),delete g.cacheControl,g}}let s=ar||i||!aJ?void 0:aJ;if(aP&&!V&&p&&(aL||aA)&&!k){let b=await p.get(ai,{kind:v.IncrementalCacheKind.APP_PAGE,isRoutePPREnabled:!0,isFallback:!1});b&&b.value&&b.value.kind===v.CachedRouteKind.APP_PAGE&&(s=b.value.postponed,b&&(-1===b.isStale||!0===b.isStale)&&(0,J.scheduleOnNextTick)(async()=>{let b=P.getResponseCache(a);try{await b.revalidate(ai,p,aF,!1,a=>r({...a,forceStaticRender:!0}),null,c,d.waitUntil)}catch(a){console.error("Error revalidating the page in the background",a)}}))}if((aG||aH)&&void 0!==s)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let t=!P.isDev&&_&&(null==at?void 0:at.fallbackRouteParams)?(0,o.getPlaceholderFallbackRouteParams)($,at.fallbackRouteParams):null,y=t&&t.length>0?t:null==at?void 0:at.fallbackRouteParams,z=null!=t&&t.length>0,A=null;if(al.cacheComponents&&(null==at?void 0:at.fallbackRouteParams)){let b=(0,h.getRequestMeta)(a,"resolvedRouteParamKeys");b&&b.size>0&&(A=at.fallbackRouteParams.filter(a=>!b.has(a.paramName)))}let B=(l&&(0,h.getRequestMeta)(a,"renderFallbackShell")||z||aG&&!au)&&y?(0,o.createOpaqueFallbackRouteParams)(y):A&&A.length>0&&A.length<((null==at||null==(n=at.fallbackRouteParams)?void 0:n.length)??0)?(0,o.createOpaqueFallbackRouteParams)(A):aI?(0,o.getFallbackRouteParams)(aq,P):null;if((l||aG)&&al.cacheComponents&&!au&&(null==at?void 0:at.fallbackRouteParams)){let b=(0,o.createOpaqueFallbackRouteParams)(y??at.fallbackRouteParams);b&&(0,h.addRequestMeta)(a,"fallbackParams",b)}return q({span:j,postponed:s,fallbackRouteParams:B,forceStaticRender:k})}catch(b){throw(null==g?void 0:g.isStale)&&await P.onRequestError(a,b,{routerKind:"App Router",routePath:W,routeType:"render",revalidateReason:(0,f.c)({isStaticGeneration:aO,isOnDemandRevalidate:ar})},!1,ak),b}},s=async c=>{var f,g,i,j,k,l;let m,n=await P.handleResponse({cacheKey:aU,responseGenerator:a=>r({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ar,isRoutePPREnabled:aF,req:a,nextConfig:al,prerenderManifest:ag,waitUntil:d.waitUntil,isMinimalMode:V});if(ah&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),P.isDev&&b.setHeader("Cache-Control","no-cache, must-revalidate"),!n){if(aU)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let o="string"==typeof n.value.postponed;az&&!aA&&ao&&b.setHeader(y.NEXT_NAV_DEPLOYMENT_ID_HEADER,ao),aO&&!aL&&(!o||ay)&&(V||b.setHeader("x-nextjs-cache",ar?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:p}=n;if(aJ)m={revalidate:0,expire:void 0};else if(aL)m={revalidate:0,expire:void 0};else if(!P.isDev)if(ah)m={revalidate:0,expire:void 0};else if(aO){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});m={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??al.expireTime}}else m={revalidate:y.CACHE_ONE_YEAR_SECONDS,expire:void 0}}else b.getHeader("Cache-Control")||(m={revalidate:0,expire:void 0});if(n.cacheControl=m,"string"==typeof aM&&(null==p?void 0:p.kind)===v.CachedRouteKind.APP_PAGE&&p.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=p.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];V&&aO&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=p.segmentData.get(aM);return void 0!==d?(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let s=aP?(0,h.getRequestMeta)(a,"onCacheEntryV2")??(0,h.getRequestMeta)(a,"onCacheEntry"):(0,h.getRequestMeta)(a,"onCacheEntry");if(s){let b=(0,h.getRequestMeta)(a,"initURL")??a.url,c=b?(null==(l=(0,F.parseUrl)(b))?void 0:l.pathname)??b:void 0;if(await s(n,{url:c}))return null}if(p.headers){let a={...p.headers};for(let[c,d]of(V&&aO||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let u=null==(g=p.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(V&&aO&&u&&"string"==typeof u&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,u),!p.status||az&&aF||(b.statusCode=p.status),!V&&p.status&&H.RedirectStatusCode[p.status]&&az&&(b.statusCode=200),o&&!aL&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),az&&!ah){if(void 0===p.rscData){if(p.html.contentType!==t.RSC_CONTENT_TYPE_HEADER)if(al.cacheComponents)return b.statusCode=404,(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl});else throw Object.defineProperty(new I.InvariantError(`Expected RSC response, got ${p.html.contentType}`),"__NEXT_ERROR_CODE",{value:"E789",enumerable:!1,configurable:!0});return(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:p.html,cacheControl:n.cacheControl})}return(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.fromStatic(p.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let w=p.html;if(aE&&aG){let c=!0===P.isDev?crypto.randomUUID():null;return w.pipeThrough(await (0,A.createInstantTestScriptInsertionTransformStream)(c)),(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:{revalidate:0,expire:void 0}})}if(!o||V||az)return(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:n.cacheControl});if(aG||aH)return w.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:{revalidate:0,expire:void 0}});let C=new TransformStream;return w.push(C.readable),q({span:c,postponed:p.postponed,fallbackRouteParams:null,forceStaticRender:!1}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(C.writable)}).catch(a=>{C.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:{revalidate:0,expire:void 0}})};if(!a$||!aZ)return k=aY.getActiveScopeSpan(),await aY.withPropagatedContext(a.headers,()=>aY.trace(i.BaseServerSpan.handleRequest,{spanName:`${aX} ${W}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aX,"http.target":a.url}},s),void 0,!a$);await s(aZ)}catch(b){throw b instanceof C.NoFallbackError||await P.onRequestError(a,b,{routerKind:"App Router",routePath:W,routeType:"render",revalidateReason:(0,f.c)({isStaticGeneration:aO,isOnDemandRevalidate:ar})},!1,ak),b}}},83997:a=>{"use strict";a.exports=require("tty")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},91645:a=>{"use strict";a.exports=require("net")},93103:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(49554).registerClientReference)(function(){throw Error("Attempted to call the default export of \"D:\\\\APPS\\\\NodalAI\\\\apps\\\\web\\\\src\\\\app\\\\(dashboard)\\\\skills\\\\SkillForm.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\SkillForm.tsx","default")},94735:a=>{"use strict";a.exports=require("events")}};var b=require("../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4674,3159,8437,3154,6402,8464,4488,4574,2713,8971],()=>b(b.s=82644));module.exports=c})();
1
+ (()=>{var a={};a.id=694,a.ids=[694],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1708:a=>{"use strict";a.exports=require("node:process")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},11997:a=>{"use strict";a.exports=require("punycode")},17393:a=>{"use strict";a.exports=require("mammoth")},17891:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/get-segment-param")},18772:(a,b,c)=>{Promise.resolve().then(c.bind(c,93103)),Promise.resolve().then(c.bind(c,14963)),Promise.resolve().then(c.bind(c,92002)),Promise.resolve().then(c.bind(c,88866)),Promise.resolve().then(c.t.bind(c,16385,23))},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},19199:a=>{"use strict";a.exports=require("@mendable/firecrawl-js")},20416:a=>{"use strict";a.exports=require("pdf-parse")},21820:a=>{"use strict";a.exports=require("os")},25459:a=>{"use strict";a.exports=require("apify-client")},26040:a=>{"use strict";a.exports=require("pdfjs-dist")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},27192:(a,b,c)=>{"use strict";c.d(b,{R:()=>e});var d=c(47092);let e=(0,d.createServerReference)("40b0dab57a7e20d815a98e4317d947938102ca135b",d.callServer,void 0,d.findSourceMapURL,"updateSkillAction")},27336:(a,b,c)=>{"use strict";c.d(b,{A:()=>f});var d=c(99386),e=c(81487);function f({title:a,subtitle:b,toolbar:c,children:g,fluid:h=!1,bodyClassName:i=""}){return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(e.A,{title:a,subtitle:b}),(0,d.jsxs)("div",{className:`px-5 pt-6 pb-10 sm:px-8 lg:px-9 ${h?"":"max-w-6xl"} ${i}`,children:[c&&(0,d.jsx)("div",{className:"mb-5",children:c}),g]})]})}},27910:a=>{"use strict";a.exports=require("stream")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31421:a=>{"use strict";a.exports=require("node:child_process")},33873:a=>{"use strict";a.exports=require("path")},34631:a=>{"use strict";a.exports=require("tls")},38418:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>l,dynamic:()=>k});var d=c(99386),e=c(85598),f=c.n(e),g=c(95809),h=c(63245),i=c(27336),j=c(93103);let k="force-dynamic";async function l({params:a}){let{id:b}=await a,c=await (0,h.cu)(b);return c.ok&&c.data||(0,g.notFound)(),(0,d.jsx)(i.A,{title:"Edit skill",subtitle:c.data.name,children:(0,d.jsxs)("div",{className:"space-y-6",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)(f(),{href:"/skills",className:"text-xs text-ink-3 hover:text-ink-2 transition-colors",children:"← Skills"}),(0,d.jsx)("p",{className:"text-sm text-ink-3 mt-2",children:"Changes apply to the next LLM call that uses this skill — no cache invalidation needed."})]}),(0,d.jsx)("div",{className:"bg-paper border border-rule-2 rounded-xl p-6",children:(0,d.jsx)(j.default,{mode:"edit",initial:c.data})})]})})}},38496:a=>{"use strict";a.exports=require("@notionhq/client")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},43845:a=>{"use strict";a.exports=require("@tavily/core")},43954:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/interception-routes")},44708:a=>{"use strict";a.exports=require("node:https")},46193:a=>{"use strict";a.exports=require("node:string_decoder")},48161:a=>{"use strict";a.exports=require("node:os")},51455:a=>{"use strict";a.exports=require("node:fs/promises")},55511:a=>{"use strict";a.exports=require("crypto")},55591:a=>{"use strict";a.exports=require("https")},57075:a=>{"use strict";a.exports=require("node:stream")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},63850:a=>{"use strict";a.exports=require("googleapis")},70722:a=>{"use strict";a.exports=require("next/dist/shared/lib/invariant-error")},71508:(a,b,c)=>{Promise.resolve().then(c.bind(c,93081)),Promise.resolve().then(c.bind(c,35245)),Promise.resolve().then(c.bind(c,3808)),Promise.resolve().then(c.bind(c,43136)),Promise.resolve().then(c.t.bind(c,88831,23))},71553:a=>{"use strict";a.exports=require("node:dns/promises")},73024:a=>{"use strict";a.exports=require("node:fs")},73136:a=>{"use strict";a.exports=require("node:url")},73566:a=>{"use strict";a.exports=require("worker_threads")},74075:a=>{"use strict";a.exports=require("zlib")},74998:a=>{"use strict";a.exports=require("perf_hooks")},76760:a=>{"use strict";a.exports=require("node:path")},77068:a=>{"use strict";a.exports=require("next/dist/shared/lib/size-limit")},77598:a=>{"use strict";a.exports=require("node:crypto")},78608:a=>{"use strict";a.exports=require("exceljs")},79428:a=>{"use strict";a.exports=require("buffer")},79551:a=>{"use strict";a.exports=require("url")},79646:a=>{"use strict";a.exports=require("child_process")},79748:a=>{"use strict";a.exports=require("fs/promises")},81630:a=>{"use strict";a.exports=require("http")},81850:(a,b,c)=>{"use strict";c.d(b,{A:()=>g});var d=c(10476),e=c(64565),f=c(90424);function g({open:a,title:b,message:c,confirmLabel:h="Confirm",cancelLabel:i="Cancel",destructive:j=!0,onConfirm:k,onCancel:l}){let m=(0,e.useRef)(null),[n,o]=(0,e.useState)(!1);return a&&n?(0,f.createPortal)((0,d.jsxs)("div",{role:"dialog","aria-modal":"true","aria-labelledby":"confirm-dialog-title",className:"fixed inset-0 z-50 flex items-center justify-center px-4 text-left",children:[(0,d.jsx)("div",{className:"absolute inset-0 bg-black/60 backdrop-blur-sm",onClick:l,"aria-hidden":"true"}),(0,d.jsxs)("div",{className:"relative bg-paper border border-rule-2 rounded-xl p-6 max-w-md w-full shadow-2xl",children:[(0,d.jsx)("h2",{id:"confirm-dialog-title",className:"text-base font-semibold text-ink",children:b}),c&&(0,d.jsx)("p",{className:"mt-2 text-sm text-ink-3 leading-relaxed",children:c}),(0,d.jsxs)("div",{className:"mt-6 flex justify-end gap-2",children:[(0,d.jsx)("button",{ref:m,type:"button",onClick:l,className:"px-4 py-2 text-sm font-medium border border-rule text-ink-2 rounded-lg hover:border-rule hover:text-ink transition-colors",children:i}),(0,d.jsx)("button",{type:"button",onClick:k,className:`px-4 py-2 text-sm font-semibold rounded-lg transition-colors ${j?"bg-err hover:brightness-[0.94] text-ink":"bg-ink hover:brightness-[0.92] text-canvas"}`,children:h})]})]})]}),document.body):null}},82644:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>O,handler:()=>Q,routeModule:()=>P});var d=c(37610),e=c(55117),f=c(57235),g=c(65044),h=c(71822),i=c(72320),j=c(60447),k=c(51932),l=c(44834),m=c(95752),n=c(75118),o=c(74722),p=c(24476),q=c(41309),r=c(261),s=c(36805),t=c(78026),u=c(26713),v=c(44556),w=c(21517),x=c(96113),y=c(2118),z=c(77274),A=c(94390),B=c(88158),C=c(86439),D=c(77068),E=c(16158),F=c(61826),G=c(33818),H=c(32179),I=c(70722),J=c(55006),K=c(43954),L=c(17891),M={};for(let a in G)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(M[a]=()=>G[a]);c.d(b,M);let N={children:["",{children:["(dashboard)",{children:["skills",{children:["[id]",{children:["edit",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,38418)),"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\[id]\\edit\\page.tsx"]}]},{"global-error":[()=>Promise.resolve().then(c.t.bind(c,61186,23)),"next/dist/client/components/builtin/global-error.js"]},[]]},{"global-error":[()=>Promise.resolve().then(c.t.bind(c,61186,23)),"next/dist/client/components/builtin/global-error.js"]},["new"]]},{"global-error":[()=>Promise.resolve().then(c.t.bind(c,61186,23)),"next/dist/client/components/builtin/global-error.js"]},[]]},{layout:[()=>Promise.resolve().then(c.bind(c,36770)),"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,61186,23)),"next/dist/client/components/builtin/global-error.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,17933,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,42992,23)),"next/dist/client/components/builtin/unauthorized.js"]},[]]},{layout:[()=>Promise.resolve().then(c.bind(c,70615)),"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\layout.tsx"],error:[()=>Promise.resolve().then(c.bind(c,84327)),"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\error.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,61186,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.bind(c,49269)),"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\not-found.tsx"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,17933,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,42992,23)),"next/dist/client/components/builtin/unauthorized.js"]},[]]}.children,O={require:c,loadChunk:()=>Promise.resolve()},P=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/(dashboard)/skills/[id]/edit/page",pathname:"/skills/[id]/edit",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:N},distDir:".next",relativeProjectDir:""});async function Q(a,b,d){var M,R,S,T,U;d.requestMeta&&(0,h.setRequestMeta)(a,d.requestMeta),P.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let V=!!(0,h.getRequestMeta)(a,"minimalMode"),W="/(dashboard)/skills/[id]/edit/page";"/index"===W&&(W="/");let X=await P.prepare(a,b,{srcPage:W,multiZoneDraftMode:!1});if(!X)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:Y,query:Z,params:$,pageIsDynamic:_,buildManifest:aa,nextFontManifest:ab,reactLoadableManifest:ac,serverActionsManifest:ad,clientReferenceManifest:ae,subresourceIntegrityManifest:af,prerenderManifest:ag,isDraftMode:ah,resolvedPathname:ai,revalidateOnlyGenerated:aj,routerServerContext:ak,nextConfig:al,parsedUrl:am,interceptionRoutePatterns:an,deploymentId:ao,clientAssetToken:ap}=X,aq=(0,r.normalizeAppPath)(W),{isOnDemandRevalidate:ar}=X,as=al.experimental.ppr&&!al.cacheComponents&&(0,K.isInterceptionRouteAppPath)(ai)?null:P.match(ai,ag),at=(null==as?void 0:as.route)??null,au=!!ag.routes[ai],av=a.headers["user-agent"]||"",aw=(0,u.getBotType)(av),ax=(0,q.isHtmlBotRequest)(a),ay=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],az=(0,h.getRequestMeta)(a,"isRSCRequest")??(0,n.f)(a.headers[t.RSC_HEADER]),aA=(0,s.getIsPossibleServerAction)(a),aB=(0,m.checkIsAppPPREnabled)(al.experimental.ppr),aC=a.headers[y.NEXT_RESUME_STATE_LENGTH_HEADER];if(!(0,h.getRequestMeta)(a,"postponed")&&V&&aB&&aA&&aC&&"string"==typeof aC){let e=parseInt(aC,10),{maxPostponedStateSize:f,maxPostponedStateSizeBytes:g}=(0,E.getMaxPostponedStateSize)(al.experimental.maxPostponedStateSize);if(!isNaN(e)&&e>0){if(e>g)return b.statusCode=413,b.end((0,E.getPostponedStateExceededErrorMessage)(f)),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let i="1 MB",j=(null==(U=al.experimental.serverActions)?void 0:U.bodySizeLimit)??i,k=e+(j!==i?c(27323).parse(j):1048576),l=await (0,E.readBodyWithSizeLimit)(a,k);if(null===l)return b.statusCode=413,b.end("Request body exceeded limit. To configure the body size limit for Server Actions, see: https://nextjs.org/docs/app/api-reference/next-config-js/serverActions#bodysizelimit"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;if(l.length>=e){let b=l.subarray(0,e).toString("utf8");(0,h.addRequestMeta)(a,"postponed",b);let c=l.subarray(e);(0,h.addRequestMeta)(a,"actionBody",c)}else throw Object.defineProperty(Error(`invariant: expected ${e} bytes of postponed state but only received ${l.length} bytes`),"__NEXT_ERROR_CODE",{value:"E979",enumerable:!1,configurable:!0})}}if(!(0,h.getRequestMeta)(a,"postponed")&&aB&&"1"===a.headers[y.NEXT_RESUME_HEADER]&&"POST"===a.method){let{maxPostponedStateSize:c,maxPostponedStateSizeBytes:e}=(0,E.getMaxPostponedStateSize)(al.experimental.maxPostponedStateSize),f=await (0,E.readBodyWithSizeLimit)(a,e);if(null===f)return b.statusCode=413,b.end((0,E.getPostponedStateExceededErrorMessage)(c)),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let g=f.toString("utf8");(0,h.addRequestMeta)(a,"postponed",g)}let aD=!0===P.isDev||!0===al.experimental.exposeTestingApiInProductionBuild,aE=aD&&("1"===a.headers[t.NEXT_INSTANT_PREFETCH_HEADER]||!(0,n.f)(a.headers[t.RSC_HEADER])&&"string"==typeof a.headers.cookie&&a.headers.cookie.includes(t.NEXT_INSTANT_TEST_COOKIE+"=")),aF=(aB||aE)&&((null==(M=ag.routes[aq]??ag.dynamicRoutes[aq])?void 0:M.renderingMode)==="PARTIALLY_STATIC"||aE&&(aD||(null==ak?void 0:ak.experimentalTestProxy)===!0)),aG=aE&&aF,aH=aG&&!0===P.isDev,aI=!1,aJ=aF?(0,h.getRequestMeta)(a,"postponed"):void 0,aK=null==(R=ag.routes[ai])?void 0:R.prefetchDataRoute,aL=aF&&az&&!ay&&!aK;V&&(aL=aL&&!!aJ);let aM=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),aN=(!aw||!aF)&&(!av||(0,q.shouldServeStreamingMetadata)(av,al.htmlLimitedBots)),aO=!!((at||au||ag.routes[aq])&&!(aw&&aF)),aP=aF&&!0===al.cacheComponents,aQ=!0===P.isDev||!aO||"string"==typeof aJ||(aP&&(0,h.getRequestMeta)(a,"onCacheEntryV2")?aL&&!V:aL),aR=!!aw&&aF,aS=(null==at?void 0:at.remainingPrerenderableParams)??[],aT=(null==at?void 0:at.fallback)===null&&((null==(S=at.fallbackRootParams)?void 0:S.length)??0)>0,aU=null;if(!ah&&aO&&!aQ&&!aA&&!aJ&&!aL){let a=as?"string"==typeof(null==at?void 0:at.fallback)?at.fallback:as.source:null;if(!0===al.experimental.partialFallbacks&&a&&(null==at?void 0:at.fallbackRouteParams)&&!aT){if(aS.length>0){let b,c=(b=new Map(aS.map(a=>[a.paramName,a])),a.split("/").map(a=>{let c=(0,L.getSegmentParam)(a);if(!c)return a;let d=b.get(c.paramName);if(!d)return a;let e=null==$?void 0:$[d.paramName];if(!e)return a;let f=Array.isArray(e)?e.map(a=>encodeURIComponent(a)).join("/"):encodeURIComponent(e);return a.replace((0,o.buildDynamicSegmentPlaceholder)(d),f)}).join("/")||"/");aU=c!==a?c:null}}else aU=ai}let aV=aU;!aV&&(P.isDev||aO&&_&&(null==at?void 0:at.fallbackRouteParams)&&!aA)&&(aV=ai),P.isDev||ah||!aO||!az||aL||(0,k.d)(a.headers);let aW={...G,tree:N,handler:Q,routeModule:P,__next_app__:O};ad&&ae&&(0,p.setManifestsSingleton)({page:W,clientReferenceManifest:ae,serverActionsManifest:ad});let aX=a.method||"GET",aY=(0,g.getTracer)(),aZ=aY.getActiveScopeSpan(),a$=!!(null==ak?void 0:ak.isWrappedByNextServer),a_=!0===al.experimental.partialFallbacks&&aS.length>0?(null==at||null==(T=at.fallbackRouteParams)?void 0:T.filter(a=>!aS.some(b=>b.paramName===a.paramName)))??[]:[],a0=async()=>((null==ak?void 0:ak.render404)?await ak.render404(a,b,am,!1):b.end("This page could not be found"),null);try{let k,m=P.getVaryHeader(ai,an);b.setHeader("Vary",m);let n=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return P.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let a=aY.getRootSpanAttributes();if(!a)return;if(a.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${a.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let d=a.get("next.route");if(d){let a=`${aX} ${d}`;c.setAttributes({"next.route":d,"http.route":d,"next.span_name":a}),c.updateName(a),k&&k!==c&&(k.setAttribute("http.route",d),k.updateName(a))}else c.updateName(`${aX} ${W}`)})},p=(0,h.getRequestMeta)(a,"incrementalCache")||await P.getIncrementalCache(a,al,ag,V);null==p||p.resetRequestCache(),globalThis.__incrementalCache=p;let q=async({span:e,postponed:f,fallbackRouteParams:g,forceStaticRender:i})=>{let k={query:Z,params:$,page:aq,sharedContext:{buildId:Y,deploymentId:ao,clientAssetToken:ap},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aW,Component:(0,j.T)(aW),params:$,routeModule:P,page:W,postponed:f,shouldWaitOnAllReady:aR,serveStreamingMetadata:aN,supportsDynamicResponse:"string"==typeof f||aQ,buildManifest:aa,nextFontManifest:ab,reactLoadableManifest:ac,subresourceIntegrityManifest:af,setCacheStatus:null==ak?void 0:ak.setCacheStatus,setIsrStatus:null==ak?void 0:ak.setIsrStatus,setReactDebugChannel:null==ak?void 0:ak.setReactDebugChannel,sendErrorsToBrowser:null==ak?void 0:ak.sendErrorsToBrowser,dir:c(33873).join(process.cwd(),P.relativeProjectDir),isDraftMode:ah,botType:aw,isOnDemandRevalidate:ar,isPossibleServerAction:aA,assetPrefix:al.assetPrefix,nextConfigOutput:al.output,crossOrigin:al.crossOrigin,trailingSlash:al.trailingSlash,images:al.images,previewProps:ag.preview,enableTainting:al.experimental.taint,htmlLimitedBots:al.htmlLimitedBots,reactMaxHeadersLength:al.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:p,cacheLifeProfiles:al.cacheLife,basePath:al.basePath,serverActions:al.experimental.serverActions,logServerFunctions:"object"==typeof al.logging&&!!al.logging.serverFunctions,...aG||aH||aI?{isBuildTimePrerendering:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isDebugDynamicAccesses:aH}:{},cacheComponents:!!al.cacheComponents,experimental:{isRoutePPREnabled:aF,expireTime:al.expireTime,staleTimes:al.experimental.staleTimes,dynamicOnHover:!!al.experimental.dynamicOnHover,optimisticRouting:!!al.experimental.optimisticRouting,inlineCss:!!al.experimental.inlineCss,prefetchInlining:al.experimental.prefetchInlining??!1,authInterrupts:!!al.experimental.authInterrupts,cachedNavigations:!!al.experimental.cachedNavigations,clientTraceMetadata:al.experimental.clientTraceMetadata||[],clientParamParsingOrigins:al.experimental.clientParamParsingOrigins,maxPostponedStateSizeBytes:(0,D.parseMaxPostponedStateSize)(al.experimental.maxPostponedStateSize)},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d,e)=>P.onRequestError(a,b,d,e,ak),err:(0,h.getRequestMeta)(a,"invokeError")}};i&&(k.renderOpts.supportsDynamicResponse=!1);let l=await n(e,k),{metadata:m}=l,{cacheControl:o,headers:q={},fetchTags:r,fetchMetrics:s}=m;if(r&&(q[y.NEXT_CACHE_TAGS_HEADER]=r),a.fetchMetrics=s,aO&&(null==o?void 0:o.revalidate)===0&&!P.isDev&&!aF){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${ai}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
+ see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:q,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:o}},r=async({hasResolved:c,previousCacheEntry:g,isRevalidating:i,span:j,forceStaticRender:k=!1})=>{let l=!1===P.isDev,m=c||b.writableEnded;try{var n;let f;if(ar&&aj&&!g&&!V)return(null==ak?void 0:ak.render404)?await ak.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(at&&(f=(0,w.parseFallbackField)(at.fallback)),!0===al.experimental.partialFallbacks&&(null==at?void 0:at.fallback)===null&&!aT&&aS.length>0&&(f=w.FallbackMode.PRERENDER),f===w.FallbackMode.PRERENDER&&(0,u.isBot)(av)&&(!aF||ax)&&(f=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==g?void 0:g.isStale)===-1&&(ar=!0),ar&&(f!==w.FallbackMode.NOT_FOUND||g)&&(f=w.FallbackMode.BLOCKING_STATIC_RENDER),!V&&f!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aV&&!m&&!ah&&_&&(l||!au)){if((l||at)&&f===w.FallbackMode.NOT_FOUND){if(al.adapterPath)return await a0();throw new C.NoFallbackError}if(aF&&(al.cacheComponents?!aL:!az)){let b=l&&"string"==typeof(null==at?void 0:at.fallback)?at.fallback:aq,f=(l||aG)&&(null==at?void 0:at.fallbackRouteParams)?(0,o.createOpaqueFallbackRouteParams)(at.fallbackRouteParams):aI?(0,o.getFallbackRouteParams)(aq,P):null;aG&&f&&(0,h.addRequestMeta)(a,"fallbackParams",f);let g=await P.handleResponse({cacheKey:b,req:a,nextConfig:al,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:ag,isRoutePPREnabled:aF,responseGenerator:async()=>q({span:j,postponed:void 0,fallbackRouteParams:f,forceStaticRender:!0}),waitUntil:d.waitUntil,isMinimalMode:V});if(null===g)return null;if(g)return V||!aF||!(aS.length>0)||!0!==al.experimental.partialFallbacks||!aU||!p||ar||aI||aD||aE||ay||(0,J.scheduleOnNextTick)(async()=>{let b=P.getResponseCache(a);try{await b.revalidate(aU,p,aF,!1,a=>q({span:a.span,postponed:void 0,fallbackRouteParams:a_.length>0?(0,o.createOpaqueFallbackRouteParams)(a_):null,forceStaticRender:!0}),null,c,d.waitUntil)}catch(a){console.error("Error revalidating the page in the background",a)}}),delete g.cacheControl,g}}let s=ar||i||!aJ?void 0:aJ;if(aP&&!V&&p&&(aL||aA)&&!k){let b=await p.get(ai,{kind:v.IncrementalCacheKind.APP_PAGE,isRoutePPREnabled:!0,isFallback:!1});b&&b.value&&b.value.kind===v.CachedRouteKind.APP_PAGE&&(s=b.value.postponed,b&&(-1===b.isStale||!0===b.isStale)&&(0,J.scheduleOnNextTick)(async()=>{let b=P.getResponseCache(a);try{await b.revalidate(ai,p,aF,!1,a=>r({...a,forceStaticRender:!0}),null,c,d.waitUntil)}catch(a){console.error("Error revalidating the page in the background",a)}}))}if((aG||aH)&&void 0!==s)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let t=!P.isDev&&_&&(null==at?void 0:at.fallbackRouteParams)?(0,o.getPlaceholderFallbackRouteParams)($,at.fallbackRouteParams):null,y=t&&t.length>0?t:null==at?void 0:at.fallbackRouteParams,z=null!=t&&t.length>0,A=null;if(al.cacheComponents&&(null==at?void 0:at.fallbackRouteParams)){let b=(0,h.getRequestMeta)(a,"resolvedRouteParamKeys");b&&b.size>0&&(A=at.fallbackRouteParams.filter(a=>!b.has(a.paramName)))}let B=(l&&(0,h.getRequestMeta)(a,"renderFallbackShell")||z||aG&&!au)&&y?(0,o.createOpaqueFallbackRouteParams)(y):A&&A.length>0&&A.length<((null==at||null==(n=at.fallbackRouteParams)?void 0:n.length)??0)?(0,o.createOpaqueFallbackRouteParams)(A):aI?(0,o.getFallbackRouteParams)(aq,P):null;if((l||aG)&&al.cacheComponents&&!au&&(null==at?void 0:at.fallbackRouteParams)){let b=(0,o.createOpaqueFallbackRouteParams)(y??at.fallbackRouteParams);b&&(0,h.addRequestMeta)(a,"fallbackParams",b)}return q({span:j,postponed:s,fallbackRouteParams:B,forceStaticRender:k})}catch(b){throw(null==g?void 0:g.isStale)&&await P.onRequestError(a,b,{routerKind:"App Router",routePath:W,routeType:"render",revalidateReason:(0,f.c)({isStaticGeneration:aO,isOnDemandRevalidate:ar})},!1,ak),b}},s=async c=>{var f,g,i,j,k,l;let m,n=await P.handleResponse({cacheKey:aU,responseGenerator:a=>r({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ar,isRoutePPREnabled:aF,req:a,nextConfig:al,prerenderManifest:ag,waitUntil:d.waitUntil,isMinimalMode:V});if(ah&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),P.isDev&&b.setHeader("Cache-Control","no-cache, must-revalidate"),!n){if(aU)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let o="string"==typeof n.value.postponed;az&&!aA&&ao&&b.setHeader(y.NEXT_NAV_DEPLOYMENT_ID_HEADER,ao),aO&&!aL&&(!o||ay)&&(V||b.setHeader("x-nextjs-cache",ar?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:p}=n;if(aJ)m={revalidate:0,expire:void 0};else if(aL)m={revalidate:0,expire:void 0};else if(!P.isDev)if(ah)m={revalidate:0,expire:void 0};else if(aO){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});m={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??al.expireTime}}else m={revalidate:y.CACHE_ONE_YEAR_SECONDS,expire:void 0}}else b.getHeader("Cache-Control")||(m={revalidate:0,expire:void 0});if(n.cacheControl=m,"string"==typeof aM&&(null==p?void 0:p.kind)===v.CachedRouteKind.APP_PAGE&&p.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=p.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];V&&aO&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=p.segmentData.get(aM);return void 0!==d?(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let s=aP?(0,h.getRequestMeta)(a,"onCacheEntryV2")??(0,h.getRequestMeta)(a,"onCacheEntry"):(0,h.getRequestMeta)(a,"onCacheEntry");if(s){let b=(0,h.getRequestMeta)(a,"initURL")??a.url,c=b?(null==(l=(0,F.parseUrl)(b))?void 0:l.pathname)??b:void 0;if(await s(n,{url:c}))return null}if(p.headers){let a={...p.headers};for(let[c,d]of(V&&aO||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let u=null==(g=p.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(V&&aO&&u&&"string"==typeof u&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,u),!p.status||az&&aF||(b.statusCode=p.status),!V&&p.status&&H.RedirectStatusCode[p.status]&&az&&(b.statusCode=200),o&&!aL&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),az&&!ah){if(void 0===p.rscData){if(p.html.contentType!==t.RSC_CONTENT_TYPE_HEADER)if(al.cacheComponents)return b.statusCode=404,(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl});else throw Object.defineProperty(new I.InvariantError(`Expected RSC response, got ${p.html.contentType}`),"__NEXT_ERROR_CODE",{value:"E789",enumerable:!1,configurable:!0});return(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:p.html,cacheControl:n.cacheControl})}return(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:x.default.fromStatic(p.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let w=p.html;if(aE&&aG){let c=!0===P.isDev?crypto.randomUUID():null;return w.pipeThrough(await (0,A.createInstantTestScriptInsertionTransformStream)(c)),(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:{revalidate:0,expire:void 0}})}if(!o||V||az)return(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:n.cacheControl});if(aG||aH)return w.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:{revalidate:0,expire:void 0}});let C=new TransformStream;return w.push(C.readable),q({span:c,postponed:p.postponed,fallbackRouteParams:null,forceStaticRender:!1}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(C.writable)}).catch(a=>{C.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,B.sendRenderResult)({req:a,res:b,generateEtags:al.generateEtags,poweredByHeader:al.poweredByHeader,result:w,cacheControl:{revalidate:0,expire:void 0}})};if(!a$||!aZ)return k=aY.getActiveScopeSpan(),await aY.withPropagatedContext(a.headers,()=>aY.trace(i.BaseServerSpan.handleRequest,{spanName:`${aX} ${W}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aX,"http.target":a.url}},s),void 0,!a$);await s(aZ)}catch(b){throw b instanceof C.NoFallbackError||await P.onRequestError(a,b,{routerKind:"App Router",routePath:W,routeType:"render",revalidateReason:(0,f.c)({isStaticGeneration:aO,isOnDemandRevalidate:ar})},!1,ak),b}}},83997:a=>{"use strict";a.exports=require("tty")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},91645:a=>{"use strict";a.exports=require("net")},93081:(a,b,c)=>{"use strict";c.d(b,{default:()=>m});var d=c(10476),e=c(64565),f=c(12418),g=c(48082),h=c(47092);let i=(0,h.createServerReference)("403f71242c58eb91cbd4e5daef29d6bee071ec7e65",h.callServer,void 0,h.findSourceMapURL,"resetSkillToDefaultAction");var j=c(27192);let k=(0,h.createServerReference)("4089229c3681af8ee5b66adb4c5d84e2fdb41eae0c",h.callServer,void 0,h.findSourceMapURL,"createSkillAction");var l=c(81850);function m(a){let b="edit"===a.mode,c=(0,f.useRouter)(),[h,m]=(0,e.useState)(b||!0===a.defaultOpen),[n,o]=(0,e.useTransition)(),[p,q]=(0,e.useState)(!1),r=b&&!0===a.initial.contentOverridden&&null!==a.initial.defaultContent;if(!h)return(0,d.jsx)("button",{type:"button",onClick:()=>m(!0),className:"px-4 py-2 text-sm font-medium bg-ink text-canvas rounded-lg hover:brightness-[0.92]",children:"+ New skill"});let s=b?a.initial:void 0;return(0,d.jsxs)("form",{onSubmit:function(d){d.preventDefault();let e=d.currentTarget,f=new FormData(e);if(b&&"edit"===a.mode){let b={id:a.initial.id,name:f.get("name"),content:f.get("content"),description:f.get("description")||void 0};o(async()=>{let a=await (0,j.R)(b);a.ok?(g.oR.success("Skill updated"),c.push("/skills")):g.oR.error(a.message)})}else o(async()=>{let a=await k({slug:f.get("slug"),name:f.get("name"),content:f.get("content"),description:f.get("description")||void 0});a.ok?(g.oR.success("Skill created"),e.reset(),m(!1)):g.oR.error(a.message)})},className:"bg-paper border border-rule-2 rounded-xl p-5 space-y-3",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between gap-2",children:[(0,d.jsx)("h3",{className:"text-sm font-semibold text-ink",children:b?"Edit skill":"New skill"}),r&&(0,d.jsx)("button",{type:"button",onClick:()=>q(!0),disabled:n,title:"Restore the catalog default content for this skill",className:"text-xs px-2.5 py-1 rounded border border-warn/30 text-warn hover:bg-warn-bg transition-colors disabled:opacity-50",children:"Reset to default"})]}),(0,d.jsx)(l.A,{open:p,title:"Reset skill to default?",message:"Your customised instructions will be replaced with the catalog default shipped with NodalAI. This cannot be undone.",confirmLabel:"Reset",cancelLabel:"Cancel",destructive:!0,onConfirm:function(){if(!b)return;let d=a.initial.id;q(!1),o(async()=>{let a=await i(d);a.ok?(g.oR.success("Skill reset to default"),c.refresh()):g.oR.error(a.message)})},onCancel:()=>q(!1)}),(0,d.jsxs)("div",{className:"grid grid-cols-2 gap-3",children:[(0,d.jsxs)("div",{children:[(0,d.jsxs)("label",{className:"block text-xs text-ink-3 mb-1",htmlFor:"skill-slug",children:["Slug ",b&&(0,d.jsx)("span",{className:"text-ink-4",children:"(stable — not editable)"})]}),(0,d.jsx)("input",{id:"skill-slug",name:"slug",required:!b,readOnly:b,disabled:b,pattern:b?void 0:"[a-z0-9\\-]+",placeholder:"my-skill",defaultValue:s?.slug,title:b?"Slug is a stable identifier and cannot be changed":void 0,className:b?"w-full bg-hover border border-rule rounded-md px-2 py-1.5 text-sm text-ink-3 cursor-not-allowed font-mono":"w-full bg-hover border border-rule rounded-md px-2 py-1.5 text-sm text-ink placeholder:text-ink-4 focus:border-ink-3 focus:outline-none font-mono"})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"block text-xs text-ink-3 mb-1",htmlFor:"skill-name",children:"Name"}),(0,d.jsx)("input",{id:"skill-name",name:"name",required:!0,placeholder:"My Skill",defaultValue:s?.name,className:"w-full bg-hover border border-rule rounded-md px-2 py-1.5 text-sm text-ink placeholder:text-ink-4 focus:border-ink-3 focus:outline-none"})]})]}),(0,d.jsxs)("div",{children:[(0,d.jsxs)("label",{className:"block text-xs text-ink-3 mb-1",htmlFor:"skill-description",children:["Description ",(0,d.jsx)("span",{className:"text-ink-4",children:"(optional)"})]}),(0,d.jsx)("input",{id:"skill-description",name:"description",maxLength:500,placeholder:"What does this skill teach the agent?",defaultValue:s?.description??"",className:"w-full bg-hover border border-rule rounded-md px-2 py-1.5 text-sm text-ink placeholder:text-ink-4 focus:border-ink-3 focus:outline-none"})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"block text-xs text-ink-3 mb-1",htmlFor:"skill-content",children:"Instructions"}),(0,d.jsx)("textarea",{id:"skill-content",name:"content",required:!0,rows:18,placeholder:"Step-by-step instructions or context the agent gets when this skill is enabled.",defaultValue:s?.content,className:"w-full bg-hover border border-rule rounded-md px-3 py-2 text-sm leading-relaxed text-ink placeholder:text-ink-4 focus:border-ink-3 focus:outline-none resize-y min-h-[440px]"})]}),(0,d.jsxs)("div",{className:"flex gap-2 pt-1",children:[(0,d.jsx)("button",{type:"submit",disabled:n,className:"px-4 py-2 text-sm font-semibold bg-ink text-canvas rounded-md hover:brightness-[0.92] disabled:opacity-50",children:n?b?"Saving…":"Creating…":b?"Save changes":"Create skill"}),(0,d.jsx)("button",{type:"button",onClick:()=>b?c.push("/skills"):m(!1),className:"px-4 py-2 text-sm font-medium border border-rule text-ink-3 rounded-md hover:border-rule",children:"Cancel"})]})]})}},93103:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(49554).registerClientReference)(function(){throw Error("Attempted to call the default export of \"D:\\\\APPS\\\\NodalAI\\\\apps\\\\web\\\\src\\\\app\\\\(dashboard)\\\\skills\\\\SkillForm.tsx\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"D:\\APPS\\NodalAI\\apps\\web\\src\\app\\(dashboard)\\skills\\SkillForm.tsx","default")},94735:a=>{"use strict";a.exports=require("events")}};var b=require("../../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4674,3159,8437,960,6402,8464,8810,4574,2713,5515],()=>b(b.s=82644));module.exports=c})();