@sapienx/agentos 0.5.9 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (248) hide show
  1. package/README.md +1 -1
  2. package/bin/agentos.js +297 -9
  3. package/bundle/.next/BUILD_ID +1 -1
  4. package/bundle/.next/app-path-routes-manifest.json +10 -9
  5. package/bundle/.next/build-manifest.json +2 -2
  6. package/bundle/.next/prerender-manifest.json +3 -3
  7. package/bundle/.next/required-server-files.json +1 -1
  8. package/bundle/.next/routes-manifest.json +8 -0
  9. package/bundle/.next/server/app/_global-error/page.js +2 -2
  10. package/bundle/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  11. package/bundle/.next/server/app/_global-error.html +1 -1
  12. package/bundle/.next/server/app/_global-error.rsc +1 -1
  13. package/bundle/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  14. package/bundle/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  15. package/bundle/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  16. package/bundle/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  17. package/bundle/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  18. package/bundle/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  19. package/bundle/.next/server/app/_not-found/page.js +2 -2
  20. package/bundle/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  21. package/bundle/.next/server/app/_not-found.html +1 -1
  22. package/bundle/.next/server/app/_not-found.rsc +2 -2
  23. package/bundle/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  24. package/bundle/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  25. package/bundle/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  26. package/bundle/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  27. package/bundle/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  28. package/bundle/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  29. package/bundle/.next/server/app/agents/page.js +2 -2
  30. package/bundle/.next/server/app/agents/page.js.nft.json +1 -1
  31. package/bundle/.next/server/app/agents/page_client-reference-manifest.js +1 -1
  32. package/bundle/.next/server/app/api/agents/[agentId]/chat/route.js +2 -2
  33. package/bundle/.next/server/app/api/agents/[agentId]/chat/route.js.nft.json +1 -1
  34. package/bundle/.next/server/app/api/agents/route.js +1 -1
  35. package/bundle/.next/server/app/api/agents/route.js.nft.json +1 -1
  36. package/bundle/.next/server/app/api/diagnostics/route.js +1 -1
  37. package/bundle/.next/server/app/api/diagnostics/route.js.nft.json +1 -1
  38. package/bundle/.next/server/app/api/files/reveal/route.js +1 -1
  39. package/bundle/.next/server/app/api/gateway/control/route.js +1 -1
  40. package/bundle/.next/server/app/api/gateway/control/route.js.nft.json +1 -1
  41. package/bundle/.next/server/app/api/integrations/[integrationId]/status/route.js +1 -1
  42. package/bundle/.next/server/app/api/integrations/[integrationId]/status/route.js.nft.json +1 -1
  43. package/bundle/.next/server/app/api/mission/route.js +1 -1
  44. package/bundle/.next/server/app/api/mission/route.js.nft.json +1 -1
  45. package/bundle/.next/server/app/api/models/catalog/route.js +2 -2
  46. package/bundle/.next/server/app/api/models/catalog/route.js.nft.json +1 -1
  47. package/bundle/.next/server/app/api/models/providers/route.js +2 -2
  48. package/bundle/.next/server/app/api/models/providers/route.js.nft.json +1 -1
  49. package/bundle/.next/server/app/api/onboarding/models/route.js +3 -3
  50. package/bundle/.next/server/app/api/onboarding/models/route.js.nft.json +1 -1
  51. package/bundle/.next/server/app/api/onboarding/route.js +2 -2
  52. package/bundle/.next/server/app/api/onboarding/route.js.nft.json +1 -1
  53. package/bundle/.next/server/app/api/openclaw/capabilities/route.js +1 -1
  54. package/bundle/.next/server/app/api/openclaw/compatibility-smoke/route.js +1 -1
  55. package/bundle/.next/server/app/api/openclaw/compatibility-smoke/route.js.nft.json +1 -1
  56. package/bundle/.next/server/app/api/planner/[planId]/deploy/route.js +2 -2
  57. package/bundle/.next/server/app/api/planner/[planId]/deploy/route.js.nft.json +1 -1
  58. package/bundle/.next/server/app/api/planner/[planId]/document-rewrite/route.js +1 -1
  59. package/bundle/.next/server/app/api/planner/[planId]/document-rewrite/route.js.nft.json +1 -1
  60. package/bundle/.next/server/app/api/planner/[planId]/route.js +1 -1
  61. package/bundle/.next/server/app/api/planner/[planId]/route.js.nft.json +1 -1
  62. package/bundle/.next/server/app/api/planner/[planId]/simulate/route.js +1 -1
  63. package/bundle/.next/server/app/api/planner/[planId]/simulate/route.js.nft.json +1 -1
  64. package/bundle/.next/server/app/api/planner/[planId]/turn/route.js +1 -1
  65. package/bundle/.next/server/app/api/planner/[planId]/turn/route.js.nft.json +1 -1
  66. package/bundle/.next/server/app/api/planner/route.js +1 -1
  67. package/bundle/.next/server/app/api/planner/route.js.nft.json +1 -1
  68. package/bundle/.next/server/app/api/reset/route.js +2 -2
  69. package/bundle/.next/server/app/api/reset/route.js.nft.json +1 -1
  70. package/bundle/.next/server/app/api/runtimes/[runtimeId]/route.js +1 -1
  71. package/bundle/.next/server/app/api/runtimes/[runtimeId]/route.js.nft.json +1 -1
  72. package/bundle/.next/server/app/api/settings/gateway/route.js +1 -1
  73. package/bundle/.next/server/app/api/settings/gateway/route.js.nft.json +1 -1
  74. package/bundle/.next/server/app/api/settings/openclaw-binary/route.js +1 -1
  75. package/bundle/.next/server/app/api/settings/openclaw-binary/route.js.nft.json +1 -1
  76. package/bundle/.next/server/app/api/settings/workspace-root/route.js +1 -1
  77. package/bundle/.next/server/app/api/settings/workspace-root/route.js.nft.json +1 -1
  78. package/bundle/.next/server/app/api/snapshot/route.js +1 -1
  79. package/bundle/.next/server/app/api/snapshot/route.js.nft.json +1 -1
  80. package/bundle/.next/server/app/api/stream/route.js +2 -2
  81. package/bundle/.next/server/app/api/stream/route.js.nft.json +1 -1
  82. package/bundle/.next/server/app/api/system/open-terminal/route.js +1 -1
  83. package/bundle/.next/server/app/api/tasks/[taskId]/abort/route.js +1 -1
  84. package/bundle/.next/server/app/api/tasks/[taskId]/abort/route.js.nft.json +1 -1
  85. package/bundle/.next/server/app/api/tasks/[taskId]/control/route.js +1 -1
  86. package/bundle/.next/server/app/api/tasks/[taskId]/control/route.js.nft.json +1 -1
  87. package/bundle/.next/server/app/api/tasks/[taskId]/stream/route.js +2 -2
  88. package/bundle/.next/server/app/api/tasks/[taskId]/stream/route.js.nft.json +1 -1
  89. package/bundle/.next/server/app/api/update/route.js +2 -2
  90. package/bundle/.next/server/app/api/update/route.js.nft.json +1 -1
  91. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/discovered-groups/route.js +1 -1
  92. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/discovered-groups/route.js.nft.json +1 -1
  93. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/route.js +1 -1
  94. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/route.js.nft.json +1 -1
  95. package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route.js +1 -1
  96. package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route.js.nft.json +1 -1
  97. package/bundle/.next/server/app/api/workspaces/[workspaceId]/files/route.js +1 -1
  98. package/bundle/.next/server/app/api/workspaces/[workspaceId]/files/route.js.nft.json +1 -1
  99. package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/discovery/route.js +1 -1
  100. package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/discovery/route.js.nft.json +1 -1
  101. package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/reconcile/route.js +1 -0
  102. package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/reconcile/route.js.nft.json +1 -0
  103. package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/reconcile/route_client-reference-manifest.js +1 -0
  104. package/bundle/.next/server/app/api/workspaces/route.js +2 -2
  105. package/bundle/.next/server/app/api/workspaces/route.js.nft.json +1 -1
  106. package/bundle/.next/server/app/files/page.js +2 -2
  107. package/bundle/.next/server/app/files/page.js.nft.json +1 -1
  108. package/bundle/.next/server/app/files/page_client-reference-manifest.js +1 -1
  109. package/bundle/.next/server/app/integrations/page.js +2 -2
  110. package/bundle/.next/server/app/integrations/page.js.nft.json +1 -1
  111. package/bundle/.next/server/app/integrations/page_client-reference-manifest.js +1 -1
  112. package/bundle/.next/server/app/models/page.js +2 -2
  113. package/bundle/.next/server/app/models/page.js.nft.json +1 -1
  114. package/bundle/.next/server/app/models/page_client-reference-manifest.js +1 -1
  115. package/bundle/.next/server/app/page.js +2 -2
  116. package/bundle/.next/server/app/page.js.nft.json +1 -1
  117. package/bundle/.next/server/app/page_client-reference-manifest.js +1 -1
  118. package/bundle/.next/server/app/settings/page.js +2 -2
  119. package/bundle/.next/server/app/settings/page.js.nft.json +1 -1
  120. package/bundle/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  121. package/bundle/.next/server/app/tasks/page.js +2 -2
  122. package/bundle/.next/server/app/tasks/page.js.nft.json +1 -1
  123. package/bundle/.next/server/app/tasks/page_client-reference-manifest.js +1 -1
  124. package/bundle/.next/server/app-paths-manifest.json +10 -9
  125. package/bundle/.next/server/chunks/1718.js +3 -3
  126. package/bundle/.next/server/chunks/2082.js +183 -0
  127. package/bundle/.next/server/chunks/262.js +1 -0
  128. package/bundle/.next/server/chunks/4391.js +2 -2
  129. package/bundle/.next/server/chunks/4767.js +7 -6
  130. package/bundle/.next/server/chunks/4983.js +1 -1
  131. package/bundle/.next/server/chunks/6476.js +3 -3
  132. package/bundle/.next/server/chunks/707.js +1 -0
  133. package/bundle/.next/server/chunks/7661.js +1 -1
  134. package/bundle/.next/server/functions-config-manifest.json +2 -1
  135. package/bundle/.next/server/middleware-build-manifest.js +1 -1
  136. package/bundle/.next/server/pages/404.html +1 -1
  137. package/bundle/.next/server/pages/500.html +1 -1
  138. package/bundle/.next/server/server-reference-manifest.json +1 -1
  139. package/bundle/.next/static/chunks/{2083-7a341dd360f54c8b.js → 2083-d45e8f4c93715147.js} +1 -1
  140. package/bundle/.next/static/chunks/6672-b36e3759495f9ac7.js +1 -0
  141. package/bundle/.next/static/chunks/{7442-b2286cbca8c413fd.js → 7442-2dc44f100f1573ea.js} +2 -2
  142. package/bundle/.next/static/chunks/app/_global-error/{page-8443c62570b9a078.js → page-a5154759aeb4c2c4.js} +1 -1
  143. package/bundle/.next/static/chunks/app/_not-found/{page-8443c62570b9a078.js → page-a5154759aeb4c2c4.js} +1 -1
  144. package/bundle/.next/static/chunks/app/agents/page-8acb55d794d87f71.js +1 -0
  145. package/bundle/.next/static/chunks/app/api/agents/[agentId]/chat/{route-8443c62570b9a078.js → route-a5154759aeb4c2c4.js} +1 -1
  146. package/bundle/.next/static/chunks/app/api/agents/{route-8443c62570b9a078.js → route-a5154759aeb4c2c4.js} +1 -1
  147. package/bundle/.next/static/chunks/app/api/diagnostics/route-a5154759aeb4c2c4.js +1 -0
  148. package/bundle/.next/static/chunks/app/api/files/reveal/route-a5154759aeb4c2c4.js +1 -0
  149. package/bundle/.next/static/chunks/app/api/gateway/control/route-a5154759aeb4c2c4.js +1 -0
  150. package/bundle/.next/static/chunks/app/api/integrations/[integrationId]/status/route-a5154759aeb4c2c4.js +1 -0
  151. package/bundle/.next/static/chunks/app/api/mission/route-a5154759aeb4c2c4.js +1 -0
  152. package/bundle/.next/static/chunks/app/api/models/catalog/route-a5154759aeb4c2c4.js +1 -0
  153. package/bundle/.next/static/chunks/app/api/models/providers/route-a5154759aeb4c2c4.js +1 -0
  154. package/bundle/.next/static/chunks/app/api/onboarding/models/route-a5154759aeb4c2c4.js +1 -0
  155. package/bundle/.next/static/chunks/app/api/onboarding/route-a5154759aeb4c2c4.js +1 -0
  156. package/bundle/.next/static/chunks/app/api/openclaw/capabilities/route-a5154759aeb4c2c4.js +1 -0
  157. package/bundle/.next/static/chunks/app/api/openclaw/compatibility-smoke/route-a5154759aeb4c2c4.js +1 -0
  158. package/bundle/.next/static/chunks/app/api/planner/[planId]/deploy/route-a5154759aeb4c2c4.js +1 -0
  159. package/bundle/.next/static/chunks/app/api/planner/[planId]/document-rewrite/route-a5154759aeb4c2c4.js +1 -0
  160. package/bundle/.next/static/chunks/app/api/planner/[planId]/route-a5154759aeb4c2c4.js +1 -0
  161. package/bundle/.next/static/chunks/app/api/planner/[planId]/simulate/route-a5154759aeb4c2c4.js +1 -0
  162. package/bundle/.next/static/chunks/app/api/planner/[planId]/turn/route-a5154759aeb4c2c4.js +1 -0
  163. package/bundle/.next/static/chunks/app/api/planner/route-a5154759aeb4c2c4.js +1 -0
  164. package/bundle/.next/static/chunks/app/api/reset/route-a5154759aeb4c2c4.js +1 -0
  165. package/bundle/.next/static/chunks/app/api/runtimes/[runtimeId]/route-a5154759aeb4c2c4.js +1 -0
  166. package/bundle/.next/static/chunks/app/api/settings/gateway/route-a5154759aeb4c2c4.js +1 -0
  167. package/bundle/.next/static/chunks/app/api/settings/openclaw-binary/route-a5154759aeb4c2c4.js +1 -0
  168. package/bundle/.next/static/chunks/app/api/settings/workspace-root/route-a5154759aeb4c2c4.js +1 -0
  169. package/bundle/.next/static/chunks/app/api/snapshot/route-a5154759aeb4c2c4.js +1 -0
  170. package/bundle/.next/static/chunks/app/api/stream/route-a5154759aeb4c2c4.js +1 -0
  171. package/bundle/.next/static/chunks/app/api/system/open-terminal/route-a5154759aeb4c2c4.js +1 -0
  172. package/bundle/.next/static/chunks/app/api/tasks/[taskId]/abort/route-a5154759aeb4c2c4.js +1 -0
  173. package/bundle/.next/static/chunks/app/api/tasks/[taskId]/control/route-a5154759aeb4c2c4.js +1 -0
  174. package/bundle/.next/static/chunks/app/api/tasks/[taskId]/stream/route-a5154759aeb4c2c4.js +1 -0
  175. package/bundle/.next/static/chunks/app/api/update/route-a5154759aeb4c2c4.js +1 -0
  176. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/channels/discovered-groups/route-a5154759aeb4c2c4.js +1 -0
  177. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/channels/route-a5154759aeb4c2c4.js +1 -0
  178. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/edit-draft/route-a5154759aeb4c2c4.js +1 -0
  179. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/files/route-a5154759aeb4c2c4.js +1 -0
  180. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/surfaces/discovery/route-a5154759aeb4c2c4.js +1 -0
  181. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/surfaces/reconcile/route-a5154759aeb4c2c4.js +1 -0
  182. package/bundle/.next/static/chunks/app/api/workspaces/route-a5154759aeb4c2c4.js +1 -0
  183. package/bundle/.next/static/chunks/app/files/page-3e166ac1009662a0.js +1 -0
  184. package/bundle/.next/static/chunks/app/integrations/page-a58f85dfc4c23468.js +1 -0
  185. package/bundle/.next/static/chunks/app/models/page-45a41bff0c708600.js +1 -0
  186. package/bundle/.next/static/chunks/app/not-found-a5154759aeb4c2c4.js +1 -0
  187. package/bundle/.next/static/chunks/app/page-78b8c43dceba02d6.js +1 -0
  188. package/bundle/.next/static/chunks/app/settings/page-dc8c5f99e93317b5.js +1 -0
  189. package/bundle/.next/static/chunks/app/tasks/page-4c8cc3fefa0a18bb.js +1 -0
  190. package/bundle/.next/static/chunks/next/dist/client/components/builtin/app-error-a5154759aeb4c2c4.js +1 -0
  191. package/bundle/.next/static/chunks/next/dist/client/components/builtin/forbidden-a5154759aeb4c2c4.js +1 -0
  192. package/bundle/.next/static/chunks/next/dist/client/components/builtin/unauthorized-a5154759aeb4c2c4.js +1 -0
  193. package/bundle/.next/static/css/dabe7b13ad484ddd.css +3 -0
  194. package/bundle/package.json +4 -1
  195. package/bundle/server.js +1 -1
  196. package/package.json +2 -2
  197. package/bundle/.next/server/chunks/5151.js +0 -183
  198. package/bundle/.next/server/chunks/8849.js +0 -1
  199. package/bundle/.next/static/chunks/2396-395f5ed99e66819d.js +0 -1
  200. package/bundle/.next/static/chunks/app/agents/page-a48b3909fe8cc49b.js +0 -1
  201. package/bundle/.next/static/chunks/app/api/diagnostics/route-8443c62570b9a078.js +0 -1
  202. package/bundle/.next/static/chunks/app/api/files/reveal/route-8443c62570b9a078.js +0 -1
  203. package/bundle/.next/static/chunks/app/api/gateway/control/route-8443c62570b9a078.js +0 -1
  204. package/bundle/.next/static/chunks/app/api/integrations/[integrationId]/status/route-8443c62570b9a078.js +0 -1
  205. package/bundle/.next/static/chunks/app/api/mission/route-8443c62570b9a078.js +0 -1
  206. package/bundle/.next/static/chunks/app/api/models/catalog/route-8443c62570b9a078.js +0 -1
  207. package/bundle/.next/static/chunks/app/api/models/providers/route-8443c62570b9a078.js +0 -1
  208. package/bundle/.next/static/chunks/app/api/onboarding/models/route-8443c62570b9a078.js +0 -1
  209. package/bundle/.next/static/chunks/app/api/onboarding/route-8443c62570b9a078.js +0 -1
  210. package/bundle/.next/static/chunks/app/api/openclaw/capabilities/route-8443c62570b9a078.js +0 -1
  211. package/bundle/.next/static/chunks/app/api/openclaw/compatibility-smoke/route-8443c62570b9a078.js +0 -1
  212. package/bundle/.next/static/chunks/app/api/planner/[planId]/deploy/route-8443c62570b9a078.js +0 -1
  213. package/bundle/.next/static/chunks/app/api/planner/[planId]/document-rewrite/route-8443c62570b9a078.js +0 -1
  214. package/bundle/.next/static/chunks/app/api/planner/[planId]/route-8443c62570b9a078.js +0 -1
  215. package/bundle/.next/static/chunks/app/api/planner/[planId]/simulate/route-8443c62570b9a078.js +0 -1
  216. package/bundle/.next/static/chunks/app/api/planner/[planId]/turn/route-8443c62570b9a078.js +0 -1
  217. package/bundle/.next/static/chunks/app/api/planner/route-8443c62570b9a078.js +0 -1
  218. package/bundle/.next/static/chunks/app/api/reset/route-8443c62570b9a078.js +0 -1
  219. package/bundle/.next/static/chunks/app/api/runtimes/[runtimeId]/route-8443c62570b9a078.js +0 -1
  220. package/bundle/.next/static/chunks/app/api/settings/gateway/route-8443c62570b9a078.js +0 -1
  221. package/bundle/.next/static/chunks/app/api/settings/openclaw-binary/route-8443c62570b9a078.js +0 -1
  222. package/bundle/.next/static/chunks/app/api/settings/workspace-root/route-8443c62570b9a078.js +0 -1
  223. package/bundle/.next/static/chunks/app/api/snapshot/route-8443c62570b9a078.js +0 -1
  224. package/bundle/.next/static/chunks/app/api/stream/route-8443c62570b9a078.js +0 -1
  225. package/bundle/.next/static/chunks/app/api/system/open-terminal/route-8443c62570b9a078.js +0 -1
  226. package/bundle/.next/static/chunks/app/api/tasks/[taskId]/abort/route-8443c62570b9a078.js +0 -1
  227. package/bundle/.next/static/chunks/app/api/tasks/[taskId]/control/route-8443c62570b9a078.js +0 -1
  228. package/bundle/.next/static/chunks/app/api/tasks/[taskId]/stream/route-8443c62570b9a078.js +0 -1
  229. package/bundle/.next/static/chunks/app/api/update/route-8443c62570b9a078.js +0 -1
  230. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/channels/discovered-groups/route-8443c62570b9a078.js +0 -1
  231. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/channels/route-8443c62570b9a078.js +0 -1
  232. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/edit-draft/route-8443c62570b9a078.js +0 -1
  233. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/files/route-8443c62570b9a078.js +0 -1
  234. package/bundle/.next/static/chunks/app/api/workspaces/[workspaceId]/surfaces/discovery/route-8443c62570b9a078.js +0 -1
  235. package/bundle/.next/static/chunks/app/api/workspaces/route-8443c62570b9a078.js +0 -1
  236. package/bundle/.next/static/chunks/app/files/page-a0e2fdb9c72008d3.js +0 -1
  237. package/bundle/.next/static/chunks/app/integrations/page-fbeb03fb416b56e4.js +0 -1
  238. package/bundle/.next/static/chunks/app/models/page-a22fedc08112e7a0.js +0 -1
  239. package/bundle/.next/static/chunks/app/not-found-8443c62570b9a078.js +0 -1
  240. package/bundle/.next/static/chunks/app/page-4f990fddc5f18dcf.js +0 -1
  241. package/bundle/.next/static/chunks/app/settings/page-28f1484e79b1be1f.js +0 -1
  242. package/bundle/.next/static/chunks/app/tasks/page-89536b0bec007ced.js +0 -1
  243. package/bundle/.next/static/chunks/next/dist/client/components/builtin/app-error-8443c62570b9a078.js +0 -1
  244. package/bundle/.next/static/chunks/next/dist/client/components/builtin/forbidden-8443c62570b9a078.js +0 -1
  245. package/bundle/.next/static/chunks/next/dist/client/components/builtin/unauthorized-8443c62570b9a078.js +0 -1
  246. package/bundle/.next/static/css/288b13e5308447b9.css +0 -3
  247. /package/bundle/.next/static/{C5KQaZvAavAtZzYvH3CPw → 0BcJbvZncZCzzyzha3Yje}/_buildManifest.js +0 -0
  248. /package/bundle/.next/static/{C5KQaZvAavAtZzYvH3CPw → 0BcJbvZncZCzzyzha3Yje}/_ssgManifest.js +0 -0
