@sleep2agi/agent-network-dashboard 0.5.6 → 0.5.7-preview.0

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 (1294) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +3 -3
  3. package/.next/cache/.previewinfo +1 -0
  4. package/.next/cache/.rscinfo +1 -0
  5. package/.next/cache/config.json +7 -0
  6. package/.next/diagnostics/route-bundle-stats.json +34 -34
  7. package/.next/fallback-build-manifest.json +3 -3
  8. package/.next/server/app/_global-error.html +1 -1
  9. package/.next/server/app/_global-error.rsc +1 -1
  10. package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  11. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  12. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  15. package/.next/server/app/_not-found/page.js +1 -1
  16. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  17. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  18. package/.next/server/app/_not-found.html +3 -3
  19. package/.next/server/app/_not-found.rsc +20 -18
  20. package/.next/server/app/_not-found.segments/_full.segment.rsc +20 -18
  21. package/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  22. package/.next/server/app/_not-found.segments/_index.segment.rsc +9 -7
  23. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  24. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  25. package/.next/server/app/_not-found.segments/_tree.segment.rsc +3 -2
  26. package/.next/server/app/admin/page.js +1 -1
  27. package/.next/server/app/admin/page.js.nft.json +1 -1
  28. package/.next/server/app/admin/page_client-reference-manifest.js +1 -1
  29. package/.next/server/app/admin.html +3 -3
  30. package/.next/server/app/admin.rsc +24 -22
  31. package/.next/server/app/admin.segments/_full.segment.rsc +24 -22
  32. package/.next/server/app/admin.segments/_head.segment.rsc +4 -4
  33. package/.next/server/app/admin.segments/_index.segment.rsc +9 -7
  34. package/.next/server/app/admin.segments/_tree.segment.rsc +3 -2
  35. package/.next/server/app/admin.segments/admin/__PAGE__.segment.rsc +4 -4
  36. package/.next/server/app/admin.segments/admin.segment.rsc +3 -3
  37. package/.next/server/app/index.html +3 -3
  38. package/.next/server/app/index.rsc +22 -20
  39. package/.next/server/app/index.segments/__PAGE__.segment.rsc +4 -4
  40. package/.next/server/app/index.segments/_full.segment.rsc +22 -20
  41. package/.next/server/app/index.segments/_head.segment.rsc +4 -4
  42. package/.next/server/app/index.segments/_index.segment.rsc +9 -7
  43. package/.next/server/app/index.segments/_tree.segment.rsc +3 -2
  44. package/.next/server/app/login/page.js +1 -1
  45. package/.next/server/app/login/page.js.nft.json +1 -1
  46. package/.next/server/app/login/page_client-reference-manifest.js +1 -1
  47. package/.next/server/app/login.html +2 -2
  48. package/.next/server/app/login.rsc +24 -22
  49. package/.next/server/app/login.segments/_full.segment.rsc +24 -22
  50. package/.next/server/app/login.segments/_head.segment.rsc +4 -4
  51. package/.next/server/app/login.segments/_index.segment.rsc +9 -7
  52. package/.next/server/app/login.segments/_tree.segment.rsc +3 -2
  53. package/.next/server/app/login.segments/login/__PAGE__.segment.rsc +4 -4
  54. package/.next/server/app/login.segments/login.segment.rsc +3 -3
  55. package/.next/server/app/logs/page.js +1 -1
  56. package/.next/server/app/logs/page.js.nft.json +1 -1
  57. package/.next/server/app/logs/page_client-reference-manifest.js +1 -1
  58. package/.next/server/app/logs.html +3 -3
  59. package/.next/server/app/logs.rsc +24 -22
  60. package/.next/server/app/logs.segments/_full.segment.rsc +24 -22
  61. package/.next/server/app/logs.segments/_head.segment.rsc +4 -4
  62. package/.next/server/app/logs.segments/_index.segment.rsc +9 -7
  63. package/.next/server/app/logs.segments/_tree.segment.rsc +3 -2
  64. package/.next/server/app/logs.segments/logs/__PAGE__.segment.rsc +4 -4
  65. package/.next/server/app/logs.segments/logs.segment.rsc +3 -3
  66. package/.next/server/app/messages/page.js +1 -1
  67. package/.next/server/app/messages/page.js.nft.json +1 -1
  68. package/.next/server/app/messages/page_client-reference-manifest.js +1 -1
  69. package/.next/server/app/messages.html +3 -3
  70. package/.next/server/app/messages.rsc +24 -22
  71. package/.next/server/app/messages.segments/_full.segment.rsc +24 -22
  72. package/.next/server/app/messages.segments/_head.segment.rsc +4 -4
  73. package/.next/server/app/messages.segments/_index.segment.rsc +9 -7
  74. package/.next/server/app/messages.segments/_tree.segment.rsc +3 -2
  75. package/.next/server/app/messages.segments/messages/__PAGE__.segment.rsc +4 -4
  76. package/.next/server/app/messages.segments/messages.segment.rsc +3 -3
  77. package/.next/server/app/node/page.js +1 -1
  78. package/.next/server/app/node/page.js.nft.json +1 -1
  79. package/.next/server/app/node/page_client-reference-manifest.js +1 -1
  80. package/.next/server/app/node.html +3 -3
  81. package/.next/server/app/node.rsc +24 -22
  82. package/.next/server/app/node.segments/_full.segment.rsc +24 -22
  83. package/.next/server/app/node.segments/_head.segment.rsc +4 -4
  84. package/.next/server/app/node.segments/_index.segment.rsc +9 -7
  85. package/.next/server/app/node.segments/_tree.segment.rsc +3 -2
  86. package/.next/server/app/node.segments/node/__PAGE__.segment.rsc +4 -4
  87. package/.next/server/app/node.segments/node.segment.rsc +3 -3
  88. package/.next/server/app/nodes/page.js +1 -1
  89. package/.next/server/app/nodes/page.js.nft.json +1 -1
  90. package/.next/server/app/nodes/page_client-reference-manifest.js +1 -1
  91. package/.next/server/app/nodes.html +3 -3
  92. package/.next/server/app/nodes.rsc +24 -22
  93. package/.next/server/app/nodes.segments/_full.segment.rsc +24 -22
  94. package/.next/server/app/nodes.segments/_head.segment.rsc +4 -4
  95. package/.next/server/app/nodes.segments/_index.segment.rsc +9 -7
  96. package/.next/server/app/nodes.segments/_tree.segment.rsc +3 -2
  97. package/.next/server/app/nodes.segments/nodes/__PAGE__.segment.rsc +4 -4
  98. package/.next/server/app/nodes.segments/nodes.segment.rsc +3 -3
  99. package/.next/server/app/page.js +1 -1
  100. package/.next/server/app/page.js.nft.json +1 -1
  101. package/.next/server/app/page_client-reference-manifest.js +1 -1
  102. package/.next/server/app/server-logs/page.js +1 -1
  103. package/.next/server/app/server-logs/page.js.nft.json +1 -1
  104. package/.next/server/app/server-logs/page_client-reference-manifest.js +1 -1
  105. package/.next/server/app/server-logs.html +3 -3
  106. package/.next/server/app/server-logs.rsc +24 -22
  107. package/.next/server/app/server-logs.segments/_full.segment.rsc +24 -22
  108. package/.next/server/app/server-logs.segments/_head.segment.rsc +4 -4
  109. package/.next/server/app/server-logs.segments/_index.segment.rsc +9 -7
  110. package/.next/server/app/server-logs.segments/_tree.segment.rsc +3 -2
  111. package/.next/server/app/server-logs.segments/server-logs/__PAGE__.segment.rsc +4 -4
  112. package/.next/server/app/server-logs.segments/server-logs.segment.rsc +3 -3
  113. package/.next/server/app/servers/page.js +1 -1
  114. package/.next/server/app/servers/page.js.nft.json +1 -1
  115. package/.next/server/app/servers/page_client-reference-manifest.js +1 -1
  116. package/.next/server/app/servers.html +3 -3
  117. package/.next/server/app/servers.rsc +24 -22
  118. package/.next/server/app/servers.segments/_full.segment.rsc +24 -22
  119. package/.next/server/app/servers.segments/_head.segment.rsc +4 -4
  120. package/.next/server/app/servers.segments/_index.segment.rsc +9 -7
  121. package/.next/server/app/servers.segments/_tree.segment.rsc +3 -2
  122. package/.next/server/app/servers.segments/servers/__PAGE__.segment.rsc +4 -4
  123. package/.next/server/app/servers.segments/servers.segment.rsc +3 -3
  124. package/.next/server/app/settings/networks/page.js +1 -1
  125. package/.next/server/app/settings/networks/page.js.nft.json +1 -1
  126. package/.next/server/app/settings/networks/page_client-reference-manifest.js +1 -1
  127. package/.next/server/app/settings/networks.html +3 -3
  128. package/.next/server/app/settings/networks.rsc +24 -22
  129. package/.next/server/app/settings/networks.segments/_full.segment.rsc +24 -22
  130. package/.next/server/app/settings/networks.segments/_head.segment.rsc +4 -4
  131. package/.next/server/app/settings/networks.segments/_index.segment.rsc +9 -7
  132. package/.next/server/app/settings/networks.segments/_tree.segment.rsc +3 -2
  133. package/.next/server/app/settings/networks.segments/settings/networks/__PAGE__.segment.rsc +4 -4
  134. package/.next/server/app/settings/networks.segments/settings/networks.segment.rsc +3 -3
  135. package/.next/server/app/settings/networks.segments/settings.segment.rsc +3 -3
  136. package/.next/server/app/settings/page.js +1 -1
  137. package/.next/server/app/settings/page.js.nft.json +1 -1
  138. package/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  139. package/.next/server/app/settings/tokens/page.js +1 -1
  140. package/.next/server/app/settings/tokens/page.js.nft.json +1 -1
  141. package/.next/server/app/settings/tokens/page_client-reference-manifest.js +1 -1
  142. package/.next/server/app/settings/tokens.html +3 -3
  143. package/.next/server/app/settings/tokens.rsc +24 -22
  144. package/.next/server/app/settings/tokens.segments/_full.segment.rsc +24 -22
  145. package/.next/server/app/settings/tokens.segments/_head.segment.rsc +4 -4
  146. package/.next/server/app/settings/tokens.segments/_index.segment.rsc +9 -7
  147. package/.next/server/app/settings/tokens.segments/_tree.segment.rsc +3 -2
  148. package/.next/server/app/settings/tokens.segments/settings/tokens/__PAGE__.segment.rsc +4 -4
  149. package/.next/server/app/settings/tokens.segments/settings/tokens.segment.rsc +3 -3
  150. package/.next/server/app/settings/tokens.segments/settings.segment.rsc +3 -3
  151. package/.next/server/app/settings.html +3 -3
  152. package/.next/server/app/settings.rsc +24 -22
  153. package/.next/server/app/settings.segments/_full.segment.rsc +24 -22
  154. package/.next/server/app/settings.segments/_head.segment.rsc +4 -4
  155. package/.next/server/app/settings.segments/_index.segment.rsc +9 -7
  156. package/.next/server/app/settings.segments/_tree.segment.rsc +3 -2
  157. package/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +4 -4
  158. package/.next/server/app/settings.segments/settings.segment.rsc +3 -3
  159. package/.next/server/app/tasks/[id]/page.js +1 -1
  160. package/.next/server/app/tasks/[id]/page.js.nft.json +1 -1
  161. package/.next/server/app/tasks/[id]/page_client-reference-manifest.js +1 -1
  162. package/.next/server/app/tasks/page.js +1 -1
  163. package/.next/server/app/tasks/page.js.nft.json +1 -1
  164. package/.next/server/app/tasks/page_client-reference-manifest.js +1 -1
  165. package/.next/server/app/tasks.html +3 -3
  166. package/.next/server/app/tasks.rsc +24 -22
  167. package/.next/server/app/tasks.segments/_full.segment.rsc +24 -22
  168. package/.next/server/app/tasks.segments/_head.segment.rsc +4 -4
  169. package/.next/server/app/tasks.segments/_index.segment.rsc +9 -7
  170. package/.next/server/app/tasks.segments/_tree.segment.rsc +3 -2
  171. package/.next/server/app/tasks.segments/tasks/__PAGE__.segment.rsc +4 -4
  172. package/.next/server/app/tasks.segments/tasks.segment.rsc +3 -3
  173. package/.next/server/chunks/ssr/[root-of-the-server]__0lu1wok._.js +8 -0
  174. package/.next/server/chunks/ssr/[root-of-the-server]__0lu1wok._.js.map +1 -0
  175. package/.next/server/chunks/ssr/[root-of-the-server]__0nw~zhp._.js +1 -1
  176. package/.next/server/chunks/ssr/[root-of-the-server]__0nw~zhp._.js.map +1 -1
  177. package/.next/server/chunks/ssr/[root-of-the-server]__0sv~g.o._.js +1 -1
  178. package/.next/server/chunks/ssr/[root-of-the-server]__0sv~g.o._.js.map +1 -1
  179. package/.next/server/chunks/ssr/agent-network-dashboard_app_01jhlxz._.js +1 -1
  180. package/.next/server/chunks/ssr/agent-network-dashboard_app_01jhlxz._.js.map +1 -1
  181. package/.next/server/chunks/ssr/agent-network-dashboard_app_09d29my._.js +1 -1
  182. package/.next/server/chunks/ssr/agent-network-dashboard_app_09d29my._.js.map +1 -1
  183. package/.next/server/chunks/ssr/agent-network-dashboard_app_components_0s5uqlp._.js +9 -0
  184. package/.next/server/chunks/ssr/agent-network-dashboard_app_components_0s5uqlp._.js.map +1 -0
  185. package/.next/server/middleware-build-manifest.js +3 -3
  186. package/.next/server/pages/404.html +3 -3
  187. package/.next/server/pages/500.html +1 -1
  188. package/.next/static/chunks/0-g7_e.uxknwf.css +1 -0
  189. package/.next/static/chunks/0.cwhwqixared.js +1 -0
  190. package/.next/static/chunks/01ndw_9-741.o.js +1 -0
  191. package/.next/static/chunks/0imoc-x.2-ll7.js +1 -0
  192. package/.next/static/chunks/0uzchut_f9a6m.js +1 -0
  193. package/.next/static/chunks/15-ltfhot3b4n.js +7 -0
  194. package/.next/static/chunks/17sxlwlx5fhrp.css +1 -0
  195. package/.next/trace +2 -2
  196. package/.next/trace-build +1 -1
  197. package/.vercel/.env.development.local +2 -0
  198. package/.vercel/README.txt +11 -0
  199. package/.vercel/output/builds.json +24 -0
  200. package/.vercel/output/config.json +489 -0
  201. package/.vercel/output/diagnostics/build-diagnostics.json +6 -0
  202. package/.vercel/output/diagnostics/cli_traces.json +1 -0
  203. package/.vercel/output/diagnostics/framework.json +1 -0
  204. package/.vercel/output/diagnostics/route-bundle-stats.json +229 -0
  205. package/.vercel/output/diagnostics/trace +2 -0
  206. package/.vercel/output/diagnostics/trace-build +1 -0
  207. package/.vercel/output/diagnostics/turbopack +0 -0
  208. package/.vercel/output/functions/_global-error.prerender-config.json +38 -0
  209. package/.vercel/output/functions/_global-error.prerender-fallback.html +1 -0
  210. package/.vercel/output/functions/_global-error.rsc.func/.next/routes-manifest.json +1 -0
  211. package/.vercel/output/functions/_global-error.rsc.func/.next/server/app-paths-manifest.json +1 -0
  212. package/.vercel/output/functions/_global-error.rsc.func/.next/server/pages-manifest.json +1 -0
  213. package/.vercel/output/functions/_global-error.rsc.func/.vc-config.json +800 -0
  214. package/.vercel/output/functions/_global-error.rsc.func/___next_launcher.cjs +68 -0
  215. package/.vercel/output/functions/_global-error.rsc.prerender-config.json +38 -0
  216. package/.vercel/output/functions/_global-error.rsc.prerender-fallback.rsc +15 -0
  217. package/.vercel/output/functions/_global-error.segments/__PAGE__.segment.rsc.prerender-config.json +28 -0
  218. package/.vercel/output/functions/_global-error.segments/__PAGE__.segment.rsc.prerender-fallback.rsc +5 -0
  219. package/.vercel/output/functions/_global-error.segments/_full.segment.rsc.prerender-config.json +28 -0
  220. package/.vercel/output/functions/_global-error.segments/_full.segment.rsc.prerender-fallback.rsc +15 -0
  221. package/.vercel/output/functions/_global-error.segments/_head.segment.rsc.prerender-config.json +28 -0
  222. package/.vercel/output/functions/_global-error.segments/_head.segment.rsc.prerender-fallback.rsc +6 -0
  223. package/.vercel/output/functions/_global-error.segments/_index.segment.rsc.prerender-config.json +28 -0
  224. package/.vercel/output/functions/_global-error.segments/_index.segment.rsc.prerender-fallback.rsc +5 -0
  225. package/.vercel/output/functions/_global-error.segments/_tree.segment.rsc.prerender-config.json +28 -0
  226. package/.vercel/output/functions/_global-error.segments/_tree.segment.rsc.prerender-fallback.rsc +1 -0
  227. package/.vercel/output/functions/_middleware.func/.vc-config.json +107 -0
  228. package/.vercel/output/functions/_middleware.func/___next_launcher.cjs +135 -0
  229. package/.vercel/output/functions/_not-found.prerender-config.json +38 -0
  230. package/.vercel/output/functions/_not-found.prerender-fallback.html +12 -0
  231. package/.vercel/output/functions/_not-found.rsc.prerender-config.json +38 -0
  232. package/.vercel/output/functions/_not-found.rsc.prerender-fallback.rsc +19 -0
  233. package/.vercel/output/functions/_not-found.segments/_full.segment.rsc.prerender-config.json +28 -0
  234. package/.vercel/output/functions/_not-found.segments/_full.segment.rsc.prerender-fallback.rsc +19 -0
  235. package/.vercel/output/functions/_not-found.segments/_head.segment.rsc.prerender-config.json +28 -0
  236. package/.vercel/output/functions/_not-found.segments/_head.segment.rsc.prerender-fallback.rsc +6 -0
  237. package/.vercel/output/functions/_not-found.segments/_index.segment.rsc.prerender-config.json +28 -0
  238. package/.vercel/output/functions/_not-found.segments/_index.segment.rsc.prerender-fallback.rsc +8 -0
  239. package/.vercel/output/functions/_not-found.segments/_not-found/__PAGE__.segment.rsc.prerender-config.json +28 -0
  240. package/.vercel/output/functions/_not-found.segments/_not-found/__PAGE__.segment.rsc.prerender-fallback.rsc +5 -0
  241. package/.vercel/output/functions/_not-found.segments/_not-found.segment.rsc.prerender-config.json +28 -0
  242. package/.vercel/output/functions/_not-found.segments/_not-found.segment.rsc.prerender-fallback.rsc +5 -0
  243. package/.vercel/output/functions/_not-found.segments/_tree.segment.rsc.prerender-config.json +28 -0
  244. package/.vercel/output/functions/_not-found.segments/_tree.segment.rsc.prerender-fallback.rsc +2 -0
  245. package/.vercel/output/functions/admin.prerender-config.json +37 -0
  246. package/.vercel/output/functions/admin.prerender-fallback.html +12 -0
  247. package/.vercel/output/functions/admin.rsc.prerender-config.json +38 -0
  248. package/.vercel/output/functions/admin.rsc.prerender-fallback.rsc +24 -0
  249. package/.vercel/output/functions/admin.segments/_full.segment.rsc.prerender-config.json +28 -0
  250. package/.vercel/output/functions/admin.segments/_full.segment.rsc.prerender-fallback.rsc +24 -0
  251. package/.vercel/output/functions/admin.segments/_head.segment.rsc.prerender-config.json +28 -0
  252. package/.vercel/output/functions/admin.segments/_head.segment.rsc.prerender-fallback.rsc +6 -0
  253. package/.vercel/output/functions/admin.segments/_index.segment.rsc.prerender-config.json +28 -0
  254. package/.vercel/output/functions/admin.segments/_index.segment.rsc.prerender-fallback.rsc +8 -0
  255. package/.vercel/output/functions/admin.segments/_tree.segment.rsc.prerender-config.json +28 -0
  256. package/.vercel/output/functions/admin.segments/_tree.segment.rsc.prerender-fallback.rsc +3 -0
  257. package/.vercel/output/functions/admin.segments/admin/__PAGE__.segment.rsc.prerender-config.json +28 -0
  258. package/.vercel/output/functions/admin.segments/admin/__PAGE__.segment.rsc.prerender-fallback.rsc +9 -0
  259. package/.vercel/output/functions/admin.segments/admin.segment.rsc.prerender-config.json +28 -0
  260. package/.vercel/output/functions/admin.segments/admin.segment.rsc.prerender-fallback.rsc +5 -0
  261. package/.vercel/output/functions/api/anet/config.func/.next/routes-manifest.json +1 -0
  262. package/.vercel/output/functions/api/anet/config.func/.next/server/app-paths-manifest.json +1 -0
  263. package/.vercel/output/functions/api/anet/config.func/.next/server/pages-manifest.json +1 -0
  264. package/.vercel/output/functions/api/anet/config.func/.vc-config.json +818 -0
  265. package/.vercel/output/functions/api/anet/config.func/___next_launcher.cjs +68 -0
  266. package/.vercel/output/functions/favicon.ico.rsc.func/.next/routes-manifest.json +1 -0
  267. package/.vercel/output/functions/favicon.ico.rsc.func/.next/server/app-paths-manifest.json +1 -0
  268. package/.vercel/output/functions/favicon.ico.rsc.func/.next/server/pages-manifest.json +1 -0
  269. package/.vercel/output/functions/favicon.ico.rsc.func/.vc-config.json +711 -0
  270. package/.vercel/output/functions/favicon.ico.rsc.func/___next_launcher.cjs +68 -0
  271. package/.vercel/output/functions/index.prerender-config.json +38 -0
  272. package/.vercel/output/functions/index.prerender-fallback.html +12 -0
  273. package/.vercel/output/functions/index.rsc.prerender-config.json +38 -0
  274. package/.vercel/output/functions/index.rsc.prerender-fallback.rsc +22 -0
  275. package/.vercel/output/functions/index.segments/__PAGE__.segment.rsc.prerender-config.json +28 -0
  276. package/.vercel/output/functions/index.segments/__PAGE__.segment.rsc.prerender-fallback.rsc +9 -0
  277. package/.vercel/output/functions/index.segments/_full.segment.rsc.prerender-config.json +28 -0
  278. package/.vercel/output/functions/index.segments/_full.segment.rsc.prerender-fallback.rsc +22 -0
  279. package/.vercel/output/functions/index.segments/_head.segment.rsc.prerender-config.json +28 -0
  280. package/.vercel/output/functions/index.segments/_head.segment.rsc.prerender-fallback.rsc +6 -0
  281. package/.vercel/output/functions/index.segments/_index.segment.rsc.prerender-config.json +28 -0
  282. package/.vercel/output/functions/index.segments/_index.segment.rsc.prerender-fallback.rsc +8 -0
  283. package/.vercel/output/functions/index.segments/_tree.segment.rsc.prerender-config.json +28 -0
  284. package/.vercel/output/functions/index.segments/_tree.segment.rsc.prerender-fallback.rsc +3 -0
  285. package/.vercel/output/functions/login.prerender-config.json +37 -0
  286. package/.vercel/output/functions/login.prerender-fallback.html +6 -0
  287. package/.vercel/output/functions/login.rsc.prerender-config.json +38 -0
  288. package/.vercel/output/functions/login.rsc.prerender-fallback.rsc +24 -0
  289. package/.vercel/output/functions/login.segments/_full.segment.rsc.prerender-config.json +28 -0
  290. package/.vercel/output/functions/login.segments/_full.segment.rsc.prerender-fallback.rsc +24 -0
  291. package/.vercel/output/functions/login.segments/_head.segment.rsc.prerender-config.json +28 -0
  292. package/.vercel/output/functions/login.segments/_head.segment.rsc.prerender-fallback.rsc +6 -0
  293. package/.vercel/output/functions/login.segments/_index.segment.rsc.prerender-config.json +28 -0
  294. package/.vercel/output/functions/login.segments/_index.segment.rsc.prerender-fallback.rsc +8 -0
  295. package/.vercel/output/functions/login.segments/_tree.segment.rsc.prerender-config.json +28 -0
  296. package/.vercel/output/functions/login.segments/_tree.segment.rsc.prerender-fallback.rsc +3 -0
  297. package/.vercel/output/functions/login.segments/login/__PAGE__.segment.rsc.prerender-config.json +28 -0
  298. package/.vercel/output/functions/login.segments/login/__PAGE__.segment.rsc.prerender-fallback.rsc +9 -0
  299. package/.vercel/output/functions/login.segments/login.segment.rsc.prerender-config.json +28 -0
  300. package/.vercel/output/functions/login.segments/login.segment.rsc.prerender-fallback.rsc +5 -0
  301. package/.vercel/output/functions/logs.prerender-config.json +37 -0
  302. package/.vercel/output/functions/logs.prerender-fallback.html +12 -0
  303. package/.vercel/output/functions/logs.rsc.prerender-config.json +38 -0
  304. package/.vercel/output/functions/logs.rsc.prerender-fallback.rsc +24 -0
  305. package/.vercel/output/functions/logs.segments/_full.segment.rsc.prerender-config.json +28 -0
  306. package/.vercel/output/functions/logs.segments/_full.segment.rsc.prerender-fallback.rsc +24 -0
  307. package/.vercel/output/functions/logs.segments/_head.segment.rsc.prerender-config.json +28 -0
  308. package/.vercel/output/functions/logs.segments/_head.segment.rsc.prerender-fallback.rsc +6 -0
  309. package/.vercel/output/functions/logs.segments/_index.segment.rsc.prerender-config.json +28 -0
  310. package/.vercel/output/functions/logs.segments/_index.segment.rsc.prerender-fallback.rsc +8 -0
  311. package/.vercel/output/functions/logs.segments/_tree.segment.rsc.prerender-config.json +28 -0
  312. package/.vercel/output/functions/logs.segments/_tree.segment.rsc.prerender-fallback.rsc +3 -0
  313. package/.vercel/output/functions/logs.segments/logs/__PAGE__.segment.rsc.prerender-config.json +28 -0
  314. package/.vercel/output/functions/logs.segments/logs/__PAGE__.segment.rsc.prerender-fallback.rsc +9 -0
  315. package/.vercel/output/functions/logs.segments/logs.segment.rsc.prerender-config.json +28 -0
  316. package/.vercel/output/functions/logs.segments/logs.segment.rsc.prerender-fallback.rsc +5 -0
  317. package/.vercel/output/functions/messages.prerender-config.json +37 -0
  318. package/.vercel/output/functions/messages.prerender-fallback.html +12 -0
  319. package/.vercel/output/functions/messages.rsc.prerender-config.json +38 -0
  320. package/.vercel/output/functions/messages.rsc.prerender-fallback.rsc +24 -0
  321. package/.vercel/output/functions/messages.segments/_full.segment.rsc.prerender-config.json +28 -0
  322. package/.vercel/output/functions/messages.segments/_full.segment.rsc.prerender-fallback.rsc +24 -0
  323. package/.vercel/output/functions/messages.segments/_head.segment.rsc.prerender-config.json +28 -0
  324. package/.vercel/output/functions/messages.segments/_head.segment.rsc.prerender-fallback.rsc +6 -0
  325. package/.vercel/output/functions/messages.segments/_index.segment.rsc.prerender-config.json +28 -0
  326. package/.vercel/output/functions/messages.segments/_index.segment.rsc.prerender-fallback.rsc +8 -0
  327. package/.vercel/output/functions/messages.segments/_tree.segment.rsc.prerender-config.json +28 -0
  328. package/.vercel/output/functions/messages.segments/_tree.segment.rsc.prerender-fallback.rsc +3 -0
  329. package/.vercel/output/functions/messages.segments/messages/__PAGE__.segment.rsc.prerender-config.json +28 -0
  330. package/.vercel/output/functions/messages.segments/messages/__PAGE__.segment.rsc.prerender-fallback.rsc +9 -0
  331. package/.vercel/output/functions/messages.segments/messages.segment.rsc.prerender-config.json +28 -0
  332. package/.vercel/output/functions/messages.segments/messages.segment.rsc.prerender-fallback.rsc +5 -0
  333. package/.vercel/output/functions/node.prerender-config.json +37 -0
  334. package/.vercel/output/functions/node.prerender-fallback.html +12 -0
  335. package/.vercel/output/functions/node.rsc.prerender-config.json +38 -0
  336. package/.vercel/output/functions/node.rsc.prerender-fallback.rsc +24 -0
  337. package/.vercel/output/functions/node.segments/_full.segment.rsc.prerender-config.json +28 -0
  338. package/.vercel/output/functions/node.segments/_full.segment.rsc.prerender-fallback.rsc +24 -0
  339. package/.vercel/output/functions/node.segments/_head.segment.rsc.prerender-config.json +28 -0
  340. package/.vercel/output/functions/node.segments/_head.segment.rsc.prerender-fallback.rsc +6 -0
  341. package/.vercel/output/functions/node.segments/_index.segment.rsc.prerender-config.json +28 -0
  342. package/.vercel/output/functions/node.segments/_index.segment.rsc.prerender-fallback.rsc +8 -0
  343. package/.vercel/output/functions/node.segments/_tree.segment.rsc.prerender-config.json +28 -0
  344. package/.vercel/output/functions/node.segments/_tree.segment.rsc.prerender-fallback.rsc +3 -0
  345. package/.vercel/output/functions/node.segments/node/__PAGE__.segment.rsc.prerender-config.json +28 -0
  346. package/.vercel/output/functions/node.segments/node/__PAGE__.segment.rsc.prerender-fallback.rsc +9 -0
  347. package/.vercel/output/functions/node.segments/node.segment.rsc.prerender-config.json +28 -0
  348. package/.vercel/output/functions/node.segments/node.segment.rsc.prerender-fallback.rsc +5 -0
  349. package/.vercel/output/functions/nodes.prerender-config.json +37 -0
  350. package/.vercel/output/functions/nodes.prerender-fallback.html +12 -0
  351. package/.vercel/output/functions/nodes.rsc.prerender-config.json +38 -0
  352. package/.vercel/output/functions/nodes.rsc.prerender-fallback.rsc +24 -0
  353. package/.vercel/output/functions/nodes.segments/_full.segment.rsc.prerender-config.json +28 -0
  354. package/.vercel/output/functions/nodes.segments/_full.segment.rsc.prerender-fallback.rsc +24 -0
  355. package/.vercel/output/functions/nodes.segments/_head.segment.rsc.prerender-config.json +28 -0
  356. package/.vercel/output/functions/nodes.segments/_head.segment.rsc.prerender-fallback.rsc +6 -0
  357. package/.vercel/output/functions/nodes.segments/_index.segment.rsc.prerender-config.json +28 -0
  358. package/.vercel/output/functions/nodes.segments/_index.segment.rsc.prerender-fallback.rsc +8 -0
  359. package/.vercel/output/functions/nodes.segments/_tree.segment.rsc.prerender-config.json +28 -0
  360. package/.vercel/output/functions/nodes.segments/_tree.segment.rsc.prerender-fallback.rsc +3 -0
  361. package/.vercel/output/functions/nodes.segments/nodes/__PAGE__.segment.rsc.prerender-config.json +28 -0
  362. package/.vercel/output/functions/nodes.segments/nodes/__PAGE__.segment.rsc.prerender-fallback.rsc +9 -0
  363. package/.vercel/output/functions/nodes.segments/nodes.segment.rsc.prerender-config.json +28 -0
  364. package/.vercel/output/functions/nodes.segments/nodes.segment.rsc.prerender-fallback.rsc +5 -0
  365. package/.vercel/output/functions/server-logs.prerender-config.json +37 -0
  366. package/.vercel/output/functions/server-logs.prerender-fallback.html +12 -0
  367. package/.vercel/output/functions/server-logs.rsc.prerender-config.json +38 -0
  368. package/.vercel/output/functions/server-logs.rsc.prerender-fallback.rsc +24 -0
  369. package/.vercel/output/functions/server-logs.segments/_full.segment.rsc.prerender-config.json +28 -0
  370. package/.vercel/output/functions/server-logs.segments/_full.segment.rsc.prerender-fallback.rsc +24 -0
  371. package/.vercel/output/functions/server-logs.segments/_head.segment.rsc.prerender-config.json +28 -0
  372. package/.vercel/output/functions/server-logs.segments/_head.segment.rsc.prerender-fallback.rsc +6 -0
  373. package/.vercel/output/functions/server-logs.segments/_index.segment.rsc.prerender-config.json +28 -0
  374. package/.vercel/output/functions/server-logs.segments/_index.segment.rsc.prerender-fallback.rsc +8 -0
  375. package/.vercel/output/functions/server-logs.segments/_tree.segment.rsc.prerender-config.json +28 -0
  376. package/.vercel/output/functions/server-logs.segments/_tree.segment.rsc.prerender-fallback.rsc +3 -0
  377. package/.vercel/output/functions/server-logs.segments/server-logs/__PAGE__.segment.rsc.prerender-config.json +28 -0
  378. package/.vercel/output/functions/server-logs.segments/server-logs/__PAGE__.segment.rsc.prerender-fallback.rsc +9 -0
  379. package/.vercel/output/functions/server-logs.segments/server-logs.segment.rsc.prerender-config.json +28 -0
  380. package/.vercel/output/functions/server-logs.segments/server-logs.segment.rsc.prerender-fallback.rsc +5 -0
  381. package/.vercel/output/functions/settings/networks.prerender-config.json +37 -0
  382. package/.vercel/output/functions/settings/networks.prerender-fallback.html +12 -0
  383. package/.vercel/output/functions/settings/networks.rsc.prerender-config.json +38 -0
  384. package/.vercel/output/functions/settings/networks.rsc.prerender-fallback.rsc +24 -0
  385. package/.vercel/output/functions/settings/networks.segments/_full.segment.rsc.prerender-config.json +28 -0
  386. package/.vercel/output/functions/settings/networks.segments/_full.segment.rsc.prerender-fallback.rsc +24 -0
  387. package/.vercel/output/functions/settings/networks.segments/_head.segment.rsc.prerender-config.json +28 -0
  388. package/.vercel/output/functions/settings/networks.segments/_head.segment.rsc.prerender-fallback.rsc +6 -0
  389. package/.vercel/output/functions/settings/networks.segments/_index.segment.rsc.prerender-config.json +28 -0
  390. package/.vercel/output/functions/settings/networks.segments/_index.segment.rsc.prerender-fallback.rsc +8 -0
  391. package/.vercel/output/functions/settings/networks.segments/_tree.segment.rsc.prerender-config.json +28 -0
  392. package/.vercel/output/functions/settings/networks.segments/_tree.segment.rsc.prerender-fallback.rsc +3 -0
  393. package/.vercel/output/functions/settings/networks.segments/settings/networks/__PAGE__.segment.rsc.prerender-config.json +28 -0
  394. package/.vercel/output/functions/settings/networks.segments/settings/networks/__PAGE__.segment.rsc.prerender-fallback.rsc +9 -0
  395. package/.vercel/output/functions/settings/networks.segments/settings/networks.segment.rsc.prerender-config.json +28 -0
  396. package/.vercel/output/functions/settings/networks.segments/settings/networks.segment.rsc.prerender-fallback.rsc +5 -0
  397. package/.vercel/output/functions/settings/networks.segments/settings.segment.rsc.prerender-config.json +28 -0
  398. package/.vercel/output/functions/settings/networks.segments/settings.segment.rsc.prerender-fallback.rsc +5 -0
  399. package/.vercel/output/functions/settings/tokens.prerender-config.json +37 -0
  400. package/.vercel/output/functions/settings/tokens.prerender-fallback.html +12 -0
  401. package/.vercel/output/functions/settings/tokens.rsc.prerender-config.json +38 -0
  402. package/.vercel/output/functions/settings/tokens.rsc.prerender-fallback.rsc +24 -0
  403. package/.vercel/output/functions/settings/tokens.segments/_full.segment.rsc.prerender-config.json +28 -0
  404. package/.vercel/output/functions/settings/tokens.segments/_full.segment.rsc.prerender-fallback.rsc +24 -0
  405. package/.vercel/output/functions/settings/tokens.segments/_head.segment.rsc.prerender-config.json +28 -0
  406. package/.vercel/output/functions/settings/tokens.segments/_head.segment.rsc.prerender-fallback.rsc +6 -0
  407. package/.vercel/output/functions/settings/tokens.segments/_index.segment.rsc.prerender-config.json +28 -0
  408. package/.vercel/output/functions/settings/tokens.segments/_index.segment.rsc.prerender-fallback.rsc +8 -0
  409. package/.vercel/output/functions/settings/tokens.segments/_tree.segment.rsc.prerender-config.json +28 -0
  410. package/.vercel/output/functions/settings/tokens.segments/_tree.segment.rsc.prerender-fallback.rsc +3 -0
  411. package/.vercel/output/functions/settings/tokens.segments/settings/tokens/__PAGE__.segment.rsc.prerender-config.json +28 -0
  412. package/.vercel/output/functions/settings/tokens.segments/settings/tokens/__PAGE__.segment.rsc.prerender-fallback.rsc +9 -0
  413. package/.vercel/output/functions/settings/tokens.segments/settings/tokens.segment.rsc.prerender-config.json +28 -0
  414. package/.vercel/output/functions/settings/tokens.segments/settings/tokens.segment.rsc.prerender-fallback.rsc +5 -0
  415. package/.vercel/output/functions/settings/tokens.segments/settings.segment.rsc.prerender-config.json +28 -0
  416. package/.vercel/output/functions/settings/tokens.segments/settings.segment.rsc.prerender-fallback.rsc +5 -0
  417. package/.vercel/output/functions/settings.prerender-config.json +37 -0
  418. package/.vercel/output/functions/settings.prerender-fallback.html +12 -0
  419. package/.vercel/output/functions/settings.rsc.prerender-config.json +38 -0
  420. package/.vercel/output/functions/settings.rsc.prerender-fallback.rsc +24 -0
  421. package/.vercel/output/functions/settings.segments/_full.segment.rsc.prerender-config.json +28 -0
  422. package/.vercel/output/functions/settings.segments/_full.segment.rsc.prerender-fallback.rsc +24 -0
  423. package/.vercel/output/functions/settings.segments/_head.segment.rsc.prerender-config.json +28 -0
  424. package/.vercel/output/functions/settings.segments/_head.segment.rsc.prerender-fallback.rsc +6 -0
  425. package/.vercel/output/functions/settings.segments/_index.segment.rsc.prerender-config.json +28 -0
  426. package/.vercel/output/functions/settings.segments/_index.segment.rsc.prerender-fallback.rsc +8 -0
  427. package/.vercel/output/functions/settings.segments/_tree.segment.rsc.prerender-config.json +28 -0
  428. package/.vercel/output/functions/settings.segments/_tree.segment.rsc.prerender-fallback.rsc +3 -0
  429. package/.vercel/output/functions/settings.segments/settings/__PAGE__.segment.rsc.prerender-config.json +28 -0
  430. package/.vercel/output/functions/settings.segments/settings/__PAGE__.segment.rsc.prerender-fallback.rsc +9 -0
  431. package/.vercel/output/functions/settings.segments/settings.segment.rsc.prerender-config.json +28 -0
  432. package/.vercel/output/functions/settings.segments/settings.segment.rsc.prerender-fallback.rsc +5 -0
  433. package/.vercel/output/functions/tasks/[id].func/.next/routes-manifest.json +1 -0
  434. package/.vercel/output/functions/tasks/[id].func/.next/server/app-paths-manifest.json +1 -0
  435. package/.vercel/output/functions/tasks/[id].func/.next/server/pages-manifest.json +1 -0
  436. package/.vercel/output/functions/tasks/[id].func/.vc-config.json +713 -0
  437. package/.vercel/output/functions/tasks/[id].func/___next_launcher.cjs +68 -0
  438. package/.vercel/output/functions/tasks.prerender-config.json +37 -0
  439. package/.vercel/output/functions/tasks.prerender-fallback.html +12 -0
  440. package/.vercel/output/functions/tasks.rsc.prerender-config.json +38 -0
  441. package/.vercel/output/functions/tasks.rsc.prerender-fallback.rsc +24 -0
  442. package/.vercel/output/functions/tasks.segments/_full.segment.rsc.prerender-config.json +28 -0
  443. package/.vercel/output/functions/tasks.segments/_full.segment.rsc.prerender-fallback.rsc +24 -0
  444. package/.vercel/output/functions/tasks.segments/_head.segment.rsc.prerender-config.json +28 -0
  445. package/.vercel/output/functions/tasks.segments/_head.segment.rsc.prerender-fallback.rsc +6 -0
  446. package/.vercel/output/functions/tasks.segments/_index.segment.rsc.prerender-config.json +28 -0
  447. package/.vercel/output/functions/tasks.segments/_index.segment.rsc.prerender-fallback.rsc +8 -0
  448. package/.vercel/output/functions/tasks.segments/_tree.segment.rsc.prerender-config.json +28 -0
  449. package/.vercel/output/functions/tasks.segments/_tree.segment.rsc.prerender-fallback.rsc +3 -0
  450. package/.vercel/output/functions/tasks.segments/tasks/__PAGE__.segment.rsc.prerender-config.json +28 -0
  451. package/.vercel/output/functions/tasks.segments/tasks/__PAGE__.segment.rsc.prerender-fallback.rsc +9 -0
  452. package/.vercel/output/functions/tasks.segments/tasks.segment.rsc.prerender-config.json +28 -0
  453. package/.vercel/output/functions/tasks.segments/tasks.segment.rsc.prerender-fallback.rsc +5 -0
  454. package/.vercel/output/static/404.html +12 -0
  455. package/.vercel/output/static/404.rsc.json +1 -0
  456. package/.vercel/output/static/404.segments/_tree.segment.rsc.json +1 -0
  457. package/.vercel/output/static/500.html +1 -0
  458. package/.vercel/output/static/500.rsc.json +1 -0
  459. package/.vercel/output/static/500.segments/_tree.segment.rsc.json +1 -0
  460. package/.vercel/output/static/_next/__private/trace +2 -0
  461. package/.vercel/output/static/_next/static/cQOazsLgEXZBa3uITRnqd/_buildManifest.js +11 -0
  462. package/.vercel/output/static/_next/static/cQOazsLgEXZBa3uITRnqd/_clientMiddlewareManifest.js +42 -0
  463. package/.vercel/output/static/_next/static/cQOazsLgEXZBa3uITRnqd/_ssgManifest.js +1 -0
  464. package/.vercel/output/static/_next/static/chunks/01xlw8hd842-c.js +1 -0
  465. package/.vercel/output/static/_next/static/chunks/0257pdz1-imal.js +2 -0
  466. package/.vercel/output/static/_next/static/chunks/03~yq9q893hmn.js +1 -0
  467. package/.vercel/output/static/_next/static/chunks/054rct4zo7h~z.js +1 -0
  468. package/.vercel/output/static/_next/static/chunks/0ctlwbr5xthi8.js +1 -0
  469. package/.vercel/output/static/_next/static/chunks/0e-.zgw81gela.js +31 -0
  470. package/.vercel/output/static/_next/static/chunks/0fv~z2l3jrqys.js +1 -0
  471. package/.vercel/output/static/_next/static/chunks/0gtbwcilfu6b7.js +1 -0
  472. package/.vercel/output/static/_next/static/chunks/0j6t.m1a6._pk.js +1 -0
  473. package/.vercel/output/static/_next/static/chunks/0krx4ebw65neu.js +1 -0
  474. package/.vercel/output/static/_next/static/chunks/0mcdzzl4stn.x.js +1 -0
  475. package/.vercel/output/static/_next/static/chunks/0mh~79ukyan6l.js +7 -0
  476. package/.vercel/output/static/_next/static/chunks/0p8gm5gd97iye.js +1 -0
  477. package/.vercel/output/static/_next/static/chunks/0pqt~8bl3ukh4.js +4 -0
  478. package/.vercel/output/static/_next/static/chunks/0sf4r.iqs6i2d.js +1 -0
  479. package/.vercel/output/static/_next/static/chunks/0syyhzeexnwuc.js +1 -0
  480. package/.vercel/output/static/_next/static/chunks/0u359llqm1_01.js +1 -0
  481. package/.vercel/output/static/_next/static/chunks/0w1zwt8kq_7nb.js +1 -0
  482. package/.vercel/output/static/_next/static/chunks/0y4vqmmbpds2r.js +1 -0
  483. package/.vercel/output/static/_next/static/chunks/0~.wslpnrpyxe.js +1 -0
  484. package/.vercel/output/static/_next/static/chunks/10pzdqqp6gvky.js +1 -0
  485. package/.vercel/output/static/_next/static/chunks/12~jseze2jkgc.js +1 -0
  486. package/.vercel/output/static/_next/static/chunks/13kogdk1s~elt.js +4 -0
  487. package/.vercel/output/static/_next/static/chunks/14bsg3_-taiw4.js +1 -0
  488. package/.vercel/output/static/_next/static/chunks/16-7qr7qx9zrz.css +2 -0
  489. package/.vercel/output/static/_next/static/chunks/17i-e9luf51g_.js +7 -0
  490. package/.vercel/output/static/_next/static/chunks/turbopack-01f1xs~cq_~si.js +1 -0
  491. package/.vercel/output/static/_next/static/media/4fa387ec64143e14-s.0.qu-9752pffj.woff2 +0 -0
  492. package/.vercel/output/static/_next/static/media/5ce348bf30bf5439-s.0ee55_hj9qcer.woff2 +0 -0
  493. package/.vercel/output/static/_next/static/media/6306c77e7c8268e4-s.0mao5jbfbduzp.woff2 +0 -0
  494. package/.vercel/output/static/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2 +0 -0
  495. package/.vercel/output/static/_next/static/media/7d817b4c03b0c5f1-s.0uzt.a6d44yda.woff2 +0 -0
  496. package/.vercel/output/static/_next/static/media/bbc41e54d2fcbd21-s.0mvwgmnhv29no.woff2 +0 -0
  497. package/.vercel/output/static/_next/static/media/favicon.0x3dzn~oxb6tn.ico +0 -0
  498. package/.vercel/output/static/_next/static/not-found.txt +1 -0
  499. package/.vercel/output/static/favicon.ico +0 -0
  500. package/.vercel/output/static/favicon.svg +10 -0
  501. package/.vercel/output/static/intern_avatar.png +0 -0
  502. package/.vercel/output/static/sleep2agi-logo.svg +11 -0
  503. package/.vercel/output/static/vendors/claude.svg +10 -0
  504. package/.vercel/output/static/vendors/minimax.svg +10 -0
  505. package/.vercel/output/static/vendors/openai.svg +10 -0
  506. package/.vercel/project.json +16 -0
  507. package/app/components/AppShell.tsx +3 -3
  508. package/app/components/PwaInstaller.tsx +17 -0
  509. package/app/globals.css +10 -0
  510. package/app/layout.tsx +2 -0
  511. package/app/nodes/page.tsx +5 -5
  512. package/apps/desktop/electron/main.cjs +37 -0
  513. package/capacitor.config.ts +21 -0
  514. package/electron-builder.json +18 -0
  515. package/package.json +16 -1
  516. package/public/sw.js +37 -0
  517. package/tests/e2e.spec.ts +75 -0
  518. package/tests/theme-screenshots.spec.ts +57 -0
  519. package/.next/server/chunks/ssr/[root-of-the-server]__0u5aqkk._.js +0 -8
  520. package/.next/server/chunks/ssr/[root-of-the-server]__0u5aqkk._.js.map +0 -1
  521. package/.next/server/chunks/ssr/agent-network-dashboard_app_components_0mvyi-4._.js +0 -9
  522. package/.next/server/chunks/ssr/agent-network-dashboard_app_components_0mvyi-4._.js.map +0 -1
  523. package/.next/static/chunks/0800ik2kbhsed.js +0 -1
  524. package/.next/static/chunks/0ii3jngq3fijk.js +0 -1
  525. package/.next/static/chunks/0iwava1u7a3b4.js +0 -7
  526. package/.next/static/chunks/0wtj3tufk2aod.css +0 -2
  527. package/.next/static/chunks/0xpmd4b37kj~e.js +0 -1
  528. package/.next/static/chunks/0~ykmap37nw9d.js +0 -1
  529. package/docs/api-alignment.md +0 -64
  530. package/docs/design-task-chat.md +0 -84
  531. package/docs/loop-design-rounds.md +0 -797
  532. package/docs/oss-readiness-report.md +0 -189
  533. package/docs/rfc/v0.10.0-hero3-dashboard-upgrade.md +0 -230
  534. package/docs/screenshots/0.4.5-preview.1/cyber-admin.png +0 -0
  535. package/docs/screenshots/0.4.5-preview.1/cyber-cmdk-search.png +0 -0
  536. package/docs/screenshots/0.4.5-preview.1/cyber-cmdk.png +0 -0
  537. package/docs/screenshots/0.4.5-preview.1/cyber-login.png +0 -0
  538. package/docs/screenshots/0.4.5-preview.1/cyber-overview.png +0 -0
  539. package/docs/screenshots/0.4.5-preview.1/cyber-settings.png +0 -0
  540. package/docs/screenshots/0.4.5-preview.1/cyber-tasks.png +0 -0
  541. package/docs/screenshots/0.4.5-preview.1/light-admin.png +0 -0
  542. package/docs/screenshots/0.4.5-preview.1/light-cmdk-search.png +0 -0
  543. package/docs/screenshots/0.4.5-preview.1/light-cmdk.png +0 -0
  544. package/docs/screenshots/0.4.5-preview.1/light-login.png +0 -0
  545. package/docs/screenshots/0.4.5-preview.1/light-overview.png +0 -0
  546. package/docs/screenshots/0.4.5-preview.1/light-settings.png +0 -0
  547. package/docs/screenshots/0.4.5-preview.1/light-tasks.png +0 -0
  548. package/scripts/chat-popover-test.mjs +0 -234
  549. package/scripts/chat-theme-test.mjs +0 -98
  550. package/scripts/empty-state-test.mjs +0 -41
  551. package/scripts/fold-only.mjs +0 -47
  552. package/scripts/help-overlay-topo-test.mjs +0 -44
  553. package/scripts/intern-alias-test.mjs +0 -46
  554. package/scripts/loop-review.mjs +0 -270
  555. package/scripts/network-derive-shot.mjs +0 -16
  556. package/scripts/network-derive-test.mjs +0 -28
  557. package/scripts/p0-147-screenshot.mjs +0 -53
  558. package/scripts/p0-servers-drawer-screenshot.mjs +0 -101
  559. package/scripts/p0-topo-screenshot.mjs +0 -82
  560. package/scripts/p150-orphan-layout-screenshot.mjs +0 -82
  561. package/scripts/p157-rc2-dedup-test.mjs +0 -110
  562. package/scripts/p157-servers-copy-test.mjs +0 -95
  563. package/scripts/servers-drawer-live-test.mjs +0 -96
  564. package/scripts/topo-50-test.mjs +0 -54
  565. package/scripts/topo-a11y-titles-catalog-test.mjs +0 -132
  566. package/scripts/topo-active-chrome-hover-text-test.mjs +0 -107
  567. package/scripts/topo-active-filter-pill-test.mjs +0 -101
  568. package/scripts/topo-active-links-chip-halo-layers-test.mjs +0 -81
  569. package/scripts/topo-active-links-chip-hover-lift-test.mjs +0 -93
  570. package/scripts/topo-active-links-chip-hover-test.mjs +0 -103
  571. package/scripts/topo-active-links-chip-nav-test.mjs +0 -117
  572. package/scripts/topo-active-links-chip-self-hover-test.mjs +0 -171
  573. package/scripts/topo-active-links-chip-test.mjs +0 -73
  574. package/scripts/topo-active-links-empty-recede-test.mjs +0 -125
  575. package/scripts/topo-active-links-freshness-color-test.mjs +0 -86
  576. package/scripts/topo-active-links-freshness-test.mjs +0 -113
  577. package/scripts/topo-active-links-tooltip-test.mjs +0 -79
  578. package/scripts/topo-active-links-unit-test.mjs +0 -79
  579. package/scripts/topo-active-pulse-ease-test.mjs +0 -120
  580. package/scripts/topo-alias-chat-brightness-test.mjs +0 -79
  581. package/scripts/topo-alias-glow-test.mjs +0 -121
  582. package/scripts/topo-alias-text-halo-layers-test.mjs +0 -98
  583. package/scripts/topo-animation-temporal-modes-catalog-test.mjs +0 -144
  584. package/scripts/topo-any-hover-attr-test.mjs +0 -83
  585. package/scripts/topo-any-pinned-attr-test.mjs +0 -86
  586. package/scripts/topo-arrow-tier-test.mjs +0 -61
  587. package/scripts/topo-auto-fit-test.mjs +0 -73
  588. package/scripts/topo-avatar-brightness-test.mjs +0 -116
  589. package/scripts/topo-avatar-chat-gate-test.mjs +0 -77
  590. package/scripts/topo-avatar-drop-shadow-test.mjs +0 -86
  591. package/scripts/topo-avatar-fallback-hover-test.mjs +0 -104
  592. package/scripts/topo-avatar-fallback-rotate-test.mjs +0 -92
  593. package/scripts/topo-avatar-rotate-test.mjs +0 -85
  594. package/scripts/topo-avatar-scale-test.mjs +0 -89
  595. package/scripts/topo-badge-chat-gate-test.mjs +0 -74
  596. package/scripts/topo-brand-drop-shadow-test.mjs +0 -71
  597. package/scripts/topo-brand-logo-breath-test.mjs +0 -102
  598. package/scripts/topo-brand-logo-halo-layers-test.mjs +0 -85
  599. package/scripts/topo-brand-logo-hover-brightness-test.mjs +0 -105
  600. package/scripts/topo-brand-logo-hover-rotate-test.mjs +0 -93
  601. package/scripts/topo-brand-logo-hover-test.mjs +0 -85
  602. package/scripts/topo-brand-logo-transition-test.mjs +0 -94
  603. package/scripts/topo-brand-shot.mjs +0 -61
  604. package/scripts/topo-brand-watermark-test.mjs +0 -97
  605. package/scripts/topo-canvas-aria-test.mjs +0 -108
  606. package/scripts/topo-canvas-brand-fade-test.mjs +0 -87
  607. package/scripts/topo-canvas-desc-a11y-test.mjs +0 -87
  608. package/scripts/topo-canvas-entrance-animation-test.mjs +0 -117
  609. package/scripts/topo-canvas-scan-beam-diagonal-test.mjs +0 -148
  610. package/scripts/topo-canvas-scan-beam-test.mjs +0 -109
  611. package/scripts/topo-canvas-scan-beam-vertical-test.mjs +0 -123
  612. package/scripts/topo-card-chat-brightness-test.mjs +0 -86
  613. package/scripts/topo-chat-focus-ring-test.mjs +0 -77
  614. package/scripts/topo-chat-ring-breath-curve-test.mjs +0 -114
  615. package/scripts/topo-chat-ring-brightness-test.mjs +0 -80
  616. package/scripts/topo-chat-ring-halo-layers-test.mjs +0 -100
  617. package/scripts/topo-chat-ring-r-breath-test.mjs +0 -121
  618. package/scripts/topo-chat-ring-status-halo-test.mjs +0 -106
  619. package/scripts/topo-chat-ring-sw-breath-test.mjs +0 -123
  620. package/scripts/topo-chat-target-breath-test.mjs +0 -84
  621. package/scripts/topo-chat-target-ring-ease-test.mjs +0 -82
  622. package/scripts/topo-chat-target-ring-fade-test.mjs +0 -124
  623. package/scripts/topo-chip-digit-fontweight-test.mjs +0 -105
  624. package/scripts/topo-chip-digit-hover-bold-test.mjs +0 -94
  625. package/scripts/topo-chip-empty-recede-test.mjs +0 -116
  626. package/scripts/topo-chip-focus-test.mjs +0 -95
  627. package/scripts/topo-chip-pin-halo-test.mjs +0 -85
  628. package/scripts/topo-chip-pin-mirror-test.mjs +0 -113
  629. package/scripts/topo-chip-row-digit-ls-test.mjs +0 -135
  630. package/scripts/topo-chip-row-gap-test.mjs +0 -90
  631. package/scripts/topo-chip-row-group-hover-brighten-test.mjs +0 -107
  632. package/scripts/topo-chip-row-hover-lift-test.mjs +0 -95
  633. package/scripts/topo-chip-row-member-alias-lit-test.mjs +0 -154
  634. package/scripts/topo-chip-row-press-test.mjs +0 -93
  635. package/scripts/topo-chip-row-semantic-gap-test.mjs +0 -97
  636. package/scripts/topo-chip-row-tabular-test.mjs +0 -111
  637. package/scripts/topo-chip-row-tier-glow-brightness-test.mjs +0 -99
  638. package/scripts/topo-chip-row-unit-hover-tracking-test.mjs +0 -124
  639. package/scripts/topo-chip-unit-demotion-test.mjs +0 -93
  640. package/scripts/topo-chiprow-data-weight-test.mjs +0 -94
  641. package/scripts/topo-chrome-a11y-test.mjs +0 -107
  642. package/scripts/topo-chrome-active-weight-test.mjs +0 -104
  643. package/scripts/topo-chrome-button-hover-lift-test.mjs +0 -94
  644. package/scripts/topo-chrome-control-halo-layers-test.mjs +0 -22
  645. package/scripts/topo-chrome-focus-ring-unify-test.mjs +0 -100
  646. package/scripts/topo-chrome-fullscreen-breath-test.mjs +0 -121
  647. package/scripts/topo-chrome-fullscreen-icon-sw-test.mjs +0 -92
  648. package/scripts/topo-chrome-gap-test.mjs +0 -73
  649. package/scripts/topo-chrome-icon-stroke-test.mjs +0 -95
  650. package/scripts/topo-chrome-inactive-color-test.mjs +0 -90
  651. package/scripts/topo-chrome-layout-trailer-breath-test.mjs +0 -86
  652. package/scripts/topo-chrome-nodesize-trailer-breath-test.mjs +0 -86
  653. package/scripts/topo-chrome-pop-extension-test.mjs +0 -98
  654. package/scripts/topo-chrome-pop-nodesize-test.mjs +0 -88
  655. package/scripts/topo-chrome-press-fullstrip-test.mjs +0 -105
  656. package/scripts/topo-chrome-press-scale-test.mjs +0 -100
  657. package/scripts/topo-chrome-press-state-test.mjs +0 -135
  658. package/scripts/topo-chrome-reset-breath-test.mjs +0 -115
  659. package/scripts/topo-chrome-reset-icon-sw-test.mjs +0 -80
  660. package/scripts/topo-chrome-segmented-radius-test.mjs +0 -100
  661. package/scripts/topo-chrome-strip-entrance-animation-test.mjs +0 -115
  662. package/scripts/topo-chrome-strip-semantic-gap-test.mjs +0 -99
  663. package/scripts/topo-chrome-strip-theme-ease-test.mjs +0 -99
  664. package/scripts/topo-chrome-wrapper-halo-test.mjs +0 -83
  665. package/scripts/topo-chrome-zoom-icon-sw-test.mjs +0 -90
  666. package/scripts/topo-chrome-zoom-level-pop-test.mjs +0 -122
  667. package/scripts/topo-chrome-zoom-pop-test.mjs +0 -130
  668. package/scripts/topo-chrome-zoom-readout-weight-test.mjs +0 -81
  669. package/scripts/topo-chrome-zoom-wrapper-breath-test.mjs +0 -85
  670. package/scripts/topo-click-ripple-ease-test.mjs +0 -94
  671. package/scripts/topo-click-ripple-glow-test.mjs +0 -86
  672. package/scripts/topo-click-ripple-halo-layers-test.mjs +0 -79
  673. package/scripts/topo-click-ripple-opacity-test.mjs +0 -99
  674. package/scripts/topo-click-ripple-sw-test.mjs +0 -110
  675. package/scripts/topo-click-ripple-test.mjs +0 -66
  676. package/scripts/topo-cluster-count-attr-test.mjs +0 -80
  677. package/scripts/topo-cluster-test.mjs +0 -41
  678. package/scripts/topo-cmdk-edge-clear-test.mjs +0 -109
  679. package/scripts/topo-cmdk-layout-view-test.mjs +0 -108
  680. package/scripts/topo-cmdk-pin-test.mjs +0 -123
  681. package/scripts/topo-cmdk-vendor-clear-test.mjs +0 -133
  682. package/scripts/topo-cmdk-vendor-pin-test.mjs +0 -103
  683. package/scripts/topo-controls-shot.mjs +0 -24
  684. package/scripts/topo-corner-radius-unify-test.mjs +0 -103
  685. package/scripts/topo-crescent-breath-test.mjs +0 -104
  686. package/scripts/topo-crescent-envelope-breath-test.mjs +0 -103
  687. package/scripts/topo-crescent-recede-test.mjs +0 -111
  688. package/scripts/topo-cwd-tooltip-test.mjs +0 -64
  689. package/scripts/topo-dashboard-version-attr-test.mjs +0 -69
  690. package/scripts/topo-dblclick-reset-test.mjs +0 -74
  691. package/scripts/topo-dense-alias-chat-halo-test.mjs +0 -73
  692. package/scripts/topo-dense-alias-fill-transition-test.mjs +0 -133
  693. package/scripts/topo-dense-alias-halo-layers-test.mjs +0 -80
  694. package/scripts/topo-dense-alias-opacity-test.mjs +0 -68
  695. package/scripts/topo-density-test.mjs +0 -57
  696. package/scripts/topo-discrete-zoom-smooth-test.mjs +0 -125
  697. package/scripts/topo-dual-axis-surfaces-catalog-test.mjs +0 -94
  698. package/scripts/topo-edge-badge-circle-brightness-test.mjs +0 -82
  699. package/scripts/topo-edge-badge-circle-hot-pulse-test.mjs +0 -100
  700. package/scripts/topo-edge-badge-click-pin-test.mjs +0 -94
  701. package/scripts/topo-edge-badge-crossfade-test.mjs +0 -138
  702. package/scripts/topo-edge-badge-digit-fw-test.mjs +0 -103
  703. package/scripts/topo-edge-badge-digit-halo-layers-test.mjs +0 -107
  704. package/scripts/topo-edge-badge-endpoint-gate-test.mjs +0 -94
  705. package/scripts/topo-edge-badge-fontsize-test.mjs +0 -90
  706. package/scripts/topo-edge-badge-halo-layers-test.mjs +0 -85
  707. package/scripts/topo-edge-badge-hot-glow-test.mjs +0 -101
  708. package/scripts/topo-edge-badge-hot-pulse-test.mjs +0 -92
  709. package/scripts/topo-edge-badge-hot-test.mjs +0 -115
  710. package/scripts/topo-edge-badge-hover-glow-test.mjs +0 -90
  711. package/scripts/topo-edge-badge-hover-opacity-test.mjs +0 -94
  712. package/scripts/topo-edge-badge-hover-stroke-test.mjs +0 -92
  713. package/scripts/topo-edge-badge-hover-test.mjs +0 -85
  714. package/scripts/topo-edge-badge-letter-spacing-test.mjs +0 -86
  715. package/scripts/topo-edge-badge-lift-test.mjs +0 -150
  716. package/scripts/topo-edge-badge-opacity-test.mjs +0 -80
  717. package/scripts/topo-edge-badge-pin-opacity-test.mjs +0 -86
  718. package/scripts/topo-edge-badge-ripple-test.mjs +0 -111
  719. package/scripts/topo-edge-badge-stroke-test.mjs +0 -92
  720. package/scripts/topo-edge-badge-stroke-transition-test.mjs +0 -118
  721. package/scripts/topo-edge-badge-text-brightness-test.mjs +0 -83
  722. package/scripts/topo-edge-badge-text-pin-test.mjs +0 -121
  723. package/scripts/topo-edge-badge-theme-ease-test.mjs +0 -89
  724. package/scripts/topo-edge-chat-gate-test.mjs +0 -71
  725. package/scripts/topo-edge-count-badge-test.mjs +0 -86
  726. package/scripts/topo-edge-endpoint-highlight-test.mjs +0 -111
  727. package/scripts/topo-edge-endpoint-hover-sw-test.mjs +0 -127
  728. package/scripts/topo-edge-fadein-test.mjs +0 -106
  729. package/scripts/topo-edge-flow-rail-halo-layers-test.mjs +0 -89
  730. package/scripts/topo-edge-focus-test.mjs +0 -113
  731. package/scripts/topo-edge-freshness-floor-test.mjs +0 -99
  732. package/scripts/topo-edge-hover-test.mjs +0 -93
  733. package/scripts/topo-edge-particle-brightness-test.mjs +0 -82
  734. package/scripts/topo-edge-particle-halo-layers-test.mjs +0 -91
  735. package/scripts/topo-edge-particle-hover-r-test.mjs +0 -113
  736. package/scripts/topo-edge-particle-opacity-lift-test.mjs +0 -109
  737. package/scripts/topo-edge-particle-radius-test.mjs +0 -76
  738. package/scripts/topo-edge-pill-glow-test.mjs +0 -67
  739. package/scripts/topo-edge-pill-hot-test.mjs +0 -129
  740. package/scripts/topo-edge-pill-test.mjs +0 -105
  741. package/scripts/topo-edge-pin-halo-test.mjs +0 -99
  742. package/scripts/topo-edge-ping-pulse-retired-test.mjs +0 -119
  743. package/scripts/topo-edge-stroke-ease-test.mjs +0 -100
  744. package/scripts/topo-edge-stroke-transition-test.mjs +0 -132
  745. package/scripts/topo-edge-tooltip-test.mjs +0 -70
  746. package/scripts/topo-edge-visible-brightness-test.mjs +0 -84
  747. package/scripts/topo-edge-visible-halo-layers-test.mjs +0 -87
  748. package/scripts/topo-edge-visible-linecap-test.mjs +0 -89
  749. package/scripts/topo-empty-hint-tracking-test.mjs +0 -84
  750. package/scripts/topo-empty-state-breath-test.mjs +0 -150
  751. package/scripts/topo-empty-state-crossfade-test.mjs +0 -130
  752. package/scripts/topo-empty-state-recenter-test.mjs +0 -107
  753. package/scripts/topo-empty-sub-hint-italic-test.mjs +0 -83
  754. package/scripts/topo-empty-subhint-tracking-test.mjs +0 -87
  755. package/scripts/topo-endpoint-ring-brightness-test.mjs +0 -83
  756. package/scripts/topo-endpoint-ring-fade-test.mjs +0 -132
  757. package/scripts/topo-endpoint-ring-flow-halo-test.mjs +0 -107
  758. package/scripts/topo-endpoint-ring-halo-layers-test.mjs +0 -100
  759. package/scripts/topo-endpoint-ring-r-hover-test.mjs +0 -89
  760. package/scripts/topo-endpoint-ring-test.mjs +0 -93
  761. package/scripts/topo-endpoint-ring-thicken-test.mjs +0 -112
  762. package/scripts/topo-esc-clears-pin-test.mjs +0 -98
  763. package/scripts/topo-filter-pill-aliases-test.mjs +0 -121
  764. package/scripts/topo-filter-pill-body-click-test.mjs +0 -112
  765. package/scripts/topo-filter-pill-count-tabular-test.mjs +0 -135
  766. package/scripts/topo-filter-pill-count-test.mjs +0 -110
  767. package/scripts/topo-filter-pill-glow-test.mjs +0 -90
  768. package/scripts/topo-filter-pill-halo-layers-test.mjs +0 -27
  769. package/scripts/topo-filter-pill-hover-lift-test.mjs +0 -101
  770. package/scripts/topo-filter-pill-hover-opacity-test.mjs +0 -110
  771. package/scripts/topo-filter-pill-mobile-test.mjs +0 -90
  772. package/scripts/topo-filter-pill-value-fw-test.mjs +0 -88
  773. package/scripts/topo-filter-pill-weight-test.mjs +0 -75
  774. package/scripts/topo-filter-pill-x-hover-scale-test.mjs +0 -99
  775. package/scripts/topo-filter-pills-press-test.mjs +0 -96
  776. package/scripts/topo-fit-key-test.mjs +0 -106
  777. package/scripts/topo-fleet-count-attrs-test.mjs +0 -87
  778. package/scripts/topo-fleet-density-tier-test.mjs +0 -84
  779. package/scripts/topo-flow-arrow-brightness-test.mjs +0 -82
  780. package/scripts/topo-flow-rail-brightness-test.mjs +0 -80
  781. package/scripts/topo-flow-rail-hover-sw-test.mjs +0 -113
  782. package/scripts/topo-flow-rail-linecap-test.mjs +0 -79
  783. package/scripts/topo-focus-outline-transition-test.mjs +0 -107
  784. package/scripts/topo-freshness-chip-fade-test.mjs +0 -105
  785. package/scripts/topo-freshness-chip-hierarchy-test.mjs +0 -93
  786. package/scripts/topo-freshness-chip-tabular-test.mjs +0 -41
  787. package/scripts/topo-freshness-chip-test.mjs +0 -74
  788. package/scripts/topo-freshness-chip-transition-test.mjs +0 -80
  789. package/scripts/topo-freshness-chip-weight-test.mjs +0 -90
  790. package/scripts/topo-freshness-conditional-render-test.mjs +0 -92
  791. package/scripts/topo-freshness-floor-lift-test.mjs +0 -92
  792. package/scripts/topo-freshness-suffix-tabular-test.mjs +0 -88
  793. package/scripts/topo-fullscreen-active-test.mjs +0 -115
  794. package/scripts/topo-fullscreen-attr-test.mjs +0 -73
  795. package/scripts/topo-fullscreen-brightness-test.mjs +0 -84
  796. package/scripts/topo-fullscreen-icon-hover-scale-test.mjs +0 -91
  797. package/scripts/topo-fullscreen-icon-rotate-test.mjs +0 -93
  798. package/scripts/topo-grid-content-bottom-attr-test.mjs +0 -72
  799. package/scripts/topo-group-box-brightness-test.mjs +0 -84
  800. package/scripts/topo-group-box-geom-transition-test.mjs +0 -110
  801. package/scripts/topo-group-box-halo-layers-test.mjs +0 -91
  802. package/scripts/topo-group-box-pinned-state-test.mjs +0 -95
  803. package/scripts/topo-group-box-rx-pin-test.mjs +0 -103
  804. package/scripts/topo-group-box-stroke-test.mjs +0 -105
  805. package/scripts/topo-group-chat-gate-test.mjs +0 -77
  806. package/scripts/topo-group-count-test.mjs +0 -68
  807. package/scripts/topo-group-fade-cadence-test.mjs +0 -92
  808. package/scripts/topo-group-hover-test.mjs +0 -82
  809. package/scripts/topo-group-label-a11y-test.mjs +0 -113
  810. package/scripts/topo-group-label-brightness-test.mjs +0 -84
  811. package/scripts/topo-group-label-count-fontweight-test.mjs +0 -108
  812. package/scripts/topo-group-label-count-fw-test.mjs +0 -100
  813. package/scripts/topo-group-label-count-inherit-test.mjs +0 -99
  814. package/scripts/topo-group-label-fw-pin-test.mjs +0 -99
  815. package/scripts/topo-group-label-glow-test.mjs +0 -104
  816. package/scripts/topo-group-label-halo-layers-test.mjs +0 -78
  817. package/scripts/topo-group-label-hover-glow-test.mjs +0 -86
  818. package/scripts/topo-group-label-hover-test.mjs +0 -119
  819. package/scripts/topo-group-label-letter-spacing-test.mjs +0 -113
  820. package/scripts/topo-group-label-member-alias-hover-test.mjs +0 -125
  821. package/scripts/topo-group-label-pin-spacing-test.mjs +0 -136
  822. package/scripts/topo-group-label-tint-geom-test.mjs +0 -94
  823. package/scripts/topo-group-label-tint-test.mjs +0 -99
  824. package/scripts/topo-group-label-tint-transition-test.mjs +0 -97
  825. package/scripts/topo-group-label-title-test.mjs +0 -83
  826. package/scripts/topo-group-pill-glow-test.mjs +0 -76
  827. package/scripts/topo-group-pin-test.mjs +0 -119
  828. package/scripts/topo-group-pip-fadein-test.mjs +0 -104
  829. package/scripts/topo-group-pip-fontsize-test.mjs +0 -106
  830. package/scripts/topo-group-pip-singletier-drop-test.mjs +0 -131
  831. package/scripts/topo-group-pip-tabular-test.mjs +0 -95
  832. package/scripts/topo-group-status-pips-test.mjs +0 -103
  833. package/scripts/topo-group-test.mjs +0 -37
  834. package/scripts/topo-group-tier-attr-test.mjs +0 -84
  835. package/scripts/topo-group-tint-brightness-test.mjs +0 -82
  836. package/scripts/topo-group-tint-rx-pin-test.mjs +0 -107
  837. package/scripts/topo-groupbox-fadein-test.mjs +0 -95
  838. package/scripts/topo-groupbox-hover-lift-test.mjs +0 -127
  839. package/scripts/topo-groupbox-hubcore-ease-test.mjs +0 -106
  840. package/scripts/topo-groupbox-live-test.mjs +0 -100
  841. package/scripts/topo-groupbox-march-busyness-test.mjs +0 -155
  842. package/scripts/topo-groupbox-test.mjs +0 -120
  843. package/scripts/topo-h2-dual-axis-breath-test.mjs +0 -92
  844. package/scripts/topo-h2-triple-axis-breath-test.mjs +0 -142
  845. package/scripts/topo-halo-chat-gate-test.mjs +0 -72
  846. package/scripts/topo-header-gap-test.mjs +0 -94
  847. package/scripts/topo-help-overlay-r109-test.mjs +0 -67
  848. package/scripts/topo-help-overlay-r118-test.mjs +0 -69
  849. package/scripts/topo-help-overlay-r123-test.mjs +0 -69
  850. package/scripts/topo-help-overlay-r134-test.mjs +0 -74
  851. package/scripts/topo-help-overlay-r137-test.mjs +0 -81
  852. package/scripts/topo-help-overlay-r141-test.mjs +0 -86
  853. package/scripts/topo-help-overlay-r153-test.mjs +0 -85
  854. package/scripts/topo-help-overlay-r59-test.mjs +0 -67
  855. package/scripts/topo-help-overlay-r65-test.mjs +0 -64
  856. package/scripts/topo-help-overlay-r70-test.mjs +0 -63
  857. package/scripts/topo-help-overlay-r78-test.mjs +0 -59
  858. package/scripts/topo-help-overlay-r81-test.mjs +0 -58
  859. package/scripts/topo-help-overlay-r87-test.mjs +0 -64
  860. package/scripts/topo-help-overlay-r91-test.mjs +0 -65
  861. package/scripts/topo-hot-tail-crossfade-test.mjs +0 -117
  862. package/scripts/topo-hover-detail-body-fw-test.mjs +0 -101
  863. package/scripts/topo-hover-detail-halo-test.mjs +0 -76
  864. package/scripts/topo-hover-detail-model-fw-test.mjs +0 -98
  865. package/scripts/topo-hover-detail-opacity-test.mjs +0 -98
  866. package/scripts/topo-hover-detail-rx-test.mjs +0 -81
  867. package/scripts/topo-hover-ring-duration-test.mjs +0 -87
  868. package/scripts/topo-hovered-alias-attr-test.mjs +0 -111
  869. package/scripts/topo-html-overlay-padding-unify-test.mjs +0 -120
  870. package/scripts/topo-hub-a11y-test.mjs +0 -112
  871. package/scripts/topo-hub-a11y-title-test.mjs +0 -95
  872. package/scripts/topo-hub-busyness-test.mjs +0 -100
  873. package/scripts/topo-hub-center-crossfade-test.mjs +0 -124
  874. package/scripts/topo-hub-click-fit-test.mjs +0 -137
  875. package/scripts/topo-hub-core-brightness-test.mjs +0 -82
  876. package/scripts/topo-hub-core-fill-hover-test.mjs +0 -85
  877. package/scripts/topo-hub-core-halo-layers-test.mjs +0 -81
  878. package/scripts/topo-hub-digit-brightness-test.mjs +0 -79
  879. package/scripts/topo-hub-digit-fontsize-test.mjs +0 -86
  880. package/scripts/topo-hub-digit-fw-hover-test.mjs +0 -102
  881. package/scripts/topo-hub-digit-glow-test.mjs +0 -105
  882. package/scripts/topo-hub-digit-halo-layers-test.mjs +0 -76
  883. package/scripts/topo-hub-digit-ls-test.mjs +0 -119
  884. package/scripts/topo-hub-digit-scale-test.mjs +0 -129
  885. package/scripts/topo-hub-fadein-test.mjs +0 -88
  886. package/scripts/topo-hub-halo-brightness-test.mjs +0 -80
  887. package/scripts/topo-hub-halo-glow-test.mjs +0 -96
  888. package/scripts/topo-hub-halo-halo-layers-test.mjs +0 -76
  889. package/scripts/topo-hub-halo-light-trough-test.mjs +0 -88
  890. package/scripts/topo-hub-halo-r-hover-test.mjs +0 -82
  891. package/scripts/topo-hub-halo-radius-test.mjs +0 -86
  892. package/scripts/topo-hub-halo-trough-test.mjs +0 -83
  893. package/scripts/topo-hub-highlight-amplify-test.mjs +0 -139
  894. package/scripts/topo-hub-highlight-brightness-test.mjs +0 -84
  895. package/scripts/topo-hub-highlight-fill-transition-test.mjs +0 -84
  896. package/scripts/topo-hub-highlight-glow-test.mjs +0 -99
  897. package/scripts/topo-hub-highlight-halo-layers-test.mjs +0 -78
  898. package/scripts/topo-hub-highlight-opacity-test.mjs +0 -88
  899. package/scripts/topo-hub-highlight-r-test.mjs +0 -112
  900. package/scripts/topo-hub-highlight-radius-test.mjs +0 -90
  901. package/scripts/topo-hub-highlight-recede-test.mjs +0 -144
  902. package/scripts/topo-hub-highlight-theme-fill-test.mjs +0 -83
  903. package/scripts/topo-hub-hover-lift-test.mjs +0 -101
  904. package/scripts/topo-hub-hover-ring-brightness-test.mjs +0 -79
  905. package/scripts/topo-hub-hover-ring-glow-test.mjs +0 -97
  906. package/scripts/topo-hub-hover-ring-halo-layers-test.mjs +0 -71
  907. package/scripts/topo-hub-hover-ring-opacity-test.mjs +0 -96
  908. package/scripts/topo-hub-hover-ring-stroke-test.mjs +0 -86
  909. package/scripts/topo-hub-hover-ring-test.mjs +0 -82
  910. package/scripts/topo-hub-idle-breath-test.mjs +0 -109
  911. package/scripts/topo-hub-pip-theme-ease-test.mjs +0 -116
  912. package/scripts/topo-hub-recede-test.mjs +0 -124
  913. package/scripts/topo-hub-spoke-brightness-test.mjs +0 -77
  914. package/scripts/topo-hub-spoke-ease-test.mjs +0 -120
  915. package/scripts/topo-hub-spoke-glow-test.mjs +0 -112
  916. package/scripts/topo-hub-spoke-halo-layers-test.mjs +0 -97
  917. package/scripts/topo-hub-spoke-hover-opacity-test.mjs +0 -119
  918. package/scripts/topo-hub-spoke-hover-sw-test.mjs +0 -121
  919. package/scripts/topo-hub-spoke-linecap-test.mjs +0 -80
  920. package/scripts/topo-hub-spoke-self-filter-test.mjs +0 -119
  921. package/scripts/topo-hub-title-test.mjs +0 -93
  922. package/scripts/topo-hub-working-count-test.mjs +0 -99
  923. package/scripts/topo-ingroup-edge-test.mjs +0 -103
  924. package/scripts/topo-inner-radar-ring-retired-test.mjs +0 -89
  925. package/scripts/topo-inspect.mjs +0 -56
  926. package/scripts/topo-interaction-test.mjs +0 -80
  927. package/scripts/topo-kicker-breath-test.mjs +0 -100
  928. package/scripts/topo-kicker-color-test.mjs +0 -93
  929. package/scripts/topo-kicker-dual-axis-breath-test.mjs +0 -81
  930. package/scripts/topo-kicker-halo-layers-test.mjs +0 -82
  931. package/scripts/topo-kicker-tracking-test.mjs +0 -101
  932. package/scripts/topo-kicker-triple-axis-breath-test.mjs +0 -124
  933. package/scripts/topo-kicker-weight-test.mjs +0 -98
  934. package/scripts/topo-label-card-brightness-test.mjs +0 -81
  935. package/scripts/topo-label-card-opacity-hover-test.mjs +0 -99
  936. package/scripts/topo-label-card-theme-ease-test.mjs +0 -85
  937. package/scripts/topo-label-lift-test.mjs +0 -119
  938. package/scripts/topo-label-scale-test.mjs +0 -78
  939. package/scripts/topo-lastseen-tooltip-test.mjs +0 -59
  940. package/scripts/topo-layout-hover-fw-test.mjs +0 -98
  941. package/scripts/topo-layout-hover-text-preview-test.mjs +0 -101
  942. package/scripts/topo-layout-key-test.mjs +0 -91
  943. package/scripts/topo-layout-switch-crossfade-test.mjs +0 -126
  944. package/scripts/topo-layout-test.mjs +0 -113
  945. package/scripts/topo-layout-theme-attrs-test.mjs +0 -91
  946. package/scripts/topo-layout-toggle-border-unify-test.mjs +0 -104
  947. package/scripts/topo-layout-toggle-brightness-test.mjs +0 -94
  948. package/scripts/topo-layout-toggle-halo-layers-test.mjs +0 -95
  949. package/scripts/topo-layout-toggle-hover-tracking-test.mjs +0 -109
  950. package/scripts/topo-layout-toggle-radius-test.mjs +0 -87
  951. package/scripts/topo-layout-toggle-test.mjs +0 -131
  952. package/scripts/topo-layout-trailer-mr-test.mjs +0 -82
  953. package/scripts/topo-legend-compress-test.mjs +0 -107
  954. package/scripts/topo-legend-count-active-opacity-test.mjs +0 -102
  955. package/scripts/topo-legend-count-brightness-test.mjs +0 -80
  956. package/scripts/topo-legend-count-empty-test.mjs +0 -126
  957. package/scripts/topo-legend-count-halo-layers-test.mjs +0 -79
  958. package/scripts/topo-legend-count-letter-spacing-test.mjs +0 -108
  959. package/scripts/topo-legend-count-pin-fw-test.mjs +0 -90
  960. package/scripts/topo-legend-count-tabular-parity-test.mjs +0 -90
  961. package/scripts/topo-legend-count-tabular-test.mjs +0 -87
  962. package/scripts/topo-legend-count-test.mjs +0 -88
  963. package/scripts/topo-legend-count-tier-fill-test.mjs +0 -121
  964. package/scripts/topo-legend-count-weight-test.mjs +0 -86
  965. package/scripts/topo-legend-header-symmetric-inset-test.mjs +0 -112
  966. package/scripts/topo-legend-hitbox-swatch-center-test.mjs +0 -93
  967. package/scripts/topo-legend-hover-test.mjs +0 -113
  968. package/scripts/topo-legend-label-fontweight-test.mjs +0 -94
  969. package/scripts/topo-legend-label-fw-test.mjs +0 -107
  970. package/scripts/topo-legend-offline-delimiter-test.mjs +0 -84
  971. package/scripts/topo-legend-offline-label-simplify-test.mjs +0 -86
  972. package/scripts/topo-legend-panel-count-weight-test.mjs +0 -89
  973. package/scripts/topo-legend-panel-header-test.mjs +0 -83
  974. package/scripts/topo-legend-panel-title-breath-test.mjs +0 -86
  975. package/scripts/topo-legend-panel-title-fw-test.mjs +0 -95
  976. package/scripts/topo-legend-pin-ring-brightness-test.mjs +0 -82
  977. package/scripts/topo-legend-pin-ring-fade-test.mjs +0 -112
  978. package/scripts/topo-legend-pin-ring-glow-test.mjs +0 -105
  979. package/scripts/topo-legend-pin-ring-halo-layers-test.mjs +0 -71
  980. package/scripts/topo-legend-pin-ring-stroke-test.mjs +0 -101
  981. package/scripts/topo-legend-pin-test.mjs +0 -128
  982. package/scripts/topo-legend-row-count-brightness-test.mjs +0 -85
  983. package/scripts/topo-legend-row-hover-lift-test.mjs +0 -109
  984. package/scripts/topo-legend-row-label-glow-test.mjs +0 -102
  985. package/scripts/topo-legend-row-labels-simplify-test.mjs +0 -80
  986. package/scripts/topo-legend-row-letter-spacing-test.mjs +0 -101
  987. package/scripts/topo-legend-row-pin-spacing-test.mjs +0 -124
  988. package/scripts/topo-legend-row-text-cadence-test.mjs +0 -93
  989. package/scripts/topo-legend-row-tint-cadence-test.mjs +0 -92
  990. package/scripts/topo-legend-row-tint-test.mjs +0 -95
  991. package/scripts/topo-legend-row-title-test.mjs +0 -102
  992. package/scripts/topo-legend-swatch-glow-test.mjs +0 -109
  993. package/scripts/topo-legend-swatch-grow-test.mjs +0 -116
  994. package/scripts/topo-legend-swatch-member-alias-match-test.mjs +0 -139
  995. package/scripts/topo-legend-swatch-radius-test.mjs +0 -78
  996. package/scripts/topo-legend-tint-brightness-test.mjs +0 -83
  997. package/scripts/topo-legend-trio-halo-layers-test.mjs +0 -22
  998. package/scripts/topo-live-lanes.mjs +0 -48
  999. package/scripts/topo-minimap-a11y-test.mjs +0 -101
  1000. package/scripts/topo-minimap-container-halo-test.mjs +0 -82
  1001. package/scripts/topo-minimap-dot-chat-gate-test.mjs +0 -81
  1002. package/scripts/topo-minimap-dot-lift-test.mjs +0 -115
  1003. package/scripts/topo-minimap-dot-transition-test.mjs +0 -113
  1004. package/scripts/topo-minimap-hover-glow-test.mjs +0 -109
  1005. package/scripts/topo-minimap-offline-opacity-test.mjs +0 -90
  1006. package/scripts/topo-minimap-online-hover-opacity-test.mjs +0 -92
  1007. package/scripts/topo-minimap-online-opacity-test.mjs +0 -93
  1008. package/scripts/topo-minimap-online-radius-test.mjs +0 -85
  1009. package/scripts/topo-minimap-radius-test.mjs +0 -88
  1010. package/scripts/topo-minimap-rect-stroke-test.mjs +0 -94
  1011. package/scripts/topo-minimap-test.mjs +0 -68
  1012. package/scripts/topo-minimap-viewport-brightness-test.mjs +0 -84
  1013. package/scripts/topo-minimap-viewport-halo-layers-test.mjs +0 -24
  1014. package/scripts/topo-minimap-viewport-hover-test.mjs +0 -109
  1015. package/scripts/topo-minimap-viewport-linejoin-test.mjs +0 -75
  1016. package/scripts/topo-minimap-viewport-opacity-test.mjs +0 -96
  1017. package/scripts/topo-minimap-viewport-rx-test.mjs +0 -85
  1018. package/scripts/topo-minimap-viewport-smooth-test.mjs +0 -124
  1019. package/scripts/topo-minimap-zoom-glow-test.mjs +0 -86
  1020. package/scripts/topo-mobile-chips-test.mjs +0 -103
  1021. package/scripts/topo-mock-large.mjs +0 -58
  1022. package/scripts/topo-monogram-font-test.mjs +0 -112
  1023. package/scripts/topo-monogram-stroke-test.mjs +0 -101
  1024. package/scripts/topo-more-flows-fontweight-test.mjs +0 -103
  1025. package/scripts/topo-more-flows-hover-letterspacing-test.mjs +0 -98
  1026. package/scripts/topo-more-flows-letterspacing-test.mjs +0 -111
  1027. package/scripts/topo-more-flows-unit-test.mjs +0 -95
  1028. package/scripts/topo-more-footer-brightness-test.mjs +0 -94
  1029. package/scripts/topo-node-a11y-test.mjs +0 -107
  1030. package/scripts/topo-node-alias-brightness-test.mjs +0 -84
  1031. package/scripts/topo-node-alias-chat-pin-test.mjs +0 -95
  1032. package/scripts/topo-node-alias-letter-spacing-test.mjs +0 -112
  1033. package/scripts/topo-node-avatar-halo-layers-test.mjs +0 -25
  1034. package/scripts/topo-node-halo-hover-opacity-test.mjs +0 -104
  1035. package/scripts/topo-node-halo-light-offline-test.mjs +0 -80
  1036. package/scripts/topo-node-halo-offline-opacity-test.mjs +0 -87
  1037. package/scripts/topo-node-hover-lift-test.mjs +0 -85
  1038. package/scripts/topo-node-hover-ring-halo-layers-test.mjs +0 -70
  1039. package/scripts/topo-node-label-card-elevation-test.mjs +0 -157
  1040. package/scripts/topo-node-label-card-halo-test.mjs +0 -76
  1041. package/scripts/topo-node-label-card-rx-test.mjs +0 -85
  1042. package/scripts/topo-node-label-card-stroke-test.mjs +0 -135
  1043. package/scripts/topo-node-pulse-peak-test.mjs +0 -89
  1044. package/scripts/topo-node-pulse-trough-test.mjs +0 -91
  1045. package/scripts/topo-node-stroke-transition-test.mjs +0 -103
  1046. package/scripts/topo-node-sub-text-brightness-test.mjs +0 -88
  1047. package/scripts/topo-node-sub-text-fw-test.mjs +0 -75
  1048. package/scripts/topo-node-sub-text-letter-spacing-test.mjs +0 -115
  1049. package/scripts/topo-node-text-fill-transition-test.mjs +0 -119
  1050. package/scripts/topo-node-title-peers-test.mjs +0 -107
  1051. package/scripts/topo-node-title-test.mjs +0 -101
  1052. package/scripts/topo-nodesize-active-hover-test.mjs +0 -109
  1053. package/scripts/topo-nodesize-brightness-test.mjs +0 -82
  1054. package/scripts/topo-nodesize-crossfade-test.mjs +0 -141
  1055. package/scripts/topo-nodesize-halo-layers-test.mjs +0 -89
  1056. package/scripts/topo-nodesize-hover-fw-test.mjs +0 -99
  1057. package/scripts/topo-offline-dim-test.mjs +0 -70
  1058. package/scripts/topo-online-chip-nav-test.mjs +0 -143
  1059. package/scripts/topo-orbit-particles-retired-test.mjs +0 -91
  1060. package/scripts/topo-orphan-band-test.mjs +0 -106
  1061. package/scripts/topo-orphan-box-dash-test.mjs +0 -89
  1062. package/scripts/topo-orphan-fill-opacity-test.mjs +0 -91
  1063. package/scripts/topo-orphan-label-italic-test.mjs +0 -90
  1064. package/scripts/topo-orphan-label-opacity-test.mjs +0 -98
  1065. package/scripts/topo-overlap-stale-build-guard-test.mjs +0 -66
  1066. package/scripts/topo-overlap-test.mjs +0 -219
  1067. package/scripts/topo-p0round-test.mjs +0 -166
  1068. package/scripts/topo-pan-cursor-test.mjs +0 -62
  1069. package/scripts/topo-panel-count-fw-hover-test.mjs +0 -105
  1070. package/scripts/topo-panel-count-halo-layers-test.mjs +0 -91
  1071. package/scripts/topo-panel-count-hover-ls-test.mjs +0 -87
  1072. package/scripts/topo-panel-count-letterspacing-test.mjs +0 -89
  1073. package/scripts/topo-panel-count-unit-test.mjs +0 -112
  1074. package/scripts/topo-panel-elevation-test.mjs +0 -76
  1075. package/scripts/topo-panel-fadein-test.mjs +0 -102
  1076. package/scripts/topo-panel-hot-tail-fade-test.mjs +0 -132
  1077. package/scripts/topo-panel-hover-elevation-test.mjs +0 -118
  1078. package/scripts/topo-panel-rect-halo-test.mjs +0 -90
  1079. package/scripts/topo-panel-rect-opacity-hover-test.mjs +0 -109
  1080. package/scripts/topo-panel-row-brightness-test.mjs +0 -116
  1081. package/scripts/topo-panel-rx-test.mjs +0 -90
  1082. package/scripts/topo-panel-stroke-hover-test.mjs +0 -110
  1083. package/scripts/topo-panel-theme-ease-test.mjs +0 -85
  1084. package/scripts/topo-panel-title-brightness-test.mjs +0 -98
  1085. package/scripts/topo-panel-title-fill-ease-test.mjs +0 -91
  1086. package/scripts/topo-panel-title-glow-test.mjs +0 -111
  1087. package/scripts/topo-panel-title-hover-letterspacing-test.mjs +0 -97
  1088. package/scripts/topo-panel-title-tracking-test.mjs +0 -78
  1089. package/scripts/topo-panel-titles-dual-axis-breath-test.mjs +0 -94
  1090. package/scripts/topo-panel-titles-halo-layers-test.mjs +0 -23
  1091. package/scripts/topo-panel-titles-triple-axis-breath-test.mjs +0 -161
  1092. package/scripts/topo-particle-stagger-test.mjs +0 -82
  1093. package/scripts/topo-pill-x-rotate-test.mjs +0 -96
  1094. package/scripts/topo-pin-intersection-color-ease-test.mjs +0 -111
  1095. package/scripts/topo-pin-intersection-empty-test.mjs +0 -129
  1096. package/scripts/topo-pin-intersection-tabular-test.mjs +0 -96
  1097. package/scripts/topo-pin-intersection-test.mjs +0 -121
  1098. package/scripts/topo-pin-intersection-unit-test.mjs +0 -100
  1099. package/scripts/topo-pin-intersection-warning-crossfade-test.mjs +0 -107
  1100. package/scripts/topo-pin-mirror-transition-test.mjs +0 -101
  1101. package/scripts/topo-pin-persistence-test.mjs +0 -105
  1102. package/scripts/topo-pinned-aspect-test.mjs +0 -89
  1103. package/scripts/topo-pip-brightness-test.mjs +0 -85
  1104. package/scripts/topo-popover-meta-test.mjs +0 -78
  1105. package/scripts/topo-prefix-opacity-test.mjs +0 -107
  1106. package/scripts/topo-prepublish-guard-test.mjs +0 -95
  1107. package/scripts/topo-pressure-bar-halo-layers-test.mjs +0 -19
  1108. package/scripts/topo-pressure-bar-height-test.mjs +0 -92
  1109. package/scripts/topo-pressure-bar-test.mjs +0 -69
  1110. package/scripts/topo-pressure-hover-test.mjs +0 -123
  1111. package/scripts/topo-pressure-kicker-fontweight-test.mjs +0 -76
  1112. package/scripts/topo-pressure-pin-test.mjs +0 -119
  1113. package/scripts/topo-pressure-seg-glow-test.mjs +0 -92
  1114. package/scripts/topo-pressure-seg-member-alias-match-test.mjs +0 -133
  1115. package/scripts/topo-pressure-seg-motion-test.mjs +0 -101
  1116. package/scripts/topo-pressure-seg-self-hover-test.mjs +0 -126
  1117. package/scripts/topo-pressure-seg-tooltip-test.mjs +0 -98
  1118. package/scripts/topo-pressure-seg-transition-test.mjs +0 -107
  1119. package/scripts/topo-pulse-dot-crossfade-test.mjs +0 -122
  1120. package/scripts/topo-pulse-dot-retired-test.mjs +0 -86
  1121. package/scripts/topo-pulse-rate-test.mjs +0 -71
  1122. package/scripts/topo-r104-test.mjs +0 -54
  1123. package/scripts/topo-r717-scan-beam-pair-pattern-test.mjs +0 -100
  1124. package/scripts/topo-r717-triple-axis-pair-pattern-test.mjs +0 -113
  1125. package/scripts/topo-r717-triple-axis-tier-pattern-test.mjs +0 -117
  1126. package/scripts/topo-recent-count-brightness-test.mjs +0 -84
  1127. package/scripts/topo-recent-hot-pulse-test.mjs +0 -102
  1128. package/scripts/topo-recent-more-fw-test.mjs +0 -126
  1129. package/scripts/topo-recent-more-halo-layers-test.mjs +0 -90
  1130. package/scripts/topo-recent-panel-count-freshness-test.mjs +0 -109
  1131. package/scripts/topo-recent-panel-count-test.mjs +0 -72
  1132. package/scripts/topo-recent-panel-count-weight-test.mjs +0 -91
  1133. package/scripts/topo-recent-panel-footer-breath-test.mjs +0 -142
  1134. package/scripts/topo-recent-panel-hot-header-test.mjs +0 -132
  1135. package/scripts/topo-recent-panel-hot-pulse-test.mjs +0 -105
  1136. package/scripts/topo-recent-panel-hot-tabular-test.mjs +0 -113
  1137. package/scripts/topo-recent-panel-more-crossfade-test.mjs +0 -124
  1138. package/scripts/topo-recent-panel-more-cyan-hover-test.mjs +0 -151
  1139. package/scripts/topo-recent-panel-more-nav-test.mjs +0 -127
  1140. package/scripts/topo-recent-panel-more-test.mjs +0 -106
  1141. package/scripts/topo-recent-panel-readability-bump-test.mjs +0 -151
  1142. package/scripts/topo-recent-panel-title-breath-test.mjs +0 -91
  1143. package/scripts/topo-recent-panel-title-fw-test.mjs +0 -106
  1144. package/scripts/topo-recent-pip-halo-layers-test.mjs +0 -82
  1145. package/scripts/topo-recent-pip-radius-2-test.mjs +0 -72
  1146. package/scripts/topo-recent-pip-radius-test.mjs +0 -76
  1147. package/scripts/topo-recent-row-chat-gate-test.mjs +0 -75
  1148. package/scripts/topo-recent-row-content-lift-test.mjs +0 -140
  1149. package/scripts/topo-recent-row-content-opacity-test.mjs +0 -81
  1150. package/scripts/topo-recent-row-count-fill-test.mjs +0 -129
  1151. package/scripts/topo-recent-row-count-pin-fw-test.mjs +0 -106
  1152. package/scripts/topo-recent-row-count-weight-test.mjs +0 -112
  1153. package/scripts/topo-recent-row-fadein-test.mjs +0 -107
  1154. package/scripts/topo-recent-row-freshness-glow-test.mjs +0 -100
  1155. package/scripts/topo-recent-row-freshness-test.mjs +0 -102
  1156. package/scripts/topo-recent-row-fw-test.mjs +0 -115
  1157. package/scripts/topo-recent-row-hot-test.mjs +0 -110
  1158. package/scripts/topo-recent-row-hover-lift-test.mjs +0 -128
  1159. package/scripts/topo-recent-row-hover-test.mjs +0 -122
  1160. package/scripts/topo-recent-row-letter-spacing-test.mjs +0 -109
  1161. package/scripts/topo-recent-row-pin-spacing-test.mjs +0 -137
  1162. package/scripts/topo-recent-row-pin-test.mjs +0 -126
  1163. package/scripts/topo-recent-row-pip-hover-r-test.mjs +0 -104
  1164. package/scripts/topo-recent-row-text-cadence-test.mjs +0 -99
  1165. package/scripts/topo-recent-row-text-fontweight-test.mjs +0 -90
  1166. package/scripts/topo-recent-row-text-glow-test.mjs +0 -86
  1167. package/scripts/topo-recent-row-text-halo-layers-test.mjs +0 -67
  1168. package/scripts/topo-recent-row-tint-cadence-test.mjs +0 -96
  1169. package/scripts/topo-recent-row-tint-test.mjs +0 -91
  1170. package/scripts/topo-recent-row-title-test.mjs +0 -112
  1171. package/scripts/topo-recent-row-ts-alpha-test.mjs +0 -100
  1172. package/scripts/topo-recent-row-ts-lift-test.mjs +0 -97
  1173. package/scripts/topo-recent-row-ts-tabular-test.mjs +0 -108
  1174. package/scripts/topo-recent-row-ts-test.mjs +0 -95
  1175. package/scripts/topo-recent-row-typography-test.mjs +0 -119
  1176. package/scripts/topo-recent-signal-empty-hint-test.mjs +0 -73
  1177. package/scripts/topo-recent-signal-empty-test.mjs +0 -63
  1178. package/scripts/topo-recent-tint-brightness-test.mjs +0 -80
  1179. package/scripts/topo-recent-ts-brightness-test.mjs +0 -86
  1180. package/scripts/topo-reduced-motion-attr-test.mjs +0 -69
  1181. package/scripts/topo-reduced-motion-test.mjs +0 -77
  1182. package/scripts/topo-rename-test.mjs +0 -107
  1183. package/scripts/topo-reset-brightness-test.mjs +0 -83
  1184. package/scripts/topo-reset-hover-rotate-test.mjs +0 -102
  1185. package/scripts/topo-reset-icon-hover-scale-test.mjs +0 -102
  1186. package/scripts/topo-reset-spin-test.mjs +0 -120
  1187. package/scripts/topo-respiratory-axis-count-stats-test.mjs +0 -154
  1188. package/scripts/topo-respiratory-patterns-catalog-test.mjs +0 -112
  1189. package/scripts/topo-respiratory-rolodex-test.mjs +0 -83
  1190. package/scripts/topo-respiratory-tiers-catalog-test.mjs +0 -119
  1191. package/scripts/topo-respiratory-triple-axis-surfaces-catalog-test.mjs +0 -127
  1192. package/scripts/topo-runtime-badge-brightness-test.mjs +0 -78
  1193. package/scripts/topo-runtime-badge-glow-test.mjs +0 -108
  1194. package/scripts/topo-runtime-badge-grow-test.mjs +0 -114
  1195. package/scripts/topo-runtime-badge-halo-layers-test.mjs +0 -87
  1196. package/scripts/topo-runtime-badge-rotate-test.mjs +0 -85
  1197. package/scripts/topo-runtime-icon-hover-test.mjs +0 -96
  1198. package/scripts/topo-section-title-breath-test.mjs +0 -83
  1199. package/scripts/topo-section-title-halo-layers-test.mjs +0 -88
  1200. package/scripts/topo-shot.mjs +0 -31
  1201. package/scripts/topo-spoke-active-opacity-test.mjs +0 -104
  1202. package/scripts/topo-spoke-active-stroke-test.mjs +0 -95
  1203. package/scripts/topo-spoke-chat-gate-test.mjs +0 -72
  1204. package/scripts/topo-spoke-idle-opacity-test.mjs +0 -91
  1205. package/scripts/topo-spokes-retired-test.mjs +0 -93
  1206. package/scripts/topo-starfield-density-test.mjs +0 -89
  1207. package/scripts/topo-starfield-hue-test.mjs +0 -109
  1208. package/scripts/topo-status-chip-hover-test.mjs +0 -101
  1209. package/scripts/topo-status-chip-tooltip-test.mjs +0 -95
  1210. package/scripts/topo-status-pin-pill-halo-layers-test.mjs +0 -17
  1211. package/scripts/topo-status-ring-brightness-test.mjs +0 -84
  1212. package/scripts/topo-status-ring-chat-gate-test.mjs +0 -72
  1213. package/scripts/topo-status-ring-halo-layers-test.mjs +0 -105
  1214. package/scripts/topo-status-ring-hover-sw-test.mjs +0 -105
  1215. package/scripts/topo-status-ring-status-halo-test.mjs +0 -110
  1216. package/scripts/topo-statusbar-chips-self-hover-test.mjs +0 -177
  1217. package/scripts/topo-sub-text-chat-brightness-test.mjs +0 -81
  1218. package/scripts/topo-svg-focus-test.mjs +0 -112
  1219. package/scripts/topo-svg-focus-transition-test.mjs +0 -105
  1220. package/scripts/topo-svg-title-a11y-r731-test.mjs +0 -93
  1221. package/scripts/topo-svg-title-a11y-test.mjs +0 -88
  1222. package/scripts/topo-sweep-busyness-test.mjs +0 -94
  1223. package/scripts/topo-tabular-nums-sweep-test.mjs +0 -93
  1224. package/scripts/topo-tier-guide-dashes-test.mjs +0 -86
  1225. package/scripts/topo-tier-ring-fadein-test.mjs +0 -107
  1226. package/scripts/topo-tier-ring-occupancy-test.mjs +0 -87
  1227. package/scripts/topo-tier-ring-test.mjs +0 -69
  1228. package/scripts/topo-tier-ring-tint-test.mjs +0 -110
  1229. package/scripts/topo-tier-stagger-test.mjs +0 -89
  1230. package/scripts/topo-title-block-entrance-animation-test.mjs +0 -127
  1231. package/scripts/topo-title-block-envelope-breath-test.mjs +0 -87
  1232. package/scripts/topo-title-block-tight-leading-test.mjs +0 -95
  1233. package/scripts/topo-title-tracking-test.mjs +0 -98
  1234. package/scripts/topo-titleblock-gap-test.mjs +0 -86
  1235. package/scripts/topo-titleblock-h2-hover-fw-test.mjs +0 -109
  1236. package/scripts/topo-titleblock-h2-hover-tracking-test.mjs +0 -128
  1237. package/scripts/topo-titleblock-kicker-hover-test.mjs +0 -134
  1238. package/scripts/topo-titleblock-margin-test.mjs +0 -83
  1239. package/scripts/topo-toggle-inactive-cyan-hover-test.mjs +0 -110
  1240. package/scripts/topo-top-rail-theme-ease-test.mjs +0 -89
  1241. package/scripts/topo-tree-diag.mjs +0 -95
  1242. package/scripts/topo-tz-ghost-test.mjs +0 -69
  1243. package/scripts/topo-vendor-activelinks-press-test.mjs +0 -100
  1244. package/scripts/topo-vendor-chip-glow-test.mjs +0 -97
  1245. package/scripts/topo-vendor-chip-halo-layers-test.mjs +0 -18
  1246. package/scripts/topo-vendor-chip-hover-lift-test.mjs +0 -87
  1247. package/scripts/topo-vendor-chip-hover-test.mjs +0 -111
  1248. package/scripts/topo-vendor-chip-pin-halo-test.mjs +0 -88
  1249. package/scripts/topo-vendor-chip-self-hover-test.mjs +0 -131
  1250. package/scripts/topo-vendor-chip-tabular-test.mjs +0 -92
  1251. package/scripts/topo-vendor-chip-threshold-test.mjs +0 -78
  1252. package/scripts/topo-vendor-chip-weight-test.mjs +0 -87
  1253. package/scripts/topo-vendor-count-suffix-halo-layers-test.mjs +0 -79
  1254. package/scripts/topo-vendor-count-suffix-test.mjs +0 -95
  1255. package/scripts/topo-vendor-distribution-wrapper-halo-test.mjs +0 -93
  1256. package/scripts/topo-vendor-glyph-fontweight-test.mjs +0 -102
  1257. package/scripts/topo-vendor-letter-halo-layers-test.mjs +0 -93
  1258. package/scripts/topo-vendor-letter-hover-scale-test.mjs +0 -129
  1259. package/scripts/topo-vendor-letter-tooltip-test.mjs +0 -92
  1260. package/scripts/topo-vendor-pill-glow-test.mjs +0 -98
  1261. package/scripts/topo-vendor-pill-test.mjs +0 -125
  1262. package/scripts/topo-vendor-pin-test.mjs +0 -125
  1263. package/scripts/topo-vendor-suffix-hover-brighten-test.mjs +0 -87
  1264. package/scripts/topo-vendor-test.mjs +0 -97
  1265. package/scripts/topo-view-smooth-test.mjs +0 -131
  1266. package/scripts/topo-watermark-breath-test.mjs +0 -100
  1267. package/scripts/topo-watermark-dual-axis-breath-test.mjs +0 -88
  1268. package/scripts/topo-watermark-envelope-breath-test.mjs +0 -88
  1269. package/scripts/topo-watermark-recede-test.mjs +0 -114
  1270. package/scripts/topo-watermark-tracking-test.mjs +0 -99
  1271. package/scripts/topo-watermark-triple-axis-breath-test.mjs +0 -129
  1272. package/scripts/topo-wheel-zoom-test.mjs +0 -79
  1273. package/scripts/topo-working-chip-pin-test.mjs +0 -154
  1274. package/scripts/topo-working-halo-breath-retired-test.mjs +0 -99
  1275. package/scripts/topo-working-online-chip-halo-layers-test.mjs +0 -94
  1276. package/scripts/topo-wrapper-flow-arrow-theme-test.mjs +0 -97
  1277. package/scripts/topo-wrapper-radius-test.mjs +0 -73
  1278. package/scripts/topo-wrapper-shadow-theme-ease-test.mjs +0 -89
  1279. package/scripts/topo-zoom-attr-test.mjs +0 -74
  1280. package/scripts/topo-zoom-buttons-brightness-test.mjs +0 -94
  1281. package/scripts/topo-zoom-icon-hover-scale-test.mjs +0 -114
  1282. package/scripts/topo-zoom-in-out-halo-layers-test.mjs +0 -97
  1283. package/scripts/topo-zoom-keys-test.mjs +0 -89
  1284. package/scripts/topo-zoom-level-breath-test.mjs +0 -87
  1285. package/scripts/topo-zoom-level-brightness-test.mjs +0 -83
  1286. package/scripts/topo-zoom-level-color-test.mjs +0 -105
  1287. package/scripts/topo-zoom-level-dual-axis-breath-test.mjs +0 -83
  1288. package/scripts/topo-zoom-level-halo-layers-test.mjs +0 -78
  1289. package/scripts/topo-zoom-level-hover-fw-test.mjs +0 -95
  1290. package/scripts/topo-zoom-level-hover-letterspacing-test.mjs +0 -91
  1291. package/scripts/topo-zoom-level-triple-axis-breath-test.mjs +0 -148
  1292. /package/.next/static/{9xrepgGmTIkgV7uxJ0dm8 → tbzrvKcMw58fvU7N8zbS7}/_buildManifest.js +0 -0
  1293. /package/.next/static/{9xrepgGmTIkgV7uxJ0dm8 → tbzrvKcMw58fvU7N8zbS7}/_clientMiddlewareManifest.js +0 -0
  1294. /package/.next/static/{9xrepgGmTIkgV7uxJ0dm8 → tbzrvKcMw58fvU7N8zbS7}/_ssgManifest.js +0 -0
