@sapienx/agentos 0.6.4 → 0.6.6

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 (86) hide show
  1. package/README.md +7 -0
  2. package/bin/agentos.js +70 -14
  3. package/bundle/.next/BUILD_ID +1 -1
  4. package/bundle/.next/app-path-routes-manifest.json +14 -14
  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/server/app/_global-error.html +1 -1
  9. package/bundle/.next/server/app/_global-error.rsc +1 -1
  10. package/bundle/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  11. package/bundle/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  12. package/bundle/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  13. package/bundle/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  14. package/bundle/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  15. package/bundle/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  16. package/bundle/.next/server/app/_not-found/page.js +12 -1
  17. package/bundle/.next/server/app/_not-found.html +12 -1
  18. package/bundle/.next/server/app/_not-found.rsc +1 -1
  19. package/bundle/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  20. package/bundle/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  21. package/bundle/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  22. package/bundle/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  23. package/bundle/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  24. package/bundle/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  25. package/bundle/.next/server/app/accounts/page.js.nft.json +1 -1
  26. package/bundle/.next/server/app/agents/page.js.nft.json +1 -1
  27. package/bundle/.next/server/app/api/accounts/access-rules/route.js.nft.json +1 -1
  28. package/bundle/.next/server/app/api/accounts/login-targets/route.js.nft.json +1 -1
  29. package/bundle/.next/server/app/api/agents/[agentId]/chat/route.js.nft.json +1 -1
  30. package/bundle/.next/server/app/api/agents/route.js.nft.json +1 -1
  31. package/bundle/.next/server/app/api/diagnostics/route.js.nft.json +1 -1
  32. package/bundle/.next/server/app/api/gateway/control/route.js.nft.json +1 -1
  33. package/bundle/.next/server/app/api/mission/route.js.nft.json +1 -1
  34. package/bundle/.next/server/app/api/models/catalog/route.js +1 -1
  35. package/bundle/.next/server/app/api/models/catalog/route.js.nft.json +1 -1
  36. package/bundle/.next/server/app/api/models/providers/route.js +1 -1
  37. package/bundle/.next/server/app/api/models/providers/route.js.nft.json +1 -1
  38. package/bundle/.next/server/app/api/onboarding/models/route.js +1 -1
  39. package/bundle/.next/server/app/api/onboarding/models/route.js.nft.json +1 -1
  40. package/bundle/.next/server/app/api/onboarding/route.js.nft.json +1 -1
  41. package/bundle/.next/server/app/api/openclaw/compatibility-smoke/route.js.nft.json +1 -1
  42. package/bundle/.next/server/app/api/planner/[planId]/deploy/route.js.nft.json +1 -1
  43. package/bundle/.next/server/app/api/planner/[planId]/document-rewrite/route.js.nft.json +1 -1
  44. package/bundle/.next/server/app/api/planner/[planId]/route.js.nft.json +1 -1
  45. package/bundle/.next/server/app/api/planner/[planId]/simulate/route.js.nft.json +1 -1
  46. package/bundle/.next/server/app/api/planner/[planId]/turn/route.js.nft.json +1 -1
  47. package/bundle/.next/server/app/api/planner/route.js.nft.json +1 -1
  48. package/bundle/.next/server/app/api/reset/route.js.nft.json +1 -1
  49. package/bundle/.next/server/app/api/runtimes/[runtimeId]/route.js.nft.json +1 -1
  50. package/bundle/.next/server/app/api/settings/gateway/route.js.nft.json +1 -1
  51. package/bundle/.next/server/app/api/settings/openclaw-binary/route.js.nft.json +1 -1
  52. package/bundle/.next/server/app/api/settings/workspace-root/route.js.nft.json +1 -1
  53. package/bundle/.next/server/app/api/snapshot/route.js.nft.json +1 -1
  54. package/bundle/.next/server/app/api/stream/route.js.nft.json +1 -1
  55. package/bundle/.next/server/app/api/tasks/[taskId]/abort/route.js.nft.json +1 -1
  56. package/bundle/.next/server/app/api/tasks/[taskId]/control/route.js.nft.json +1 -1
  57. package/bundle/.next/server/app/api/tasks/[taskId]/stream/route.js.nft.json +1 -1
  58. package/bundle/.next/server/app/api/update/route.js.nft.json +1 -1
  59. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/discovered-groups/route.js.nft.json +1 -1
  60. package/bundle/.next/server/app/api/workspaces/[workspaceId]/channels/route.js.nft.json +1 -1
  61. package/bundle/.next/server/app/api/workspaces/[workspaceId]/edit-draft/route.js.nft.json +1 -1
  62. package/bundle/.next/server/app/api/workspaces/[workspaceId]/files/route.js.nft.json +1 -1
  63. package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/discovery/route.js.nft.json +1 -1
  64. package/bundle/.next/server/app/api/workspaces/[workspaceId]/surfaces/reconcile/route.js.nft.json +1 -1
  65. package/bundle/.next/server/app/api/workspaces/route.js.nft.json +1 -1
  66. package/bundle/.next/server/app/files/page.js.nft.json +1 -1
  67. package/bundle/.next/server/app/integrations/page.js.nft.json +1 -1
  68. package/bundle/.next/server/app/models/page.js.nft.json +1 -1
  69. package/bundle/.next/server/app/page.js.nft.json +1 -1
  70. package/bundle/.next/server/app/settings/page.js.nft.json +1 -1
  71. package/bundle/.next/server/app/tasks/page.js.nft.json +1 -1
  72. package/bundle/.next/server/app-paths-manifest.json +14 -14
  73. package/bundle/.next/server/chunks/1718.js +2 -2
  74. package/bundle/.next/server/chunks/2082.js +2 -2
  75. package/bundle/.next/server/chunks/4767.js +1 -1
  76. package/bundle/.next/server/chunks/6476.js +2 -1
  77. package/bundle/.next/server/chunks/707.js +12 -1
  78. package/bundle/.next/server/middleware-build-manifest.js +1 -1
  79. package/bundle/.next/server/middleware.js +3 -3
  80. package/bundle/.next/server/pages/404.html +12 -1
  81. package/bundle/.next/server/pages/500.html +1 -1
  82. package/bundle/.next/server/server-reference-manifest.json +1 -1
  83. package/bundle/server.js +1 -1
  84. package/package.json +1 -1
  85. /package/bundle/.next/static/{3q7KIyMtqsdnXjlJlEHq3 → Pe2Qv8_zpxfA-X03dV603}/_buildManifest.js +0 -0
  86. /package/bundle/.next/static/{3q7KIyMtqsdnXjlJlEHq3 → Pe2Qv8_zpxfA-X03dV603}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],lowPriorityFiles:["static/3q7KIyMtqsdnXjlJlEHq3/_buildManifest.js","static/3q7KIyMtqsdnXjlJlEHq3/_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/Pe2Qv8_zpxfA-X03dV603/_buildManifest.js","static/Pe2Qv8_zpxfA-X03dV603/_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":[]}};