@sapienx/agentos 0.6.5 → 0.6.7

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 (178) hide show
  1. package/README.md +8 -1
  2. package/bin/agentos.js +70 -14
  3. package/bundle/.next/BUILD_ID +1 -1
  4. package/bundle/.next/app-path-routes-manifest.json +9 -9
  5. package/bundle/.next/build-manifest.json +3 -3
  6. package/bundle/.next/prerender-manifest.json +3 -3
  7. package/bundle/.next/react-loadable-manifest.json +3 -2
  8. package/bundle/.next/required-server-files.json +2 -2
  9. package/bundle/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  10. package/bundle/.next/server/app/_global-error.html +1 -1
  11. package/bundle/.next/server/app/_global-error.rsc +1 -1
  12. package/bundle/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  13. package/bundle/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  14. package/bundle/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  15. package/bundle/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  16. package/bundle/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  17. package/bundle/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  18. package/bundle/.next/server/app/_not-found/page.js +12 -1
  19. package/bundle/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  20. package/bundle/.next/server/app/_not-found.html +12 -1
  21. package/bundle/.next/server/app/_not-found.rsc +2 -2
  22. package/bundle/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  23. package/bundle/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  24. package/bundle/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  25. package/bundle/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  26. package/bundle/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  27. package/bundle/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  28. package/bundle/.next/server/app/accounts/page.js +1 -1
  29. package/bundle/.next/server/app/accounts/page.js.nft.json +1 -1
  30. package/bundle/.next/server/app/accounts/page_client-reference-manifest.js +1 -1
  31. package/bundle/.next/server/app/agents/page.js +1 -1
  32. package/bundle/.next/server/app/agents/page.js.nft.json +1 -1
  33. package/bundle/.next/server/app/agents/page_client-reference-manifest.js +1 -1
  34. package/bundle/.next/server/app/api/accounts/access-rules/route.js.nft.json +1 -1
  35. package/bundle/.next/server/app/api/accounts/login-targets/route.js.nft.json +1 -1
  36. package/bundle/.next/server/app/api/agents/[agentId]/chat/route.js +2 -2
  37. package/bundle/.next/server/app/api/agents/[agentId]/chat/route.js.nft.json +1 -1
  38. package/bundle/.next/server/app/api/agents/route.js +1 -1
  39. package/bundle/.next/server/app/api/agents/route.js.nft.json +1 -1
  40. package/bundle/.next/server/app/api/diagnostics/route.js +1 -1
  41. package/bundle/.next/server/app/api/diagnostics/route.js.nft.json +1 -1
  42. package/bundle/.next/server/app/api/gateway/control/route.js +1 -1
  43. package/bundle/.next/server/app/api/gateway/control/route.js.nft.json +1 -1
  44. package/bundle/.next/server/app/api/mission/route.js +1 -1
  45. package/bundle/.next/server/app/api/mission/route.js.nft.json +1 -1
  46. package/bundle/.next/server/app/api/models/catalog/route.js +1 -2
  47. package/bundle/.next/server/app/api/models/catalog/route.js.nft.json +1 -1
  48. package/bundle/.next/server/app/api/models/providers/route.js +1 -2
  49. package/bundle/.next/server/app/api/models/providers/route.js.nft.json +1 -1
  50. package/bundle/.next/server/app/api/onboarding/models/route.js +8 -9
  51. package/bundle/.next/server/app/api/onboarding/models/route.js.nft.json +1 -1
  52. package/bundle/.next/server/app/api/onboarding/route.js +8 -8
  53. package/bundle/.next/server/app/api/onboarding/route.js.nft.json +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 +1 -1
  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 +1 -1
  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 +1 -1
  81. package/bundle/.next/server/app/api/stream/route.js.nft.json +1 -1
  82. package/bundle/.next/server/app/api/tasks/[taskId]/abort/route.js +1 -1
  83. package/bundle/.next/server/app/api/tasks/[taskId]/abort/route.js.nft.json +1 -1
  84. package/bundle/.next/server/app/api/tasks/[taskId]/control/route.js +1 -1
  85. package/bundle/.next/server/app/api/tasks/[taskId]/control/route.js.nft.json +1 -1
  86. package/bundle/.next/server/app/api/tasks/[taskId]/stream/route.js +1 -1
  87. package/bundle/.next/server/app/api/tasks/[taskId]/stream/route.js.nft.json +1 -1
  88. package/bundle/.next/server/app/api/update/route.js +7 -7
  89. package/bundle/.next/server/app/api/update/route.js.nft.json +1 -1
  90. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/discovered-groups/route.js +1 -1
  91. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/discovered-groups/route.js.nft.json +1 -1
  92. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/route.js +1 -1
  93. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/route.js.nft.json +1 -1
  94. package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route.js +1 -1
  95. package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route.js.nft.json +1 -1
  96. package/bundle/.next/server/app/api/workspaces/[workspaceId]/files/route.js +1 -1
  97. package/bundle/.next/server/app/api/workspaces/[workspaceId]/files/route.js.nft.json +1 -1
  98. package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/discovery/route.js +1 -1
  99. package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/discovery/route.js.nft.json +1 -1
  100. package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/reconcile/route.js +1 -1
  101. package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/reconcile/route.js.nft.json +1 -1
  102. package/bundle/.next/server/app/api/workspaces/route.js +1 -1
  103. package/bundle/.next/server/app/api/workspaces/route.js.nft.json +1 -1
  104. package/bundle/.next/server/app/files/page.js +1 -1
  105. package/bundle/.next/server/app/files/page.js.nft.json +1 -1
  106. package/bundle/.next/server/app/files/page_client-reference-manifest.js +1 -1
  107. package/bundle/.next/server/app/integrations/page.js +1 -1
  108. package/bundle/.next/server/app/integrations/page.js.nft.json +1 -1
  109. package/bundle/.next/server/app/integrations/page_client-reference-manifest.js +1 -1
  110. package/bundle/.next/server/app/models/page.js +1 -1
  111. package/bundle/.next/server/app/models/page.js.nft.json +1 -1
  112. package/bundle/.next/server/app/models/page_client-reference-manifest.js +1 -1
  113. package/bundle/.next/server/app/page.js +1 -1
  114. package/bundle/.next/server/app/page.js.nft.json +1 -1
  115. package/bundle/.next/server/app/page_client-reference-manifest.js +1 -1
  116. package/bundle/.next/server/app/settings/page.js +1 -1
  117. package/bundle/.next/server/app/settings/page.js.nft.json +1 -1
  118. package/bundle/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  119. package/bundle/.next/server/app/tasks/page.js +1 -1
  120. package/bundle/.next/server/app/tasks/page.js.nft.json +1 -1
  121. package/bundle/.next/server/app/tasks/page_client-reference-manifest.js +1 -1
  122. package/bundle/.next/server/app-paths-manifest.json +9 -9
  123. package/bundle/.next/server/chunks/1718.js +3 -3
  124. package/bundle/.next/server/chunks/1908.js +12 -0
  125. package/bundle/.next/server/chunks/{4466.js → 2307.js} +1 -1
  126. package/bundle/.next/server/chunks/4391.js +36 -36
  127. package/bundle/.next/server/chunks/4767.js +20 -19
  128. package/bundle/.next/server/chunks/4983.js +3 -1
  129. package/bundle/.next/server/chunks/6476.js +6 -5
  130. package/bundle/.next/server/chunks/{6320.js → 6637.js} +1 -1
  131. package/bundle/.next/server/chunks/{7396.js → 7085.js} +1 -1
  132. package/bundle/.next/server/chunks/9494.js +183 -0
  133. package/bundle/.next/server/middleware-build-manifest.js +1 -1
  134. package/bundle/.next/server/middleware-react-loadable-manifest.js +1 -1
  135. package/bundle/.next/server/middleware.js +3 -3
  136. package/bundle/.next/server/pages/404.html +12 -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-e309043f80c43402.js +1 -0
  140. package/bundle/.next/static/chunks/2125-162d48301a8f53b4.js +3 -0
  141. package/bundle/.next/static/chunks/2207-4f66fd1ddff2aba5.js +1 -0
  142. package/bundle/.next/static/chunks/{6276-fdd5e81abda749e8.js → 2603-769710adda1d633d.js} +1 -1
  143. package/bundle/.next/static/chunks/4137.19010bab7fabf352.js +1 -0
  144. package/bundle/.next/static/chunks/{3315-597211dffe007157.js → 4176-f5f581e6cd26d962.js} +4 -4
  145. package/bundle/.next/static/chunks/7197.866876dffb806516.js +1 -0
  146. package/bundle/.next/static/chunks/{7442-4cc100ec1115e55d.js → 7442-717620617b49de55.js} +36 -36
  147. package/bundle/.next/static/chunks/8373-cadb82a39137601c.js +1 -0
  148. package/bundle/.next/static/chunks/app/accounts/page-2caea77f8a44146b.js +1 -0
  149. package/bundle/.next/static/chunks/app/agents/page-d4c7bfe64d44b003.js +1 -0
  150. package/bundle/.next/static/chunks/app/files/page-a16b11d418e6dbe5.js +1 -0
  151. package/bundle/.next/static/chunks/app/integrations/page-2314a29ba4274466.js +1 -0
  152. package/bundle/.next/static/chunks/app/models/page-7850176ce8455112.js +1 -0
  153. package/bundle/.next/static/chunks/app/page-da330bca609cd094.js +1 -0
  154. package/bundle/.next/static/chunks/app/settings/page-a6c7770571bf5fe1.js +1 -0
  155. package/bundle/.next/static/chunks/app/tasks/page-af0098a4b77a7e2e.js +1 -0
  156. package/bundle/.next/static/chunks/webpack-0a8ad3b5f2b4bb1b.js +1 -0
  157. package/bundle/.next/static/css/39bff2e14c799896.css +3 -0
  158. package/bundle/server.js +1 -1
  159. package/package.json +1 -1
  160. package/bundle/.next/server/chunks/2082.js +0 -183
  161. package/bundle/.next/server/chunks/707.js +0 -1
  162. package/bundle/.next/static/chunks/2083-42815fbe60a1bf82.js +0 -1
  163. package/bundle/.next/static/chunks/2842.b8d0551fd4d397d4.js +0 -1
  164. package/bundle/.next/static/chunks/6672-f468873ca90420ef.js +0 -1
  165. package/bundle/.next/static/chunks/6848-bf85a5b7d7c1e82b.js +0 -1
  166. package/bundle/.next/static/chunks/7197.f130bbf23030eec7.js +0 -1
  167. package/bundle/.next/static/chunks/app/accounts/page-c9e49f6fc4ec8e1e.js +0 -1
  168. package/bundle/.next/static/chunks/app/agents/page-6729705e1231670f.js +0 -1
  169. package/bundle/.next/static/chunks/app/files/page-88c9118871e40c6f.js +0 -1
  170. package/bundle/.next/static/chunks/app/integrations/page-b0541340ce23ac08.js +0 -1
  171. package/bundle/.next/static/chunks/app/models/page-d46f533a6ad10e54.js +0 -1
  172. package/bundle/.next/static/chunks/app/page-78b8c43dceba02d6.js +0 -1
  173. package/bundle/.next/static/chunks/app/settings/page-dc8c5f99e93317b5.js +0 -1
  174. package/bundle/.next/static/chunks/app/tasks/page-2d8a967801747f41.js +0 -1
  175. package/bundle/.next/static/chunks/webpack-6d3da3859b096ce1.js +0 -1
  176. package/bundle/.next/static/css/2755afb6503b0e79.css +0 -3
  177. /package/bundle/.next/static/{5DvZwoGVRx3UJbWZaBnAU → Lmp1cZ9_c9K3sYYLpgFsg}/_buildManifest.js +0 -0
  178. /package/bundle/.next/static/{5DvZwoGVRx3UJbWZaBnAU → Lmp1cZ9_c9K3sYYLpgFsg}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],lowPriorityFiles:["static/5DvZwoGVRx3UJbWZaBnAU/_buildManifest.js","static/5DvZwoGVRx3UJbWZaBnAU/_ssgManifest.js"],rootMainFiles:["static/chunks/webpack-6d3da3859b096ce1.js","static/chunks/f6503f1c-1272160a304f8b44.js","static/chunks/4424-805347abcfa4dab9.js","static/chunks/main-app-70892a7dc1723083.js"],rootMainFilesTree:{},pages:{"/_app":[]}};