@@ -1,12 +1,12 @@
1
- <!DOCTYPE html><html lang="en" data-theme="cyber" class="geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/0wtj3tufk2aod.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/05oi25hh7b81r.js"/><script src="/_next/static/chunks/0_pxg.4pebw__.js" async=""></script><script src="/_next/static/chunks/039-b.v_9-_rm.js" async=""></script><script src="/_next/static/chunks/0b8wnt4put-5n.js" async=""></script><script src="/_next/static/chunks/turbopack-0.7dvsf9rllt0.js" async=""></script><script src="/_next/static/chunks/0iwava1u7a3b4.js" async=""></script><script src="/_next/static/chunks/0u3b93reo9xci.js" async=""></script><script src="/_next/static/chunks/0qwqp6ulyj3o6.js" async=""></script><script src="/_next/static/chunks/0wyjrc0bekhiz.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#0a0a1a"/><title>Agent Network Dashboard</title><meta name="description" content="Real-time monitoring dashboard for Agent Network nodes via CommHub"/><link rel="manifest" href="/manifest.webmanifest"/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Agent Network"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="Agent Network Dashboard"/><meta property="og:description" content="Real-time monitoring dashboard for Agent Network nodes"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Agent Network Dashboard"/><meta name="twitter:description" content="Real-time monitoring dashboard for Agent Network nodes"/><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><link rel="icon" href="/favicon.svg"/><script>
1
+ <!DOCTYPE html><html lang="en" data-theme="cyber" class="geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes"/><link rel="preload" href="/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/chunks/17sxlwlx5fhrp.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/chunks/0-g7_e.uxknwf.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/05oi25hh7b81r.js"/><script src="/_next/static/chunks/0_pxg.4pebw__.js" async=""></script><script src="/_next/static/chunks/039-b.v_9-_rm.js" async=""></script><script src="/_next/static/chunks/0b8wnt4put-5n.js" async=""></script><script src="/_next/static/chunks/turbopack-0.7dvsf9rllt0.js" async=""></script><script src="/_next/static/chunks/15-ltfhot3b4n.js" async=""></script><script src="/_next/static/chunks/0u3b93reo9xci.js" async=""></script><script src="/_next/static/chunks/0qwqp6ulyj3o6.js" async=""></script><script src="/_next/static/chunks/0wyjrc0bekhiz.js" async=""></script><meta name="next-size-adjust" content=""/><meta name="theme-color" content="#0a0a1a"/><title>Agent Network Dashboard</title><meta name="description" content="Real-time monitoring dashboard for Agent Network nodes via CommHub"/><link rel="manifest" href="/manifest.webmanifest"/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Agent Network"/><meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/><meta property="og:title" content="Agent Network Dashboard"/><meta property="og:description" content="Real-time monitoring dashboard for Agent Network nodes"/><meta property="og:type" content="website"/><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Agent Network Dashboard"/><meta name="twitter:description" content="Real-time monitoring dashboard for Agent Network nodes"/><link rel="icon" href="/favicon.ico?favicon.0x3dzn~oxb6tn.ico" sizes="256x256" type="image/x-icon"/><link rel="icon" href="/favicon.svg"/><script>
2
2
  try {
3
3
  var t = localStorage.getItem('anet-theme') || 'cyber';
4
4
  document.documentElement.setAttribute('data-theme', t);
5
5
  } catch (e) {}