package/bundle/server.js CHANGED
@@ -9,7 +9,7 @@ const currentPort = parseInt(process.env.PORT, 10) || 3000
9
9
  const hostname = process.env.HOSTNAME || '0.0.0.0'
10
10
 
11
11
  let keepAliveTimeout = parseInt(process.env.KEEP_ALIVE_TIMEOUT, 10)
12
- const nextConfig = {"env":{},"webpack":null,"typescript":{"ignoreBuildErrors":false},"typedRoutes":false,"distDir":"./.next","cleanDistDir":true,"assetPrefix":"","cacheMaxMemorySize":52428800,"configOrigin":"next.config.mjs","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"poweredByHeader":true,"compress":true,"images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":14400,"formats":["image/webp"],"maximumRedirects":3,"maximumResponseBody":50000000,"dangerouslyAllowLocalIP":false,"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"attachment","localPatterns":[{"pathname":"**","search":""}],"remotePatterns":[],"qualities":[75],"unoptimized":false,"customCacheHandler":false},"devIndicators":{"position":"bottom-left"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"excludeDefaultMomentLocales":true,"reactProductionProfiling":false,"reactStrictMode":null,"reactMaxHeadersLength":6000,"httpAgentOptions":{"keepAlive":true},"logging":{"serverFunctions":true,"browserToTerminal":"warn"},"compiler":{},"expireTime":31536000,"staticPageGenerationTimeout":60,"output":"standalone","modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"lodash":{"transform":"lodash/{{member}}"}},"outputFileTracingRoot":"/Users/kazimakgul/Documents/GitHub/AgentOS","allowedDevOrigins":["localhost","127.0.0.1","::1","[::1]","192.168.1.157"],"cacheComponents":false,"cacheLife":{"default":{"stale":300,"revalidate":900,"expire":4294967294},"seconds":{"stale":30,"revalidate":1,"expire":60},"minutes":{"stale":300,"revalidate":60,"expire":3600},"hours":{"stale":300,"revalidate":3600,"expire":86400},"days":{"stale":300,"revalidate":86400,"expire":604800},"weeks":{"stale":300,"revalidate":604800,"expire":2592000},"max":{"stale":300,"revalidate":2592000,"expire":31536000}},"cacheHandlers":{},"experimental":{"appNewScrollHandler":false,"useSkewCookie":false,"cssChunking":true,"multiZoneDraftMode":false,"appNavFailHandling":false,"prerenderEarlyExit":true,"serverMinification":true,"linkNoTouchStart":false,"caseSensitiveRoutes":false,"cachedNavigations":false,"partialFallbacks":false,"dynamicOnHover":false,"varyParams":false,"prefetchInlining":false,"preloadEntriesOnStart":true,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","proxyPrefetch":"flexible","optimisticClientCache":true,"manualClientBasePath":false,"cpus":9,"memoryBasedWorkersCount":false,"imgOptConcurrency":null,"imgOptTimeoutInSeconds":7,"imgOptMaxInputPixels":268402689,"imgOptSequentialRead":null,"imgOptSkipMetadata":null,"isrFlushToDisk":true,"workerThreads":false,"optimizeCss":false,"nextScriptWorkers":false,"scrollRestoration":false,"externalDir":false,"disableOptimizedLoading":false,"gzipSize":true,"craCompat":false,"esmExternals":true,"fullySpecified":false,"swcTraceProfiling":false,"forceSwcTransforms":false,"largePageDataBytes":128000,"typedEnv":false,"parallelServerCompiles":false,"parallelServerBuildTraces":false,"ppr":false,"authInterrupts":false,"webpackMemoryOptimizations":false,"optimizeServerReact":true,"strictRouteTypes":false,"viewTransition":false,"removeUncaughtErrorAndRejectionListeners":false,"validateRSCRequestHeaders":false,"staleTimes":{"dynamic":0,"static":300},"reactDebugChannel":true,"serverComponentsHmrCache":true,"staticGenerationMaxConcurrency":8,"staticGenerationMinPagesPerWorker":25,"transitionIndicator":false,"gestureTransition":false,"inlineCss":false,"useCache":false,"globalNotFound":false,"browserDebugInfoInTerminal":"warn","lockDistDir":true,"proxyClientMaxBodySize":10485760,"hideLogsAfterAbort":false,"mcpServer":true,"turbopackFileSystemCacheForDev":true,"turbopackFileSystemCacheForBuild":false,"turbopackInferModuleSideEffects":true,"turbopackPluginRuntimeStrategy":"childProcesses","optimizePackageImports":["lucide-react","date-fns","lodash-es","ramda","antd","react-bootstrap","ahooks","@ant-design/icons","@headlessui/react","@headlessui-float/react","@heroicons/react/20/solid","@heroicons/react/24/solid","@heroicons/react/24/outline","@visx/visx","@tremor/react","rxjs","@mui/material","@mui/icons-material","recharts","react-use","effect","@effect/schema","@effect/platform","@effect/platform-node","@effect/platform-browser","@effect/platform-bun","@effect/sql","@effect/sql-mssql","@effect/sql-mysql2","@effect/sql-pg","@effect/sql-sqlite-node","@effect/sql-sqlite-bun","@effect/sql-sqlite-wasm","@effect/sql-sqlite-react-native","@effect/rpc","@effect/rpc-http","@effect/typeclass","@effect/experimental","@effect/opentelemetry","@material-ui/core","@material-ui/icons","@tabler/icons-react","mui-core","react-icons/ai","react-icons/bi","react-icons/bs","react-icons/cg","react-icons/ci","react-icons/di","react-icons/fa","react-icons/fa6","react-icons/fc","react-icons/fi","react-icons/gi","react-icons/go","react-icons/gr","react-icons/hi","react-icons/hi2","react-icons/im","react-icons/io","react-icons/io5","react-icons/lia","react-icons/lib","react-icons/lu","react-icons/md","react-icons/pi","react-icons/ri","react-icons/rx","react-icons/si","react-icons/sl","react-icons/tb","react-icons/tfi","react-icons/ti","react-icons/vsc","react-icons/wi"],"trustHostHeader":false,"isExperimentalCompile":false},"htmlLimitedBots":"[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight","bundlePagesRouterDependencies":false,"configFileName":"next.config.mjs","outputFileTracingExcludes":{"/*":["./AGENTS.md","./README.md","./docs/**/*","./eslint.config.mjs","./next-env.d.ts","./next.config.mjs","./package-lock.json","./pnpm-lock.yaml","./pnpm-workspace.yaml","./tailwind.config.ts","./tests/**/*","./tsconfig.json"]},"turbopack":{"root":"/Users/kazimakgul/Documents/GitHub/AgentOS"},"distDirRoot":".next"}
12
+ const nextConfig = {"env":{},"webpack":null,"typescript":{"ignoreBuildErrors":false},"typedRoutes":false,"distDir":"./.next","cleanDistDir":true,"assetPrefix":"","cacheMaxMemorySize":52428800,"configOrigin":"next.config.mjs","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"poweredByHeader":true,"compress":true,"images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":14400,"formats":["image/webp"],"maximumRedirects":3,"maximumResponseBody":50000000,"dangerouslyAllowLocalIP":false,"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"attachment","localPatterns":[{"pathname":"**","search":""}],"remotePatterns":[],"qualities":[75],"unoptimized":false,"customCacheHandler":false},"devIndicators":{"position":"bottom-left"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"excludeDefaultMomentLocales":true,"reactProductionProfiling":false,"reactStrictMode":null,"reactMaxHeadersLength":6000,"httpAgentOptions":{"keepAlive":true},"logging":{"serverFunctions":true,"browserToTerminal":"warn"},"compiler":{},"expireTime":31536000,"staticPageGenerationTimeout":60,"output":"standalone","modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"lodash":{"transform":"lodash/{{member}}"}},"outputFileTracingRoot":"/Users/kazimakgul/Documents/GitHub/AgentOS","allowedDevOrigins":["localhost","127.0.0.1","::1","[::1]","192.168.1.127"],"cacheComponents":false,"cacheLife":{"default":{"stale":300,"revalidate":900,"expire":4294967294},"seconds":{"stale":30,"revalidate":1,"expire":60},"minutes":{"stale":300,"revalidate":60,"expire":3600},"hours":{"stale":300,"revalidate":3600,"expire":86400},"days":{"stale":300,"revalidate":86400,"expire":604800},"weeks":{"stale":300,"revalidate":604800,"expire":2592000},"max":{"stale":300,"revalidate":2592000,"expire":31536000}},"cacheHandlers":{},"experimental":{"appNewScrollHandler":false,"useSkewCookie":false,"cssChunking":true,"multiZoneDraftMode":false,"appNavFailHandling":false,"prerenderEarlyExit":true,"serverMinification":true,"linkNoTouchStart":false,"caseSensitiveRoutes":false,"cachedNavigations":false,"partialFallbacks":false,"dynamicOnHover":false,"varyParams":false,"prefetchInlining":false,"preloadEntriesOnStart":true,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","proxyPrefetch":"flexible","optimisticClientCache":true,"manualClientBasePath":false,"cpus":9,"memoryBasedWorkersCount":false,"imgOptConcurrency":null,"imgOptTimeoutInSeconds":7,"imgOptMaxInputPixels":268402689,"imgOptSequentialRead":null,"imgOptSkipMetadata":null,"isrFlushToDisk":true,"workerThreads":false,"optimizeCss":false,"nextScriptWorkers":false,"scrollRestoration":false,"externalDir":false,"disableOptimizedLoading":false,"gzipSize":true,"craCompat":false,"esmExternals":true,"fullySpecified":false,"swcTraceProfiling":false,"forceSwcTransforms":false,"largePageDataBytes":128000,"typedEnv":false,"parallelServerCompiles":false,"parallelServerBuildTraces":false,"ppr":false,"authInterrupts":false,"webpackMemoryOptimizations":false,"optimizeServerReact":true,"strictRouteTypes":false,"viewTransition":false,"removeUncaughtErrorAndRejectionListeners":false,"validateRSCRequestHeaders":false,"staleTimes":{"dynamic":0,"static":300},"reactDebugChannel":true,"serverComponentsHmrCache":true,"staticGenerationMaxConcurrency":8,"staticGenerationMinPagesPerWorker":25,"transitionIndicator":false,"gestureTransition":false,"inlineCss":false,"useCache":false,"globalNotFound":false,"browserDebugInfoInTerminal":"warn","lockDistDir":true,"proxyClientMaxBodySize":10485760,"hideLogsAfterAbort":false,"mcpServer":true,"turbopackFileSystemCacheForDev":true,"turbopackFileSystemCacheForBuild":false,"turbopackInferModuleSideEffects":true,"turbopackPluginRuntimeStrategy":"childProcesses","optimizePackageImports":["lucide-react","date-fns","lodash-es","ramda","antd","react-bootstrap","ahooks","@ant-design/icons","@headlessui/react","@headlessui-float/react","@heroicons/react/20/solid","@heroicons/react/24/solid","@heroicons/react/24/outline","@visx/visx","@tremor/react","rxjs","@mui/material","@mui/icons-material","recharts","react-use","effect","@effect/schema","@effect/platform","@effect/platform-node","@effect/platform-browser","@effect/platform-bun","@effect/sql","@effect/sql-mssql","@effect/sql-mysql2","@effect/sql-pg","@effect/sql-sqlite-node","@effect/sql-sqlite-bun","@effect/sql-sqlite-wasm","@effect/sql-sqlite-react-native","@effect/rpc","@effect/rpc-http","@effect/typeclass","@effect/experimental","@effect/opentelemetry","@material-ui/core","@material-ui/icons","@tabler/icons-react","mui-core","react-icons/ai","react-icons/bi","react-icons/bs","react-icons/cg","react-icons/ci","react-icons/di","react-icons/fa","react-icons/fa6","react-icons/fc","react-icons/fi","react-icons/gi","react-icons/go","react-icons/gr","react-icons/hi","react-icons/hi2","react-icons/im","react-icons/io","react-icons/io5","react-icons/lia","react-icons/lib","react-icons/lu","react-icons/md","react-icons/pi","react-icons/ri","react-icons/rx","react-icons/si","react-icons/sl","react-icons/tb","react-icons/tfi","react-icons/ti","react-icons/vsc","react-icons/wi"],"trustHostHeader":false,"isExperimentalCompile":false},"htmlLimitedBots":"[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight","bundlePagesRouterDependencies":false,"configFileName":"next.config.mjs","outputFileTracingExcludes":{"/*":["./AGENTS.md","./README.md","./docs/**/*","./eslint.config.mjs","./next-env.d.ts","./next.config.mjs","./package-lock.json","./pnpm-lock.yaml","./pnpm-workspace.yaml","./tailwind.config.ts","./tests/**/*","./tsconfig.json"]},"turbopack":{"root":"/Users/kazimakgul/Documents/GitHub/AgentOS"},"distDirRoot":".next"}
13
13
 
14
14
  process.env.__NEXT_PRIVATE_STANDALONE_CONFIG = JSON.stringify(nextConfig)
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapienx/agentos",
3
- "version": "0.5.9",
3
+ "version": "0.6.2",
4
4
  "description": "AgentOS control plane launcher",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -25,7 +25,7 @@
25
25
  "ai"
26
26
  ],
27
27
  "engines": {
28
- "node": ">=20.9.0"
28
+ "node": ">=24.0.0"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"