1
+ globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],lowPriorityFiles:["static/Lmp1cZ9_c9K3sYYLpgFsg/_buildManifest.js","static/Lmp1cZ9_c9K3sYYLpgFsg/_ssgManifest.js"],rootMainFiles:["static/chunks/webpack-0a8ad3b5f2b4bb1b.js","static/chunks/f6503f1c-1272160a304f8b44.js","static/chunks/4424-805347abcfa4dab9.js","static/chunks/main-app-70892a7dc1723083.js"],rootMainFilesTree:{},pages:{"/_app":[]}};
@@ -1 +1 @@
1
- self.__REACT_LOADABLE_MANIFEST='{"components/mission-control/mission-control-shell.tsx -> @/components/mission-control/canvas":{"id":67197,"files":["static/css/599369d853c61df7.css","static/chunks/4a846800.ef93163f41628d6f.js","static/chunks/2842.b8d0551fd4d397d4.js","static/chunks/7197.f130bbf23030eec7.js"]}}';
1
+ self.__REACT_LOADABLE_MANIFEST='{"components/mission-control/mission-control-shell.tsx -> @/components/mission-control/canvas":{"id":67197,"files":["static/css/599369d853c61df7.css","static/chunks/4a846800.ef93163f41628d6f.js","static/chunks/4137.19010bab7fabf352.js","static/chunks/2125-162d48301a8f53b4.js","static/chunks/7197.866876dffb806516.js"]}}';