@inkeep/agents-manage-ui 0.39.0 → 0.39.1

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 (349) hide show
  1. package/.next/standalone/agents-manage-ui/.next/BUILD_ID +1 -1
  2. package/.next/standalone/agents-manage-ui/.next/app-path-routes-manifest.json +7 -7
  3. package/.next/standalone/agents-manage-ui/.next/build-manifest.json +3 -3
  4. package/.next/standalone/agents-manage-ui/.next/prerender-manifest.json +3 -3
  5. package/.next/standalone/agents-manage-ui/.next/react-loadable-manifest.json +37 -37
  6. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/page.js +2 -2
  7. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/page.js.nft.json +1 -1
  8. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/page_client-reference-manifest.js +1 -1
  9. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/agents/[agentId]/page.js +6 -6
  10. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/agents/[agentId]/page.js.nft.json +1 -1
  11. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/agents/[agentId]/page_client-reference-manifest.js +1 -1
  12. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/agents/page.js +2 -2
  13. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/agents/page.js.nft.json +1 -1
  14. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/agents/page_client-reference-manifest.js +1 -1
  15. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/api-keys/page.js +3 -3
  16. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/api-keys/page.js.nft.json +1 -1
  17. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/api-keys/page_client-reference-manifest.js +1 -1
  18. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/artifacts/[artifactComponentId]/page.js +2 -2
  19. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/artifacts/[artifactComponentId]/page.js.nft.json +1 -1
  20. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/artifacts/[artifactComponentId]/page_client-reference-manifest.js +1 -1
  21. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/artifacts/new/page.js +2 -2
  22. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/artifacts/new/page.js.nft.json +1 -1
  23. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/artifacts/new/page_client-reference-manifest.js +1 -1
  24. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/artifacts/page.js +2 -2
  25. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/artifacts/page.js.nft.json +1 -1
  26. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/artifacts/page_client-reference-manifest.js +1 -1
  27. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/components/[dataComponentId]/page.js +1 -1
  28. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/components/[dataComponentId]/page.js.nft.json +1 -1
  29. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/components/[dataComponentId]/page_client-reference-manifest.js +1 -1
  30. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/components/new/page.js +2 -2
  31. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/components/new/page.js.nft.json +1 -1
  32. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/components/new/page_client-reference-manifest.js +1 -1
  33. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/components/page.js +1 -1
  34. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/components/page.js.nft.json +1 -1
  35. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/components/page_client-reference-manifest.js +1 -1
  36. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/[credentialId]/page.js +2 -2
  37. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/[credentialId]/page.js.nft.json +1 -1
  38. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/[credentialId]/page_client-reference-manifest.js +1 -1
  39. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/new/bearer/page.js +2 -2
  40. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/new/bearer/page.js.nft.json +1 -1
  41. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/new/bearer/page_client-reference-manifest.js +1 -1
  42. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/new/page.js +2 -2
  43. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/new/page.js.nft.json +1 -1
  44. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/new/page_client-reference-manifest.js +1 -1
  45. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/new/providers/[providerId]/page.js +2 -2
  46. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/new/providers/[providerId]/page.js.nft.json +1 -1
  47. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/new/providers/[providerId]/page_client-reference-manifest.js +1 -1
  48. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/new/providers/page.js +1 -1
  49. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/new/providers/page.js.nft.json +1 -1
  50. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/new/providers/page_client-reference-manifest.js +1 -1
  51. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/page.js +1 -1
  52. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/page.js.nft.json +1 -1
  53. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/credentials/page_client-reference-manifest.js +1 -1
  54. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/external-agents/[externalAgentId]/edit/page.js +2 -2
  55. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/external-agents/[externalAgentId]/edit/page.js.nft.json +1 -1
  56. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/external-agents/[externalAgentId]/edit/page_client-reference-manifest.js +1 -1
  57. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/external-agents/[externalAgentId]/page.js +2 -2
  58. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/external-agents/[externalAgentId]/page.js.nft.json +1 -1
  59. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/external-agents/[externalAgentId]/page_client-reference-manifest.js +1 -1
  60. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/external-agents/new/page.js +2 -2
  61. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/external-agents/new/page.js.nft.json +1 -1
  62. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/external-agents/new/page_client-reference-manifest.js +1 -1
  63. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/external-agents/page.js +2 -2
  64. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/external-agents/page.js.nft.json +1 -1
  65. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/external-agents/page_client-reference-manifest.js +1 -1
  66. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/mcp-servers/[mcpServerId]/edit/page.js +2 -2
  67. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/mcp-servers/[mcpServerId]/edit/page.js.nft.json +1 -1
  68. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/mcp-servers/[mcpServerId]/edit/page_client-reference-manifest.js +1 -1
  69. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/mcp-servers/[mcpServerId]/page.js +2 -2
  70. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/mcp-servers/[mcpServerId]/page.js.nft.json +1 -1
  71. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/mcp-servers/[mcpServerId]/page_client-reference-manifest.js +1 -1
  72. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/mcp-servers/new/page.js +2 -2
  73. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/mcp-servers/new/page.js.nft.json +1 -1
  74. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/mcp-servers/new/page_client-reference-manifest.js +1 -1
  75. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/mcp-servers/page.js +2 -2
  76. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/mcp-servers/page.js.nft.json +1 -1
  77. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/mcp-servers/page_client-reference-manifest.js +1 -1
  78. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/page.js +2 -2
  79. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/page.js.nft.json +1 -1
  80. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/page_client-reference-manifest.js +1 -1
  81. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/settings/page.js +2 -2
  82. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/settings/page.js.nft.json +1 -1
  83. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/settings/page_client-reference-manifest.js +1 -1
  84. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/traces/ai-calls/page.js +2 -2
  85. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/traces/ai-calls/page.js.nft.json +1 -1
  86. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/traces/ai-calls/page_client-reference-manifest.js +1 -1
  87. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/traces/conversations/[conversationId]/page.js +2 -2
  88. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/traces/conversations/[conversationId]/page.js.nft.json +1 -1
  89. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/traces/conversations/[conversationId]/page_client-reference-manifest.js +1 -1
  90. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/traces/page.js +2 -2
  91. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/traces/page.js.nft.json +1 -1
  92. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/traces/page_client-reference-manifest.js +1 -1
  93. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/traces/tool-calls/page.js +2 -2
  94. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/traces/tool-calls/page.js.nft.json +1 -1
  95. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/[projectId]/traces/tool-calls/page_client-reference-manifest.js +1 -1
  96. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/page.js +2 -2
  97. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/page.js.nft.json +1 -1
  98. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/projects/page_client-reference-manifest.js +1 -1
  99. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/settings/page.js +2 -2
  100. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/settings/page.js.nft.json +1 -1
  101. package/.next/standalone/agents-manage-ui/.next/server/app/[tenantId]/settings/page_client-reference-manifest.js +1 -1
  102. package/.next/standalone/agents-manage-ui/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  103. package/.next/standalone/agents-manage-ui/.next/server/app/_global-error.html +2 -2
  104. package/.next/standalone/agents-manage-ui/.next/server/app/_global-error.rsc +2 -2
  105. package/.next/standalone/agents-manage-ui/.next/server/app/_global-error.segments/_full.segment.rsc +2 -2
  106. package/.next/standalone/agents-manage-ui/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  107. package/.next/standalone/agents-manage-ui/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  108. package/.next/standalone/agents-manage-ui/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  109. package/.next/standalone/agents-manage-ui/.next/server/app/_global-error.segments/_index.segment.rsc +2 -2
  110. package/.next/standalone/agents-manage-ui/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  111. package/.next/standalone/agents-manage-ui/.next/server/app/_not-found/page.js +2 -2
  112. package/.next/standalone/agents-manage-ui/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  113. package/.next/standalone/agents-manage-ui/.next/server/app/_not-found.html +1 -1
  114. package/.next/standalone/agents-manage-ui/.next/server/app/_not-found.rsc +19 -18
  115. package/.next/standalone/agents-manage-ui/.next/server/app/_not-found.segments/_full.segment.rsc +19 -18
  116. package/.next/standalone/agents-manage-ui/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  117. package/.next/standalone/agents-manage-ui/.next/server/app/_not-found.segments/_index.segment.rsc +10 -9
  118. package/.next/standalone/agents-manage-ui/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  119. package/.next/standalone/agents-manage-ui/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  120. package/.next/standalone/agents-manage-ui/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  121. package/.next/standalone/agents-manage-ui/.next/server/app/accept-invitation/[invitationId]/page.js +1 -1
  122. package/.next/standalone/agents-manage-ui/.next/server/app/accept-invitation/[invitationId]/page_client-reference-manifest.js +1 -1
  123. package/.next/standalone/agents-manage-ui/.next/server/app/api/data-components/[dataComponentId]/generate-render/route.js +3 -3
  124. package/.next/standalone/agents-manage-ui/.next/server/app/api/data-components/[dataComponentId]/generate-render/route_client-reference-manifest.js +1 -1
  125. package/.next/standalone/agents-manage-ui/.next/server/app/api/signoz/conversations/[conversationId]/route_client-reference-manifest.js +1 -1
  126. package/.next/standalone/agents-manage-ui/.next/server/app/api/signoz/route_client-reference-manifest.js +1 -1
  127. package/.next/standalone/agents-manage-ui/.next/server/app/device/page.js +1 -1
  128. package/.next/standalone/agents-manage-ui/.next/server/app/device/page_client-reference-manifest.js +1 -1
  129. package/.next/standalone/agents-manage-ui/.next/server/app/device.html +1 -1
  130. package/.next/standalone/agents-manage-ui/.next/server/app/device.rsc +23 -22
  131. package/.next/standalone/agents-manage-ui/.next/server/app/device.segments/_full.segment.rsc +23 -22
  132. package/.next/standalone/agents-manage-ui/.next/server/app/device.segments/_head.segment.rsc +1 -1
  133. package/.next/standalone/agents-manage-ui/.next/server/app/device.segments/_index.segment.rsc +10 -9
  134. package/.next/standalone/agents-manage-ui/.next/server/app/device.segments/_tree.segment.rsc +2 -2
  135. package/.next/standalone/agents-manage-ui/.next/server/app/device.segments/device/__PAGE__.segment.rsc +2 -2
  136. package/.next/standalone/agents-manage-ui/.next/server/app/device.segments/device.segment.rsc +1 -1
  137. package/.next/standalone/agents-manage-ui/.next/server/app/index.html +1 -1
  138. package/.next/standalone/agents-manage-ui/.next/server/app/index.rsc +23 -22
  139. package/.next/standalone/agents-manage-ui/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  140. package/.next/standalone/agents-manage-ui/.next/server/app/index.segments/_full.segment.rsc +23 -22
  141. package/.next/standalone/agents-manage-ui/.next/server/app/index.segments/_head.segment.rsc +1 -1
  142. package/.next/standalone/agents-manage-ui/.next/server/app/index.segments/_index.segment.rsc +10 -9
  143. package/.next/standalone/agents-manage-ui/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  144. package/.next/standalone/agents-manage-ui/.next/server/app/login/page.js +2 -2
  145. package/.next/standalone/agents-manage-ui/.next/server/app/login/page_client-reference-manifest.js +1 -1
  146. package/.next/standalone/agents-manage-ui/.next/server/app/login.html +1 -1
  147. package/.next/standalone/agents-manage-ui/.next/server/app/login.rsc +23 -22
  148. package/.next/standalone/agents-manage-ui/.next/server/app/login.segments/_full.segment.rsc +23 -22
  149. package/.next/standalone/agents-manage-ui/.next/server/app/login.segments/_head.segment.rsc +1 -1
  150. package/.next/standalone/agents-manage-ui/.next/server/app/login.segments/_index.segment.rsc +10 -9
  151. package/.next/standalone/agents-manage-ui/.next/server/app/login.segments/_tree.segment.rsc +2 -2
  152. package/.next/standalone/agents-manage-ui/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  153. package/.next/standalone/agents-manage-ui/.next/server/app/login.segments/login.segment.rsc +1 -1
  154. package/.next/standalone/agents-manage-ui/.next/server/app/logout/route_client-reference-manifest.js +1 -1
  155. package/.next/standalone/agents-manage-ui/.next/server/app/no-organization/page.js +2 -2
  156. package/.next/standalone/agents-manage-ui/.next/server/app/no-organization/page_client-reference-manifest.js +1 -1
  157. package/.next/standalone/agents-manage-ui/.next/server/app/no-organization.html +1 -1
  158. package/.next/standalone/agents-manage-ui/.next/server/app/no-organization.rsc +23 -22
  159. package/.next/standalone/agents-manage-ui/.next/server/app/no-organization.segments/_full.segment.rsc +23 -22
  160. package/.next/standalone/agents-manage-ui/.next/server/app/no-organization.segments/_head.segment.rsc +1 -1
  161. package/.next/standalone/agents-manage-ui/.next/server/app/no-organization.segments/_index.segment.rsc +10 -9
  162. package/.next/standalone/agents-manage-ui/.next/server/app/no-organization.segments/_tree.segment.rsc +2 -2
  163. package/.next/standalone/agents-manage-ui/.next/server/app/no-organization.segments/no-organization/__PAGE__.segment.rsc +2 -2
  164. package/.next/standalone/agents-manage-ui/.next/server/app/no-organization.segments/no-organization.segment.rsc +1 -1
  165. package/.next/standalone/agents-manage-ui/.next/server/app/page.js +2 -2
  166. package/.next/standalone/agents-manage-ui/.next/server/app/page_client-reference-manifest.js +1 -1
  167. package/.next/standalone/agents-manage-ui/.next/server/app-paths-manifest.json +7 -7
  168. package/.next/standalone/agents-manage-ui/.next/server/chunks/{8995.js → 1431.js} +1 -1
  169. package/.next/standalone/agents-manage-ui/.next/server/chunks/3689.js +1 -0
  170. package/.next/standalone/agents-manage-ui/.next/server/chunks/{1224.js → 4987.js} +1 -1
  171. package/.next/standalone/agents-manage-ui/.next/server/chunks/5520.js +20 -0
  172. package/.next/standalone/agents-manage-ui/.next/server/chunks/{4006.js → 6916.js} +1 -1
  173. package/.next/standalone/agents-manage-ui/.next/server/chunks/7927.js +1 -1
  174. package/.next/standalone/agents-manage-ui/.next/server/chunks/8324.js +2 -2
  175. package/.next/standalone/agents-manage-ui/.next/server/chunks/8870.js +1 -1
  176. package/.next/standalone/agents-manage-ui/.next/server/chunks/{134.js → 911.js} +1 -1
  177. package/.next/standalone/agents-manage-ui/.next/server/middleware-build-manifest.js +1 -1
  178. package/.next/standalone/agents-manage-ui/.next/server/middleware-react-loadable-manifest.js +1 -1
  179. package/.next/standalone/agents-manage-ui/.next/server/pages/404.html +1 -1
  180. package/.next/standalone/agents-manage-ui/.next/server/pages/500.html +2 -2
  181. package/.next/standalone/agents-manage-ui/.next/server/server-reference-manifest.js +1 -1
  182. package/.next/standalone/agents-manage-ui/.next/server/server-reference-manifest.json +1 -1
  183. package/.next/standalone/agents-manage-ui/.next/static/chunks/{06e323d1.e0698d05e7b1dee1.js → 06e323d1.faf1d26dc6d9cfe1.js} +1 -1
  184. package/.next/standalone/agents-manage-ui/.next/static/chunks/{13395.89a6ee2e7de7d969.js → 13395.6f5f8c02b9dff6fc.js} +5 -5
  185. package/.next/standalone/agents-manage-ui/.next/static/chunks/{16190.a19685c17a7316aa.js → 16190.9f93a74b230c1b31.js} +1 -1
  186. package/.next/standalone/agents-manage-ui/.next/static/chunks/{177.6bb9d65c1200c0df.js → 177.ff86212411e3c834.js} +1 -1
  187. package/.next/standalone/agents-manage-ui/.next/static/chunks/18881-2c483a2ec8ed8f0d.js +14 -0
  188. package/.next/standalone/agents-manage-ui/.next/static/chunks/{3645-a0ab6abdbe5a63d6.js → 19328-b4caa444b66f44db.js} +1 -1
  189. package/.next/standalone/agents-manage-ui/.next/static/chunks/{19524.e25ec2f72e18a146.js → 19524.8bcd86da204265f8.js} +3 -3
  190. package/.next/standalone/agents-manage-ui/.next/static/chunks/{2074.6d18a2c79a784ca8.js → 2074.e3cb114c1c8bbaee.js} +2 -2
  191. package/.next/standalone/agents-manage-ui/.next/static/chunks/{21129.55311c26e23a3edd.js → 21129.20bf0aab6c56d27d.js} +1 -1
  192. package/.next/standalone/agents-manage-ui/.next/static/chunks/{22751.e238be2481d1dd2e.js → 22751.16de398bd0cf2494.js} +2 -2
  193. package/.next/standalone/agents-manage-ui/.next/static/chunks/{26493.b8960dec192e5371.js → 26493.bd2ebe1c07a533a2.js} +2 -2
  194. package/.next/standalone/agents-manage-ui/.next/static/chunks/{30043.37f3d597bd387417.js → 30043.c30f8a3e087001b9.js} +2 -2
  195. package/.next/standalone/agents-manage-ui/.next/static/chunks/{30347.4a164197b35ba53e.js → 30347.dfd1789d004a6e17.js} +2 -2
  196. package/.next/standalone/agents-manage-ui/.next/static/chunks/{31229fe1.18c3aabca54deeb3.js → 31229fe1.d395e5c492d15744.js} +1 -1
  197. package/.next/standalone/agents-manage-ui/.next/static/chunks/{314.f1ba226dd80030a5.js → 314.f0fc894b0627075a.js} +2 -2
  198. package/.next/standalone/agents-manage-ui/.next/static/chunks/{32609.1d07dac2c84dcd6c.js → 32609.e78336bf4190f8a2.js} +2 -2
  199. package/.next/standalone/agents-manage-ui/.next/static/chunks/{34490.87575654cf69d7c1.js → 34490.c6716f08e5a8d7c6.js} +1 -1
  200. package/.next/standalone/agents-manage-ui/.next/static/chunks/{3464.190a5cbfdf3bfb74.js → 3464.00c161a89963668b.js} +2 -2
  201. package/.next/standalone/agents-manage-ui/.next/static/chunks/{34797.c3fb144bf8cdd9d7.js → 34797.250b51dba357712f.js} +1 -1
  202. package/.next/standalone/agents-manage-ui/.next/static/chunks/{52837-64ab73645b83f7ad.js → 35481-5e8d3b1a40ea08eb.js} +1 -1
  203. package/.next/standalone/agents-manage-ui/.next/static/chunks/{36576.b16fe34b8d865e68.js → 36576.c19a624887f1cf96.js} +2 -2
  204. package/.next/standalone/agents-manage-ui/.next/static/chunks/39990-c94faef76573c56b.js +1 -0
  205. package/.next/standalone/agents-manage-ui/.next/static/chunks/{44414.e115057a34d25044.js → 44414.7ca075c549503511.js} +1 -1
  206. package/.next/standalone/agents-manage-ui/.next/static/chunks/44447-63de7e25c317ff23.js +1 -0
  207. package/.next/standalone/agents-manage-ui/.next/static/chunks/{49401.75fe20b1b82a81b6.js → 49401.a2f9a1d3c0cd5c02.js} +3 -3
  208. package/.next/standalone/agents-manage-ui/.next/static/chunks/{50690-f42850faabd30a72.js → 50690-fbaaa5e5f7a55d2d.js} +1 -1
  209. package/.next/standalone/agents-manage-ui/.next/static/chunks/{50840.a1eb18581ee3d56f.js → 50840.e1b438290ab6db7b.js} +1 -1
  210. package/.next/standalone/agents-manage-ui/.next/static/chunks/{52520.a6dc6a92c69ee1f8.js → 52520.9b4e28eec4f1146c.js} +1 -1
  211. package/.next/standalone/agents-manage-ui/.next/static/chunks/{57261.c14adc6f99664197.js → 57261.5711cbd23994721d.js} +1 -1
  212. package/.next/standalone/agents-manage-ui/.next/static/chunks/{64419.e1cc8e7205107518.js → 64419.126a60d19f4571bb.js} +1 -1
  213. package/.next/standalone/agents-manage-ui/.next/static/chunks/65006-b74b7287f0496f3d.js +1 -0
  214. package/.next/standalone/agents-manage-ui/.next/static/chunks/{69316.2e249f1d0c68bfe2.js → 69316.ce4bf3b6d8fc6e8b.js} +1 -1
  215. package/.next/standalone/agents-manage-ui/.next/static/chunks/{7256.c11914cf1d88ea27.js → 7256.f87adeffee37d2b5.js} +1 -1
  216. package/.next/standalone/agents-manage-ui/.next/static/chunks/73012-0745df036857f731.js +1 -0
  217. package/.next/standalone/agents-manage-ui/.next/static/chunks/{74103.f4069dfea3f90645.js → 74103.0b272207688c93c0.js} +1 -1
  218. package/.next/standalone/agents-manage-ui/.next/static/chunks/{76624.2a12df862ad42e1d.js → 76624.77da5193c9eb54f9.js} +2 -2
  219. package/.next/standalone/agents-manage-ui/.next/static/chunks/{80142.8f461a22401c33c4.js → 80142.4699314d5d2dd885.js} +1 -1
  220. package/.next/standalone/agents-manage-ui/.next/static/chunks/80940-88258bb8cc6e6a49.js +1 -0
  221. package/.next/standalone/agents-manage-ui/.next/static/chunks/{86235.0b234142623f1d4b.js → 86235.974118faf8b07740.js} +2 -2
  222. package/.next/standalone/agents-manage-ui/.next/static/chunks/91091-c317361f614f5200.js +1 -0
  223. package/.next/standalone/agents-manage-ui/.next/static/chunks/94577.9b84635e65820d56.js +23 -0
  224. package/.next/standalone/agents-manage-ui/.next/static/chunks/{94775.2516b47c9f468360.js → 94775.9e9be9eab236eebc.js} +1 -1
  225. package/.next/standalone/agents-manage-ui/.next/static/chunks/95899-7f39b73a3363dfb6.js +1 -0
  226. package/.next/standalone/agents-manage-ui/.next/static/chunks/{99624.f6da6213a1c89fc6.js → 99624.802da7fc39a43fd1.js} +2 -2
  227. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/layout-51bc1a3ea47cc3e4.js +1 -0
  228. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/agents/[agentId]/loading-65ee388d64fe6cf7.js +1 -0
  229. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/agents/[agentId]/{page-1c08075c1577685d.js → page-6b7a489824327dfe.js} +14 -14
  230. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/agents/loading-6539f22b030ad6d0.js +1 -0
  231. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/agents/page-67208ea2d8f3d0a5.js +1 -0
  232. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/api-keys/page-d8dbaa9a9404fd66.js +1 -0
  233. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/artifacts/[artifactComponentId]/page-8fbc78040bb8d6e0.js +1 -0
  234. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/artifacts/loading-6d3d32c021e5a5d1.js +1 -0
  235. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/artifacts/new/page-7e08890f6a8321fa.js +1 -0
  236. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/artifacts/page-7ee6404a935a349e.js +1 -0
  237. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/components/[dataComponentId]/page-2407e6d0e5f05bf0.js +1 -0
  238. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/components/loading-f4f5a02dc3fcb302.js +1 -0
  239. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/components/new/page-855bd6dd43b1edc6.js +1 -0
  240. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/components/page-6c834f7b32aa5977.js +1 -0
  241. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/credentials/[credentialId]/page-14c49d36912ac557.js +1 -0
  242. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/credentials/new/bearer/page-e5ffb9fed00474d5.js +1 -0
  243. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/credentials/new/page-f5a70f1aff2b0882.js +1 -0
  244. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/credentials/new/providers/[providerId]/page-f2e14e60cbf372d6.js +1 -0
  245. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/credentials/new/providers/page-72ca9dbbfc6786a4.js +1 -0
  246. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/credentials/{page-f1661fe429305430.js → page-374752404fabee1d.js} +1 -1
  247. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/external-agents/[externalAgentId]/edit/page-5e7845cc36367ff4.js +1 -0
  248. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/external-agents/[externalAgentId]/page-cba33be6abd8cd28.js +1 -0
  249. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/external-agents/new/page-1a540c76162e3ea3.js +1 -0
  250. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/external-agents/page-f6c6eefc8638591c.js +1 -0
  251. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/layout-bd88fa32bdf5821c.js +1 -0
  252. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/mcp-servers/[mcpServerId]/edit/page-d6549516cd400fab.js +1 -0
  253. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/mcp-servers/[mcpServerId]/page-a5f158a572b5e4ce.js +1 -0
  254. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/mcp-servers/new/layout-dbf19f7b0155168f.js +1 -0
  255. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/mcp-servers/new/page-96b9a33fecaacb21.js +1 -0
  256. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/mcp-servers/page-bc53427d6b9fced3.js +1 -0
  257. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/page-e8a62132e0df034c.js +1 -0
  258. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/settings/page-b82348d8c799f269.js +1 -0
  259. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/traces/ai-calls/{page-109d898eb3d49134.js → page-1f57687b42e90364.js} +1 -1
  260. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/traces/conversations/[conversationId]/page-b7fa9ca2e8682722.js +2 -0
  261. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/traces/page-6613077eb6694016.js +5 -0
  262. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/traces/tool-calls/{page-babf2307e55f00c3.js → page-7ffc6595aac3bbd9.js} +1 -1
  263. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/error-541a7d22483aa681.js +1 -0
  264. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/loading-d00d58c9447cf65b.js +1 -0
  265. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/page-624d06ff55526ec0.js +1 -0
  266. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/settings/error-103541f0247a52af.js +1 -0
  267. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/settings/loading-850c704998533d24.js +1 -0
  268. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/settings/page-5ddfcd52201d5506.js +1 -0
  269. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/accept-invitation/[invitationId]/page-f84db8b7c586059c.js +1 -0
  270. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/device/page-7fbc2a465a23b428.js +1 -0
  271. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/layout-c091f91cf9f85e15.js +2 -0
  272. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/login/page-8b9a21b18bbd73d2.js +1 -0
  273. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/no-organization/page-e8bb925e135d8e5b.js +1 -0
  274. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/not-found-a97a6249c1b4f780.js +1 -0
  275. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/page-824f71cbac99d919.js +1 -0
  276. package/.next/standalone/agents-manage-ui/.next/static/chunks/webpack-c89fa9e7952a6694.js +1 -0
  277. package/.next/standalone/agents-manage-ui/package.json +1 -1
  278. package/.next/standalone/packages/agents-core/package.json +1 -1
  279. package/package.json +4 -4
  280. package/src/app/layout.tsx +5 -2
  281. package/src/app/login/page.tsx +24 -22
  282. package/src/app/page.tsx +17 -2
  283. package/src/components/errors/full-page-error.tsx +30 -0
  284. package/src/components/layout/header-menus.tsx +10 -1
  285. package/src/components/providers/client-providers.tsx +8 -0
  286. package/src/components/sidebar-nav/app-sidebar-provider.tsx +2 -2
  287. package/src/components/ui/chart.tsx +9 -8
  288. package/src/components/ui/sidebar.tsx +4 -4
  289. package/src/components/ui/sonner.tsx +3 -3
  290. package/src/env.d.ts +0 -6
  291. package/src/lib/auth-client.tsx +53 -0
  292. package/src/lib/utils/auth-redirect.ts +95 -0
  293. package/.next/standalone/agents-manage-ui/.next/server/chunks/2191.js +0 -1
  294. package/.next/standalone/agents-manage-ui/.next/server/chunks/2196.js +0 -20
  295. package/.next/standalone/agents-manage-ui/.next/static/chunks/12623.a18fe01966821156.js +0 -23
  296. package/.next/standalone/agents-manage-ui/.next/static/chunks/65536-8ab61c40e29c6dd1.js +0 -1
  297. package/.next/standalone/agents-manage-ui/.next/static/chunks/71303-3c20433fad16d803.js +0 -1
  298. package/.next/standalone/agents-manage-ui/.next/static/chunks/90458-e37de70d68c15e0d.js +0 -14
  299. package/.next/standalone/agents-manage-ui/.next/static/chunks/90663-6f3c8d840b9509de.js +0 -1
  300. package/.next/standalone/agents-manage-ui/.next/static/chunks/91091-926969c8760fae8a.js +0 -1
  301. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/layout-f3f8594fe9907b6a.js +0 -1
  302. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/agents/[agentId]/loading-9d29bbfd68b51555.js +0 -1
  303. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/agents/loading-5a1e81d160584341.js +0 -1
  304. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/agents/page-de611c3b9721895e.js +0 -1
  305. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/api-keys/page-9bb357831529935f.js +0 -1
  306. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/artifacts/[artifactComponentId]/page-0abc457717fac6fc.js +0 -1
  307. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/artifacts/loading-5a1e81d160584341.js +0 -1
  308. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/artifacts/new/page-e121e7a27c77db87.js +0 -1
  309. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/artifacts/page-9947e188205011ff.js +0 -1
  310. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/components/[dataComponentId]/page-e0fc4168a61d3262.js +0 -1
  311. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/components/loading-5a1e81d160584341.js +0 -1
  312. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/components/new/page-b7f3c021d465b048.js +0 -1
  313. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/components/page-6f061aaffb7cf1cd.js +0 -1
  314. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/credentials/[credentialId]/page-794f3b672ce6268c.js +0 -1
  315. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/credentials/new/bearer/page-ffb67c7e8b7fc049.js +0 -1
  316. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/credentials/new/page-5a1e81d160584341.js +0 -1
  317. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/credentials/new/providers/[providerId]/page-6b3aa6e41104b8c1.js +0 -1
  318. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/credentials/new/providers/page-75743a8ecf084cc7.js +0 -1
  319. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/external-agents/[externalAgentId]/edit/page-b1348b83c7f00ffe.js +0 -1
  320. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/external-agents/[externalAgentId]/page-7b05f0b317ea3904.js +0 -1
  321. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/external-agents/new/page-a0f3805d834d330d.js +0 -1
  322. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/external-agents/page-e353f2d009f7f695.js +0 -1
  323. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/layout-62a323ad0a30775f.js +0 -1
  324. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/mcp-servers/[mcpServerId]/edit/page-add7ba8587841e4e.js +0 -1
  325. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/mcp-servers/[mcpServerId]/page-8c7ba924d1571ed0.js +0 -1
  326. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/mcp-servers/new/layout-9d29bbfd68b51555.js +0 -1
  327. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/mcp-servers/new/page-2b68fb543c1603bb.js +0 -1
  328. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/mcp-servers/page-66961d3eb5080d75.js +0 -1
  329. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/page-b33b38df5d685759.js +0 -1
  330. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/settings/page-4df4fb25d5f2f0c1.js +0 -1
  331. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/traces/conversations/[conversationId]/page-30ed2b5c15258178.js +0 -2
  332. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/[projectId]/traces/page-d58a28353d0ab568.js +0 -5
  333. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/error-660a512ea230dced.js +0 -1
  334. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/loading-5a1e81d160584341.js +0 -1
  335. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/projects/page-53fb8c7cdd753251.js +0 -1
  336. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/settings/error-b6a18295042824e8.js +0 -1
  337. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/settings/loading-9d29bbfd68b51555.js +0 -1
  338. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/[tenantId]/settings/page-b0947e464a321b5f.js +0 -1
  339. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/accept-invitation/[invitationId]/page-a18ab9109517e80b.js +0 -1
  340. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/device/page-8087f66e547bc6ca.js +0 -1
  341. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/layout-914e353fef512f30.js +0 -2
  342. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/login/page-917d9b438eb5eee8.js +0 -1
  343. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/no-organization/page-d282bd0851fd52f4.js +0 -1
  344. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/not-found-81f0f493dffd0df7.js +0 -1
  345. package/.next/standalone/agents-manage-ui/.next/static/chunks/app/page-285a659f3fade146.js +0 -1
  346. package/.next/standalone/agents-manage-ui/.next/static/chunks/webpack-67d535e0e9dd883e.js +0 -1
  347. package/src/lib/auth-client.ts +0 -33
  348. /package/.next/standalone/agents-manage-ui/.next/static/{128CYTctCNJAhhqIGwzHR → s8e62p5M4vOsvQHhlnyRJ}/_buildManifest.js +0 -0
  349. /package/.next/standalone/agents-manage-ui/.next/static/{128CYTctCNJAhhqIGwzHR → s8e62p5M4vOsvQHhlnyRJ}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/device/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"283":{"*":{"id":"97553","name":"*","chunks":[],"async":false}},"1439":{"*":{"id":"69495","name":"*","chunks":[],"async":false}},"2884":{"*":{"id":"14380","name":"*","chunks":[],"async":false}},"3356":{"*":{"id":"82880","name":"*","chunks":[],"async":false}},"3508":{"*":{"id":"60260","name":"*","chunks":[],"async":false}},"3645":{"*":{"id":"18194","name":"*","chunks":[],"async":true}},"3961":{"*":{"id":"44849","name":"*","chunks":[],"async":false}},"4108":{"*":{"id":"36356","name":"*","chunks":[],"async":false}},"5892":{"*":{"id":"6084","name":"*","chunks":[],"async":false}},"6871":{"*":{"id":"33149","name":"*","chunks":[],"async":false}},"11322":{"*":{"id":"18192","name":"*","chunks":[],"async":false}},"13969":{"*":{"id":"63273","name":"*","chunks":[],"async":false}},"14404":{"*":{"id":"48594","name":"*","chunks":[],"async":false}},"14721":{"*":{"id":"89549","name":"*","chunks":[],"async":false}},"17969":{"*":{"id":"2660","name":"*","chunks":[],"async":true}},"21043":{"*":{"id":"91189","name":"*","chunks":[],"async":false}},"21553":{"*":{"id":"86335","name":"*","chunks":[],"async":true}},"21665":{"*":{"id":"58531","name":"*","chunks":[],"async":false}},"24918":{"*":{"id":"82132","name":"*","chunks":[],"async":false}},"28693":{"*":{"id":"56446","name":"*","chunks":[],"async":false}},"28792":{"*":{"id":"40852","name":"*","chunks":[],"async":false}},"28872":{"*":{"id":"25941","name":"*","chunks":[],"async":false}},"29752":{"*":{"id":"15926","name":"*","chunks":[],"async":false}},"32681":{"*":{"id":"80453","name":"*","chunks":[],"async":false}},"33645":{"*":{"id":"3469","name":"*","chunks":[],"async":false}},"34106":{"*":{"id":"98623","name":"*","chunks":[],"async":true}},"34902":{"*":{"id":"98053","name":"*","chunks":[],"async":false}},"35435":{"*":{"id":"22972","name":"*","chunks":[],"async":false}},"35954":{"*":{"id":"25934","name":"*","chunks":[],"async":false}},"36608":{"*":{"id":"43496","name":"*","chunks":[],"async":false}},"40407":{"*":{"id":"97576","name":"*","chunks":[],"async":false}},"41815":{"*":{"id":"85383","name":"*","chunks":[],"async":false}},"51827":{"*":{"id":"75301","name":"*","chunks":[],"async":false}},"54042":{"*":{"id":"5277","name":"*","chunks":[],"async":false}},"54194":{"*":{"id":"88210","name":"*","chunks":[],"async":false}},"56148":{"*":{"id":"38398","name":"*","chunks":[],"async":true}},"58038":{"*":{"id":"29881","name":"*","chunks":[],"async":false}},"58252":{"*":{"id":"56490","name":"*","chunks":[],"async":false}},"60362":{"*":{"id":"6708","name":"*","chunks":[],"async":false}},"62351":{"*":{"id":"29093","name":"*","chunks":[],"async":false}},"63484":{"*":{"id":"56734","name":"*","chunks":[],"async":false}},"64249":{"*":{"id":"1535","name":"*","chunks":[],"async":false}},"64771":{"*":{"id":"27069","name":"*","chunks":[],"async":false}},"65006":{"*":{"id":"74666","name":"*","chunks":[],"async":false}},"65099":{"*":{"id":"81234","name":"*","chunks":[],"async":false}},"66124":{"*":{"id":"71321","name":"*","chunks":[],"async":false}},"66386":{"*":{"id":"47424","name":"*","chunks":[],"async":false}},"67110":{"*":{"id":"7455","name":"*","chunks":[],"async":false}},"71066":{"*":{"id":"39344","name":"*","chunks":[],"async":false}},"71303":{"*":{"id":"54541","name":"*","chunks":[],"async":false}},"73122":{"*":{"id":"64015","name":"*","chunks":[],"async":true}},"74138":{"*":{"id":"68545","name":"*","chunks":[],"async":true}},"79977":{"*":{"id":"47505","name":"*","chunks":[],"async":false}},"88513":{"*":{"id":"55757","name":"*","chunks":[],"async":false}},"90458":{"*":{"id":"81576","name":"*","chunks":[],"async":true}},"92584":{"*":{"id":"81119","name":"*","chunks":[],"async":false}},"93972":{"*":{"id":"30286","name":"*","chunks":[],"async":false}},"96252":{"*":{"id":"43323","name":"*","chunks":[],"async":false}},"97344":{"*":{"id":"94346","name":"*","chunks":[],"async":false}},"97512":{"*":{"id":"74160","name":"*","chunks":[],"async":false}},"97556":{"*":{"id":"44018","name":"*","chunks":[],"async":false}},"98709":{"*":{"id":"22202","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/client/components/builtin/global-error.js":{"id":35954,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":35954,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/client/components/client-page.js":{"id":283,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/client/components/client-page.js":{"id":283,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/client/components/client-segment.js":{"id":13969,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/client/components/client-segment.js":{"id":13969,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":11322,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":11322,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/client/components/layout-router.js":{"id":71066,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/client/components/layout-router.js":{"id":71066,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/client/components/render-from-template-context.js":{"id":28792,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":28792,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/lib/framework/boundary-components.js":{"id":51827,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":51827,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":60362,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":60362,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/errors/full-page-error.tsx":{"id":65006,"name":"*","chunks":["2072","static/chunks/2072-5c873b65cfe08cd3.js","33538","static/chunks/33538-913163d6de7a8917.js","17665","static/chunks/17665-d44ac42fe39527e9.js","73160","static/chunks/73160-58607761875c106f.js","37431","static/chunks/37431-f6602d27d2495a95.js","90663","static/chunks/90663-6f3c8d840b9509de.js","24345","static/chunks/app/not-found-81f0f493dffd0df7.js"],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/ui/sonner.tsx":{"id":97344,"name":"*","chunks":["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/contexts/runtime-config-context.tsx":{"id":1439,"name":"*","chunks":["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next-themes@0.4.6_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next-themes/dist/index.mjs":{"id":36608,"name":"*","chunks":["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"variable\":\"--font-jetbrains-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"jetBrainsMono\"}":{"id":88493,"name":"*","chunks":["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"display\":\"swap\",\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":72173,"name":"*","chunks":["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/globals.css":{"id":98749,"name":"*","chunks":["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/nuqs@2.8.3_next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_re_8d6bb2bc98147449ca6b08ee5ea14b74/node_modules/nuqs/dist/adapters/next/app.js":{"id":28872,"name":"*","chunks":["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/accept-invitation/[invitationId]/page.tsx":{"id":3356,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/device/page.tsx":{"id":88513,"name":"*","chunks":["2072","static/chunks/2072-5c873b65cfe08cd3.js","33538","static/chunks/33538-913163d6de7a8917.js","69689","static/chunks/app/device/page-8087f66e547bc6ca.js"],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/no-organization/page.tsx":{"id":14404,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/login/page.tsx":{"id":63484,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/page.tsx":{"id":40407,"name":"*","chunks":["33538","static/chunks/33538-913163d6de7a8917.js","58974","static/chunks/app/page-285a659f3fade146.js"],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/layout.tsx":{"id":73122,"name":"*","chunks":[],"async":true},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/settings/error.tsx":{"id":79977,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/layout/header-menus.tsx":{"id":29752,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/ui/breadcrumbs.tsx":{"id":41815,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/ui/separator.tsx":{"id":97512,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/ui/sidebar.tsx":{"id":58038,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/settings/settings-content.tsx":{"id":4108,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/error.tsx":{"id":2884,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/client/app-dir/link.js":{"id":62351,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/client/app-dir/link.js":{"id":62351,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/projects/new-project-dialog.tsx":{"id":56148,"name":"*","chunks":[],"async":true},"/home/runner/work/agents/agents/agents-manage-ui/src/components/projects/project-item.tsx":{"id":34106,"name":"*","chunks":[],"async":true},"/home/runner/work/agents/agents/agents-manage-ui/src/contexts/project-context.tsx":{"id":64771,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/data-components/form/data-component-form.tsx":{"id":90458,"name":"*","chunks":[],"async":true},"/home/runner/work/agents/agents/agents-manage-ui/src/components/artifact-components/form/artifact-component-form.tsx":{"id":17969,"name":"*","chunks":[],"async":true},"/home/runner/work/agents/agents/agents-manage-ui/src/components/credentials/views/new-credential-form.tsx":{"id":98709,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/credentials/views/nango-providers-grid.tsx":{"id":54194,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/credentials/views/edit-credential-form.tsx":{"id":32681,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/credentials/new/providers/[providerId]/page.tsx":{"id":21665,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/external-agents/form/external-agent-form.tsx":{"id":28693,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/external-agents/external-agents-list.tsx":{"id":64249,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/mcp-servers/form/mcp-server-form.tsx":{"id":71303,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/external-agents/view-external-agent-details.tsx":{"id":21043,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/mcp-servers/view-mcp-server-details-project-scope.tsx":{"id":66386,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/mcp-servers/view-mcp-server-details-user-scope.tsx":{"id":33645,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/mcp-servers/mcp-tools-list.tsx":{"id":3508,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/page.tsx":{"id":24918,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/traces/ai-calls/page.tsx":{"id":54042,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/traces/conversations/[conversationId]/page.tsx":{"id":21553,"name":"*","chunks":[],"async":true},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/traces/page.tsx":{"id":65099,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/traces/tool-calls/page.tsx":{"id":96252,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/agents/agent-item.tsx":{"id":58252,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/agents/new-agent-form.tsx":{"id":67110,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/ui/dialog.tsx":{"id":6871,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/api-keys/api-key-item-menu.tsx":{"id":93972,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/api-keys/new-api-key-dialog.tsx":{"id":66124,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/ui/table.tsx":{"id":3961,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/ui/tooltip.tsx":{"id":5892,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/artifact-components/artifact-component-item.tsx":{"id":92584,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/data-components/data-component-item.tsx":{"id":14721,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/credentials/credential-item.tsx":{"id":97556,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/projects/form/project-form.tsx":{"id":3645,"name":"*","chunks":[],"async":true},"/home/runner/work/agents/agents/agents-manage-ui/src/components/mcp-servers/selection/mcp-server-selection.tsx":{"id":34902,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/agents/[agentId]/layout.tsx":{"id":35435,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/agents/[agentId]/page.client.tsx":{"id":74138,"name":"*","chunks":[],"async":true}},"entryCSSFiles":{"/home/runner/work/agents/agents/agents-manage-ui/src/":[],"/home/runner/work/agents/agents/agents-manage-ui/src/app/not-found":[],"/home/runner/work/agents/agents/agents-manage-ui/src/app/layout":[{"inlined":false,"path":"static/css/79d9a772deb9cf7c.css"},{"inlined":false,"path":"static/css/16c4611e249100df.css"}],"/home/runner/work/agents/agents/agents-manage-ui/src/app/page":[],"/home/runner/work/agents/agents/agents-manage-ui/src/app/device/page":[]},"rscModuleMapping":{"283":{"*":{"id":"52791","name":"*","chunks":[],"async":false}},"1439":{"*":{"id":"7641","name":"*","chunks":[],"async":false}},"2884":{"*":{"id":"52982","name":"*","chunks":[],"async":false}},"3356":{"*":{"id":"81258","name":"*","chunks":[],"async":false}},"3508":{"*":{"id":"12057","name":"*","chunks":[],"async":false}},"3645":{"*":{"id":"1624","name":"*","chunks":[],"async":false}},"3961":{"*":{"id":"44723","name":"*","chunks":[],"async":false}},"4108":{"*":{"id":"52235","name":"*","chunks":[],"async":false}},"5892":{"*":{"id":"75586","name":"*","chunks":[],"async":false}},"6871":{"*":{"id":"34191","name":"*","chunks":[],"async":false}},"11322":{"*":{"id":"16750","name":"*","chunks":[],"async":false}},"13969":{"*":{"id":"12603","name":"*","chunks":[],"async":false}},"14404":{"*":{"id":"83500","name":"*","chunks":[],"async":false}},"14721":{"*":{"id":"84220","name":"*","chunks":[],"async":false}},"17969":{"*":{"id":"96634","name":"*","chunks":[],"async":false}},"21043":{"*":{"id":"72223","name":"*","chunks":[],"async":false}},"21553":{"*":{"id":"70721","name":"*","chunks":[],"async":false}},"21665":{"*":{"id":"60534","name":"*","chunks":[],"async":false}},"24918":{"*":{"id":"43630","name":"*","chunks":[],"async":false}},"28693":{"*":{"id":"29255","name":"*","chunks":[],"async":false}},"28792":{"*":{"id":"72270","name":"*","chunks":[],"async":false}},"28872":{"*":{"id":"17926","name":"*","chunks":[],"async":false}},"29752":{"*":{"id":"59199","name":"*","chunks":[],"async":false}},"32681":{"*":{"id":"52753","name":"*","chunks":[],"async":false}},"33645":{"*":{"id":"69898","name":"*","chunks":[],"async":false}},"34106":{"*":{"id":"83090","name":"*","chunks":[],"async":false}},"34902":{"*":{"id":"45970","name":"*","chunks":[],"async":false}},"35435":{"*":{"id":"66157","name":"*","chunks":[],"async":false}},"35954":{"*":{"id":"55116","name":"*","chunks":[],"async":false}},"36608":{"*":{"id":"45314","name":"*","chunks":[],"async":false}},"40407":{"*":{"id":"89950","name":"*","chunks":[],"async":false}},"41815":{"*":{"id":"12365","name":"*","chunks":[],"async":false}},"51827":{"*":{"id":"47339","name":"*","chunks":[],"async":false}},"54042":{"*":{"id":"69028","name":"*","chunks":[],"async":false}},"54194":{"*":{"id":"66841","name":"*","chunks":[],"async":false}},"56148":{"*":{"id":"74884","name":"*","chunks":[],"async":false}},"58038":{"*":{"id":"43731","name":"*","chunks":[],"async":false}},"58252":{"*":{"id":"74222","name":"*","chunks":[],"async":false}},"60362":{"*":{"id":"40398","name":"*","chunks":[],"async":false}},"62351":{"*":{"id":"14619","name":"*","chunks":[],"async":false}},"63484":{"*":{"id":"40728","name":"*","chunks":[],"async":false}},"64249":{"*":{"id":"55994","name":"*","chunks":[],"async":false}},"64771":{"*":{"id":"82631","name":"*","chunks":[],"async":false}},"65006":{"*":{"id":"37524","name":"*","chunks":[],"async":false}},"65099":{"*":{"id":"48387","name":"*","chunks":[],"async":false}},"66124":{"*":{"id":"24506","name":"*","chunks":[],"async":false}},"66386":{"*":{"id":"37630","name":"*","chunks":[],"async":false}},"67110":{"*":{"id":"61666","name":"*","chunks":[],"async":false}},"71066":{"*":{"id":"90922","name":"*","chunks":[],"async":false}},"71303":{"*":{"id":"59002","name":"*","chunks":[],"async":false}},"73122":{"*":{"id":"82117","name":"*","chunks":[],"async":false}},"74138":{"*":{"id":"46575","name":"*","chunks":[],"async":false}},"79977":{"*":{"id":"5031","name":"*","chunks":[],"async":false}},"88513":{"*":{"id":"31439","name":"*","chunks":[],"async":false}},"90458":{"*":{"id":"99438","name":"*","chunks":[],"async":false}},"92584":{"*":{"id":"64648","name":"*","chunks":[],"async":false}},"93972":{"*":{"id":"42530","name":"*","chunks":[],"async":false}},"96252":{"*":{"id":"29268","name":"*","chunks":[],"async":false}},"97344":{"*":{"id":"10880","name":"*","chunks":[],"async":false}},"97512":{"*":{"id":"39566","name":"*","chunks":[],"async":false}},"97556":{"*":{"id":"79107","name":"*","chunks":[],"async":false}},"98709":{"*":{"id":"34537","name":"*","chunks":[],"async":false}},"98749":{"*":{"id":"76836","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"283":{"*":{"id":"97553","name":"*","chunks":[],"async":false}},"11322":{"*":{"id":"18192","name":"*","chunks":[],"async":false}},"13969":{"*":{"id":"63273","name":"*","chunks":[],"async":false}},"28792":{"*":{"id":"40852","name":"*","chunks":[],"async":false}},"28872":{"*":{"id":"25941","name":"*","chunks":[],"async":false}},"35954":{"*":{"id":"25934","name":"*","chunks":[],"async":false}},"36608":{"*":{"id":"43496","name":"*","chunks":[],"async":false}},"51827":{"*":{"id":"75301","name":"*","chunks":[],"async":false}},"60362":{"*":{"id":"6708","name":"*","chunks":[],"async":false}},"62351":{"*":{"id":"29093","name":"*","chunks":[],"async":false}},"71066":{"*":{"id":"39344","name":"*","chunks":[],"async":false}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/device/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"283":{"*":{"id":"97553","name":"*","chunks":[],"async":false}},"1439":{"*":{"id":"69495","name":"*","chunks":[],"async":false}},"2884":{"*":{"id":"14380","name":"*","chunks":[],"async":false}},"3356":{"*":{"id":"82880","name":"*","chunks":[],"async":false}},"3508":{"*":{"id":"60260","name":"*","chunks":[],"async":false}},"3961":{"*":{"id":"44849","name":"*","chunks":[],"async":false}},"4108":{"*":{"id":"36356","name":"*","chunks":[],"async":false}},"5892":{"*":{"id":"6084","name":"*","chunks":[],"async":false}},"6871":{"*":{"id":"33149","name":"*","chunks":[],"async":false}},"7880":{"*":{"id":"27235","name":"*","chunks":[],"async":false}},"11322":{"*":{"id":"18192","name":"*","chunks":[],"async":false}},"12288":{"*":{"id":"98623","name":"*","chunks":[],"async":true}},"13969":{"*":{"id":"63273","name":"*","chunks":[],"async":false}},"14404":{"*":{"id":"48594","name":"*","chunks":[],"async":false}},"14721":{"*":{"id":"89549","name":"*","chunks":[],"async":false}},"14863":{"*":{"id":"51886","name":"*","chunks":[],"async":false}},"15781":{"*":{"id":"97886","name":"*","chunks":[],"async":false}},"18881":{"*":{"id":"81576","name":"*","chunks":[],"async":true}},"19328":{"*":{"id":"18194","name":"*","chunks":[],"async":true}},"21043":{"*":{"id":"91189","name":"*","chunks":[],"async":false}},"21553":{"*":{"id":"86335","name":"*","chunks":[],"async":true}},"24918":{"*":{"id":"82132","name":"*","chunks":[],"async":false}},"28792":{"*":{"id":"40852","name":"*","chunks":[],"async":false}},"28872":{"*":{"id":"25941","name":"*","chunks":[],"async":false}},"29752":{"*":{"id":"15926","name":"*","chunks":[],"async":false}},"33265":{"*":{"id":"34972","name":"*","chunks":[],"async":false}},"33811":{"*":{"id":"3511","name":"*","chunks":[],"async":false}},"35435":{"*":{"id":"22972","name":"*","chunks":[],"async":false}},"35954":{"*":{"id":"25934","name":"*","chunks":[],"async":false}},"36608":{"*":{"id":"43496","name":"*","chunks":[],"async":false}},"41815":{"*":{"id":"85383","name":"*","chunks":[],"async":false}},"47821":{"*":{"id":"68545","name":"*","chunks":[],"async":true}},"51827":{"*":{"id":"75301","name":"*","chunks":[],"async":false}},"54042":{"*":{"id":"5277","name":"*","chunks":[],"async":false}},"54194":{"*":{"id":"88210","name":"*","chunks":[],"async":false}},"56148":{"*":{"id":"38398","name":"*","chunks":[],"async":true}},"57945":{"*":{"id":"15621","name":"*","chunks":[],"async":false}},"58038":{"*":{"id":"29881","name":"*","chunks":[],"async":false}},"60362":{"*":{"id":"6708","name":"*","chunks":[],"async":false}},"62351":{"*":{"id":"29093","name":"*","chunks":[],"async":false}},"63484":{"*":{"id":"56734","name":"*","chunks":[],"async":false}},"64771":{"*":{"id":"27069","name":"*","chunks":[],"async":false}},"65006":{"*":{"id":"74666","name":"*","chunks":[],"async":false}},"65099":{"*":{"id":"81234","name":"*","chunks":[],"async":false}},"66386":{"*":{"id":"47424","name":"*","chunks":[],"async":false}},"71066":{"*":{"id":"39344","name":"*","chunks":[],"async":false}},"72384":{"*":{"id":"83993","name":"*","chunks":[],"async":false}},"73957":{"*":{"id":"64015","name":"*","chunks":[],"async":true}},"75591":{"*":{"id":"85435","name":"*","chunks":[],"async":false}},"77787":{"*":{"id":"42591","name":"*","chunks":[],"async":false}},"78829":{"*":{"id":"1709","name":"*","chunks":[],"async":false}},"79977":{"*":{"id":"47505","name":"*","chunks":[],"async":false}},"82362":{"*":{"id":"2660","name":"*","chunks":[],"async":true}},"88513":{"*":{"id":"55757","name":"*","chunks":[],"async":false}},"90480":{"*":{"id":"34426","name":"*","chunks":[],"async":false}},"92584":{"*":{"id":"81119","name":"*","chunks":[],"async":false}},"93438":{"*":{"id":"19167","name":"*","chunks":[],"async":false}},"95899":{"*":{"id":"50377","name":"*","chunks":[],"async":false}},"96252":{"*":{"id":"43323","name":"*","chunks":[],"async":false}},"96962":{"*":{"id":"67984","name":"*","chunks":[],"async":false}},"97344":{"*":{"id":"94346","name":"*","chunks":[],"async":false}},"97512":{"*":{"id":"74160","name":"*","chunks":[],"async":false}},"97556":{"*":{"id":"44018","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/client/components/builtin/global-error.js":{"id":35954,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":35954,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/client/components/client-page.js":{"id":283,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/client/components/client-page.js":{"id":283,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/client/components/client-segment.js":{"id":13969,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/client/components/client-segment.js":{"id":13969,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":11322,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":11322,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/client/components/layout-router.js":{"id":71066,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/client/components/layout-router.js":{"id":71066,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/client/components/render-from-template-context.js":{"id":28792,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":28792,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/lib/framework/boundary-components.js":{"id":51827,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":51827,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":60362,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":60362,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/errors/full-page-error.tsx":{"id":65006,"name":"*","chunks":["33538","static/chunks/33538-913163d6de7a8917.js","2072","static/chunks/2072-5c873b65cfe08cd3.js","17665","static/chunks/17665-d44ac42fe39527e9.js","73160","static/chunks/73160-58607761875c106f.js","37431","static/chunks/37431-f6602d27d2495a95.js","80940","static/chunks/80940-88258bb8cc6e6a49.js","65006","static/chunks/65006-b74b7287f0496f3d.js","24345","static/chunks/app/not-found-a97a6249c1b4f780.js"],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/globals.css":{"id":98749,"name":"*","chunks":["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/providers/client-providers.tsx":{"id":33811,"name":"*","chunks":["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/ui/sonner.tsx":{"id":97344,"name":"*","chunks":["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/contexts/runtime-config-context.tsx":{"id":1439,"name":"*","chunks":["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next-themes@0.4.6_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next-themes/dist/index.mjs":{"id":36608,"name":"*","chunks":["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"variable\":\"--font-jetbrains-mono\",\"subsets\":[\"latin\"]}],\"variableName\":\"jetBrainsMono\"}":{"id":88493,"name":"*","chunks":["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"display\":\"swap\",\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":72173,"name":"*","chunks":["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/nuqs@2.8.3_next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_re_8d6bb2bc98147449ca6b08ee5ea14b74/node_modules/nuqs/dist/adapters/next/app.js":{"id":28872,"name":"*","chunks":["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/accept-invitation/[invitationId]/page.tsx":{"id":3356,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/device/page.tsx":{"id":88513,"name":"*","chunks":["33538","static/chunks/33538-913163d6de7a8917.js","2072","static/chunks/2072-5c873b65cfe08cd3.js","69689","static/chunks/app/device/page-7fbc2a465a23b428.js"],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/no-organization/page.tsx":{"id":14404,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/login/page.tsx":{"id":63484,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/page.tsx":{"id":93438,"name":"*","chunks":["33538","static/chunks/33538-913163d6de7a8917.js","58974","static/chunks/app/page-824f71cbac99d919.js"],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/layout.tsx":{"id":73957,"name":"*","chunks":[],"async":true},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/error.tsx":{"id":2884,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/layout/header-menus.tsx":{"id":29752,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/ui/breadcrumbs.tsx":{"id":41815,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/ui/separator.tsx":{"id":97512,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/ui/sidebar.tsx":{"id":58038,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/client/app-dir/link.js":{"id":62351,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/node_modules/.pnpm/next@16.0.10_@babel+core@7.28.5_@opentelemetry+api@1.9.0_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/esm/client/app-dir/link.js":{"id":62351,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/projects/new-project-dialog.tsx":{"id":56148,"name":"*","chunks":[],"async":true},"/home/runner/work/agents/agents/agents-manage-ui/src/components/projects/project-item.tsx":{"id":12288,"name":"*","chunks":[],"async":true},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/settings/error.tsx":{"id":79977,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/settings/settings-content.tsx":{"id":4108,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/contexts/project-context.tsx":{"id":64771,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/artifact-components/form/artifact-component-form.tsx":{"id":82362,"name":"*","chunks":[],"async":true},"/home/runner/work/agents/agents/agents-manage-ui/src/components/data-components/form/data-component-form.tsx":{"id":18881,"name":"*","chunks":[],"async":true},"/home/runner/work/agents/agents/agents-manage-ui/src/components/credentials/views/edit-credential-form.tsx":{"id":75591,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/credentials/views/new-credential-form.tsx":{"id":78829,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/credentials/new/providers/[providerId]/page.tsx":{"id":7880,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/credentials/views/nango-providers-grid.tsx":{"id":54194,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/external-agents/form/external-agent-form.tsx":{"id":57945,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/external-agents/view-external-agent-details.tsx":{"id":21043,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/external-agents/external-agents-list.tsx":{"id":90480,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/mcp-servers/form/mcp-server-form.tsx":{"id":95899,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/mcp-servers/mcp-tools-list.tsx":{"id":3508,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/mcp-servers/view-mcp-server-details-project-scope.tsx":{"id":66386,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/mcp-servers/view-mcp-server-details-user-scope.tsx":{"id":33265,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/page.tsx":{"id":24918,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/traces/conversations/[conversationId]/page.tsx":{"id":21553,"name":"*","chunks":[],"async":true},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/traces/ai-calls/page.tsx":{"id":54042,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/traces/page.tsx":{"id":65099,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/traces/tool-calls/page.tsx":{"id":96252,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/agents/agent-item.tsx":{"id":72384,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/agents/new-agent-form.tsx":{"id":77787,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/ui/dialog.tsx":{"id":6871,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/api-keys/api-key-item-menu.tsx":{"id":15781,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/api-keys/new-api-key-dialog.tsx":{"id":96962,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/ui/table.tsx":{"id":3961,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/ui/tooltip.tsx":{"id":5892,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/artifact-components/artifact-component-item.tsx":{"id":92584,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/data-components/data-component-item.tsx":{"id":14721,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/credentials/credential-item.tsx":{"id":97556,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/components/projects/form/project-form.tsx":{"id":19328,"name":"*","chunks":[],"async":true},"/home/runner/work/agents/agents/agents-manage-ui/src/components/mcp-servers/selection/mcp-server-selection.tsx":{"id":14863,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/agents/[agentId]/layout.tsx":{"id":35435,"name":"*","chunks":[],"async":false},"/home/runner/work/agents/agents/agents-manage-ui/src/app/[tenantId]/projects/[projectId]/agents/[agentId]/page.client.tsx":{"id":47821,"name":"*","chunks":[],"async":true}},"entryCSSFiles":{"/home/runner/work/agents/agents/agents-manage-ui/src/":[],"/home/runner/work/agents/agents/agents-manage-ui/src/app/not-found":[],"/home/runner/work/agents/agents/agents-manage-ui/src/app/layout":[{"inlined":false,"path":"static/css/16c4611e249100df.css"},{"inlined":false,"path":"static/css/79d9a772deb9cf7c.css"}],"/home/runner/work/agents/agents/agents-manage-ui/src/app/page":[],"/home/runner/work/agents/agents/agents-manage-ui/src/app/device/page":[]},"rscModuleMapping":{"283":{"*":{"id":"52791","name":"*","chunks":[],"async":false}},"1439":{"*":{"id":"7641","name":"*","chunks":[],"async":false}},"2884":{"*":{"id":"52982","name":"*","chunks":[],"async":false}},"3356":{"*":{"id":"81258","name":"*","chunks":[],"async":false}},"3508":{"*":{"id":"12057","name":"*","chunks":[],"async":false}},"3961":{"*":{"id":"44723","name":"*","chunks":[],"async":false}},"4108":{"*":{"id":"52235","name":"*","chunks":[],"async":false}},"5892":{"*":{"id":"75586","name":"*","chunks":[],"async":false}},"6871":{"*":{"id":"34191","name":"*","chunks":[],"async":false}},"7880":{"*":{"id":"60534","name":"*","chunks":[],"async":false}},"11322":{"*":{"id":"16750","name":"*","chunks":[],"async":false}},"12288":{"*":{"id":"83090","name":"*","chunks":[],"async":false}},"13969":{"*":{"id":"12603","name":"*","chunks":[],"async":false}},"14404":{"*":{"id":"83500","name":"*","chunks":[],"async":false}},"14721":{"*":{"id":"84220","name":"*","chunks":[],"async":false}},"14863":{"*":{"id":"45970","name":"*","chunks":[],"async":false}},"15781":{"*":{"id":"42530","name":"*","chunks":[],"async":false}},"18881":{"*":{"id":"99438","name":"*","chunks":[],"async":false}},"19328":{"*":{"id":"1624","name":"*","chunks":[],"async":false}},"21043":{"*":{"id":"72223","name":"*","chunks":[],"async":false}},"21553":{"*":{"id":"70721","name":"*","chunks":[],"async":false}},"24918":{"*":{"id":"43630","name":"*","chunks":[],"async":false}},"28792":{"*":{"id":"72270","name":"*","chunks":[],"async":false}},"28872":{"*":{"id":"17926","name":"*","chunks":[],"async":false}},"29752":{"*":{"id":"59199","name":"*","chunks":[],"async":false}},"33265":{"*":{"id":"69898","name":"*","chunks":[],"async":false}},"33811":{"*":{"id":"18549","name":"*","chunks":[],"async":false}},"35435":{"*":{"id":"66157","name":"*","chunks":[],"async":false}},"35954":{"*":{"id":"55116","name":"*","chunks":[],"async":false}},"36608":{"*":{"id":"45314","name":"*","chunks":[],"async":false}},"41815":{"*":{"id":"12365","name":"*","chunks":[],"async":false}},"47821":{"*":{"id":"46575","name":"*","chunks":[],"async":false}},"51827":{"*":{"id":"47339","name":"*","chunks":[],"async":false}},"54042":{"*":{"id":"69028","name":"*","chunks":[],"async":false}},"54194":{"*":{"id":"66841","name":"*","chunks":[],"async":false}},"56148":{"*":{"id":"74884","name":"*","chunks":[],"async":false}},"57945":{"*":{"id":"29255","name":"*","chunks":[],"async":false}},"58038":{"*":{"id":"43731","name":"*","chunks":[],"async":false}},"60362":{"*":{"id":"40398","name":"*","chunks":[],"async":false}},"62351":{"*":{"id":"14619","name":"*","chunks":[],"async":false}},"63484":{"*":{"id":"40728","name":"*","chunks":[],"async":false}},"64771":{"*":{"id":"82631","name":"*","chunks":[],"async":false}},"65006":{"*":{"id":"37524","name":"*","chunks":[],"async":false}},"65099":{"*":{"id":"48387","name":"*","chunks":[],"async":false}},"66386":{"*":{"id":"37630","name":"*","chunks":[],"async":false}},"71066":{"*":{"id":"90922","name":"*","chunks":[],"async":false}},"72384":{"*":{"id":"74222","name":"*","chunks":[],"async":false}},"73957":{"*":{"id":"82117","name":"*","chunks":[],"async":false}},"75591":{"*":{"id":"52753","name":"*","chunks":[],"async":false}},"77787":{"*":{"id":"61666","name":"*","chunks":[],"async":false}},"78829":{"*":{"id":"34537","name":"*","chunks":[],"async":false}},"79977":{"*":{"id":"5031","name":"*","chunks":[],"async":false}},"82362":{"*":{"id":"96634","name":"*","chunks":[],"async":false}},"88513":{"*":{"id":"31439","name":"*","chunks":[],"async":false}},"90480":{"*":{"id":"55994","name":"*","chunks":[],"async":false}},"92584":{"*":{"id":"64648","name":"*","chunks":[],"async":false}},"93438":{"*":{"id":"89950","name":"*","chunks":[],"async":false}},"95899":{"*":{"id":"59002","name":"*","chunks":[],"async":false}},"96252":{"*":{"id":"29268","name":"*","chunks":[],"async":false}},"96962":{"*":{"id":"24506","name":"*","chunks":[],"async":false}},"97344":{"*":{"id":"10880","name":"*","chunks":[],"async":false}},"97512":{"*":{"id":"39566","name":"*","chunks":[],"async":false}},"97556":{"*":{"id":"79107","name":"*","chunks":[],"async":false}},"98749":{"*":{"id":"76836","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"283":{"*":{"id":"97553","name":"*","chunks":[],"async":false}},"11322":{"*":{"id":"18192","name":"*","chunks":[],"async":false}},"13969":{"*":{"id":"63273","name":"*","chunks":[],"async":false}},"28792":{"*":{"id":"40852","name":"*","chunks":[],"async":false}},"28872":{"*":{"id":"25941","name":"*","chunks":[],"async":false}},"35954":{"*":{"id":"25934","name":"*","chunks":[],"async":false}},"36608":{"*":{"id":"43496","name":"*","chunks":[],"async":false}},"51827":{"*":{"id":"75301","name":"*","chunks":[],"async":false}},"60362":{"*":{"id":"6708","name":"*","chunks":[],"async":false}},"62351":{"*":{"id":"29093","name":"*","chunks":[],"async":false}},"71066":{"*":{"id":"39344","name":"*","chunks":[],"async":false}}}}
@@ -1 +1 @@
1
- <!DOCTYPE html><!--128CYTctCNJAhhqIGwzHR--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/bb3ef058b751a6ad-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/79d9a772deb9cf7c.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/16c4611e249100df.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-67d535e0e9dd883e.js"/><script src="/_next/static/chunks/383c4ca1-bd4875ef2679dc54.js" async=""></script><script src="/_next/static/chunks/41166-32e17638c3496c29.js" async=""></script><script src="/_next/static/chunks/main-app-851b3b89dd55a2c8.js" async=""></script><script src="/_next/static/chunks/21933-ba827bb38e91a65b.js" async=""></script><script src="/_next/static/chunks/app/layout-914e353fef512f30.js" async=""></script><script src="/_next/static/chunks/2072-5c873b65cfe08cd3.js" async=""></script><script src="/_next/static/chunks/33538-913163d6de7a8917.js" async=""></script><script src="/_next/static/chunks/17665-d44ac42fe39527e9.js" async=""></script><script src="/_next/static/chunks/73160-58607761875c106f.js" async=""></script><script src="/_next/static/chunks/37431-f6602d27d2495a95.js" async=""></script><script src="/_next/static/chunks/90663-6f3c8d840b9509de.js" async=""></script><script src="/_next/static/chunks/app/not-found-81f0f493dffd0df7.js" async=""></script><script src="/_next/static/chunks/app/device/page-8087f66e547bc6ca.js" async=""></script><meta name="next-size-adjust" content=""/><title>Inkeep Agents</title><meta name="description" content="Inkeep&#x27;s multi-agent framework enables multiple specialized AI agents to collaborate and solve complex problems through an agent-based architecture. You can define networks of agents, each with unique instructions, tools, and purposes."/><link rel="icon" href="/favicon.ico?c45341788082fc96" type="image/x-icon" sizes="160x160"/><link rel="icon" href="/icon.svg?2326769f8e5ccda9" type="image/svg+xml" sizes="any"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_3c557b antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","theme","system",null,["light","dark"],null,true,true)</script><!--$--><!--/$--><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="flex min-h-screen items-center justify-center">Loading...</div><!--/$--><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/webpack-67d535e0e9dd883e.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[36608,[\"21933\",\"static/chunks/21933-ba827bb38e91a65b.js\",\"7177\",\"static/chunks/app/layout-914e353fef512f30.js\"],\"ThemeProvider\"]\n3:I[28872,[\"21933\",\"static/chunks/21933-ba827bb38e91a65b.js\",\"7177\",\"static/chunks/app/layout-914e353fef512f30.js\"],\"NuqsAdapter\"]\n4:I[1439,[\"21933\",\"static/chunks/21933-ba827bb38e91a65b.js\",\"7177\",\"static/chunks/app/layout-914e353fef512f30.js\"],\"RuntimeConfigProvider\"]\n5:I[71066,[],\"\"]\n6:I[28792,[],\"\"]\n7:I[65006,[\"2072\",\"static/chunks/2072-5c873b65cfe08cd3.js\",\"33538\",\"static/chunks/33538-913163d6de7a8917.js\",\"17665\",\"static/chunks/17665-d44ac42fe39527e9.js\",\"73160\",\"static/chunks/73160-58607761875c106f.js\",\"37431\",\"static/chunks/37431-f6602d27d2495a95.js\",\"90663\",\"static/chunks/90663-6f3c8d840b9509de.js\",\"24345\",\"static/chunks/app/not-found-81f0f493dffd0df7.js\"],\"ErrorContent\"]\n8:I[97344,[\"21933\",\"static/chunks/21933-ba827bb38e91a65b.js\",\"7177\",\"static/chunks/app/layout-914e353fef512f30.js\"],\"Toaster\"]\n9:I[283,[],\"ClientPageRoot\"]\na:I[88513,[\"2072\",\"static/chunks/2072-5c873b65cfe08cd3.js\",\"33538\",\"static/chunks/33538-913163d6de7a8917.js\",\"69689\",\"static/chunks/app/device/page-8087f66e547bc6ca.js\"],\"default\"]\nd:I[51827,[],\"OutletBoundary\"]\ne:\"$Sreact.suspense\"\n10:I[51827,[],\"ViewportBoundary\"]\n12:I[51827,[],\"MetadataBoundary\"]\n14:I[35954,[],\"\"]\n:HL[\"/_next/static/media/bb3ef058b751a6ad-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/79d9a772deb9cf7c.css\",\"style\"]\n:HL[\"/_next/static/css/16c4611e249100df.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"128CYTctCNJAhhqIGwzHR\",\"c\":[\"\",\"device\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"device\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/79d9a772deb9cf7c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/16c4611e249100df.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_3c557b antialiased\",\"suppressHydrationWarning\":false,\"children\":[\"$\",\"$L2\",null,{\"attribute\":\"class\",\"defaultTheme\":\"system\",\"enableSystem\":true,\"disableTransitionOnChange\":true,\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"value\":{\"PUBLIC_INKEEP_AGENTS_RUN_API_BYPASS_SECRET\":\"$undefined\",\"PUBLIC_INKEEP_AGENTS_MANAGE_API_URL\":\"http://localhost:3002\",\"PUBLIC_INKEEP_AGENTS_RUN_API_URL\":\"http://localhost:3003\",\"PUBLIC_SIGNOZ_URL\":\"http://localhost:3080\",\"PUBLIC_NANGO_SERVER_URL\":\"http://localhost:3050\",\"PUBLIC_NANGO_CONNECT_BASE_URL\":\"http://localhost:3051\",\"PUBLIC_INKEEP_COPILOT_AGENT_ID\":\"$undefined\",\"PUBLIC_INKEEP_COPILOT_PROJECT_ID\":\"$undefined\",\"PUBLIC_INKEEP_COPILOT_TENANT_ID\":\"$undefined\",\"PUBLIC_AUTH0_DOMAIN\":\"$undefined\",\"PUBLIC_GOOGLE_CLIENT_ID\":\"$undefined\",\"PUBLIC_DISABLE_AUTH\":\"true\",\"PUBLIC_IS_INKEEP_CLOUD_DEPLOYMENT\":\"false\"},\"children\":[[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center justify-center h-full min-h-screen\",\"children\":[\"$\",\"$L7\",null,{\"title\":\"Page not found\",\"description\":\"The page you are looking for does not exist or has been moved.\",\"statusCode\":404,\"showRetry\":false}]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L8\",null,{}]]}]}]}]}]}]]}],{\"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\":[[\"$\",\"$L9\",null,{\"Component\":\"$a\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@b\",\"$@c\"]}}],null,[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$e\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@f\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L10\",null,{\"children\":\"$@11\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L12\",null,{\"children\":[\"$\",\"$e\",null,{\"name\":\"Next.Metadata\",\"children\":\"$@13\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$14\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"b:{}\nc:\"$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\"}]]\n"])</script><script>self.__next_f.push([1,"15:I[60362,[],\"IconMark\"]\n13:[[\"$\",\"title\",\"0\",{\"children\":\"Inkeep Agents\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Inkeep's multi-agent framework enables multiple specialized AI agents to collaborate and solve complex problems through an agent-based architecture. You can define networks of agents, each with unique instructions, tools, and purposes.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?c45341788082fc96\",\"type\":\"image/x-icon\",\"sizes\":\"160x160\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/icon.svg?2326769f8e5ccda9\",\"type\":\"image/svg+xml\",\"sizes\":\"any\"}],[\"$\",\"$L15\",\"4\",{}]]\nf:null\n"])</script></body></html>
1
+ <!DOCTYPE html><!--s8e62p5M4vOsvQHhlnyRJ--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/bb3ef058b751a6ad-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/16c4611e249100df.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/79d9a772deb9cf7c.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c89fa9e7952a6694.js"/><script src="/_next/static/chunks/383c4ca1-bd4875ef2679dc54.js" async=""></script><script src="/_next/static/chunks/41166-32e17638c3496c29.js" async=""></script><script src="/_next/static/chunks/main-app-851b3b89dd55a2c8.js" async=""></script><script src="/_next/static/chunks/33538-913163d6de7a8917.js" async=""></script><script src="/_next/static/chunks/21933-ba827bb38e91a65b.js" async=""></script><script src="/_next/static/chunks/app/layout-c091f91cf9f85e15.js" async=""></script><script src="/_next/static/chunks/2072-5c873b65cfe08cd3.js" async=""></script><script src="/_next/static/chunks/17665-d44ac42fe39527e9.js" async=""></script><script src="/_next/static/chunks/73160-58607761875c106f.js" async=""></script><script src="/_next/static/chunks/37431-f6602d27d2495a95.js" async=""></script><script src="/_next/static/chunks/80940-88258bb8cc6e6a49.js" async=""></script><script src="/_next/static/chunks/65006-b74b7287f0496f3d.js" async=""></script><script src="/_next/static/chunks/app/not-found-a97a6249c1b4f780.js" async=""></script><script src="/_next/static/chunks/app/device/page-7fbc2a465a23b428.js" async=""></script><meta name="next-size-adjust" content=""/><title>Inkeep Agents</title><meta name="description" content="Inkeep&#x27;s multi-agent framework enables multiple specialized AI agents to collaborate and solve complex problems through an agent-based architecture. You can define networks of agents, each with unique instructions, tools, and purposes."/><link rel="icon" href="/favicon.ico?c45341788082fc96" type="image/x-icon" sizes="160x160"/><link rel="icon" href="/icon.svg?2326769f8e5ccda9" type="image/svg+xml" sizes="any"/><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_3c557b antialiased"><div hidden=""><!--$--><!--/$--></div><script>((a,b,c,d,e,f,g,h)=>{let i=document.documentElement,j=["light","dark"];function k(b){var c;(Array.isArray(a)?a:[a]).forEach(a=>{let c="class"===a,d=c&&f?e.map(a=>f[a]||a):e;c?(i.classList.remove(...d),i.classList.add(f&&f[b]?f[b]:b)):i.setAttribute(a,b)}),c=b,h&&j.includes(c)&&(i.style.colorScheme=c)}if(d)k(d);else try{let a=localStorage.getItem(b)||c,d=g&&"system"===a?window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light":a;k(d)}catch(a){}})("class","theme","system",null,["light","dark"],null,true,true)</script><!--$--><!--/$--><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><div class="flex min-h-screen items-center justify-center">Loading...</div><!--/$--><!--$--><!--/$--><section aria-label="Notifications alt+T" tabindex="-1" aria-live="polite" aria-relevant="additions text" aria-atomic="false"></section><script src="/_next/static/chunks/webpack-c89fa9e7952a6694.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[36608,[\"33538\",\"static/chunks/33538-913163d6de7a8917.js\",\"21933\",\"static/chunks/21933-ba827bb38e91a65b.js\",\"7177\",\"static/chunks/app/layout-c091f91cf9f85e15.js\"],\"ThemeProvider\"]\n3:I[28872,[\"33538\",\"static/chunks/33538-913163d6de7a8917.js\",\"21933\",\"static/chunks/21933-ba827bb38e91a65b.js\",\"7177\",\"static/chunks/app/layout-c091f91cf9f85e15.js\"],\"NuqsAdapter\"]\n4:I[1439,[\"33538\",\"static/chunks/33538-913163d6de7a8917.js\",\"21933\",\"static/chunks/21933-ba827bb38e91a65b.js\",\"7177\",\"static/chunks/app/layout-c091f91cf9f85e15.js\"],\"RuntimeConfigProvider\"]\n5:I[33811,[\"33538\",\"static/chunks/33538-913163d6de7a8917.js\",\"21933\",\"static/chunks/21933-ba827bb38e91a65b.js\",\"7177\",\"static/chunks/app/layout-c091f91cf9f85e15.js\"],\"ClientProviders\"]\n6:I[71066,[],\"\"]\n7:I[28792,[],\"\"]\n8:I[65006,[\"33538\",\"static/chunks/33538-913163d6de7a8917.js\",\"2072\",\"static/chunks/2072-5c873b65cfe08cd3.js\",\"17665\",\"static/chunks/17665-d44ac42fe39527e9.js\",\"73160\",\"static/chunks/73160-58607761875c106f.js\",\"37431\",\"static/chunks/37431-f6602d27d2495a95.js\",\"80940\",\"static/chunks/80940-88258bb8cc6e6a49.js\",\"65006\",\"static/chunks/65006-b74b7287f0496f3d.js\",\"24345\",\"static/chunks/app/not-found-a97a6249c1b4f780.js\"],\"ErrorContent\"]\n9:I[97344,[\"33538\",\"static/chunks/33538-913163d6de7a8917.js\",\"21933\",\"static/chunks/21933-ba827bb38e91a65b.js\",\"7177\",\"static/chunks/app/layout-c091f91cf9f85e15.js\"],\"Toaster\"]\na:I[283,[],\"ClientPageRoot\"]\nb:I[88513,[\"33538\",\"static/chunks/33538-913163d6de7a8917.js\",\"2072\",\"static/chunks/2072-5c873b65cfe08cd3.js\",\"69689\",\"static/chunks/app/device/page-7fbc2a465a23b428.js\"],\"default\"]\ne:I[51827,[],\"OutletBoundary\"]\nf:\"$Sreact.suspense\"\n11:I[51827,[],\"ViewportBoundary\"]\n13:I[51827,[],\"MetadataBoundary\"]\n15:I[35954,[],\"\"]\n:HL[\"/_next/static/media/bb3ef058b751a6ad-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/16c4611e249100df.css\",\"style\"]\n:HL[\"/_next/static/css/79d9a772deb9cf7c.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"s8e62p5M4vOsvQHhlnyRJ\",\"c\":[\"\",\"device\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"device\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/16c4611e249100df.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/79d9a772deb9cf7c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_3c557b antialiased\",\"suppressHydrationWarning\":false,\"children\":[\"$\",\"$L2\",null,{\"attribute\":\"class\",\"defaultTheme\":\"system\",\"enableSystem\":true,\"disableTransitionOnChange\":true,\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"value\":{\"PUBLIC_INKEEP_AGENTS_RUN_API_BYPASS_SECRET\":\"$undefined\",\"PUBLIC_INKEEP_AGENTS_MANAGE_API_URL\":\"http://localhost:3002\",\"PUBLIC_INKEEP_AGENTS_RUN_API_URL\":\"http://localhost:3003\",\"PUBLIC_SIGNOZ_URL\":\"http://localhost:3080\",\"PUBLIC_NANGO_SERVER_URL\":\"http://localhost:3050\",\"PUBLIC_NANGO_CONNECT_BASE_URL\":\"http://localhost:3051\",\"PUBLIC_INKEEP_COPILOT_AGENT_ID\":\"$undefined\",\"PUBLIC_INKEEP_COPILOT_PROJECT_ID\":\"$undefined\",\"PUBLIC_INKEEP_COPILOT_TENANT_ID\":\"$undefined\",\"PUBLIC_AUTH0_DOMAIN\":\"$undefined\",\"PUBLIC_GOOGLE_CLIENT_ID\":\"$undefined\",\"PUBLIC_DISABLE_AUTH\":\"true\",\"PUBLIC_IS_INKEEP_CLOUD_DEPLOYMENT\":\"false\"},\"children\":[\"$\",\"$L5\",null,{\"children\":[[\"$\",\"$L6\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[\"$\",\"div\",null,{\"className\":\"flex flex-col items-center justify-center h-full min-h-screen\",\"children\":[\"$\",\"$L8\",null,{\"title\":\"Page not found\",\"description\":\"The page you are looking for does not exist or has been moved.\",\"statusCode\":404,\"showRetry\":false}]}],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}],[\"$\",\"$L9\",null,{}]]}]}]}]}]}]}]]}],{\"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\":[[\"$\",\"$La\",null,{\"Component\":\"$b\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@c\",\"$@d\"]}}],null,[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$f\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@10\"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L11\",null,{\"children\":\"$@12\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L13\",null,{\"children\":[\"$\",\"$f\",null,{\"name\":\"Next.Metadata\",\"children\":\"$@14\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$15\",[]],\"S\":true}\n"])</script><script>self.__next_f.push([1,"c:{}\nd:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"12:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"16:I[60362,[],\"IconMark\"]\n14:[[\"$\",\"title\",\"0\",{\"children\":\"Inkeep Agents\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Inkeep's multi-agent framework enables multiple specialized AI agents to collaborate and solve complex problems through an agent-based architecture. You can define networks of agents, each with unique instructions, tools, and purposes.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?c45341788082fc96\",\"type\":\"image/x-icon\",\"sizes\":\"160x160\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/icon.svg?2326769f8e5ccda9\",\"type\":\"image/svg+xml\",\"sizes\":\"any\"}],[\"$\",\"$L16\",\"4\",{}]]\n10:null\n"])</script></body></html>
@@ -1,26 +1,27 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[36608,["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"ThemeProvider"]
3
- 3:I[28872,["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"NuqsAdapter"]
4
- 4:I[1439,["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"RuntimeConfigProvider"]
5
- 5:I[71066,[],""]
6
- 6:I[28792,[],""]
7
- 7:I[65006,["2072","static/chunks/2072-5c873b65cfe08cd3.js","33538","static/chunks/33538-913163d6de7a8917.js","17665","static/chunks/17665-d44ac42fe39527e9.js","73160","static/chunks/73160-58607761875c106f.js","37431","static/chunks/37431-f6602d27d2495a95.js","90663","static/chunks/90663-6f3c8d840b9509de.js","24345","static/chunks/app/not-found-81f0f493dffd0df7.js"],"ErrorContent"]
8
- 8:I[97344,["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"Toaster"]
9
- 9:I[283,[],"ClientPageRoot"]
10
- a:I[88513,["2072","static/chunks/2072-5c873b65cfe08cd3.js","33538","static/chunks/33538-913163d6de7a8917.js","69689","static/chunks/app/device/page-8087f66e547bc6ca.js"],"default"]
11
- d:I[51827,[],"OutletBoundary"]
12
- e:"$Sreact.suspense"
13
- 10:I[51827,[],"ViewportBoundary"]
14
- 12:I[51827,[],"MetadataBoundary"]
15
- 14:I[35954,[],""]
2
+ 2:I[36608,["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"ThemeProvider"]
3
+ 3:I[28872,["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"NuqsAdapter"]
4
+ 4:I[1439,["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"RuntimeConfigProvider"]
5
+ 5:I[33811,["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"ClientProviders"]
6
+ 6:I[71066,[],""]
7
+ 7:I[28792,[],""]
8
+ 8:I[65006,["33538","static/chunks/33538-913163d6de7a8917.js","2072","static/chunks/2072-5c873b65cfe08cd3.js","17665","static/chunks/17665-d44ac42fe39527e9.js","73160","static/chunks/73160-58607761875c106f.js","37431","static/chunks/37431-f6602d27d2495a95.js","80940","static/chunks/80940-88258bb8cc6e6a49.js","65006","static/chunks/65006-b74b7287f0496f3d.js","24345","static/chunks/app/not-found-a97a6249c1b4f780.js"],"ErrorContent"]
9
+ 9:I[97344,["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"Toaster"]
10
+ a:I[283,[],"ClientPageRoot"]
11
+ b:I[88513,["33538","static/chunks/33538-913163d6de7a8917.js","2072","static/chunks/2072-5c873b65cfe08cd3.js","69689","static/chunks/app/device/page-7fbc2a465a23b428.js"],"default"]
12
+ e:I[51827,[],"OutletBoundary"]
13
+ f:"$Sreact.suspense"
14
+ 11:I[51827,[],"ViewportBoundary"]
15
+ 13:I[51827,[],"MetadataBoundary"]
16
+ 15:I[35954,[],""]
16
17
  :HL["/_next/static/media/bb3ef058b751a6ad-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
17
18
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
18
- :HL["/_next/static/css/79d9a772deb9cf7c.css","style"]
19
19
  :HL["/_next/static/css/16c4611e249100df.css","style"]
20
- 0:{"P":null,"b":"128CYTctCNJAhhqIGwzHR","c":["","device"],"q":"","i":false,"f":[[["",{"children":["device",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/79d9a772deb9cf7c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/16c4611e249100df.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_3c557b antialiased","suppressHydrationWarning":false,"children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":["$","$L3",null,{"children":["$","$L4",null,{"value":{"PUBLIC_INKEEP_AGENTS_RUN_API_BYPASS_SECRET":"$undefined","PUBLIC_INKEEP_AGENTS_MANAGE_API_URL":"http://localhost:3002","PUBLIC_INKEEP_AGENTS_RUN_API_URL":"http://localhost:3003","PUBLIC_SIGNOZ_URL":"http://localhost:3080","PUBLIC_NANGO_SERVER_URL":"http://localhost:3050","PUBLIC_NANGO_CONNECT_BASE_URL":"http://localhost:3051","PUBLIC_INKEEP_COPILOT_AGENT_ID":"$undefined","PUBLIC_INKEEP_COPILOT_PROJECT_ID":"$undefined","PUBLIC_INKEEP_COPILOT_TENANT_ID":"$undefined","PUBLIC_AUTH0_DOMAIN":"$undefined","PUBLIC_GOOGLE_CLIENT_ID":"$undefined","PUBLIC_DISABLE_AUTH":"true","PUBLIC_IS_INKEEP_CLOUD_DEPLOYMENT":"false"},"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex flex-col items-center justify-center h-full min-h-screen","children":["$","$L7",null,{"title":"Page not found","description":"The page you are looking for does not exist or has been moved.","statusCode":404,"showRetry":false}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L8",null,{}]]}]}]}]}]}]]}],{"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":[["$","$L9",null,{"Component":"$a","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@b","$@c"]}}],null,["$","$Ld",null,{"children":["$","$e",null,{"name":"Next.MetadataOutlet","children":"$@f"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L10",null,{"children":"$@11"}],["$","div",null,{"hidden":true,"children":["$","$L12",null,{"children":["$","$e",null,{"name":"Next.Metadata","children":"$@13"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$14",[]],"S":true}
21
- b:{}
22
- c:"$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"}]]
24
- 15:I[60362,[],"IconMark"]
25
- 13:[["$","title","0",{"children":"Inkeep Agents"}],["$","meta","1",{"name":"description","content":"Inkeep's multi-agent framework enables multiple specialized AI agents to collaborate and solve complex problems through an agent-based architecture. You can define networks of agents, each with unique instructions, tools, and purposes."}],["$","link","2",{"rel":"icon","href":"/favicon.ico?c45341788082fc96","type":"image/x-icon","sizes":"160x160"}],["$","link","3",{"rel":"icon","href":"/icon.svg?2326769f8e5ccda9","type":"image/svg+xml","sizes":"any"}],["$","$L15","4",{}]]
26
- f:null
20
+ :HL["/_next/static/css/79d9a772deb9cf7c.css","style"]
21
+ 0:{"P":null,"b":"s8e62p5M4vOsvQHhlnyRJ","c":["","device"],"q":"","i":false,"f":[[["",{"children":["device",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/16c4611e249100df.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/79d9a772deb9cf7c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_3c557b antialiased","suppressHydrationWarning":false,"children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":["$","$L3",null,{"children":["$","$L4",null,{"value":{"PUBLIC_INKEEP_AGENTS_RUN_API_BYPASS_SECRET":"$undefined","PUBLIC_INKEEP_AGENTS_MANAGE_API_URL":"http://localhost:3002","PUBLIC_INKEEP_AGENTS_RUN_API_URL":"http://localhost:3003","PUBLIC_SIGNOZ_URL":"http://localhost:3080","PUBLIC_NANGO_SERVER_URL":"http://localhost:3050","PUBLIC_NANGO_CONNECT_BASE_URL":"http://localhost:3051","PUBLIC_INKEEP_COPILOT_AGENT_ID":"$undefined","PUBLIC_INKEEP_COPILOT_PROJECT_ID":"$undefined","PUBLIC_INKEEP_COPILOT_TENANT_ID":"$undefined","PUBLIC_AUTH0_DOMAIN":"$undefined","PUBLIC_GOOGLE_CLIENT_ID":"$undefined","PUBLIC_DISABLE_AUTH":"true","PUBLIC_IS_INKEEP_CLOUD_DEPLOYMENT":"false"},"children":["$","$L5",null,{"children":[["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex flex-col items-center justify-center h-full min-h-screen","children":["$","$L8",null,{"title":"Page not found","description":"The page you are looking for does not exist or has been moved.","statusCode":404,"showRetry":false}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L9",null,{}]]}]}]}]}]}]}]]}],{"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":[["$","$La",null,{"Component":"$b","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@c","$@d"]}}],null,["$","$Le",null,{"children":["$","$f",null,{"name":"Next.MetadataOutlet","children":"$@10"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L11",null,{"children":"$@12"}],["$","div",null,{"hidden":true,"children":["$","$L13",null,{"children":["$","$f",null,{"name":"Next.Metadata","children":"$@14"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$15",[]],"S":true}
22
+ c:{}
23
+ d:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
24
+ 12:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
25
+ 16:I[60362,[],"IconMark"]
26
+ 14:[["$","title","0",{"children":"Inkeep Agents"}],["$","meta","1",{"name":"description","content":"Inkeep's multi-agent framework enables multiple specialized AI agents to collaborate and solve complex problems through an agent-based architecture. You can define networks of agents, each with unique instructions, tools, and purposes."}],["$","link","2",{"rel":"icon","href":"/favicon.ico?c45341788082fc96","type":"image/x-icon","sizes":"160x160"}],["$","link","3",{"rel":"icon","href":"/icon.svg?2326769f8e5ccda9","type":"image/svg+xml","sizes":"any"}],["$","$L16","4",{}]]
27
+ 10:null
@@ -1,26 +1,27 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[36608,["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"ThemeProvider"]
3
- 3:I[28872,["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"NuqsAdapter"]
4
- 4:I[1439,["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"RuntimeConfigProvider"]
5
- 5:I[71066,[],""]
6
- 6:I[28792,[],""]
7
- 7:I[65006,["2072","static/chunks/2072-5c873b65cfe08cd3.js","33538","static/chunks/33538-913163d6de7a8917.js","17665","static/chunks/17665-d44ac42fe39527e9.js","73160","static/chunks/73160-58607761875c106f.js","37431","static/chunks/37431-f6602d27d2495a95.js","90663","static/chunks/90663-6f3c8d840b9509de.js","24345","static/chunks/app/not-found-81f0f493dffd0df7.js"],"ErrorContent"]
8
- 8:I[97344,["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"Toaster"]
9
- 9:I[283,[],"ClientPageRoot"]
10
- a:I[88513,["2072","static/chunks/2072-5c873b65cfe08cd3.js","33538","static/chunks/33538-913163d6de7a8917.js","69689","static/chunks/app/device/page-8087f66e547bc6ca.js"],"default"]
11
- d:I[51827,[],"OutletBoundary"]
12
- e:"$Sreact.suspense"
13
- 10:I[51827,[],"ViewportBoundary"]
14
- 12:I[51827,[],"MetadataBoundary"]
15
- 14:I[35954,[],""]
2
+ 2:I[36608,["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"ThemeProvider"]
3
+ 3:I[28872,["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"NuqsAdapter"]
4
+ 4:I[1439,["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"RuntimeConfigProvider"]
5
+ 5:I[33811,["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"ClientProviders"]
6
+ 6:I[71066,[],""]
7
+ 7:I[28792,[],""]
8
+ 8:I[65006,["33538","static/chunks/33538-913163d6de7a8917.js","2072","static/chunks/2072-5c873b65cfe08cd3.js","17665","static/chunks/17665-d44ac42fe39527e9.js","73160","static/chunks/73160-58607761875c106f.js","37431","static/chunks/37431-f6602d27d2495a95.js","80940","static/chunks/80940-88258bb8cc6e6a49.js","65006","static/chunks/65006-b74b7287f0496f3d.js","24345","static/chunks/app/not-found-a97a6249c1b4f780.js"],"ErrorContent"]
9
+ 9:I[97344,["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"Toaster"]
10
+ a:I[283,[],"ClientPageRoot"]
11
+ b:I[88513,["33538","static/chunks/33538-913163d6de7a8917.js","2072","static/chunks/2072-5c873b65cfe08cd3.js","69689","static/chunks/app/device/page-7fbc2a465a23b428.js"],"default"]
12
+ e:I[51827,[],"OutletBoundary"]
13
+ f:"$Sreact.suspense"
14
+ 11:I[51827,[],"ViewportBoundary"]
15
+ 13:I[51827,[],"MetadataBoundary"]
16
+ 15:I[35954,[],""]
16
17
  :HL["/_next/static/media/bb3ef058b751a6ad-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
17
18
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
18
- :HL["/_next/static/css/79d9a772deb9cf7c.css","style"]
19
19
  :HL["/_next/static/css/16c4611e249100df.css","style"]
20
- 0:{"P":null,"b":"128CYTctCNJAhhqIGwzHR","c":["","device"],"q":"","i":false,"f":[[["",{"children":["device",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/79d9a772deb9cf7c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/16c4611e249100df.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_3c557b antialiased","suppressHydrationWarning":false,"children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":["$","$L3",null,{"children":["$","$L4",null,{"value":{"PUBLIC_INKEEP_AGENTS_RUN_API_BYPASS_SECRET":"$undefined","PUBLIC_INKEEP_AGENTS_MANAGE_API_URL":"http://localhost:3002","PUBLIC_INKEEP_AGENTS_RUN_API_URL":"http://localhost:3003","PUBLIC_SIGNOZ_URL":"http://localhost:3080","PUBLIC_NANGO_SERVER_URL":"http://localhost:3050","PUBLIC_NANGO_CONNECT_BASE_URL":"http://localhost:3051","PUBLIC_INKEEP_COPILOT_AGENT_ID":"$undefined","PUBLIC_INKEEP_COPILOT_PROJECT_ID":"$undefined","PUBLIC_INKEEP_COPILOT_TENANT_ID":"$undefined","PUBLIC_AUTH0_DOMAIN":"$undefined","PUBLIC_GOOGLE_CLIENT_ID":"$undefined","PUBLIC_DISABLE_AUTH":"true","PUBLIC_IS_INKEEP_CLOUD_DEPLOYMENT":"false"},"children":[["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L6",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex flex-col items-center justify-center h-full min-h-screen","children":["$","$L7",null,{"title":"Page not found","description":"The page you are looking for does not exist or has been moved.","statusCode":404,"showRetry":false}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L8",null,{}]]}]}]}]}]}]]}],{"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":[["$","$L9",null,{"Component":"$a","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@b","$@c"]}}],null,["$","$Ld",null,{"children":["$","$e",null,{"name":"Next.MetadataOutlet","children":"$@f"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L10",null,{"children":"$@11"}],["$","div",null,{"hidden":true,"children":["$","$L12",null,{"children":["$","$e",null,{"name":"Next.Metadata","children":"$@13"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$14",[]],"S":true}
21
- b:{}
22
- c:"$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"}]]
24
- 15:I[60362,[],"IconMark"]
25
- 13:[["$","title","0",{"children":"Inkeep Agents"}],["$","meta","1",{"name":"description","content":"Inkeep's multi-agent framework enables multiple specialized AI agents to collaborate and solve complex problems through an agent-based architecture. You can define networks of agents, each with unique instructions, tools, and purposes."}],["$","link","2",{"rel":"icon","href":"/favicon.ico?c45341788082fc96","type":"image/x-icon","sizes":"160x160"}],["$","link","3",{"rel":"icon","href":"/icon.svg?2326769f8e5ccda9","type":"image/svg+xml","sizes":"any"}],["$","$L15","4",{}]]
26
- f:null
20
+ :HL["/_next/static/css/79d9a772deb9cf7c.css","style"]
21
+ 0:{"P":null,"b":"s8e62p5M4vOsvQHhlnyRJ","c":["","device"],"q":"","i":false,"f":[[["",{"children":["device",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/16c4611e249100df.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/79d9a772deb9cf7c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_3c557b antialiased","suppressHydrationWarning":false,"children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":["$","$L3",null,{"children":["$","$L4",null,{"value":{"PUBLIC_INKEEP_AGENTS_RUN_API_BYPASS_SECRET":"$undefined","PUBLIC_INKEEP_AGENTS_MANAGE_API_URL":"http://localhost:3002","PUBLIC_INKEEP_AGENTS_RUN_API_URL":"http://localhost:3003","PUBLIC_SIGNOZ_URL":"http://localhost:3080","PUBLIC_NANGO_SERVER_URL":"http://localhost:3050","PUBLIC_NANGO_CONNECT_BASE_URL":"http://localhost:3051","PUBLIC_INKEEP_COPILOT_AGENT_ID":"$undefined","PUBLIC_INKEEP_COPILOT_PROJECT_ID":"$undefined","PUBLIC_INKEEP_COPILOT_TENANT_ID":"$undefined","PUBLIC_AUTH0_DOMAIN":"$undefined","PUBLIC_GOOGLE_CLIENT_ID":"$undefined","PUBLIC_DISABLE_AUTH":"true","PUBLIC_IS_INKEEP_CLOUD_DEPLOYMENT":"false"},"children":["$","$L5",null,{"children":[["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[["$","div",null,{"className":"flex flex-col items-center justify-center h-full min-h-screen","children":["$","$L8",null,{"title":"Page not found","description":"The page you are looking for does not exist or has been moved.","statusCode":404,"showRetry":false}]}],[]],"forbidden":"$undefined","unauthorized":"$undefined"}],["$","$L9",null,{}]]}]}]}]}]}]}]]}],{"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":[["$","$La",null,{"Component":"$b","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@c","$@d"]}}],null,["$","$Le",null,{"children":["$","$f",null,{"name":"Next.MetadataOutlet","children":"$@10"}]}]]}],{},null,false,false]},null,false,false]},null,false,false],["$","$1","h",{"children":[null,["$","$L11",null,{"children":"$@12"}],["$","div",null,{"hidden":true,"children":["$","$L13",null,{"children":["$","$f",null,{"name":"Next.Metadata","children":"$@14"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$15",[]],"S":true}
22
+ c:{}
23
+ d:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
24
+ 12:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
25
+ 16:I[60362,[],"IconMark"]
26
+ 14:[["$","title","0",{"children":"Inkeep Agents"}],["$","meta","1",{"name":"description","content":"Inkeep's multi-agent framework enables multiple specialized AI agents to collaborate and solve complex problems through an agent-based architecture. You can define networks of agents, each with unique instructions, tools, and purposes."}],["$","link","2",{"rel":"icon","href":"/favicon.ico?c45341788082fc96","type":"image/x-icon","sizes":"160x160"}],["$","link","3",{"rel":"icon","href":"/icon.svg?2326769f8e5ccda9","type":"image/svg+xml","sizes":"any"}],["$","$L16","4",{}]]
27
+ 10:null
@@ -3,6 +3,6 @@
3
3
  4:I[51827,[],"MetadataBoundary"]
4
4
  5:"$Sreact.suspense"
5
5
  7:I[60362,[],"IconMark"]
6
- 0:{"buildId":"128CYTctCNJAhhqIGwzHR","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"s8e62p5M4vOsvQHhlnyRJ","rsc":["$","$1","h",{"children":[null,["$","$L2",null,{"children":"$@3"}],["$","div",null,{"hidden":true,"children":["$","$L4",null,{"children":["$","$5",null,{"name":"Next.Metadata","children":"$@6"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"loading":null,"isPartial":false}
7
7
  3:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
8
8
  6:[["$","title","0",{"children":"Inkeep Agents"}],["$","meta","1",{"name":"description","content":"Inkeep's multi-agent framework enables multiple specialized AI agents to collaborate and solve complex problems through an agent-based architecture. You can define networks of agents, each with unique instructions, tools, and purposes."}],["$","link","2",{"rel":"icon","href":"/favicon.ico?c45341788082fc96","type":"image/x-icon","sizes":"160x160"}],["$","link","3",{"rel":"icon","href":"/icon.svg?2326769f8e5ccda9","type":"image/svg+xml","sizes":"any"}],["$","$L7","4",{}]]
@@ -1,11 +1,12 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[36608,["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"ThemeProvider"]
3
- 3:I[28872,["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"NuqsAdapter"]
4
- 4:I[1439,["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"RuntimeConfigProvider"]
5
- 5:I[71066,[],""]
6
- 6:I[28792,[],""]
7
- 7:I[65006,["2072","static/chunks/2072-5c873b65cfe08cd3.js","33538","static/chunks/33538-913163d6de7a8917.js","17665","static/chunks/17665-d44ac42fe39527e9.js","73160","static/chunks/73160-58607761875c106f.js","37431","static/chunks/37431-f6602d27d2495a95.js","90663","static/chunks/90663-6f3c8d840b9509de.js","24345","static/chunks/app/not-found-81f0f493dffd0df7.js"],"ErrorContent"]
8
- 8:I[97344,["21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-914e353fef512f30.js"],"Toaster"]
9
- :HL["/_next/static/css/79d9a772deb9cf7c.css","style"]
2
+ 2:I[36608,["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"ThemeProvider"]
3
+ 3:I[28872,["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"NuqsAdapter"]
4
+ 4:I[1439,["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"RuntimeConfigProvider"]
5
+ 5:I[33811,["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"ClientProviders"]
6
+ 6:I[71066,[],""]
7
+ 7:I[28792,[],""]
8
+ 8:I[65006,["33538","static/chunks/33538-913163d6de7a8917.js","2072","static/chunks/2072-5c873b65cfe08cd3.js","17665","static/chunks/17665-d44ac42fe39527e9.js","73160","static/chunks/73160-58607761875c106f.js","37431","static/chunks/37431-f6602d27d2495a95.js","80940","static/chunks/80940-88258bb8cc6e6a49.js","65006","static/chunks/65006-b74b7287f0496f3d.js","24345","static/chunks/app/not-found-a97a6249c1b4f780.js"],"ErrorContent"]
9
+ 9:I[97344,["33538","static/chunks/33538-913163d6de7a8917.js","21933","static/chunks/21933-ba827bb38e91a65b.js","7177","static/chunks/app/layout-c091f91cf9f85e15.js"],"Toaster"]
10
10
  :HL["/_next/static/css/16c4611e249100df.css","style"]
11
- 0:{"buildId":"128CYTctCNJAhhqIGwzHR","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/79d9a772deb9cf7c.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/16c4611e249100df.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_3c557b antialiased","suppressHydrationWarning":false,"children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":["$","$L3",null,{"children":["$","$L4",null,{"value":{"PUBLIC_INKEEP_AGENTS_MANAGE_API_URL":"http://localhost:3002","PUBLIC_INKEEP_AGENTS_RUN_API_URL":"http://localhost:3003","PUBLIC_SIGNOZ_URL":"http://localhost:3080","PUBLIC_NANGO_SERVER_URL":"http://localhost:3050","PUBLIC_NANGO_CONNECT_BASE_URL":"http://localhost:3051","PUBLIC_DISABLE_AUTH":"true","PUBLIC_IS_INKEEP_CLOUD_DEPLOYMENT":"false"},"children":[["$","$L5",null,{"parallelRouterKey":"children","template":["$","$L6",null,{}],"notFound":[["$","div",null,{"className":"flex flex-col items-center justify-center h-full min-h-screen","children":["$","$L7",null,{"title":"Page not found","description":"The page you are looking for does not exist or has been moved.","statusCode":404,"showRetry":false}]}],[]]}],["$","$L8",null,{}]]}]}]}]}]}]]}],"loading":null,"isPartial":false}
11
+ :HL["/_next/static/css/79d9a772deb9cf7c.css","style"]
12
+ 0:{"buildId":"s8e62p5M4vOsvQHhlnyRJ","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/16c4611e249100df.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/79d9a772deb9cf7c.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":["$","body",null,{"className":"__variable_f367f3 __variable_3c557b antialiased","suppressHydrationWarning":false,"children":["$","$L2",null,{"attribute":"class","defaultTheme":"system","enableSystem":true,"disableTransitionOnChange":true,"children":["$","$L3",null,{"children":["$","$L4",null,{"value":{"PUBLIC_INKEEP_AGENTS_MANAGE_API_URL":"http://localhost:3002","PUBLIC_INKEEP_AGENTS_RUN_API_URL":"http://localhost:3003","PUBLIC_SIGNOZ_URL":"http://localhost:3080","PUBLIC_NANGO_SERVER_URL":"http://localhost:3050","PUBLIC_NANGO_CONNECT_BASE_URL":"http://localhost:3051","PUBLIC_DISABLE_AUTH":"true","PUBLIC_IS_INKEEP_CLOUD_DEPLOYMENT":"false"},"children":["$","$L5",null,{"children":[["$","$L6",null,{"parallelRouterKey":"children","template":["$","$L7",null,{}],"notFound":[["$","div",null,{"className":"flex flex-col items-center justify-center h-full min-h-screen","children":["$","$L8",null,{"title":"Page not found","description":"The page you are looking for does not exist or has been moved.","statusCode":404,"showRetry":false}]}],[]]}],["$","$L9",null,{}]]}]}]}]}]}]}]]}],"loading":null,"isPartial":false}
@@ -1,5 +1,5 @@
1
1
  :HL["/_next/static/media/bb3ef058b751a6ad-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
2
2
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
3
- :HL["/_next/static/css/79d9a772deb9cf7c.css","style"]
4
3
  :HL["/_next/static/css/16c4611e249100df.css","style"]
5
- 0:{"buildId":"128CYTctCNJAhhqIGwzHR","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"device","paramType":null,"paramKey":"device","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
4
+ :HL["/_next/static/css/79d9a772deb9cf7c.css","style"]
5
+ 0:{"buildId":"s8e62p5M4vOsvQHhlnyRJ","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"device","paramType":null,"paramKey":"device","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
@@ -1,9 +1,9 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[283,[],"ClientPageRoot"]
3
- 3:I[88513,["2072","static/chunks/2072-5c873b65cfe08cd3.js","33538","static/chunks/33538-913163d6de7a8917.js","69689","static/chunks/app/device/page-8087f66e547bc6ca.js"],"default"]
3
+ 3:I[88513,["33538","static/chunks/33538-913163d6de7a8917.js","2072","static/chunks/2072-5c873b65cfe08cd3.js","69689","static/chunks/app/device/page-7fbc2a465a23b428.js"],"default"]
4
4
  6:I[51827,[],"OutletBoundary"]
5
5
  7:"$Sreact.suspense"
6
- 0:{"buildId":"128CYTctCNJAhhqIGwzHR","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
6
+ 0:{"buildId":"s8e62p5M4vOsvQHhlnyRJ","rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],null,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"loading":null,"isPartial":false}
7
7
  4:{}
8
8
  5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
9
9
  8:null
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[71066,[],""]
3
3
  3:I[28792,[],""]
4
- 0:{"buildId":"128CYTctCNJAhhqIGwzHR","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"s8e62p5M4vOsvQHhlnyRJ","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}