6
- </script><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="min-h-full" style="background:var(--bg);color:var(--fg)"><div hidden=""><!--$--><!--/$--></div><div class="flex min-h-[100dvh]"><button class="fixed top-4 left-3 z-50 lg:hidden bg-[#111128] border border-[#2a2a4a] rounded-lg p-2.5 text-gray-400 hover:text-white active:bg-[#1a1a3a]" aria-label="Toggle menu"><svg class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M4 6h16M4 12h16M4 18h16"></path></svg></button><aside data-anet-sidebar="true" class="
6
+ </script><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body class="min-h-full" style="background:var(--bg);color:var(--fg)"><div hidden=""><!--$--><!--/$--></div><div class="flex min-h-[100dvh] max-w-full overflow-x-hidden"><button class="fixed top-4 left-3 z-50 lg:hidden bg-[#111128] border border-[#2a2a4a] rounded-lg p-2.5 text-gray-400 hover:text-white active:bg-[#1a1a3a]" aria-label="Toggle menu"><svg class="w-5 h-5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M4 6h16M4 12h16M4 18h16"></path></svg></button><aside data-anet-sidebar="true" class="
7
7
  fixed top-0 left-0 h-full z-40 bg-[#0d0d1a] border-r border-[#2a2a4a]
8
8
  transition-transform duration-200 ease-out
9
9
  w-52
10
10
  -translate-x-full
11
11
  lg:translate-x-0 lg:static lg:shrink-0 lg:shadow-none
12
- "><a class="block px-4 py-4 flex items-center gap-3 hover:bg-[#11112a]/40 transition-colors rounded-r-xl" aria-label="Agent Network — home" href="/"><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true" class="shrink-0"><circle cx="16" cy="16" r="10" fill="none" stroke="currentColor" stroke-width="1.5" opacity="0.2" class="text-cyan-400"></circle><line x1="16" y1="10" x2="10" y2="20" stroke="currentColor" stroke-width="1" opacity="0.45" class="text-cyan-400"></line><line x1="16" y1="10" x2="22" y2="20" stroke="currentColor" stroke-width="1" opacity="0.45" class="text-cyan-400"></line><line x1="10" y1="20" x2="22" y2="20" stroke="currentColor" stroke-width="1" opacity="0.45" class="text-cyan-400"></line><circle cx="16" cy="10" r="2.5" fill="currentColor" class="text-cyan-400"></circle><circle cx="10" cy="20" r="2.5" fill="currentColor" class="text-green-400"></circle><circle cx="22" cy="20" r="2.5" fill="currentColor" class="text-violet-400"></circle></svg><div class="min-w-0"><div class="text-white text-[13px] font-semibold leading-tight">Agent Network</div><div class="text-[10px] text-gray-500 flex items-center gap-1.5 mt-0.5"><span class="inline-block w-1.5 h-1.5 rounded-full bg-gray-600" aria-hidden="true"></span><span>waiting for agents</span></div></div></a><div class="border-b border-[#2a2a4a]"></div><div class="pb-20"><nav class="flex flex-col gap-1 px-2 py-4"><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path></svg><span>Overview</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] bg-cyan-500/10 text-cyan-300 border border-cyan-500/20 anet-nav-active " href="/tasks"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path></svg><span>Tasks</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/nodes"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01"></path></svg><span>Nodes</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/servers"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M4 6.5A2.5 2.5 0 016.5 4h11A2.5 2.5 0 0120 6.5v1A2.5 2.5 0 0117.5 10h-11A2.5 2.5 0 014 7.5v-1zM4 16.5A2.5 2.5 0 016.5 14h11a2.5 2.5 0 012.5 2.5v1a2.5 2.5 0 01-2.5 2.5h-11A2.5 2.5 0 014 17.5v-1zM7 7h.01M7 17h.01"></path></svg><span>Servers</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/messages"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"></path></svg><span>Messages</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/settings/networks"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"></path></svg><span>Networks</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/logs"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path></svg><span>Audit Log</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/server-logs"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path></svg><span>Server Logs</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/admin"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z"></path></svg><span>Admin</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/settings"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.066 2.573c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.573 1.066c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.066-2.573c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path></svg><span>Settings</span></a></nav></div><div class="absolute bottom-0 left-0 right-0 border-t border-[#2a2a4a] bg-[#0d0d1a]"><button class="w-full flex items-center text-[11px] text-gray-600 hover:text-gray-400 hover:bg-[#1a1a2a] transition-colors justify-between gap-2 px-5 py-2" aria-label="Open command palette"><span class="flex items-center gap-2"><svg class="w-3.5 h-3.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg>Quick search</span><kbd class="text-[10px] border border-current rounded px-1 py-0.5 opacity-60 font-mono">⌘K</kbd></button><button class="w-full flex items-center text-xs text-gray-500 hover:text-red-400 hover:bg-red-500/5 transition-colors gap-3 px-5 py-3"><svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15m3 0l3-3m0 0l-3-3m3 3H9"></path></svg>Sign out</button><div class="flex items-center gap-2 px-3 py-2 justify-between"><div class="relative"><button aria-label="切换主题" class="px-2.5 py-1.5 rounded-md text-xs flex items-center gap-1.5 hover:opacity-80 transition-opacity" style="background:var(--bg-elevated);color:var(--fg);border:1px solid var(--border)"><span aria-hidden="true">🌃</span><span>Cyber</span></button></div><button title="Collapse sidebar" class="hidden lg:flex p-1.5 rounded text-gray-600 hover:text-gray-400 transition-colors" aria-label="Collapse sidebar"><svg class="w-4 h-4 transition-transform " fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M15 19l-7-7 7-7"></path></svg></button></div></div></aside><main class="flex-1 min-w-0 flex flex-col"><div class="flex-1 min-w-0 pb-[calc(5rem+env(safe-area-inset-bottom))] lg:pb-0"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="min-h-screen bg-[#0a0a1a] text-gray-100 p-6 font-mono">Loading tasks...</div><!--/$--><!--$--><!--/$--></div></main><nav class="fixed inset-x-0 bottom-0 z-40 border-t border-[#2a2a4a] bg-[#0d0d1a]/95 px-1 pb-[calc(env(safe-area-inset-bottom)+0.35rem)] pt-1.5 backdrop-blur lg:hidden"><div class="mx-auto grid max-w-md grid-cols-5 gap-1"><a class="flex min-h-12 flex-col items-center justify-center gap-0.5 rounded-xl px-1 text-[10px] transition-colors text-gray-500 active:bg-[#1a1a3a] active:text-gray-200" href="/"><svg class="h-5 w-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.6"><path stroke-linecap="round" stroke-linejoin="round" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path></svg><span class="max-w-full truncate">Overview</span></a><a aria-current="page" class="flex min-h-12 flex-col items-center justify-center gap-0.5 rounded-xl px-1 text-[10px] transition-colors bg-cyan-500/12 text-cyan-300" href="/tasks"><svg class="h-5 w-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.6"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path></svg><span class="max-w-full truncate">Tasks</span></a><a class="flex min-h-12 flex-col items-center justify-center gap-0.5 rounded-xl px-1 text-[10px] transition-colors text-gray-500 active:bg-[#1a1a3a] active:text-gray-200" href="/nodes"><svg class="h-5 w-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.6"><path stroke-linecap="round" stroke-linejoin="round" d="M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01"></path></svg><span class="max-w-full truncate">Agents</span></a><a class="flex min-h-12 flex-col items-center justify-center gap-0.5 rounded-xl px-1 text-[10px] transition-colors text-gray-500 active:bg-[#1a1a3a] active:text-gray-200" href="/messages"><svg class="h-5 w-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.6"><path stroke-linecap="round" stroke-linejoin="round" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"></path></svg><span class="max-w-full truncate">Chats</span></a><button type="button" class="flex min-h-12 flex-col items-center justify-center gap-0.5 rounded-xl px-1 text-[10px] text-gray-500 transition-colors active:bg-[#1a1a3a] active:text-gray-200" aria-label="Open command palette"><svg class="h-5 w-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.6"><path stroke-linecap="round" stroke-linejoin="round" d="M12 3v3m0 12v3m9-9h-3M6 12H3m15.364-6.364l-2.121 2.121M7.757 16.243l-2.121 2.121m12.728 0l-2.121-2.121M7.757 7.757L5.636 5.636M12 8.5A3.5 3.5 0 1112 15.5 3.5 3.5 0 0112 8.5z"></path></svg><span class="max-w-full truncate">Command</span></button></div></nav><aside class="fixed right-0 top-20 z-40 hidden lg:flex flex-col rounded-l-xl border border-r-0 shadow-xl shadow-black/30 anet-fade-in" style="background:var(--bg-secondary);border-color:var(--border);width:40px;max-height:calc(100vh - 6rem);transition:width 200ms ease-out" aria-label="Servers panel"><button aria-expanded="false" aria-label="Expand servers panel" class="flex items-center gap-2 px-2.5 py-2 border-b text-[11px] font-semibold tracking-wide select-none" style="color:var(--fg);border-color:var(--border)"><svg class="w-4 h-4 shrink-0" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="6" rx="1.5"></rect><rect x="3" y="14" width="18" height="6" rx="1.5"></rect><circle cx="7" cy="7" r="0.7" fill="currentColor"></circle><circle cx="7" cy="17" r="0.7" fill="currentColor"></circle></svg></button></aside></div><script src="/_next/static/chunks/05oi25hh7b81r.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[24156,[\"/_next/static/chunks/0iwava1u7a3b4.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"ThemeProvider\"]\n3:I[11449,[\"/_next/static/chunks/0iwava1u7a3b4.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"NetworkProvider\"]\n4:I[22485,[\"/_next/static/chunks/0iwava1u7a3b4.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"AppShell\"]\n5:I[10561,[\"/_next/static/chunks/0iwava1u7a3b4.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"default\"]\n6:I[85887,[\"/_next/static/chunks/0iwava1u7a3b4.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"default\"]\n7:I[98231,[\"/_next/static/chunks/0iwava1u7a3b4.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"ClientPageRoot\"]\n8:I[57602,[\"/_next/static/chunks/0iwava1u7a3b4.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\",\"/_next/static/chunks/0wyjrc0bekhiz.js\"],\"default\"]\nb:I[1185,[\"/_next/static/chunks/0iwava1u7a3b4.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"OutletBoundary\"]\nc:\"$Sreact.suspense\"\nf:I[1185,[\"/_next/static/chunks/0iwava1u7a3b4.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"ViewportBoundary\"]\n11:I[1185,[\"/_next/static/chunks/0iwava1u7a3b4.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"MetadataBoundary\"]\n13:I[95183,[\"/_next/static/chunks/0iwava1u7a3b4.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0wtj3tufk2aod.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"tasks\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"tasks\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0wtj3tufk2aod.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0iwava1u7a3b4.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0u3b93reo9xci.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0qwqp6ulyj3o6.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"data-theme\":\"cyber\",\"className\":\"geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\ntry {\\n var t = localStorage.getItem('anet-theme') || 'cyber';\\n document.documentElement.setAttribute('data-theme', t);\\n} catch (e) {}\\n\"}}]}],[\"$\",\"body\",null,{\"className\":\"min-h-full\",\"style\":{\"background\":\"var(--bg)\",\"color\":\"var(--fg)\"},\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L7\",null,{\"Component\":\"$8\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@9\",\"$@a\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0wyjrc0bekhiz.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$c\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@d\"}]}]]}],{},null,false,null]},null,false,\"$@e\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$Lf\",null,{\"children\":\"$L10\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$c\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L12\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$13\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0wtj3tufk2aod.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"9xrepgGmTIkgV7uxJ0dm8\"}\n"])</script><script>self.__next_f.push([1,"14:[]\ne:\"$W14\"\n9:{}\na:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"10:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0a0a1a\"}]]\n"])</script><script>self.__next_f.push([1,"15:I[1974,[\"/_next/static/chunks/0iwava1u7a3b4.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"IconMark\"]\nd:null\n12:[[\"$\",\"title\",\"0\",{\"children\":\"Agent Network Dashboard\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Real-time monitoring dashboard for Agent Network nodes via CommHub\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"3\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Agent Network\"}],[\"$\",\"meta\",\"5\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:title\",\"content\":\"Agent Network Dashboard\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:description\",\"content\":\"Real-time monitoring dashboard for Agent Network nodes\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"9\",{\"name\":\"twitter:card\",\"content\":\"summary\"}],[\"$\",\"meta\",\"10\",{\"name\":\"twitter:title\",\"content\":\"Agent Network Dashboard\"}],[\"$\",\"meta\",\"11\",{\"name\":\"twitter:description\",\"content\":\"Real-time monitoring dashboard for Agent Network nodes\"}],[\"$\",\"link\",\"12\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"13\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$L15\",\"14\",{}]]\n"])</script></body></html>
12
+ "><a class="block px-4 py-4 flex items-center gap-3 hover:bg-[#11112a]/40 transition-colors rounded-r-xl" aria-label="Agent Network — home" href="/"><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true" class="shrink-0"><circle cx="16" cy="16" r="10" fill="none" stroke="currentColor" stroke-width="1.5" opacity="0.2" class="text-cyan-400"></circle><line x1="16" y1="10" x2="10" y2="20" stroke="currentColor" stroke-width="1" opacity="0.45" class="text-cyan-400"></line><line x1="16" y1="10" x2="22" y2="20" stroke="currentColor" stroke-width="1" opacity="0.45" class="text-cyan-400"></line><line x1="10" y1="20" x2="22" y2="20" stroke="currentColor" stroke-width="1" opacity="0.45" class="text-cyan-400"></line><circle cx="16" cy="10" r="2.5" fill="currentColor" class="text-cyan-400"></circle><circle cx="10" cy="20" r="2.5" fill="currentColor" class="text-green-400"></circle><circle cx="22" cy="20" r="2.5" fill="currentColor" class="text-violet-400"></circle></svg><div class="min-w-0"><div class="text-white text-[13px] font-semibold leading-tight">Agent Network</div><div class="text-[10px] text-gray-500 flex items-center gap-1.5 mt-0.5"><span class="inline-block w-1.5 h-1.5 rounded-full bg-gray-600" aria-hidden="true"></span><span>waiting for agents</span></div></div></a><div class="border-b border-[#2a2a4a]"></div><div class="pb-20"><nav class="flex flex-col gap-1 px-2 py-4"><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path></svg><span>Overview</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] bg-cyan-500/10 text-cyan-300 border border-cyan-500/20 anet-nav-active " href="/tasks"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path></svg><span>Tasks</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/nodes"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01"></path></svg><span>Nodes</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/servers"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M4 6.5A2.5 2.5 0 016.5 4h11A2.5 2.5 0 0120 6.5v1A2.5 2.5 0 0117.5 10h-11A2.5 2.5 0 014 7.5v-1zM4 16.5A2.5 2.5 0 016.5 14h11a2.5 2.5 0 012.5 2.5v1a2.5 2.5 0 01-2.5 2.5h-11A2.5 2.5 0 014 17.5v-1zM7 7h.01M7 17h.01"></path></svg><span>Servers</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/messages"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"></path></svg><span>Messages</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/settings/networks"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"></path></svg><span>Networks</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/logs"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"></path></svg><span>Audit Log</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/server-logs"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"></path></svg><span>Server Logs</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/admin"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z"></path></svg><span>Admin</span></a><a class="relative flex items-center gap-3 px-3 py-3 rounded-lg text-sm transition-colors active:bg-[#1a1a3a] text-gray-400 hover:text-gray-200 hover:bg-[#1a1a2a] " href="/settings"><svg class="w-5 h-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.066 2.573c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.573 1.066c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.066-2.573c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z M15 12a3 3 0 11-6 0 3 3 0 016 0z"></path></svg><span>Settings</span></a></nav></div><div class="absolute bottom-0 left-0 right-0 border-t border-[#2a2a4a] bg-[#0d0d1a]"><button class="w-full flex items-center text-[11px] text-gray-600 hover:text-gray-400 hover:bg-[#1a1a2a] transition-colors justify-between gap-2 px-5 py-2" aria-label="Open command palette"><span class="flex items-center gap-2"><svg class="w-3.5 h-3.5" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"></path></svg>Quick search</span><kbd class="text-[10px] border border-current rounded px-1 py-0.5 opacity-60 font-mono">⌘K</kbd></button><button class="w-full flex items-center text-xs text-gray-500 hover:text-red-400 hover:bg-red-500/5 transition-colors gap-3 px-5 py-3"><svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M15.75 9V5.25A2.25 2.25 0 0013.5 3h-6a2.25 2.25 0 00-2.25 2.25v13.5A2.25 2.25 0 007.5 21h6a2.25 2.25 0 002.25-2.25V15m3 0l3-3m0 0l-3-3m3 3H9"></path></svg>Sign out</button><div class="flex items-center gap-2 px-3 py-2 justify-between"><div class="relative"><button aria-label="切换主题" class="px-2.5 py-1.5 rounded-md text-xs flex items-center gap-1.5 hover:opacity-80 transition-opacity" style="background:var(--bg-elevated);color:var(--fg);border:1px solid var(--border)"><span aria-hidden="true">🌃</span><span>Cyber</span></button></div><button title="Collapse sidebar" class="hidden lg:flex p-1.5 rounded text-gray-600 hover:text-gray-400 transition-colors" aria-label="Collapse sidebar"><svg class="w-4 h-4 transition-transform " fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M15 19l-7-7 7-7"></path></svg></button></div></div></aside><main class="flex-1 min-w-0 max-w-full overflow-x-hidden flex flex-col"><div class="flex-1 min-w-0 max-w-full overflow-x-hidden pb-[calc(5rem+env(safe-area-inset-bottom))] lg:pb-0"><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="min-h-screen bg-[#0a0a1a] text-gray-100 p-6 font-mono">Loading tasks...</div><!--/$--><!--$--><!--/$--></div></main><nav class="fixed inset-x-0 bottom-0 z-40 border-t border-[#2a2a4a] bg-[#0d0d1a]/95 px-1 pb-[calc(env(safe-area-inset-bottom)+0.35rem)] pt-1.5 backdrop-blur lg:hidden"><div class="mx-auto grid max-w-md grid-cols-5 gap-1"><a class="flex min-h-12 flex-col items-center justify-center gap-0.5 rounded-xl px-1 text-[10px] transition-colors text-gray-500 active:bg-[#1a1a3a] active:text-gray-200" href="/"><svg class="h-5 w-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.6"><path stroke-linecap="round" stroke-linejoin="round" d="M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6"></path></svg><span class="max-w-full truncate">Overview</span></a><a aria-current="page" class="flex min-h-12 flex-col items-center justify-center gap-0.5 rounded-xl px-1 text-[10px] transition-colors bg-cyan-500/12 text-cyan-300" href="/tasks"><svg class="h-5 w-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.6"><path stroke-linecap="round" stroke-linejoin="round" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"></path></svg><span class="max-w-full truncate">Tasks</span></a><a class="flex min-h-12 flex-col items-center justify-center gap-0.5 rounded-xl px-1 text-[10px] transition-colors text-gray-500 active:bg-[#1a1a3a] active:text-gray-200" href="/nodes"><svg class="h-5 w-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.6"><path stroke-linecap="round" stroke-linejoin="round" d="M5 12h14M5 12a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v4a2 2 0 01-2 2M5 12a2 2 0 00-2 2v4a2 2 0 002 2h14a2 2 0 002-2v-4a2 2 0 00-2-2m-2-4h.01M17 16h.01"></path></svg><span class="max-w-full truncate">Agents</span></a><a class="flex min-h-12 flex-col items-center justify-center gap-0.5 rounded-xl px-1 text-[10px] transition-colors text-gray-500 active:bg-[#1a1a3a] active:text-gray-200" href="/messages"><svg class="h-5 w-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.6"><path stroke-linecap="round" stroke-linejoin="round" d="M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"></path></svg><span class="max-w-full truncate">Chats</span></a><button type="button" class="flex min-h-12 flex-col items-center justify-center gap-0.5 rounded-xl px-1 text-[10px] text-gray-500 transition-colors active:bg-[#1a1a3a] active:text-gray-200" aria-label="Open command palette"><svg class="h-5 w-5 shrink-0" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.6"><path stroke-linecap="round" stroke-linejoin="round" d="M12 3v3m0 12v3m9-9h-3M6 12H3m15.364-6.364l-2.121 2.121M7.757 16.243l-2.121 2.121m12.728 0l-2.121-2.121M7.757 7.757L5.636 5.636M12 8.5A3.5 3.5 0 1112 15.5 3.5 3.5 0 0112 8.5z"></path></svg><span class="max-w-full truncate">Command</span></button></div></nav><aside class="fixed right-0 top-20 z-40 hidden lg:flex flex-col rounded-l-xl border border-r-0 shadow-xl shadow-black/30 anet-fade-in" style="background:var(--bg-secondary);border-color:var(--border);width:40px;max-height:calc(100vh - 6rem);transition:width 200ms ease-out" aria-label="Servers panel"><button aria-expanded="false" aria-label="Expand servers panel" class="flex items-center gap-2 px-2.5 py-2 border-b text-[11px] font-semibold tracking-wide select-none" style="color:var(--fg);border-color:var(--border)"><svg class="w-4 h-4 shrink-0" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><rect x="3" y="4" width="18" height="6" rx="1.5"></rect><rect x="3" y="14" width="18" height="6" rx="1.5"></rect><circle cx="7" cy="7" r="0.7" fill="currentColor"></circle><circle cx="7" cy="17" r="0.7" fill="currentColor"></circle></svg></button></aside></div><script src="/_next/static/chunks/05oi25hh7b81r.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[24156,[\"/_next/static/chunks/15-ltfhot3b4n.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"ThemeProvider\"]\n3:I[11449,[\"/_next/static/chunks/15-ltfhot3b4n.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"NetworkProvider\"]\n4:I[28516,[\"/_next/static/chunks/15-ltfhot3b4n.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"PwaInstaller\"]\n5:I[22485,[\"/_next/static/chunks/15-ltfhot3b4n.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"AppShell\"]\n6:I[10561,[\"/_next/static/chunks/15-ltfhot3b4n.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"default\"]\n7:I[85887,[\"/_next/static/chunks/15-ltfhot3b4n.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"default\"]\n8:I[98231,[\"/_next/static/chunks/15-ltfhot3b4n.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"ClientPageRoot\"]\n9:I[57602,[\"/_next/static/chunks/15-ltfhot3b4n.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\",\"/_next/static/chunks/0wyjrc0bekhiz.js\"],\"default\"]\nc:I[1185,[\"/_next/static/chunks/15-ltfhot3b4n.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\n10:I[1185,[\"/_next/static/chunks/15-ltfhot3b4n.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"ViewportBoundary\"]\n12:I[1185,[\"/_next/static/chunks/15-ltfhot3b4n.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"MetadataBoundary\"]\n14:I[95183,[\"/_next/static/chunks/15-ltfhot3b4n.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/17sxlwlx5fhrp.css\",\"style\"]\n:HL[\"/_next/static/chunks/0-g7_e.uxknwf.css\",\"style\"]\n:HL[\"/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"tasks\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"tasks\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/17sxlwlx5fhrp.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0-g7_e.uxknwf.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/15-ltfhot3b4n.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0u3b93reo9xci.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0qwqp6ulyj3o6.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"data-theme\":\"cyber\",\"className\":\"geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\ntry {\\n var t = localStorage.getItem('anet-theme') || 'cyber';\\n document.documentElement.setAttribute('data-theme', t);\\n} catch (e) {}\\n\"}}]}],[\"$\",\"body\",null,{\"className\":\"min-h-full\",\"style\":{\"background\":\"var(--bg)\",\"color\":\"var(--fg)\"},\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$L8\",null,{\"Component\":\"$9\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@a\",\"$@b\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0wyjrc0bekhiz.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]]}],{},null,false,null]},null,false,\"$@f\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L10\",null,{\"children\":\"$L11\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L12\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L13\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$14\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/17sxlwlx5fhrp.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0-g7_e.uxknwf.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"tbzrvKcMw58fvU7N8zbS7\"}\n"])</script><script>self.__next_f.push([1,"15:[]\nf:\"$W15\"\na:{}\nb:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"11:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0a0a1a\"}]]\n"])</script><script>self.__next_f.push([1,"16:I[1974,[\"/_next/static/chunks/15-ltfhot3b4n.js\",\"/_next/static/chunks/0u3b93reo9xci.js\",\"/_next/static/chunks/0qwqp6ulyj3o6.js\"],\"IconMark\"]\ne:null\n13:[[\"$\",\"title\",\"0\",{\"children\":\"Agent Network Dashboard\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Real-time monitoring dashboard for Agent Network nodes via CommHub\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"3\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Agent Network\"}],[\"$\",\"meta\",\"5\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"black-translucent\"}],[\"$\",\"meta\",\"6\",{\"property\":\"og:title\",\"content\":\"Agent Network Dashboard\"}],[\"$\",\"meta\",\"7\",{\"property\":\"og:description\",\"content\":\"Real-time monitoring dashboard for Agent Network nodes\"}],[\"$\",\"meta\",\"8\",{\"property\":\"og:type\",\"content\":\"website\"}],[\"$\",\"meta\",\"9\",{\"name\":\"twitter:card\",\"content\":\"summary\"}],[\"$\",\"meta\",\"10\",{\"name\":\"twitter:title\",\"content\":\"Agent Network Dashboard\"}],[\"$\",\"meta\",\"11\",{\"name\":\"twitter:description\",\"content\":\"Real-time monitoring dashboard for Agent Network nodes\"}],[\"$\",\"link\",\"12\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.0x3dzn~oxb6tn.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"link\",\"13\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$L16\",\"14\",{}]]\n"])</script></body></html>
@@ -1,24 +1,26 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[24156,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ThemeProvider"]
3
- 3:I[11449,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"NetworkProvider"]
4
- 4:I[22485,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"AppShell"]
5
- 5:I[10561,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
6
- 6:I[85887,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
7
- 7:I[98231,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ClientPageRoot"]
8
- 8:I[57602,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js","/_next/static/chunks/0wyjrc0bekhiz.js"],"default"]
9
- b:I[1185,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"OutletBoundary"]
10
- c:"$Sreact.suspense"
11
- f:I[1185,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ViewportBoundary"]
12
- 11:I[1185,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"MetadataBoundary"]
13
- 13:I[95183,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default",1]
14
- :HL["/_next/static/chunks/0wtj3tufk2aod.css","style"]
2
+ 2:I[24156,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ThemeProvider"]
3
+ 3:I[11449,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"NetworkProvider"]
4
+ 4:I[28516,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"PwaInstaller"]
5
+ 5:I[22485,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"AppShell"]
6
+ 6:I[10561,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
7
+ 7:I[85887,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
8
+ 8:I[98231,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ClientPageRoot"]
9
+ 9:I[57602,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js","/_next/static/chunks/0wyjrc0bekhiz.js"],"default"]
10
+ c:I[1185,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"OutletBoundary"]
11
+ d:"$Sreact.suspense"
12
+ 10:I[1185,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ViewportBoundary"]
13
+ 12:I[1185,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"MetadataBoundary"]
14
+ 14:I[95183,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default",1]
15
+ :HL["/_next/static/chunks/17sxlwlx5fhrp.css","style"]
16
+ :HL["/_next/static/chunks/0-g7_e.uxknwf.css","style"]
15
17
  :HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
16
- 0:{"P":null,"c":["","tasks"],"q":"","i":false,"f":[[["",{"children":["tasks",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0wtj3tufk2aod.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0iwava1u7a3b4.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0u3b93reo9xci.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0qwqp6ulyj3o6.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-theme":"cyber","className":"geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\ntry {\n var t = localStorage.getItem('anet-theme') || 'cyber';\n document.documentElement.setAttribute('data-theme', t);\n} catch (e) {}\n"}}]}],["$","body",null,{"className":"min-h-full","style":{"background":"var(--bg)","color":"var(--fg)"},"children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0wyjrc0bekhiz.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,null]},null,false,"$@e"]},null,false,null],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$13",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0wtj3tufk2aod.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"9xrepgGmTIkgV7uxJ0dm8"}
17
- 14:[]
18
- e:"$W14"
19
- 9:{}
20
- a:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
21
- 10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes"}],["$","meta","2",{"name":"theme-color","content":"#0a0a1a"}]]
22
- 15:I[1974,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"IconMark"]
23
- d:null
24
- 12:[["$","title","0",{"children":"Agent Network Dashboard"}],["$","meta","1",{"name":"description","content":"Real-time monitoring dashboard for Agent Network nodes via CommHub"}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest","crossOrigin":"$undefined"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"apple-mobile-web-app-title","content":"Agent Network"}],["$","meta","5",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta","6",{"property":"og:title","content":"Agent Network Dashboard"}],["$","meta","7",{"property":"og:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","meta","8",{"property":"og:type","content":"website"}],["$","meta","9",{"name":"twitter:card","content":"summary"}],["$","meta","10",{"name":"twitter:title","content":"Agent Network Dashboard"}],["$","meta","11",{"name":"twitter:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","link","12",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","link","13",{"rel":"icon","href":"/favicon.svg"}],["$","$L15","14",{}]]
18
+ 0:{"P":null,"c":["","tasks"],"q":"","i":false,"f":[[["",{"children":["tasks",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/17sxlwlx5fhrp.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0-g7_e.uxknwf.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/15-ltfhot3b4n.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0u3b93reo9xci.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0qwqp6ulyj3o6.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-theme":"cyber","className":"geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\ntry {\n var t = localStorage.getItem('anet-theme') || 'cyber';\n document.documentElement.setAttribute('data-theme', t);\n} catch (e) {}\n"}}]}],["$","body",null,{"className":"min-h-full","style":{"background":"var(--bg)","color":"var(--fg)"},"children":["$","$L2",null,{"children":["$","$L3",null,{"children":[["$","$L4",null,{}],["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0wyjrc0bekhiz.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,"$@f"]},null,false,null],["$","$1","h",{"children":[null,["$","$L10",null,{"children":"$L11"}],["$","div",null,{"hidden":true,"children":["$","$L12",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L13"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$14",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/17sxlwlx5fhrp.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0-g7_e.uxknwf.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"tbzrvKcMw58fvU7N8zbS7"}
19
+ 15:[]
20
+ f:"$W15"
21
+ a:{}
22
+ b:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
23
+ 11:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes"}],["$","meta","2",{"name":"theme-color","content":"#0a0a1a"}]]
24
+ 16:I[1974,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"IconMark"]
25
+ e:null
26
+ 13:[["$","title","0",{"children":"Agent Network Dashboard"}],["$","meta","1",{"name":"description","content":"Real-time monitoring dashboard for Agent Network nodes via CommHub"}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest","crossOrigin":"$undefined"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"apple-mobile-web-app-title","content":"Agent Network"}],["$","meta","5",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta","6",{"property":"og:title","content":"Agent Network Dashboard"}],["$","meta","7",{"property":"og:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","meta","8",{"property":"og:type","content":"website"}],["$","meta","9",{"name":"twitter:card","content":"summary"}],["$","meta","10",{"name":"twitter:title","content":"Agent Network Dashboard"}],["$","meta","11",{"name":"twitter:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","link","12",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","link","13",{"rel":"icon","href":"/favicon.svg"}],["$","$L16","14",{}]]
@@ -1,24 +1,26 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[24156,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ThemeProvider"]
3
- 3:I[11449,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"NetworkProvider"]
4
- 4:I[22485,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"AppShell"]
5
- 5:I[10561,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
6
- 6:I[85887,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
7
- 7:I[98231,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ClientPageRoot"]
8
- 8:I[57602,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js","/_next/static/chunks/0wyjrc0bekhiz.js"],"default"]
9
- b:I[1185,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"OutletBoundary"]
10
- c:"$Sreact.suspense"
11
- f:I[1185,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ViewportBoundary"]
12
- 11:I[1185,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"MetadataBoundary"]
13
- 13:I[95183,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default",1]
14
- :HL["/_next/static/chunks/0wtj3tufk2aod.css","style"]
2
+ 2:I[24156,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ThemeProvider"]
3
+ 3:I[11449,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"NetworkProvider"]
4
+ 4:I[28516,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"PwaInstaller"]
5
+ 5:I[22485,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"AppShell"]
6
+ 6:I[10561,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
7
+ 7:I[85887,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
8
+ 8:I[98231,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ClientPageRoot"]
9
+ 9:I[57602,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js","/_next/static/chunks/0wyjrc0bekhiz.js"],"default"]
10
+ c:I[1185,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"OutletBoundary"]
11
+ d:"$Sreact.suspense"
12
+ 10:I[1185,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ViewportBoundary"]
13
+ 12:I[1185,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"MetadataBoundary"]
14
+ 14:I[95183,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default",1]
15
+ :HL["/_next/static/chunks/17sxlwlx5fhrp.css","style"]
16
+ :HL["/_next/static/chunks/0-g7_e.uxknwf.css","style"]
15
17
  :HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
16
- 0:{"P":null,"c":["","tasks"],"q":"","i":false,"f":[[["",{"children":["tasks",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0wtj3tufk2aod.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0iwava1u7a3b4.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0u3b93reo9xci.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0qwqp6ulyj3o6.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-theme":"cyber","className":"geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\ntry {\n var t = localStorage.getItem('anet-theme') || 'cyber';\n document.documentElement.setAttribute('data-theme', t);\n} catch (e) {}\n"}}]}],["$","body",null,{"className":"min-h-full","style":{"background":"var(--bg)","color":"var(--fg)"},"children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L7",null,{"Component":"$8","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@9","$@a"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0wyjrc0bekhiz.js","async":true,"nonce":"$undefined"}]],["$","$Lb",null,{"children":["$","$c",null,{"name":"Next.MetadataOutlet","children":"$@d"}]}]]}],{},null,false,null]},null,false,"$@e"]},null,false,null],["$","$1","h",{"children":[null,["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$c",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$13",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0wtj3tufk2aod.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"9xrepgGmTIkgV7uxJ0dm8"}
17
- 14:[]
18
- e:"$W14"
19
- 9:{}
20
- a:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
21
- 10:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes"}],["$","meta","2",{"name":"theme-color","content":"#0a0a1a"}]]
22
- 15:I[1974,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"IconMark"]
23
- d:null
24
- 12:[["$","title","0",{"children":"Agent Network Dashboard"}],["$","meta","1",{"name":"description","content":"Real-time monitoring dashboard for Agent Network nodes via CommHub"}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest","crossOrigin":"$undefined"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"apple-mobile-web-app-title","content":"Agent Network"}],["$","meta","5",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta","6",{"property":"og:title","content":"Agent Network Dashboard"}],["$","meta","7",{"property":"og:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","meta","8",{"property":"og:type","content":"website"}],["$","meta","9",{"name":"twitter:card","content":"summary"}],["$","meta","10",{"name":"twitter:title","content":"Agent Network Dashboard"}],["$","meta","11",{"name":"twitter:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","link","12",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","link","13",{"rel":"icon","href":"/favicon.svg"}],["$","$L15","14",{}]]
18
+ 0:{"P":null,"c":["","tasks"],"q":"","i":false,"f":[[["",{"children":["tasks",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/17sxlwlx5fhrp.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0-g7_e.uxknwf.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/15-ltfhot3b4n.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0u3b93reo9xci.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0qwqp6ulyj3o6.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","data-theme":"cyber","className":"geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\ntry {\n var t = localStorage.getItem('anet-theme') || 'cyber';\n document.documentElement.setAttribute('data-theme', t);\n} catch (e) {}\n"}}]}],["$","body",null,{"className":"min-h-full","style":{"background":"var(--bg)","color":"var(--fg)"},"children":["$","$L2",null,{"children":["$","$L3",null,{"children":[["$","$L4",null,{}],["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$L8",null,{"Component":"$9","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@a","$@b"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0wyjrc0bekhiz.js","async":true,"nonce":"$undefined"}]],["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}],{},null,false,null]},null,false,"$@f"]},null,false,null],["$","$1","h",{"children":[null,["$","$L10",null,{"children":"$L11"}],["$","div",null,{"hidden":true,"children":["$","$L12",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L13"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$14",[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/17sxlwlx5fhrp.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0-g7_e.uxknwf.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"tbzrvKcMw58fvU7N8zbS7"}
19
+ 15:[]
20
+ f:"$W15"
21
+ a:{}
22
+ b:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
23
+ 11:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes"}],["$","meta","2",{"name":"theme-color","content":"#0a0a1a"}]]
24
+ 16:I[1974,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"IconMark"]
25
+ e:null
26
+ 13:[["$","title","0",{"children":"Agent Network Dashboard"}],["$","meta","1",{"name":"description","content":"Real-time monitoring dashboard for Agent Network nodes via CommHub"}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest","crossOrigin":"$undefined"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"apple-mobile-web-app-title","content":"Agent Network"}],["$","meta","5",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta","6",{"property":"og:title","content":"Agent Network Dashboard"}],["$","meta","7",{"property":"og:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","meta","8",{"property":"og:type","content":"website"}],["$","meta","9",{"name":"twitter:card","content":"summary"}],["$","meta","10",{"name":"twitter:title","content":"Agent Network Dashboard"}],["$","meta","11",{"name":"twitter:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","link","12",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","link","13",{"rel":"icon","href":"/favicon.svg"}],["$","$L16","14",{}]]
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[1185,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ViewportBoundary"]
3
- 3:I[1185,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"MetadataBoundary"]
2
+ 2:I[1185,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ViewportBoundary"]
3
+ 3:I[1185,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 5:I[1974,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes"}],["$","meta","2",{"name":"theme-color","content":"#0a0a1a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Agent Network Dashboard"}],["$","meta","1",{"name":"description","content":"Real-time monitoring dashboard for Agent Network nodes via CommHub"}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"apple-mobile-web-app-title","content":"Agent Network"}],["$","meta","5",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta","6",{"property":"og:title","content":"Agent Network Dashboard"}],["$","meta","7",{"property":"og:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","meta","8",{"property":"og:type","content":"website"}],["$","meta","9",{"name":"twitter:card","content":"summary"}],["$","meta","10",{"name":"twitter:title","content":"Agent Network Dashboard"}],["$","meta","11",{"name":"twitter:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","link","12",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","link","13",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","14",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"9xrepgGmTIkgV7uxJ0dm8"}
5
+ 5:I[1974,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"IconMark"]
6
+ 0:{"rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1, maximum-scale=5, user-scalable=yes"}],["$","meta","2",{"name":"theme-color","content":"#0a0a1a"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Agent Network Dashboard"}],["$","meta","1",{"name":"description","content":"Real-time monitoring dashboard for Agent Network nodes via CommHub"}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"apple-mobile-web-app-title","content":"Agent Network"}],["$","meta","5",{"name":"apple-mobile-web-app-status-bar-style","content":"black-translucent"}],["$","meta","6",{"property":"og:title","content":"Agent Network Dashboard"}],["$","meta","7",{"property":"og:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","meta","8",{"property":"og:type","content":"website"}],["$","meta","9",{"name":"twitter:card","content":"summary"}],["$","meta","10",{"name":"twitter:title","content":"Agent Network Dashboard"}],["$","meta","11",{"name":"twitter:description","content":"Real-time monitoring dashboard for Agent Network nodes"}],["$","link","12",{"rel":"icon","href":"/favicon.ico?favicon.0x3dzn~oxb6tn.ico","sizes":"256x256","type":"image/x-icon"}],["$","link","13",{"rel":"icon","href":"/favicon.svg"}],["$","$L5","14",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"tbzrvKcMw58fvU7N8zbS7"}
@@ -1,8 +1,10 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[24156,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ThemeProvider"]
3
- 3:I[11449,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"NetworkProvider"]
4
- 4:I[22485,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"AppShell"]
5
- 5:I[10561,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
6
- 6:I[85887,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
7
- :HL["/_next/static/chunks/0wtj3tufk2aod.css","style"]
8
- 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0wtj3tufk2aod.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0iwava1u7a3b4.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0u3b93reo9xci.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0qwqp6ulyj3o6.js","async":true}]],["$","html",null,{"lang":"en","data-theme":"cyber","className":"geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\ntry {\n var t = localStorage.getItem('anet-theme') || 'cyber';\n document.documentElement.setAttribute('data-theme', t);\n} catch (e) {}\n"}}]}],["$","body",null,{"className":"min-h-full","style":{"background":"var(--bg)","color":"var(--fg)"},"children":["$","$L2",null,{"children":["$","$L3",null,{"children":["$","$L4",null,{"children":["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"9xrepgGmTIkgV7uxJ0dm8"}
2
+ 2:I[24156,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ThemeProvider"]
3
+ 3:I[11449,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"NetworkProvider"]
4
+ 4:I[28516,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"PwaInstaller"]
5
+ 5:I[22485,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"AppShell"]
6
+ 6:I[10561,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
7
+ 7:I[85887,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
8
+ :HL["/_next/static/chunks/17sxlwlx5fhrp.css","style"]
9
+ :HL["/_next/static/chunks/0-g7_e.uxknwf.css","style"]
10
+ 0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/17sxlwlx5fhrp.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/chunks/0-g7_e.uxknwf.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/15-ltfhot3b4n.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0u3b93reo9xci.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0qwqp6ulyj3o6.js","async":true}]],["$","html",null,{"lang":"en","data-theme":"cyber","className":"geist_mono_8d43a2aa-module__8Li5zG__variable h-full antialiased","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\ntry {\n var t = localStorage.getItem('anet-theme') || 'cyber';\n document.documentElement.setAttribute('data-theme', t);\n} catch (e) {}\n"}}]}],["$","body",null,{"className":"min-h-full","style":{"background":"var(--bg)","color":"var(--fg)"},"children":["$","$L2",null,{"children":["$","$L3",null,{"children":[["$","$L4",null,{}],["$","$L5",null,{"children":["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]]}]}]]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"tbzrvKcMw58fvU7N8zbS7"}
@@ -1,3 +1,4 @@
1
- :HL["/_next/static/chunks/0wtj3tufk2aod.css","style"]
1
+ :HL["/_next/static/chunks/17sxlwlx5fhrp.css","style"]
2
+ :HL["/_next/static/chunks/0-g7_e.uxknwf.css","style"]
2
3
  :HL["/_next/static/media/797e433ab948586e-s.p.09zddjkbdep5a.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
3
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"tasks","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"9xrepgGmTIkgV7uxJ0dm8"}
4
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"tasks","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"tbzrvKcMw58fvU7N8zbS7"}
@@ -1,9 +1,9 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[98231,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ClientPageRoot"]
3
- 3:I[57602,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js","/_next/static/chunks/0wyjrc0bekhiz.js"],"default"]
4
- 6:I[1185,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"OutletBoundary"]
2
+ 2:I[98231,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"ClientPageRoot"]
3
+ 3:I[57602,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js","/_next/static/chunks/0wyjrc0bekhiz.js"],"default"]
4
+ 6:I[1185,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
- 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0wyjrc0bekhiz.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"9xrepgGmTIkgV7uxJ0dm8"}
6
+ 0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/0wyjrc0bekhiz.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"tbzrvKcMw58fvU7N8zbS7"}
7
7
  4:{}
8
8
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
9
  8:null
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[10561,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
3
- 3:I[85887,["/_next/static/chunks/0iwava1u7a3b4.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
2
+ 2:I[10561,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
3
+ 3:I[85887,["/_next/static/chunks/15-ltfhot3b4n.js","/_next/static/chunks/0u3b93reo9xci.js","/_next/static/chunks/0qwqp6ulyj3o6.js"],"default"]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"9xrepgGmTIkgV7uxJ0dm8"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"tbzrvKcMw58fvU7N8zbS7"}
@@ -0,0 +1,8 @@
1
+ module.exports=[35214,a=>{a.v({className:"geist_mono_8d43a2aa-module__8Li5zG__className",variable:"geist_mono_8d43a2aa-module__8Li5zG__variable"})},66444,a=>{"use strict";a.s(["AppShell",()=>b]);let b=(0,a.i(69300).registerClientReference)(function(){throw Error("Attempted to call AppShell() from the server but AppShell is 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.")},"[project]/agent-network-dashboard/app/components/AppShell.tsx <module evaluation>","AppShell")},56100,a=>{"use strict";a.s(["AppShell",()=>b]);let b=(0,a.i(69300).registerClientReference)(function(){throw Error("Attempted to call AppShell() from the server but AppShell is 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.")},"[project]/agent-network-dashboard/app/components/AppShell.tsx","AppShell")},89165,a=>{"use strict";a.i(66444);var b=a.i(56100);a.n(b)},6964,a=>{"use strict";a.s(["NetworkProvider",()=>c,"useNetworkId",()=>d]);var b=a.i(69300);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call NetworkProvider() from the server but NetworkProvider is 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.")},"[project]/agent-network-dashboard/app/lib/network-context.tsx <module evaluation>","NetworkProvider"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call useNetworkId() from the server but useNetworkId is 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.")},"[project]/agent-network-dashboard/app/lib/network-context.tsx <module evaluation>","useNetworkId")},12551,a=>{"use strict";a.s(["NetworkProvider",()=>c,"useNetworkId",()=>d]);var b=a.i(69300);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call NetworkProvider() from the server but NetworkProvider is 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.")},"[project]/agent-network-dashboard/app/lib/network-context.tsx","NetworkProvider"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call useNetworkId() from the server but useNetworkId is 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.")},"[project]/agent-network-dashboard/app/lib/network-context.tsx","useNetworkId")},19695,a=>{"use strict";a.i(6964);var b=a.i(12551);a.n(b)},91619,a=>{"use strict";a.s(["ThemeProvider",()=>c,"ThemeSwitcher",()=>d]);var b=a.i(69300);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call ThemeProvider() from the server but ThemeProvider is 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.")},"[project]/agent-network-dashboard/app/components/ThemeSwitcher.tsx <module evaluation>","ThemeProvider"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call ThemeSwitcher() from the server but ThemeSwitcher is 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.")},"[project]/agent-network-dashboard/app/components/ThemeSwitcher.tsx <module evaluation>","ThemeSwitcher")},91094,a=>{"use strict";a.s(["ThemeProvider",()=>c,"ThemeSwitcher",()=>d]);var b=a.i(69300);let c=(0,b.registerClientReference)(function(){throw Error("Attempted to call ThemeProvider() from the server but ThemeProvider is 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.")},"[project]/agent-network-dashboard/app/components/ThemeSwitcher.tsx","ThemeProvider"),d=(0,b.registerClientReference)(function(){throw Error("Attempted to call ThemeSwitcher() from the server but ThemeSwitcher is 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.")},"[project]/agent-network-dashboard/app/components/ThemeSwitcher.tsx","ThemeSwitcher")},97805,a=>{"use strict";a.i(91619);var b=a.i(91094);a.n(b)},49909,a=>{"use strict";a.s(["PwaInstaller",()=>b]);let b=(0,a.i(69300).registerClientReference)(function(){throw Error("Attempted to call PwaInstaller() from the server but PwaInstaller is 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.")},"[project]/agent-network-dashboard/app/components/PwaInstaller.tsx <module evaluation>","PwaInstaller")},24713,a=>{"use strict";a.s(["PwaInstaller",()=>b]);let b=(0,a.i(69300).registerClientReference)(function(){throw Error("Attempted to call PwaInstaller() from the server but PwaInstaller is 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.")},"[project]/agent-network-dashboard/app/components/PwaInstaller.tsx","PwaInstaller")},51599,a=>{"use strict";a.i(49909);var b=a.i(24713);a.n(b)},84955,a=>{"use strict";var b=a.i(58255),c=a.i(35214);let d={className:c.default.className,style:{fontFamily:"'Geist Mono', 'Geist Mono Fallback'",fontStyle:"normal"}};null!=c.default.variable&&(d.variable=c.default.variable);var e=a.i(89165),f=a.i(19695),g=a.i(97805),h=a.i(51599);let i=`
2
+ try {
3
+ var t = localStorage.getItem('anet-theme') || 'cyber';
4
+ document.documentElement.setAttribute('data-theme', t);
5
+ } catch (e) {}
6
+ `;a.s(["default",0,function({children:a}){return(0,b.jsxs)("html",{lang:"en","data-theme":"cyber",className:`${d.variable} h-full antialiased`,children:[(0,b.jsx)("head",{children:(0,b.jsx)("script",{dangerouslySetInnerHTML:{__html:i}})}),(0,b.jsx)("body",{className:"min-h-full",style:{background:"var(--bg)",color:"var(--fg)"},children:(0,b.jsx)(g.ThemeProvider,{children:(0,b.jsxs)(f.NetworkProvider,{children:[(0,b.jsx)(h.PwaInstaller,{}),(0,b.jsx)(e.AppShell,{children:a})]})})})]})},"metadata",0,{title:"Agent Network Dashboard",description:"Real-time monitoring dashboard for Agent Network nodes via CommHub",manifest:"/manifest.webmanifest",appleWebApp:{capable:!0,statusBarStyle:"black-translucent",title:"Agent Network"},icons:{icon:"/favicon.svg"},openGraph:{title:"Agent Network Dashboard",description:"Real-time monitoring dashboard for Agent Network nodes",type:"website"}},"viewport",0,{width:"device-width",initialScale:1,maximumScale:5,userScalable:!0,themeColor:"#0a0a1a"}],84955)},61153,a=>{a.n(a.i(84955))}];
7
+
8
+ //# sourceMappingURL=%5Broot-of-the-server%5D__0lu1wok._.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["turbopack:///[next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-rsc] (css module)","../../../../../agent-network-dashboard/app/components/AppShell.tsx/__nextjs-internal-proxy.mjs","../../../../../agent-network-dashboard/app/lib/network-context.tsx/__nextjs-internal-proxy.mjs","../../../../../agent-network-dashboard/app/components/ThemeSwitcher.tsx/__nextjs-internal-proxy.mjs","../../../../../agent-network-dashboard/app/components/PwaInstaller.tsx/__nextjs-internal-proxy.mjs","turbopack:///[next]/internal/font/google/geist_mono_8d43a2aa.js","../../../../../agent-network-dashboard/app/layout.tsx"],"sourcesContent":["__turbopack_context__.v({\n \"className\": \"geist_mono_8d43a2aa-module__8Li5zG__className\",\n \"variable\": \"geist_mono_8d43a2aa-module__8Li5zG__variable\",\n});\n","// This file is generated by next-core EcmascriptClientReferenceModule.\nimport { registerClientReference } from \"react-server-dom-turbopack/server\";\nexport const AppShell = registerClientReference(\n function() { throw new Error(\"Attempted to call AppShell() from the server but AppShell is 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.\"); },\n \"[project]/agent-network-dashboard/app/components/AppShell.tsx\",\n \"AppShell\",\n);\n","// This file is generated by next-core EcmascriptClientReferenceModule.\nimport { registerClientReference } from \"react-server-dom-turbopack/server\";\nexport const NetworkProvider = registerClientReference(\n function() { throw new Error(\"Attempted to call NetworkProvider() from the server but NetworkProvider is 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.\"); },\n \"[project]/agent-network-dashboard/app/lib/network-context.tsx\",\n \"NetworkProvider\",\n);\nexport const useNetworkId = registerClientReference(\n function() { throw new Error(\"Attempted to call useNetworkId() from the server but useNetworkId is 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.\"); },\n \"[project]/agent-network-dashboard/app/lib/network-context.tsx\",\n \"useNetworkId\",\n);\n","// This file is generated by next-core EcmascriptClientReferenceModule.\nimport { registerClientReference } from \"react-server-dom-turbopack/server\";\nexport const ThemeProvider = registerClientReference(\n function() { throw new Error(\"Attempted to call ThemeProvider() from the server but ThemeProvider is 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.\"); },\n \"[project]/agent-network-dashboard/app/components/ThemeSwitcher.tsx\",\n \"ThemeProvider\",\n);\nexport const ThemeSwitcher = registerClientReference(\n function() { throw new Error(\"Attempted to call ThemeSwitcher() from the server but ThemeSwitcher is 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.\"); },\n \"[project]/agent-network-dashboard/app/components/ThemeSwitcher.tsx\",\n \"ThemeSwitcher\",\n);\n","// This file is generated by next-core EcmascriptClientReferenceModule.\nimport { registerClientReference } from \"react-server-dom-turbopack/server\";\nexport const PwaInstaller = registerClientReference(\n function() { throw new Error(\"Attempted to call PwaInstaller() from the server but PwaInstaller is 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.\"); },\n \"[project]/agent-network-dashboard/app/components/PwaInstaller.tsx\",\n \"PwaInstaller\",\n);\n","import cssModule from \"@vercel/turbopack-next/internal/font/google/cssmodule.module.css?{%22path%22:%22layout.tsx%22,%22import%22:%22Geist_Mono%22,%22arguments%22:[{%22variable%22:%22--font-geist-mono%22,%22subsets%22:[%22latin%22]}],%22variableName%22:%22geistMono%22}\";\nconst fontData = {\n className: cssModule.className,\n style: {\n fontFamily: \"'Geist Mono', 'Geist Mono Fallback'\",\n fontStyle: \"normal\",\n\n },\n};\n\nif (cssModule.variable != null) {\n fontData.variable = cssModule.variable;\n}\n\nexport default fontData;\n","import type { Metadata, Viewport } from \"next\";\nimport { Geist_Mono } from \"next/font/google\";\nimport \"./globals.css\";\nimport { AppShell } from \"./components/AppShell\";\nimport { NetworkProvider } from \"./lib/network-context\";\nimport { ThemeProvider } from \"./components/ThemeSwitcher\";\nimport { PwaInstaller } from \"./components/PwaInstaller\";\n\nconst geistMono = Geist_Mono({\n variable: \"--font-geist-mono\",\n subsets: [\"latin\"],\n});\n\nexport const metadata: Metadata = {\n title: \"Agent Network Dashboard\",\n description: \"Real-time monitoring dashboard for Agent Network nodes via CommHub\",\n manifest: \"/manifest.webmanifest\",\n appleWebApp: {\n capable: true,\n statusBarStyle: \"black-translucent\",\n title: \"Agent Network\",\n },\n icons: { icon: '/favicon.svg' },\n openGraph: {\n title: \"Agent Network Dashboard\",\n description: \"Real-time monitoring dashboard for Agent Network nodes\",\n type: \"website\",\n },\n};\n\nexport const viewport: Viewport = {\n width: \"device-width\",\n initialScale: 1,\n maximumScale: 5,\n userScalable: true,\n themeColor: \"#0a0a1a\",\n};\n\n// Inline pre-paint script to apply persisted theme before React hydrates,\n// preventing a white flash on light/mint themes for users who already set it.\nconst themeBootScript = `\ntry {\n var t = localStorage.getItem('anet-theme') || 'cyber';\n document.documentElement.setAttribute('data-theme', t);\n} catch (e) {}\n`;\n\nexport default function RootLayout({\n children,\n}: Readonly<{\n children: React.ReactNode;\n}>) {\n return (\n <html lang=\"en\" data-theme=\"cyber\" className={`${geistMono.variable} h-full antialiased`}>\n <head>\n <script dangerouslySetInnerHTML={{ __html: themeBootScript }} />\n </head>\n <body className=\"min-h-full\" style={{ background: 'var(--bg)', color: 'var(--fg)' }}>\n <ThemeProvider>\n <NetworkProvider>\n <PwaInstaller />\n <AppShell>{children}</AppShell>\n </NetworkProvider>\n </ThemeProvider>\n </body>\n </html>\n );\n}\n"],"names":["AppShell","Error","NetworkProvider","useNetworkId","ThemeProvider","ThemeSwitcher","PwaInstaller","fontData","className","style","fontFamily","fontStyle","variable"],"mappings":"0BAAA,EAAA,CAAA,CAAA,CACA,UAAA,gDACA,SAAA,8CACA,mDCDO,IAAMA,EAAW,CAAA,EADxB,AACwB,EADxB,CAAA,CAAA,OACwB,uBAAA,AAAuB,EAC3C,WAAa,MAAM,AAAIC,MAAM,8NAAgO,EAC7P,oFACA,4DAHG,IAAMD,EAAW,CAAA,EADxB,AACwB,EADxB,CAAA,CAAA,OACwB,uBAAA,AAAuB,EAC3C,WAAa,MAAM,AAAIC,MAAM,8NAAgO,EAC7P,gEACA,kJCJJ,IAAA,EAAA,EAAA,CAAA,CAAA,OACO,IAAMC,EAAkB,CAAA,EAAA,EAAA,uBAAA,AAAuB,EAClD,WAAa,MAAM,AAAID,MAAM,4OAA8O,EAC3Q,oFACA,mBAESE,EAAe,CAAA,EAAA,EAAA,uBAAA,AAAuB,EAC/C,WAAa,MAAUF,AAAJ,MAAU,sOAAwO,EACrQ,oFACA,4FATJ,IAAA,EAAA,EAAA,CAAA,CAAA,OACO,IAAMC,EAAkB,CAAA,EAAA,EAAA,uBAAA,AAAuB,EAClD,WAAa,MAAM,AAAID,MAAM,4OAA8O,EAC3Q,gEACA,mBAESE,EAAe,CAAA,EAAA,EAAA,uBAAA,AAAuB,EAC/C,WAAa,MAAUF,AAAJ,MAAU,sOAAwO,EACrQ,gEACA,qJCTJ,IAAA,EAAA,EAAA,CAAA,CAAA,OACO,IAAMG,EAAgB,CAAA,EAAA,EAAA,uBAAA,AAAuB,EAChD,WAAa,MAAM,AAAIH,MAAM,wOAA0O,EACvQ,yFACA,iBAESI,EAAgB,CAAA,EAAA,EAAA,uBAAA,AAAuB,EAChD,WAAa,MAAM,AAAIJ,MAAM,wOAA0O,EACvQ,yFACA,4FATJ,IAAA,EAAA,EAAA,CAAA,CAAA,OACO,IAAMG,EAAgB,CAAA,EAAA,EAAA,uBAAA,AAAuB,EAChD,WAAa,MAAM,AAAIH,MAAM,wOAA0O,EACvQ,qEACA,iBAESI,EAAgB,CAAA,EAAA,EAAA,uBAAA,AAAuB,EAChD,WAAa,MAAM,AAAIJ,MAAM,wOAA0O,EACvQ,qEACA,gICRG,IAAMK,EAAe,CAAA,EAAA,AAD5B,EAAA,CAAA,CAAA,OAC4B,uBAAA,AAAuB,EAC/C,WAAa,MAAM,AAAIL,MAAM,sOAAwO,EACrQ,wFACA,oEAHG,IAAMK,EAAe,CAAA,EAD5B,AAC4B,EAD5B,CAAA,CAAA,OAC4B,uBAAA,AAAuB,EAC/C,WAAa,MAAM,AAAIL,MAAM,sOAAwO,EACrQ,oEACA,oHCLJ,EAAA,EAAA,CAAA,CAAA,OACA,IAAMM,EAAW,CACbC,UAAW,EAAA,OAAS,CAACA,SAAS,CAC9BC,MAAO,CACHC,WAAY,sCACZC,UAAW,QAEf,CACJ,CAE0B,MAAM,CAA5B,EAAA,OAAS,CAACC,QAAQ,GAClBL,EAASK,QAAQ,CAAG,EAAA,OAAS,CAACA,QAAAA,AAAQ,ECR1C,IAAA,EAAA,EAAA,CAAA,CAAA,OACA,EAAA,EAAA,CAAA,CAAA,OACA,EAAA,EAAA,CAAA,CAAA,OACA,EAAA,EAAA,CAAA,CAAA,OAkCA,IAAM,EAAkB,CAAC;;;;;AAKzB,CAAC,kBAEc,SAAS,AAAW,UACjC,CAAQ,CAGR,EACA,MACE,CAAA,EAAA,EAAA,IAAA,EAAC,OAAA,CAAK,KAAK,KAAK,aAAW,QAAQ,UAAW,CAAA,EAAG,ADvCtCL,ECuCgD,QAAQ,CAAC,mBAAmB,CAAC,WACtF,CAAA,EAAA,EAAA,GAAA,EAAC,OAAA,UACC,CAAA,EAAA,EAAA,GAAA,EAAC,SAAA,CAAO,wBAAyB,CAAE,OAAQ,CAAgB,MAE7D,CAAA,EAAA,EAAA,GAAA,EAAC,OAAA,CAAK,UAAU,aAAa,MAAO,CAAE,WAAY,YAAa,MAAO,WAAY,WAChF,CAAA,EAAA,EAAA,GAAA,EAAC,EAAA,aAAa,CAAA,UACZ,CAAA,EAAA,EAAA,IAAA,EAAC,EAAA,eAAe,CAAA,WACd,CAAA,EAAA,EAAA,GAAA,EAAC,EAAA,YAAY,CAAA,CAAA,GACb,CAAA,EAAA,EAAA,GAAA,EAAC,EAAA,QAAQ,CAAA,UAAE,aAMvB,eAtDkC,CAChC,MAAO,0BACP,YAAa,qEACb,SAAU,wBACV,YAAa,CACX,SAAS,EACT,eAAgB,oBAChB,MAAO,eACT,EACA,MAAO,CAAE,KAAM,cAAe,EAC9B,UAAW,CACT,MAAO,0BACP,YAAa,yDACb,KAAM,SACR,CACF,eAEkC,CAChC,MAAO,eACP,aAAc,EACd,aAAc,EACd,cAAc,EACd,WAAY,SACd","ignoreList":[0,1,2,3,4,5]}