@mndrk/agx 2.0.33 → 2.0.36

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 (690) hide show
  1. package/cloud-runtime/standalone/.next/BUILD_ID +1 -1
  2. package/cloud-runtime/standalone/.next/app-path-routes-manifest.json +17 -0
  3. package/cloud-runtime/standalone/.next/build-manifest.json +6 -6
  4. package/cloud-runtime/standalone/.next/prerender-manifest.json +27 -3
  5. package/cloud-runtime/standalone/.next/routes-manifest.json +110 -0
  6. package/cloud-runtime/standalone/.next/server/app/_global-error/page/build-manifest.json +4 -4
  7. package/cloud-runtime/standalone/.next/server/app/_global-error.html +2 -2
  8. package/cloud-runtime/standalone/.next/server/app/_global-error.rsc +1 -1
  9. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  10. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  11. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  12. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  13. package/cloud-runtime/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  14. package/cloud-runtime/standalone/.next/server/app/_not-found/page/build-manifest.json +4 -4
  15. package/cloud-runtime/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  16. package/cloud-runtime/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  17. package/cloud-runtime/standalone/.next/server/app/_not-found.html +2 -2
  18. package/cloud-runtime/standalone/.next/server/app/_not-found.rsc +2 -2
  19. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
  20. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  21. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
  22. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  23. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  24. package/cloud-runtime/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  25. package/cloud-runtime/standalone/.next/server/app/agents/[id]/page/build-manifest.json +4 -4
  26. package/cloud-runtime/standalone/.next/server/app/agents/[id]/page.js.nft.json +1 -1
  27. package/cloud-runtime/standalone/.next/server/app/agents/[id]/page_client-reference-manifest.js +1 -1
  28. package/cloud-runtime/standalone/.next/server/app/agents/page/build-manifest.json +4 -4
  29. package/cloud-runtime/standalone/.next/server/app/agents/page.js.nft.json +1 -1
  30. package/cloud-runtime/standalone/.next/server/app/agents/page_client-reference-manifest.js +1 -1
  31. package/cloud-runtime/standalone/.next/server/app/agents.html +2 -2
  32. package/cloud-runtime/standalone/.next/server/app/agents.rsc +3 -3
  33. package/cloud-runtime/standalone/.next/server/app/agents.segments/_full.segment.rsc +3 -3
  34. package/cloud-runtime/standalone/.next/server/app/agents.segments/_head.segment.rsc +1 -1
  35. package/cloud-runtime/standalone/.next/server/app/agents.segments/_index.segment.rsc +2 -2
  36. package/cloud-runtime/standalone/.next/server/app/agents.segments/_tree.segment.rsc +2 -2
  37. package/cloud-runtime/standalone/.next/server/app/agents.segments/agents/__PAGE__.segment.rsc +2 -2
  38. package/cloud-runtime/standalone/.next/server/app/agents.segments/agents.segment.rsc +1 -1
  39. package/cloud-runtime/standalone/.next/server/app/api/agent-specs/route.js +1 -1
  40. package/cloud-runtime/standalone/.next/server/app/api/agent-specs/route.js.nft.json +1 -1
  41. package/cloud-runtime/standalone/.next/server/app/api/agents/[id]/profile/route.js +1 -1
  42. package/cloud-runtime/standalone/.next/server/app/api/agents/[id]/profile/route.js.nft.json +1 -1
  43. package/cloud-runtime/standalone/.next/server/app/api/agents/export/route.js +1 -1
  44. package/cloud-runtime/standalone/.next/server/app/api/agents/export/route.js.nft.json +1 -1
  45. package/cloud-runtime/standalone/.next/server/app/api/automations/create/route.js +2 -2
  46. package/cloud-runtime/standalone/.next/server/app/api/automations/create/route.js.nft.json +1 -1
  47. package/cloud-runtime/standalone/.next/server/app/api/chat/route.js +5 -5
  48. package/cloud-runtime/standalone/.next/server/app/api/chat/route.js.nft.json +1 -1
  49. package/cloud-runtime/standalone/.next/server/app/api/file-search/route.js.nft.json +1 -1
  50. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route/app-paths-manifest.json +3 -0
  51. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route/build-manifest.json +11 -0
  52. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route/server-reference-manifest.json +4 -0
  53. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route.js +7 -0
  54. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route.js.map +5 -0
  55. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route.js.nft.json +1 -0
  56. package/cloud-runtime/standalone/.next/server/app/api/filesystem/pick-folder/route_client-reference-manifest.js +2 -0
  57. package/cloud-runtime/standalone/.next/server/app/api/health/route.js +1 -1
  58. package/cloud-runtime/standalone/.next/server/app/api/health/route.js.nft.json +1 -1
  59. package/cloud-runtime/standalone/.next/server/app/api/learnings/route.js +1 -1
  60. package/cloud-runtime/standalone/.next/server/app/api/learnings/route.js.nft.json +1 -1
  61. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js +1 -1
  62. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js.nft.json +1 -1
  63. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js +1 -1
  64. package/cloud-runtime/standalone/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js.nft.json +1 -1
  65. package/cloud-runtime/standalone/.next/server/app/api/participants/route.js +3 -3
  66. package/cloud-runtime/standalone/.next/server/app/api/participants/route.js.nft.json +1 -1
  67. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/agents/route.js +1 -1
  68. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/agents/route.js.nft.json +1 -1
  69. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/memory/route.js +1 -1
  70. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/memory/route.js.nft.json +1 -1
  71. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v1/route.js +1 -1
  72. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v1/route.js.nft.json +1 -1
  73. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v2/route.js +1 -1
  74. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/migrate-v2/route.js.nft.json +1 -1
  75. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/route.js +1 -1
  76. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
  77. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/skills/route.js +1 -1
  78. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/skills/route.js.nft.json +1 -1
  79. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/threads/route.js +1 -1
  80. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/threads/route.js.nft.json +1 -1
  81. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/variables/route.js +1 -1
  82. package/cloud-runtime/standalone/.next/server/app/api/projects/[id]/variables/route.js.nft.json +1 -1
  83. package/cloud-runtime/standalone/.next/server/app/api/projects/route.js +1 -1
  84. package/cloud-runtime/standalone/.next/server/app/api/projects/route.js.nft.json +1 -1
  85. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route/app-paths-manifest.json +3 -0
  86. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route/build-manifest.json +11 -0
  87. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route/server-reference-manifest.json +4 -0
  88. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route.js +10 -0
  89. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route.js.map +5 -0
  90. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route.js.nft.json +1 -0
  91. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/cancel/route_client-reference-manifest.js +2 -0
  92. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route/app-paths-manifest.json +3 -0
  93. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route/build-manifest.json +11 -0
  94. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route/server-reference-manifest.json +4 -0
  95. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route.js +10 -0
  96. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route.js.map +5 -0
  97. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route.js.nft.json +1 -0
  98. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/route_client-reference-manifest.js +2 -0
  99. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route/app-paths-manifest.json +3 -0
  100. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route/build-manifest.json +11 -0
  101. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route/server-reference-manifest.json +4 -0
  102. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route.js +10 -0
  103. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route.js.map +5 -0
  104. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route.js.nft.json +1 -0
  105. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/[id]/runs/route_client-reference-manifest.js +2 -0
  106. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route/app-paths-manifest.json +3 -0
  107. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route/build-manifest.json +11 -0
  108. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route/server-reference-manifest.json +4 -0
  109. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route.js +9 -0
  110. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route.js.map +5 -0
  111. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route.js.nft.json +1 -0
  112. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/agents/route_client-reference-manifest.js +2 -0
  113. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route/app-paths-manifest.json +3 -0
  114. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route/build-manifest.json +11 -0
  115. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route/server-reference-manifest.json +4 -0
  116. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route.js +12 -0
  117. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route.js.map +5 -0
  118. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route.js.nft.json +1 -0
  119. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/poll/route_client-reference-manifest.js +2 -0
  120. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route/app-paths-manifest.json +3 -0
  121. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route/build-manifest.json +11 -0
  122. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route/server-reference-manifest.json +4 -0
  123. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route.js +10 -0
  124. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route.js.map +5 -0
  125. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route.js.nft.json +1 -0
  126. package/cloud-runtime/standalone/.next/server/app/api/prompt-jobs/route_client-reference-manifest.js +2 -0
  127. package/cloud-runtime/standalone/.next/server/app/api/queue/complete/route.js +1 -1
  128. package/cloud-runtime/standalone/.next/server/app/api/queue/complete/route.js.nft.json +1 -1
  129. package/cloud-runtime/standalone/.next/server/app/api/queue/route.js +2 -2
  130. package/cloud-runtime/standalone/.next/server/app/api/queue/route.js.nft.json +1 -1
  131. package/cloud-runtime/standalone/.next/server/app/api/schedules/debug/route.js +3 -3
  132. package/cloud-runtime/standalone/.next/server/app/api/schedules/debug/route.js.nft.json +1 -1
  133. package/cloud-runtime/standalone/.next/server/app/api/schedules/poll/route.js +4 -4
  134. package/cloud-runtime/standalone/.next/server/app/api/schedules/poll/route.js.nft.json +1 -1
  135. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route/app-paths-manifest.json +3 -0
  136. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route/build-manifest.json +11 -0
  137. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route/server-reference-manifest.json +4 -0
  138. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route.js +8 -0
  139. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route.js.map +5 -0
  140. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route.js.nft.json +1 -0
  141. package/cloud-runtime/standalone/.next/server/app/api/skills/assign/route_client-reference-manifest.js +2 -0
  142. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route/app-paths-manifest.json +3 -0
  143. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route/build-manifest.json +11 -0
  144. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route/server-reference-manifest.json +4 -0
  145. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route.js +8 -0
  146. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route.js.map +5 -0
  147. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route.js.nft.json +1 -0
  148. package/cloud-runtime/standalone/.next/server/app/api/skills/available/route_client-reference-manifest.js +2 -0
  149. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route/app-paths-manifest.json +3 -0
  150. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route/build-manifest.json +11 -0
  151. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route/server-reference-manifest.json +4 -0
  152. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route.js +8 -0
  153. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route.js.map +5 -0
  154. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route.js.nft.json +1 -0
  155. package/cloud-runtime/standalone/.next/server/app/api/skills/detail/route_client-reference-manifest.js +2 -0
  156. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route/app-paths-manifest.json +3 -0
  157. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route/build-manifest.json +11 -0
  158. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route/server-reference-manifest.json +4 -0
  159. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route.js +8 -0
  160. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route.js.map +5 -0
  161. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route.js.nft.json +1 -0
  162. package/cloud-runtime/standalone/.next/server/app/api/skills/history/route_client-reference-manifest.js +2 -0
  163. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route/app-paths-manifest.json +3 -0
  164. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route/build-manifest.json +11 -0
  165. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route/server-reference-manifest.json +4 -0
  166. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route.js +8 -0
  167. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route.js.map +5 -0
  168. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route.js.nft.json +1 -0
  169. package/cloud-runtime/standalone/.next/server/app/api/skills/learn/route_client-reference-manifest.js +2 -0
  170. package/cloud-runtime/standalone/.next/server/app/api/skills/route/app-paths-manifest.json +3 -0
  171. package/cloud-runtime/standalone/.next/server/app/api/skills/route/build-manifest.json +11 -0
  172. package/cloud-runtime/standalone/.next/server/app/api/skills/route/server-reference-manifest.json +4 -0
  173. package/cloud-runtime/standalone/.next/server/app/api/skills/route.js +8 -0
  174. package/cloud-runtime/standalone/.next/server/app/api/skills/route.js.map +5 -0
  175. package/cloud-runtime/standalone/.next/server/app/api/skills/route.js.nft.json +1 -0
  176. package/cloud-runtime/standalone/.next/server/app/api/skills/route_client-reference-manifest.js +2 -0
  177. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route/app-paths-manifest.json +3 -0
  178. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route/build-manifest.json +11 -0
  179. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route/server-reference-manifest.json +4 -0
  180. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route.js +8 -0
  181. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route.js.map +5 -0
  182. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route.js.nft.json +1 -0
  183. package/cloud-runtime/standalone/.next/server/app/api/skills/unlearn/route_client-reference-manifest.js +2 -0
  184. package/cloud-runtime/standalone/.next/server/app/api/summarize/route.js +3 -3
  185. package/cloud-runtime/standalone/.next/server/app/api/summarize/route.js.nft.json +1 -1
  186. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js +2 -2
  187. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js.nft.json +1 -1
  188. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/route.js +2 -2
  189. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/comments/route.js.nft.json +1 -1
  190. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/costs/route.js +1 -1
  191. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/costs/route.js.nft.json +1 -1
  192. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/dependencies/route.js +1 -1
  193. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/dependencies/route.js.nft.json +1 -1
  194. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/events/route.js +1 -1
  195. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/events/route.js.nft.json +1 -1
  196. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/history/route.js +1 -1
  197. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/history/route.js.nft.json +1 -1
  198. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/metrics/route.js +1 -1
  199. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/metrics/route.js.nft.json +1 -1
  200. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/replan/route.js +1 -1
  201. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/replan/route.js.nft.json +1 -1
  202. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/restart/route.js +1 -1
  203. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/restart/route.js.nft.json +1 -1
  204. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/resume/route.js +1 -1
  205. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/resume/route.js.nft.json +1 -1
  206. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/rollback/route.js +1 -1
  207. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/rollback/route.js.nft.json +1 -1
  208. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/route.js +1 -1
  209. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/route.js.nft.json +1 -1
  210. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/schedule/route.js +1 -1
  211. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/schedule/route.js.nft.json +1 -1
  212. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/start/route.js +1 -1
  213. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/graph/start/route.js.nft.json +1 -1
  214. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/history/route.js +1 -1
  215. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/history/route.js.nft.json +1 -1
  216. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/route.js +1 -1
  217. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/logs/route.js.nft.json +1 -1
  218. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js +1 -1
  219. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js.nft.json +1 -1
  220. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js +1 -1
  221. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js.nft.json +1 -1
  222. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js +1 -1
  223. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js.nft.json +1 -1
  224. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js +1 -1
  225. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js.nft.json +1 -1
  226. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js +1 -1
  227. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js.nft.json +1 -1
  228. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js +2 -2
  229. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js.nft.json +1 -1
  230. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/route.js +2 -2
  231. package/cloud-runtime/standalone/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
  232. package/cloud-runtime/standalone/.next/server/app/api/tasks/assign-orphans/route.js +1 -1
  233. package/cloud-runtime/standalone/.next/server/app/api/tasks/assign-orphans/route.js.nft.json +1 -1
  234. package/cloud-runtime/standalone/.next/server/app/api/tasks/extract/route.js +3 -3
  235. package/cloud-runtime/standalone/.next/server/app/api/tasks/extract/route.js.nft.json +1 -1
  236. package/cloud-runtime/standalone/.next/server/app/api/tasks/route.js +2 -2
  237. package/cloud-runtime/standalone/.next/server/app/api/tasks/route.js.nft.json +1 -1
  238. package/cloud-runtime/standalone/.next/server/app/api/thread-repos/route/app-paths-manifest.json +3 -0
  239. package/cloud-runtime/standalone/.next/server/app/api/thread-repos/route/build-manifest.json +11 -0
  240. package/cloud-runtime/standalone/.next/server/app/api/thread-repos/route/server-reference-manifest.json +4 -0
  241. package/cloud-runtime/standalone/.next/server/app/api/thread-repos/route.js +7 -0
  242. package/cloud-runtime/standalone/.next/server/app/api/thread-repos/route.js.map +5 -0
  243. package/cloud-runtime/standalone/.next/server/app/api/thread-repos/route.js.nft.json +1 -0
  244. package/cloud-runtime/standalone/.next/server/app/api/thread-repos/route_client-reference-manifest.js +2 -0
  245. package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route.js +2 -2
  246. package/cloud-runtime/standalone/.next/server/app/api/threads/knowledge/route.js.nft.json +1 -1
  247. package/cloud-runtime/standalone/.next/server/app/api/threads/route.js +2 -2
  248. package/cloud-runtime/standalone/.next/server/app/api/threads/route.js.nft.json +1 -1
  249. package/cloud-runtime/standalone/.next/server/app/api/user-settings/route.js +1 -1
  250. package/cloud-runtime/standalone/.next/server/app/api/user-settings/route.js.nft.json +1 -1
  251. package/cloud-runtime/standalone/.next/server/app/automations/page/build-manifest.json +4 -4
  252. package/cloud-runtime/standalone/.next/server/app/automations/page/react-loadable-manifest.json +8 -1
  253. package/cloud-runtime/standalone/.next/server/app/automations/page.js.nft.json +1 -1
  254. package/cloud-runtime/standalone/.next/server/app/automations/page_client-reference-manifest.js +1 -1
  255. package/cloud-runtime/standalone/.next/server/app/automations.html +2 -2
  256. package/cloud-runtime/standalone/.next/server/app/automations.rsc +4 -4
  257. package/cloud-runtime/standalone/.next/server/app/automations.segments/_full.segment.rsc +4 -4
  258. package/cloud-runtime/standalone/.next/server/app/automations.segments/_head.segment.rsc +1 -1
  259. package/cloud-runtime/standalone/.next/server/app/automations.segments/_index.segment.rsc +2 -2
  260. package/cloud-runtime/standalone/.next/server/app/automations.segments/_tree.segment.rsc +3 -3
  261. package/cloud-runtime/standalone/.next/server/app/automations.segments/automations/__PAGE__.segment.rsc +3 -3
  262. package/cloud-runtime/standalone/.next/server/app/automations.segments/automations.segment.rsc +1 -1
  263. package/cloud-runtime/standalone/.next/server/app/board/page/build-manifest.json +4 -4
  264. package/cloud-runtime/standalone/.next/server/app/board/page.js.nft.json +1 -1
  265. package/cloud-runtime/standalone/.next/server/app/board/page_client-reference-manifest.js +1 -1
  266. package/cloud-runtime/standalone/.next/server/app/board.html +2 -2
  267. package/cloud-runtime/standalone/.next/server/app/board.rsc +2 -2
  268. package/cloud-runtime/standalone/.next/server/app/board.segments/_full.segment.rsc +2 -2
  269. package/cloud-runtime/standalone/.next/server/app/board.segments/_head.segment.rsc +1 -1
  270. package/cloud-runtime/standalone/.next/server/app/board.segments/_index.segment.rsc +2 -2
  271. package/cloud-runtime/standalone/.next/server/app/board.segments/_tree.segment.rsc +2 -2
  272. package/cloud-runtime/standalone/.next/server/app/board.segments/board/__PAGE__.segment.rsc +1 -1
  273. package/cloud-runtime/standalone/.next/server/app/board.segments/board.segment.rsc +1 -1
  274. package/cloud-runtime/standalone/.next/server/app/execution-graph/page/build-manifest.json +4 -4
  275. package/cloud-runtime/standalone/.next/server/app/execution-graph/page.js.nft.json +1 -1
  276. package/cloud-runtime/standalone/.next/server/app/execution-graph/page_client-reference-manifest.js +1 -1
  277. package/cloud-runtime/standalone/.next/server/app/execution-graph.html +2 -2
  278. package/cloud-runtime/standalone/.next/server/app/execution-graph.rsc +3 -3
  279. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_full.segment.rsc +3 -3
  280. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_head.segment.rsc +1 -1
  281. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_index.segment.rsc +2 -2
  282. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/_tree.segment.rsc +2 -2
  283. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/execution-graph/__PAGE__.segment.rsc +2 -2
  284. package/cloud-runtime/standalone/.next/server/app/execution-graph.segments/execution-graph.segment.rsc +1 -1
  285. package/cloud-runtime/standalone/.next/server/app/index.html +2 -2
  286. package/cloud-runtime/standalone/.next/server/app/index.rsc +5 -5
  287. package/cloud-runtime/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +4 -4
  288. package/cloud-runtime/standalone/.next/server/app/index.segments/_full.segment.rsc +5 -5
  289. package/cloud-runtime/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
  290. package/cloud-runtime/standalone/.next/server/app/index.segments/_index.segment.rsc +2 -2
  291. package/cloud-runtime/standalone/.next/server/app/index.segments/_tree.segment.rsc +4 -4
  292. package/cloud-runtime/standalone/.next/server/app/page/build-manifest.json +4 -4
  293. package/cloud-runtime/standalone/.next/server/app/page.js.nft.json +1 -1
  294. package/cloud-runtime/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  295. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page/app-paths-manifest.json +3 -0
  296. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page/build-manifest.json +18 -0
  297. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page/next-font-manifest.json +11 -0
  298. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page/react-loadable-manifest.json +8 -0
  299. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page/server-reference-manifest.json +4 -0
  300. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page.js +16 -0
  301. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page.js.map +5 -0
  302. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page.js.nft.json +1 -0
  303. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/automations/page_client-reference-manifest.js +2 -0
  304. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page/build-manifest.json +4 -4
  305. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page.js.nft.json +1 -1
  306. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/graph/[taskId]/page_client-reference-manifest.js +1 -1
  307. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page/build-manifest.json +4 -4
  308. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page.js.nft.json +1 -1
  309. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/knowledge/page_client-reference-manifest.js +1 -1
  310. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page/build-manifest.json +4 -4
  311. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page.js.nft.json +1 -1
  312. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/page_client-reference-manifest.js +1 -1
  313. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page/build-manifest.json +4 -4
  314. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page.js.nft.json +1 -1
  315. package/cloud-runtime/standalone/.next/server/app/projects/[slug]/thread/[threadId]/page_client-reference-manifest.js +1 -1
  316. package/cloud-runtime/standalone/.next/server/app/projects/orphans/page/build-manifest.json +4 -4
  317. package/cloud-runtime/standalone/.next/server/app/projects/orphans/page.js.nft.json +1 -1
  318. package/cloud-runtime/standalone/.next/server/app/projects/orphans/page_client-reference-manifest.js +1 -1
  319. package/cloud-runtime/standalone/.next/server/app/projects/orphans.html +2 -2
  320. package/cloud-runtime/standalone/.next/server/app/projects/orphans.rsc +3 -3
  321. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_full.segment.rsc +3 -3
  322. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_head.segment.rsc +1 -1
  323. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_index.segment.rsc +2 -2
  324. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/_tree.segment.rsc +2 -2
  325. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects/orphans/__PAGE__.segment.rsc +2 -2
  326. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects/orphans.segment.rsc +1 -1
  327. package/cloud-runtime/standalone/.next/server/app/projects/orphans.segments/projects.segment.rsc +1 -1
  328. package/cloud-runtime/standalone/.next/server/app/projects/page/build-manifest.json +4 -4
  329. package/cloud-runtime/standalone/.next/server/app/projects/page.js.nft.json +1 -1
  330. package/cloud-runtime/standalone/.next/server/app/projects/page_client-reference-manifest.js +1 -1
  331. package/cloud-runtime/standalone/.next/server/app/projects.html +2 -2
  332. package/cloud-runtime/standalone/.next/server/app/projects.rsc +3 -3
  333. package/cloud-runtime/standalone/.next/server/app/projects.segments/_full.segment.rsc +3 -3
  334. package/cloud-runtime/standalone/.next/server/app/projects.segments/_head.segment.rsc +1 -1
  335. package/cloud-runtime/standalone/.next/server/app/projects.segments/_index.segment.rsc +2 -2
  336. package/cloud-runtime/standalone/.next/server/app/projects.segments/_tree.segment.rsc +2 -2
  337. package/cloud-runtime/standalone/.next/server/app/projects.segments/projects/__PAGE__.segment.rsc +2 -2
  338. package/cloud-runtime/standalone/.next/server/app/projects.segments/projects.segment.rsc +1 -1
  339. package/cloud-runtime/standalone/.next/server/app/settings/page/build-manifest.json +4 -4
  340. package/cloud-runtime/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  341. package/cloud-runtime/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  342. package/cloud-runtime/standalone/.next/server/app/settings.html +2 -2
  343. package/cloud-runtime/standalone/.next/server/app/settings.rsc +3 -3
  344. package/cloud-runtime/standalone/.next/server/app/settings.segments/_full.segment.rsc +3 -3
  345. package/cloud-runtime/standalone/.next/server/app/settings.segments/_head.segment.rsc +1 -1
  346. package/cloud-runtime/standalone/.next/server/app/settings.segments/_index.segment.rsc +2 -2
  347. package/cloud-runtime/standalone/.next/server/app/settings.segments/_tree.segment.rsc +2 -2
  348. package/cloud-runtime/standalone/.next/server/app/settings.segments/settings/__PAGE__.segment.rsc +2 -2
  349. package/cloud-runtime/standalone/.next/server/app/settings.segments/settings.segment.rsc +1 -1
  350. package/cloud-runtime/standalone/.next/server/app/skills/page/app-paths-manifest.json +3 -0
  351. package/cloud-runtime/standalone/.next/server/app/skills/page/build-manifest.json +18 -0
  352. package/cloud-runtime/standalone/.next/server/app/skills/page/next-font-manifest.json +11 -0
  353. package/cloud-runtime/standalone/.next/server/app/skills/page/react-loadable-manifest.json +1 -0
  354. package/cloud-runtime/standalone/.next/server/app/skills/page/server-reference-manifest.json +4 -0
  355. package/cloud-runtime/standalone/.next/server/app/skills/page.js +15 -0
  356. package/cloud-runtime/standalone/.next/server/app/skills/page.js.map +5 -0
  357. package/cloud-runtime/standalone/.next/server/app/skills/page.js.nft.json +1 -0
  358. package/cloud-runtime/standalone/.next/server/app/skills/page_client-reference-manifest.js +2 -0
  359. package/cloud-runtime/standalone/.next/server/app/skills.html +21 -0
  360. package/cloud-runtime/standalone/.next/server/app/skills.meta +15 -0
  361. package/cloud-runtime/standalone/.next/server/app/skills.rsc +23 -0
  362. package/cloud-runtime/standalone/.next/server/app/skills.segments/_full.segment.rsc +23 -0
  363. package/cloud-runtime/standalone/.next/server/app/skills.segments/_head.segment.rsc +5 -0
  364. package/cloud-runtime/standalone/.next/server/app/skills.segments/_index.segment.rsc +9 -0
  365. package/cloud-runtime/standalone/.next/server/app/skills.segments/_tree.segment.rsc +5 -0
  366. package/cloud-runtime/standalone/.next/server/app/skills.segments/skills/__PAGE__.segment.rsc +9 -0
  367. package/cloud-runtime/standalone/.next/server/app/skills.segments/skills.segment.rsc +4 -0
  368. package/cloud-runtime/standalone/.next/server/app/status/page/build-manifest.json +4 -4
  369. package/cloud-runtime/standalone/.next/server/app/status/page.js.nft.json +1 -1
  370. package/cloud-runtime/standalone/.next/server/app/status/page_client-reference-manifest.js +1 -1
  371. package/cloud-runtime/standalone/.next/server/app/status.html +2 -2
  372. package/cloud-runtime/standalone/.next/server/app/status.rsc +3 -3
  373. package/cloud-runtime/standalone/.next/server/app/status.segments/_full.segment.rsc +3 -3
  374. package/cloud-runtime/standalone/.next/server/app/status.segments/_head.segment.rsc +1 -1
  375. package/cloud-runtime/standalone/.next/server/app/status.segments/_index.segment.rsc +2 -2
  376. package/cloud-runtime/standalone/.next/server/app/status.segments/_tree.segment.rsc +2 -2
  377. package/cloud-runtime/standalone/.next/server/app/status.segments/status/__PAGE__.segment.rsc +2 -2
  378. package/cloud-runtime/standalone/.next/server/app/status.segments/status.segment.rsc +1 -1
  379. package/cloud-runtime/standalone/.next/server/app/thread/[id]/page/build-manifest.json +4 -4
  380. package/cloud-runtime/standalone/.next/server/app/thread/[id]/page.js.nft.json +1 -1
  381. package/cloud-runtime/standalone/.next/server/app/thread/[id]/page_client-reference-manifest.js +1 -1
  382. package/cloud-runtime/standalone/.next/server/app/welcome/page/build-manifest.json +4 -4
  383. package/cloud-runtime/standalone/.next/server/app/welcome/page.js.nft.json +1 -1
  384. package/cloud-runtime/standalone/.next/server/app/welcome/page_client-reference-manifest.js +1 -1
  385. package/cloud-runtime/standalone/.next/server/app/welcome.html +2 -2
  386. package/cloud-runtime/standalone/.next/server/app/welcome.rsc +3 -3
  387. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_full.segment.rsc +3 -3
  388. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_head.segment.rsc +1 -1
  389. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_index.segment.rsc +2 -2
  390. package/cloud-runtime/standalone/.next/server/app/welcome.segments/_tree.segment.rsc +2 -2
  391. package/cloud-runtime/standalone/.next/server/app/welcome.segments/welcome/__PAGE__.segment.rsc +2 -2
  392. package/cloud-runtime/standalone/.next/server/app/welcome.segments/welcome.segment.rsc +1 -1
  393. package/cloud-runtime/standalone/.next/server/app-paths-manifest.json +17 -0
  394. package/cloud-runtime/standalone/.next/server/chunks/[externals]__cf9f18a6._.js +3 -0
  395. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__875279cb._.js → [root-of-the-server]__005b3c82._.js} +2 -2
  396. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__4837d72a._.js → [root-of-the-server]__056d94e4._.js} +2 -2
  397. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__068b4f08._.js +15 -0
  398. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__b3ed0a00._.js → [root-of-the-server]__0bb52353._.js} +2 -2
  399. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__0f580808._.js +13 -0
  400. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__6c26221d._.js → [root-of-the-server]__1a8e0957._.js} +2 -2
  401. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__6acb940d._.js → [root-of-the-server]__23ad03bf._.js} +2 -2
  402. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__7ffcc20c._.js → [root-of-the-server]__2948f712._.js} +2 -2
  403. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__18423486._.js → [root-of-the-server]__32ef6623._.js} +2 -2
  404. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__1c18c0d1._.js → [root-of-the-server]__34cb1b98._.js} +2 -2
  405. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4d865017._.js +48 -0
  406. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__5031f8d4._.js +30 -0
  407. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__5a348fba._.js → [root-of-the-server]__596d0e81._.js} +2 -2
  408. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__64712846._.js +3 -0
  409. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__707c32af._.js +15 -0
  410. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__7370bb86._.js +8 -0
  411. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__749af50f._.js +8 -0
  412. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__ffffceac._.js → [root-of-the-server]__75cedecf._.js} +2 -2
  413. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__19520d85._.js → [root-of-the-server]__7ee9b7b6._.js} +2 -2
  414. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__4d8c6e3d._.js → [root-of-the-server]__8ac0286e._.js} +3 -3
  415. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__927cfc20._.js +3 -0
  416. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__96ae701e._.js +3 -0
  417. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__b63cb741._.js → [root-of-the-server]__981d92dd._.js} +3 -3
  418. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__98b352f7._.js +13 -0
  419. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a44db634._.js +8 -0
  420. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a55c16a5._.js +158 -0
  421. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ab2bf82d._.js +13 -0
  422. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__32b13ba9._.js → [root-of-the-server]__b4931ee1._.js} +2 -2
  423. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__e122cae2._.js → [root-of-the-server]__b500f1bf._.js} +2 -2
  424. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__c480c9c2._.js → [root-of-the-server]__b707e701._.js} +2 -2
  425. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__bf5803eb._.js +13 -0
  426. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ccd4846e._.js +13 -0
  427. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d4126e05._.js +15 -0
  428. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d908c9ea._.js +8 -0
  429. package/cloud-runtime/standalone/.next/server/chunks/{[root-of-the-server]__b9b3fde6._.js → [root-of-the-server]__dcdeee3d._.js} +2 -2
  430. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e3a4fd97._.js +13 -0
  431. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__e4a87984._.js +15 -0
  432. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__ee6511a0._.js +44 -0
  433. package/cloud-runtime/standalone/.next/server/chunks/_d225c04f._.js +1 -1
  434. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_filesystem_pick-folder_route_actions_162664ff.js +3 -0
  435. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_[id]_cancel_route_actions_fbd5be89.js +3 -0
  436. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_[id]_route_actions_774a2e21.js +3 -0
  437. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_[id]_runs_route_actions_6e59ee83.js +3 -0
  438. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_agents_route_actions_399e1f19.js +3 -0
  439. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_poll_route_actions_23fbbfa1.js +3 -0
  440. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_prompt-jobs_route_actions_acf03860.js +3 -0
  441. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_assign_route_actions_15267be8.js +3 -0
  442. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_available_route_actions_24023111.js +3 -0
  443. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_detail_route_actions_1148baef.js +3 -0
  444. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_history_route_actions_5e5c4757.js +3 -0
  445. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_learn_route_actions_d3a37d25.js +3 -0
  446. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_route_actions_780e175f.js +3 -0
  447. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_skills_unlearn_route_actions_3dfee433.js +3 -0
  448. package/cloud-runtime/standalone/.next/server/chunks/_next-internal_server_app_api_thread-repos_route_actions_e95d24ee.js +3 -0
  449. package/cloud-runtime/standalone/.next/server/chunks/{lib_7cad5c77._.js → lib_a5adca60._.js} +25 -25
  450. package/cloud-runtime/standalone/.next/server/chunks/lib_db_ts_e06c6085._.js +1 -1
  451. package/cloud-runtime/standalone/.next/server/chunks/lib_ea45fe73._.js +1 -1
  452. package/cloud-runtime/standalone/.next/server/chunks/lib_history-store_ts_2e721df2._.js +28 -23
  453. package/cloud-runtime/standalone/.next/server/chunks/lib_history-store_ts_74d1c060._.js +28 -23
  454. package/cloud-runtime/standalone/.next/server/chunks/lib_sqlite-query-adapter_ts_3ea4d849._.js +38 -11
  455. package/cloud-runtime/standalone/.next/server/chunks/lib_sqlite-query-adapter_ts_b0b1a9b2._.js +43 -16
  456. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_371d0bff.js +19 -19
  457. package/cloud-runtime/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_def8bfbe.js +10 -0
  458. package/cloud-runtime/standalone/.next/server/chunks/src_graph_executor_ts_55c06268._.js +4 -3
  459. package/cloud-runtime/standalone/.next/server/chunks/src_graph_executor_ts_a8bc8d58._.js +4 -3
  460. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__096c39a3._.js +3 -0
  461. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__226f8a19._.js +1 -1
  462. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__47caef59._.js +1 -1
  463. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__67d5f883._.js +3 -0
  464. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__8b4e7816._.js +3 -0
  465. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__8fe8b9dd._.js +3 -0
  466. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a37fb1c3._.js +3 -0
  467. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a456581d._.js +3 -0
  468. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__d74022f1._.js +3 -0
  469. package/cloud-runtime/standalone/.next/server/chunks/ssr/{[root-of-the-server]__fcbe03e6._.js → [root-of-the-server]__e0c64529._.js} +2 -2
  470. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__ea035cd9._.js +3 -0
  471. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__ffbc2e98._.js +2 -2
  472. package/cloud-runtime/standalone/.next/server/chunks/ssr/_05c8a494._.js +3 -0
  473. package/cloud-runtime/standalone/.next/server/chunks/ssr/_0c5c111f._.js +3 -0
  474. package/cloud-runtime/standalone/.next/server/chunks/ssr/_0ffd2660._.js +1 -1
  475. package/cloud-runtime/standalone/.next/server/chunks/ssr/_23656a95._.js +3 -0
  476. package/cloud-runtime/standalone/.next/server/chunks/ssr/_23f5fddc._.js +3 -0
  477. package/cloud-runtime/standalone/.next/server/chunks/ssr/_24feb541._.js +4 -0
  478. package/cloud-runtime/standalone/.next/server/chunks/ssr/_27a789b3._.js +3 -0
  479. package/cloud-runtime/standalone/.next/server/chunks/ssr/{_508cd32f._.js → _314f4c49._.js} +2 -2
  480. package/cloud-runtime/standalone/.next/server/chunks/ssr/_36b413cc._.js +3 -0
  481. package/cloud-runtime/standalone/.next/server/chunks/ssr/_43472af3._.js +3 -0
  482. package/cloud-runtime/standalone/.next/server/chunks/ssr/_46e00a9b._.js +95 -0
  483. package/cloud-runtime/standalone/.next/server/chunks/ssr/_478f4991._.js +3 -0
  484. package/cloud-runtime/standalone/.next/server/chunks/ssr/_4bfdfb14._.js +3 -0
  485. package/cloud-runtime/standalone/.next/server/chunks/ssr/_52fe115d._.js +3 -0
  486. package/cloud-runtime/standalone/.next/server/chunks/ssr/_547b6462._.js +4 -0
  487. package/cloud-runtime/standalone/.next/server/chunks/ssr/_547f19ec._.js +3 -0
  488. package/cloud-runtime/standalone/.next/server/chunks/ssr/_85ca101b._.js +2 -2
  489. package/cloud-runtime/standalone/.next/server/chunks/ssr/_93914ecd._.js +1 -1
  490. package/cloud-runtime/standalone/.next/server/chunks/ssr/_9e07dcac._.js +95 -0
  491. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a1b966f7._.js +3 -0
  492. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a68d8f62._.js +3 -0
  493. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a80e12c8._.js +3 -0
  494. package/cloud-runtime/standalone/.next/server/chunks/ssr/_b1e1ef71._.js +95 -0
  495. package/cloud-runtime/standalone/.next/server/chunks/ssr/_e1349560._.js +3 -0
  496. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_projects_[slug]_automations_page_actions_9371bc66.js +3 -0
  497. package/cloud-runtime/standalone/.next/server/chunks/ssr/_next-internal_server_app_skills_page_actions_4ac82b1e.js +3 -0
  498. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_agents_[id]_page_tsx_9c49d8c8._.js +1 -1
  499. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_agents_page_tsx_f5f08ed8._.js +1 -1
  500. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_execution-graph_page_tsx_f854185a._.js +2 -2
  501. package/cloud-runtime/standalone/.next/server/chunks/ssr/components_chat-ui_bfeda794._.js +4 -5
  502. package/cloud-runtime/standalone/.next/server/chunks/ssr/components_thread_WorkspaceSidebar_tsx_e660301b._.js +1 -1
  503. package/cloud-runtime/standalone/.next/server/chunks/ssr/{node_modules_lucide-react_dist_esm_e70f9321._.js → node_modules_lucide-react_dist_esm_b82e03da._.js} +2 -2
  504. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_61a87db9._.js +3 -0
  505. package/cloud-runtime/standalone/.next/server/chunks/ssr/{node_modules_next_920e7746._.js → node_modules_next_f2865b38._.js} +2 -2
  506. package/cloud-runtime/standalone/.next/server/functions-config-manifest.json +14 -0
  507. package/cloud-runtime/standalone/.next/server/middleware-build-manifest.js +4 -4
  508. package/cloud-runtime/standalone/.next/server/middleware-manifest.json +5 -5
  509. package/cloud-runtime/standalone/.next/server/next-font-manifest.js +1 -1
  510. package/cloud-runtime/standalone/.next/server/next-font-manifest.json +8 -0
  511. package/cloud-runtime/standalone/.next/server/pages/404.html +2 -2
  512. package/cloud-runtime/standalone/.next/server/pages/500.html +2 -2
  513. package/cloud-runtime/standalone/.next/server/server-reference-manifest.js +1 -1
  514. package/cloud-runtime/standalone/.next/server/server-reference-manifest.json +1 -1
  515. package/cloud-runtime/standalone/.next/static/chunks/01428247f94115a6.js +1 -0
  516. package/cloud-runtime/standalone/.next/static/chunks/06cf0ed16bf8aa70.js +28 -0
  517. package/cloud-runtime/standalone/.next/static/chunks/19dd745b663fdffa.js +1 -0
  518. package/cloud-runtime/standalone/.next/static/chunks/1a3298f21d1040e9.js +4 -0
  519. package/cloud-runtime/standalone/.next/static/chunks/1c8583feefee0765.js +1 -0
  520. package/cloud-runtime/standalone/.next/static/chunks/1e3dede69b464364.js +1 -0
  521. package/cloud-runtime/standalone/.next/static/chunks/238a28856e739dc9.js +2 -0
  522. package/cloud-runtime/standalone/.next/static/chunks/24772e179852c73e.js +1 -0
  523. package/cloud-runtime/standalone/.next/static/chunks/2d1d138d8ea3234c.css +1 -0
  524. package/cloud-runtime/standalone/.next/static/chunks/2e011469003993e9.js +28 -0
  525. package/cloud-runtime/standalone/.next/static/chunks/31a4164e40ca71e5.js +6 -0
  526. package/cloud-runtime/standalone/.next/static/chunks/3c202e89da05d9b9.js +1 -0
  527. package/cloud-runtime/standalone/.next/static/chunks/3c72becf6dff5597.js +1 -0
  528. package/cloud-runtime/standalone/.next/static/chunks/44dafb5e85578e12.js +16 -0
  529. package/cloud-runtime/standalone/.next/static/chunks/47f22a56011af8d3.js +1 -0
  530. package/cloud-runtime/standalone/.next/static/chunks/48e332ac3e9ed56c.js +1 -0
  531. package/cloud-runtime/standalone/.next/static/chunks/5b567b289ca2273e.css +1 -0
  532. package/cloud-runtime/standalone/.next/static/chunks/5d52c79d9812d06e.js +1 -0
  533. package/cloud-runtime/standalone/.next/static/chunks/617db51b7444f818.js +1 -0
  534. package/cloud-runtime/standalone/.next/static/chunks/673bb6094cea9ded.js +1 -0
  535. package/cloud-runtime/standalone/.next/static/chunks/787436fad75f5bc6.js +5 -0
  536. package/cloud-runtime/standalone/.next/static/chunks/8304e8487aa74059.css +2 -0
  537. package/cloud-runtime/standalone/.next/static/chunks/8a4684388ca0f6de.js +7 -0
  538. package/cloud-runtime/standalone/.next/static/chunks/9f236cc9572783b9.js +93 -0
  539. package/cloud-runtime/standalone/.next/static/chunks/a9aaec85125f69b1.js +1 -0
  540. package/cloud-runtime/standalone/.next/static/chunks/b4c29a62f9255268.js +1 -0
  541. package/cloud-runtime/standalone/.next/static/chunks/bf2bb1662353aff5.js +1 -0
  542. package/cloud-runtime/standalone/.next/static/chunks/c1fb885eed94aa8c.js +1 -0
  543. package/cloud-runtime/standalone/.next/static/chunks/c653186036e56204.js +1 -0
  544. package/cloud-runtime/standalone/.next/static/chunks/cb5581d868e78205.js +1 -0
  545. package/cloud-runtime/standalone/.next/static/chunks/cbdeb17a36b99000.js +1 -0
  546. package/cloud-runtime/standalone/.next/static/chunks/d5cc62984dc4205c.js +1 -0
  547. package/cloud-runtime/standalone/.next/static/chunks/d73f1cc3ebc9993b.js +1 -0
  548. package/cloud-runtime/standalone/.next/static/chunks/{8d15ced2dc70090a.js → da2b00558cf32f37.js} +1 -1
  549. package/cloud-runtime/standalone/.next/static/chunks/{turbopack-97e846241a3a64af.js → turbopack-22475f0dd0c18f92.js} +1 -1
  550. package/cloud-runtime/standalone/app/agents/[id]/page.tsx +4 -1
  551. package/cloud-runtime/standalone/app/agents/page.tsx +22 -2
  552. package/cloud-runtime/standalone/app/api/agent-specs/route.ts +4 -0
  553. package/cloud-runtime/standalone/app/api/agents/export/route.ts +4 -0
  554. package/cloud-runtime/standalone/app/api/chat/route.ts +8 -2
  555. package/cloud-runtime/standalone/app/api/filesystem/pick-folder/route.ts +56 -0
  556. package/cloud-runtime/standalone/app/api/participants/route.ts +50 -1
  557. package/cloud-runtime/standalone/app/api/prompt-jobs/[id]/cancel/route.ts +44 -0
  558. package/cloud-runtime/standalone/app/api/prompt-jobs/[id]/route.ts +94 -0
  559. package/cloud-runtime/standalone/app/api/prompt-jobs/[id]/runs/route.ts +30 -0
  560. package/cloud-runtime/standalone/app/api/prompt-jobs/agents/route.ts +25 -0
  561. package/cloud-runtime/standalone/app/api/prompt-jobs/poll/route.ts +232 -0
  562. package/cloud-runtime/standalone/app/api/prompt-jobs/route.ts +125 -0
  563. package/cloud-runtime/standalone/app/api/skills/assign/route.ts +30 -0
  564. package/cloud-runtime/standalone/app/api/skills/available/route.ts +20 -0
  565. package/cloud-runtime/standalone/app/api/skills/detail/route.ts +23 -0
  566. package/cloud-runtime/standalone/app/api/skills/history/route.ts +18 -0
  567. package/cloud-runtime/standalone/app/api/skills/learn/route.ts +31 -0
  568. package/cloud-runtime/standalone/app/api/skills/route.ts +19 -0
  569. package/cloud-runtime/standalone/app/api/skills/unlearn/route.ts +30 -0
  570. package/cloud-runtime/standalone/app/api/thread-repos/route.ts +30 -0
  571. package/cloud-runtime/standalone/app/automations/page.tsx +15 -3
  572. package/cloud-runtime/standalone/app/execution-graph/page.tsx +2 -2
  573. package/cloud-runtime/standalone/app/globals.css +2 -0
  574. package/cloud-runtime/standalone/app/layout.tsx +1 -1
  575. package/cloud-runtime/standalone/app/projects/[slug]/automations/page.tsx +17 -0
  576. package/cloud-runtime/standalone/app/projects/[slug]/layout.tsx +3 -2
  577. package/cloud-runtime/standalone/app/projects/[slug]/page.tsx +401 -86
  578. package/cloud-runtime/standalone/app/projects/orphans/page.tsx +1 -0
  579. package/cloud-runtime/standalone/app/projects/page.tsx +3 -3
  580. package/cloud-runtime/standalone/app/skills/page.tsx +399 -0
  581. package/cloud-runtime/standalone/components/FloatingPanel.tsx +200 -0
  582. package/cloud-runtime/standalone/components/Layout.tsx +7 -1
  583. package/cloud-runtime/standalone/components/NowRunningPanel.tsx +86 -76
  584. package/cloud-runtime/standalone/components/ProjectModal.tsx +29 -12
  585. package/cloud-runtime/standalone/components/PromptJobBoard.tsx +1434 -0
  586. package/cloud-runtime/standalone/components/chat-ui/ChatContainer.tsx +86 -17
  587. package/cloud-runtime/standalone/components/chat-ui/Composer.tsx +215 -19
  588. package/cloud-runtime/standalone/components/chat-ui/ParticipantBar.tsx +233 -213
  589. package/cloud-runtime/standalone/components/thread/WorkspaceSidebar.tsx +99 -41
  590. package/cloud-runtime/standalone/db/sqlite/001_agx_board_schema.sql +28 -0
  591. package/cloud-runtime/standalone/db/sqlite/002_prompt_scheduler_schema.sql +45 -0
  592. package/cloud-runtime/standalone/db/sqlite/003_prompt_scheduler_v2.sql +13 -0
  593. package/cloud-runtime/standalone/hooks/useAttachments.ts +2 -1
  594. package/cloud-runtime/standalone/hooks/useGroupChat.ts +4 -1
  595. package/cloud-runtime/standalone/hooks/usePromptJobs.ts +111 -0
  596. package/cloud-runtime/standalone/lib/agent-participants.ts +7 -0
  597. package/cloud-runtime/standalone/lib/agent-skill-bindings.ts +118 -0
  598. package/cloud-runtime/standalone/lib/chat/paste-attachments.ts +152 -0
  599. package/cloud-runtime/standalone/lib/db.ts +5 -0
  600. package/cloud-runtime/standalone/lib/history-store.ts +38 -0
  601. package/cloud-runtime/standalone/lib/skills-library.ts +450 -0
  602. package/cloud-runtime/standalone/lib/sqlite-query-adapter.ts +32 -0
  603. package/cloud-runtime/standalone/lib/stream-multiplexer.ts +59 -11
  604. package/cloud-runtime/standalone/lib/types.ts +10 -0
  605. package/cloud-runtime/standalone/migrations/sqlite_schema.sql +28 -0
  606. package/cloud-runtime/standalone/src/graph/llm-review.ts +19 -2
  607. package/cloud-runtime/standalone/src/prompt-scheduler/cron.ts +46 -0
  608. package/cloud-runtime/standalone/src/prompt-scheduler/engine.ts +87 -0
  609. package/cloud-runtime/standalone/src/prompt-scheduler/get-store.ts +36 -0
  610. package/cloud-runtime/standalone/src/prompt-scheduler/runner.ts +144 -0
  611. package/cloud-runtime/standalone/src/prompt-scheduler/store.ts +327 -0
  612. package/cloud-runtime/standalone/src/prompt-scheduler/types.ts +82 -0
  613. package/cloud-runtime/standalone/state/floatingPanels.ts +47 -0
  614. package/cloud-runtime/standalone/styles/composer-pills.css +156 -2
  615. package/cloud-runtime/standalone/styles/workspaceSidebar.css +5 -3
  616. package/cloud-runtime/standalone/test/adapters/sqlite.ts +1 -0
  617. package/cloud-runtime/standalone/update_officeapp.js +36 -0
  618. package/cloud-runtime/standalone/update_store.js +47 -0
  619. package/cloud-runtime/standalone/worker/index.js +293 -45
  620. package/lib/cli/onboarding.js +3 -3
  621. package/lib/storage/db.js +12 -8
  622. package/package.json +5 -2
  623. package/scripts/postinstall.js +0 -68
  624. package/cloud-runtime/standalone/.next/server/chunks/[externals]__1f4b15dd._.js +0 -3
  625. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__4c8624cc._.js +0 -3
  626. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__666f8712._.js +0 -3
  627. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__a189593a._.js +0 -3
  628. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__d6e1ee6e._.js +0 -32
  629. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f1b7932f._.js +0 -36
  630. package/cloud-runtime/standalone/.next/server/chunks/[root-of-the-server]__f701b208._.js +0 -146
  631. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__04d1aa70._.js +0 -3
  632. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__2d80540b._.js +0 -3
  633. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__8973b16a._.js +0 -3
  634. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__a416df95._.js +0 -3
  635. package/cloud-runtime/standalone/.next/server/chunks/ssr/[root-of-the-server]__c108f06c._.js +0 -3
  636. package/cloud-runtime/standalone/.next/server/chunks/ssr/_0061ebd8._.js +0 -3
  637. package/cloud-runtime/standalone/.next/server/chunks/ssr/_064370bc._.js +0 -3
  638. package/cloud-runtime/standalone/.next/server/chunks/ssr/_41f60c52._.js +0 -3
  639. package/cloud-runtime/standalone/.next/server/chunks/ssr/_54af99c5._.js +0 -3
  640. package/cloud-runtime/standalone/.next/server/chunks/ssr/_6b14826d._.js +0 -3
  641. package/cloud-runtime/standalone/.next/server/chunks/ssr/_84879a01._.js +0 -95
  642. package/cloud-runtime/standalone/.next/server/chunks/ssr/_9eeb2fa0._.js +0 -95
  643. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a0cc0fe7._.js +0 -3
  644. package/cloud-runtime/standalone/.next/server/chunks/ssr/_a1d30b20._.js +0 -95
  645. package/cloud-runtime/standalone/.next/server/chunks/ssr/_c87c359c._.js +0 -95
  646. package/cloud-runtime/standalone/.next/server/chunks/ssr/_ccb409c5._.js +0 -3
  647. package/cloud-runtime/standalone/.next/server/chunks/ssr/_cd5e154b._.js +0 -3
  648. package/cloud-runtime/standalone/.next/server/chunks/ssr/_dd31b6e0._.js +0 -3
  649. package/cloud-runtime/standalone/.next/server/chunks/ssr/_f0ce6183._.js +0 -3
  650. package/cloud-runtime/standalone/.next/server/chunks/ssr/app_automations_page_tsx_3d732184._.js +0 -3
  651. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_bf855424._.js +0 -3
  652. package/cloud-runtime/standalone/.next/server/chunks/ssr/node_modules_next_dist_852965c2._.js +0 -3
  653. package/cloud-runtime/standalone/.next/static/chunks/010aff7b601302de.js +0 -16
  654. package/cloud-runtime/standalone/.next/static/chunks/012e3e9699415997.js +0 -1
  655. package/cloud-runtime/standalone/.next/static/chunks/031d99fbe758545a.js +0 -1
  656. package/cloud-runtime/standalone/.next/static/chunks/09f9eeea393db0fd.js +0 -4
  657. package/cloud-runtime/standalone/.next/static/chunks/0c467f54bc78a380.js +0 -1
  658. package/cloud-runtime/standalone/.next/static/chunks/10b0642440302e99.css +0 -2
  659. package/cloud-runtime/standalone/.next/static/chunks/116985039c24f1f8.js +0 -93
  660. package/cloud-runtime/standalone/.next/static/chunks/2ee8d24314eec47c.js +0 -1
  661. package/cloud-runtime/standalone/.next/static/chunks/3e4e8857f875c964.js +0 -1
  662. package/cloud-runtime/standalone/.next/static/chunks/43f6157bc3db9c52.js +0 -6
  663. package/cloud-runtime/standalone/.next/static/chunks/486bf7ff282b91a6.js +0 -5
  664. package/cloud-runtime/standalone/.next/static/chunks/56a01238098d495d.js +0 -93
  665. package/cloud-runtime/standalone/.next/static/chunks/601996727991149e.js +0 -93
  666. package/cloud-runtime/standalone/.next/static/chunks/651c7c97d3bd77e0.js +0 -28
  667. package/cloud-runtime/standalone/.next/static/chunks/7d4c1d97169c8522.js +0 -1
  668. package/cloud-runtime/standalone/.next/static/chunks/851b1d97179bd39b.css +0 -1
  669. package/cloud-runtime/standalone/.next/static/chunks/9048e44ed538b21a.js +0 -2
  670. package/cloud-runtime/standalone/.next/static/chunks/90b581e9631d8cea.js +0 -1
  671. package/cloud-runtime/standalone/.next/static/chunks/99174504a201d23e.js +0 -28
  672. package/cloud-runtime/standalone/.next/static/chunks/a8e8ef440c4daa5a.css +0 -1
  673. package/cloud-runtime/standalone/.next/static/chunks/b22947e6df238fd5.js +0 -1
  674. package/cloud-runtime/standalone/.next/static/chunks/b2dcd19ebe3af3f6.js +0 -93
  675. package/cloud-runtime/standalone/.next/static/chunks/bc06988336ffd261.js +0 -1
  676. package/cloud-runtime/standalone/.next/static/chunks/c93b9643c81c134e.js +0 -8
  677. package/cloud-runtime/standalone/.next/static/chunks/d5d6be8239e57c56.js +0 -1
  678. package/cloud-runtime/standalone/.next/static/chunks/ebaf4e8f04bae7b6.js +0 -1
  679. package/cloud-runtime/standalone/.next/static/chunks/f4909e7ae8229b1c.js +0 -1
  680. package/cloud-runtime/standalone/.next/static/chunks/fd221a50082e5128.js +0 -1
  681. package/cloud-runtime/standalone/agx-board.json +0 -264
  682. package/cloud-runtime/standalone/agx-cli.json +0 -2195
  683. package/cloud-runtime/standalone/fix-primary.js +0 -30
  684. package/cloud-runtime/standalone/fix-theme.js +0 -78
  685. package/cloud-runtime/standalone/test-file +0 -0
  686. package/cloud-runtime/standalone/testfile +0 -0
  687. package/cloud-runtime/standalone/transcri +0 -0
  688. /package/cloud-runtime/standalone/.next/static/{68nLQxEpwR_feFvB8T4tR → 15nzSRnot8KsYYP8yMBe-}/_buildManifest.js +0 -0
  689. /package/cloud-runtime/standalone/.next/static/{68nLQxEpwR_feFvB8T4tR → 15nzSRnot8KsYYP8yMBe-}/_clientMiddlewareManifest.json +0 -0
  690. /package/cloud-runtime/standalone/.next/static/{68nLQxEpwR_feFvB8T4tR → 15nzSRnot8KsYYP8yMBe-}/_ssgManifest.js +0 -0
@@ -0,0 +1,82 @@
1
+ export type PromptJobState = 'active' | 'paused' | 'stopped';
2
+ export type OverlapPolicy = 'skip' | 'queue' | 'allow';
3
+ export type CatchUpPolicy = 'fire_once' | 'replay_all' | 'skip';
4
+ export type RunStatus = 'queued' | 'running' | 'success' | 'failed' | 'cancelled';
5
+ export type TriggerType = 'scheduled' | 'condition';
6
+
7
+ export interface PromptJob {
8
+ id: string;
9
+ name: string;
10
+ prompt: string;
11
+ agentId: string;
12
+ projectId: string;
13
+ provider: string;
14
+ model: string;
15
+ cliArgs: string;
16
+ cronExpr: string;
17
+ cadence: string;
18
+ state: PromptJobState;
19
+ overlapPolicy: OverlapPolicy;
20
+ catchUpPolicy: CatchUpPolicy;
21
+ cancelCheckSec: number;
22
+ triggerType: TriggerType;
23
+ condition: string;
24
+ checkEveryMs: number;
25
+ nextRunAt: number | null;
26
+ lastRunAt: number | null;
27
+ lastOutcome: RunStatus | null;
28
+ createdAt: string;
29
+ updatedAt: string;
30
+ }
31
+
32
+ export interface PromptRun {
33
+ id: string;
34
+ jobId: string;
35
+ status: RunStatus;
36
+ output: string | null;
37
+ error: string | null;
38
+ durationMs: number | null;
39
+ startedAt: string | null;
40
+ finishedAt: string | null;
41
+ cancelledAt: string | null;
42
+ createdAt: string;
43
+ }
44
+
45
+ export interface CreatePromptJobInput {
46
+ name: string;
47
+ prompt: string;
48
+ agentId?: string;
49
+ projectId?: string;
50
+ provider: string;
51
+ model?: string;
52
+ cliArgs?: string;
53
+ cronExpr?: string;
54
+ cadence: string;
55
+ overlapPolicy?: OverlapPolicy;
56
+ catchUpPolicy?: CatchUpPolicy;
57
+ cancelCheckSec?: number;
58
+ triggerType?: TriggerType;
59
+ condition?: string;
60
+ checkEveryMs?: number;
61
+ }
62
+
63
+ export interface UpdatePromptJobInput {
64
+ name?: string;
65
+ prompt?: string;
66
+ agentId?: string;
67
+ projectId?: string;
68
+ provider?: string;
69
+ model?: string;
70
+ cliArgs?: string;
71
+ cadence?: string;
72
+ state?: PromptJobState;
73
+ overlapPolicy?: OverlapPolicy;
74
+ catchUpPolicy?: CatchUpPolicy;
75
+ cancelCheckSec?: number;
76
+ triggerType?: TriggerType;
77
+ condition?: string;
78
+ checkEveryMs?: number;
79
+ nextRunAt?: number | null;
80
+ lastRunAt?: number | null;
81
+ lastOutcome?: RunStatus | null;
82
+ }
@@ -0,0 +1,47 @@
1
+ export interface FloatingPanelBounds {
2
+ x: number;
3
+ y: number;
4
+ width: number;
5
+ height: number;
6
+ }
7
+
8
+ type FloatingPanelState = Record<string, FloatingPanelBounds>;
9
+
10
+ const FLOATING_PANELS_STORAGE_KEY = "agx:floatingPanels";
11
+
12
+ function canUseStorage(): boolean {
13
+ return typeof window !== "undefined" && typeof window.localStorage !== "undefined";
14
+ }
15
+
16
+ function readState(): FloatingPanelState {
17
+ if (!canUseStorage()) return {};
18
+
19
+ try {
20
+ const raw = window.localStorage.getItem(FLOATING_PANELS_STORAGE_KEY);
21
+ if (!raw) return {};
22
+ const parsed = JSON.parse(raw) as FloatingPanelState;
23
+ return parsed && typeof parsed === "object" ? parsed : {};
24
+ } catch {
25
+ return {};
26
+ }
27
+ }
28
+
29
+ function writeState(state: FloatingPanelState): void {
30
+ if (!canUseStorage()) return;
31
+
32
+ try {
33
+ window.localStorage.setItem(FLOATING_PANELS_STORAGE_KEY, JSON.stringify(state));
34
+ } catch {
35
+ // Ignore storage failures.
36
+ }
37
+ }
38
+
39
+ export function loadFloatingPanelBounds(panelId: string): FloatingPanelBounds | null {
40
+ return readState()[panelId] ?? null;
41
+ }
42
+
43
+ export function persistFloatingPanelBounds(panelId: string, bounds: FloatingPanelBounds): void {
44
+ const state = readState();
45
+ state[panelId] = bounds;
46
+ writeState(state);
47
+ }
@@ -50,8 +50,37 @@
50
50
  color: #b45309;
51
51
  }
52
52
 
53
- /* ─── Tiptap editor container styling ────────────────────────────────────── */
53
+ /* ─── Dark mode pill overrides ─────────────────────────────────────────────── */
54
+
55
+ .dark .composer-pill--participant {
56
+ background-color: rgba(59, 130, 246, 0.15);
57
+ border-color: rgba(59, 130, 246, 0.3);
58
+ color: #93bbfd;
59
+ }
60
+
61
+ .dark .composer-pill--participant-parallel {
62
+ background-color: rgba(124, 58, 237, 0.15);
63
+ border-color: rgba(124, 58, 237, 0.3);
64
+ color: #c4b5fd;
65
+ }
66
+
67
+ .dark .composer-pill--project {
68
+ background-color: rgba(14, 116, 144, 0.15);
69
+ border-color: rgba(14, 116, 144, 0.3);
70
+ color: #67e8f9;
71
+ }
54
72
 
73
+ .dark .composer-pill--file {
74
+ background-color: rgba(21, 128, 61, 0.15);
75
+ border-color: rgba(21, 128, 61, 0.3);
76
+ color: #86efac;
77
+ }
78
+
79
+ .dark .composer-pill--thread {
80
+ background-color: rgba(180, 83, 9, 0.15);
81
+ border-color: rgba(180, 83, 9, 0.3);
82
+ color: #fcd34d;
83
+ }
55
84
 
56
85
  /* ─── Tiptap editor container styling ────────────────────────────────────── */
57
86
 
@@ -94,10 +123,135 @@
94
123
  50% { opacity: 0.5; }
95
124
  }
96
125
 
126
+ /* ─── Repo select dropdown ─────────────────────────────────────────────── */
127
+
128
+ .composer-repo-select-trigger {
129
+ display: inline-flex;
130
+ align-items: center;
131
+ gap: 4px;
132
+ padding: 2px 8px;
133
+ border-radius: 6px;
134
+ font-size: 11px;
135
+ font-weight: 500;
136
+ line-height: 1.4;
137
+ white-space: nowrap;
138
+ cursor: pointer;
139
+ border: 1px solid var(--app-shell-border);
140
+ background-color: transparent;
141
+ color: var(--app-shell-muted);
142
+ transition: all 0.15s ease;
143
+ }
144
+
145
+ .composer-repo-select-trigger:hover {
146
+ border-color: var(--app-shell-border-strong);
147
+ color: var(--foreground);
148
+ background-color: var(--app-shell-subtle);
149
+ }
150
+
151
+ .composer-repo-dropdown {
152
+ position: absolute;
153
+ bottom: calc(100% + 4px);
154
+ left: 0;
155
+ min-width: 180px;
156
+ max-height: 200px;
157
+ overflow-y: auto;
158
+ background: var(--app-shell-elevated);
159
+ border: 1px solid var(--app-shell-border);
160
+ border-radius: 8px;
161
+ box-shadow: var(--shadow-md, 0 4px 6px -1px rgba(0,0,0,.1));
162
+ padding: 4px;
163
+ z-index: 50;
164
+ }
165
+
166
+ .composer-repo-dropdown__item {
167
+ display: flex;
168
+ align-items: center;
169
+ gap: 8px;
170
+ width: 100%;
171
+ padding: 6px 8px;
172
+ border-radius: 6px;
173
+ font-size: 12px;
174
+ font-weight: 500;
175
+ color: var(--foreground);
176
+ background: transparent;
177
+ border: none;
178
+ cursor: pointer;
179
+ text-align: left;
180
+ transition: background-color 0.1s ease;
181
+ }
182
+
183
+ .composer-repo-dropdown__item:hover {
184
+ background-color: var(--app-shell-subtle);
185
+ }
186
+
187
+ .composer-repo-dropdown__item--selected {
188
+ color: #047857;
189
+ }
190
+
191
+ .dark .composer-repo-dropdown__item--selected {
192
+ color: #6ee7b7;
193
+ }
194
+
195
+ /* ─── Repo selected pills ─────────────────────────────────────────────── */
196
+
197
+ .composer-repo-pill {
198
+ display: inline-flex;
199
+ align-items: center;
200
+ gap: 4px;
201
+ padding: 2px 6px 2px 6px;
202
+ border-radius: 9999px;
203
+ font-size: 11px;
204
+ font-weight: 500;
205
+ line-height: 1.4;
206
+ white-space: nowrap;
207
+ background-color: #ecfdf5;
208
+ border: 1px solid #6ee7b7;
209
+ color: #047857;
210
+ max-width: none;
211
+ }
212
+
213
+ .composer-repo-pill__name {
214
+ overflow: visible;
215
+ text-overflow: unset;
216
+ white-space: nowrap;
217
+ }
218
+
219
+ .composer-repo-pill--overflow {
220
+ padding: 2px 8px;
221
+ font-size: 10px;
222
+ font-weight: 600;
223
+ cursor: default;
224
+ }
225
+
226
+ .dark .composer-repo-pill {
227
+ background-color: rgba(5, 150, 105, 0.15);
228
+ border-color: rgba(5, 150, 105, 0.35);
229
+ color: #6ee7b7;
230
+ }
231
+
232
+ .composer-repo-pill__remove {
233
+ display: inline-flex;
234
+ align-items: center;
235
+ justify-content: center;
236
+ padding: 0;
237
+ margin-left: 2px;
238
+ border: none;
239
+ background: transparent;
240
+ color: inherit;
241
+ cursor: pointer;
242
+ opacity: 0.6;
243
+ transition: opacity 0.1s ease;
244
+ border-radius: 9999px;
245
+ }
246
+
247
+ .composer-repo-pill__remove:hover {
248
+ opacity: 1;
249
+ }
250
+
97
251
  .composer-editor .tiptap p.is-editor-empty:first-child::before {
98
252
  content: attr(data-placeholder);
99
253
  float: left;
100
- color: #94a3b8;
254
+ color: var(--app-shell-muted, #94a3b8);
101
255
  pointer-events: none;
102
256
  height: 0;
103
257
  }
@@ -3,14 +3,16 @@
3
3
  ────────────────────────────────────────────── */
4
4
  .workspace-sidebar {
5
5
  --workspace-indent: 1rem;
6
- width: 16rem;
7
- min-width: 16rem;
6
+ width: 23rem;
7
+ min-width: 23rem;
8
8
  border-right: 1px solid var(--app-shell-border);
9
9
  background: var(--app-shell-pane);
10
10
  color: var(--foreground);
11
11
  display: flex;
12
12
  flex-direction: column;
13
- height: 100vh;
13
+ height: 100dvh;
14
+ position: sticky;
15
+ top: 0;
14
16
  transition: width 0.15s ease, min-width 0.15s ease;
15
17
  overflow: hidden;
16
18
  }
@@ -148,6 +148,7 @@ CREATE TABLE IF NOT EXISTS agents (
148
148
  model TEXT,
149
149
  provider TEXT,
150
150
  color TEXT,
151
+ title TEXT,
151
152
  config TEXT DEFAULT '{}',
152
153
  created_at TEXT DEFAULT (datetime('now')),
153
154
  updated_at TEXT DEFAULT (datetime('now'))
@@ -0,0 +1,36 @@
1
+ const fs = require('fs');
2
+ const file = '/Users/mendrika/Projects/Agents/agx-game-claude/src/components/OfficeApp.tsx';
3
+ let content = fs.readFileSync(file, 'utf8');
4
+
5
+ content = content.split('setBoardFilter(boardDeptId && boardDeptId !== "__all__" ? { type: "dept", id: boardDeptId } : { type: "all" });').join('setBoardFilter({ type: "all" });');
6
+ content = content.split('setBoardFilter(boardDeptId ? { type: "dept", id: boardDeptId } : { type: "all" });').join('setBoardFilter({ type: "all" });');
7
+
8
+ const sidebarStartStr = `<div style={{
9
+ position: "absolute",
10
+ top: isCompact ? 84 : 80,
11
+ left: 16,
12
+ width: isCompact ? "min(calc(100% - 32px), 280px)" : 280,`;
13
+ const sidebarStartIdx = content.indexOf(sidebarStartStr);
14
+ if (sidebarStartIdx !== -1) {
15
+ const openChatIdx = content.indexOf('{openChatWindowKeys.length > 0 && (', sidebarStartIdx);
16
+ if (openChatIdx !== -1) {
17
+ content = content.substring(0, sidebarStartIdx) + content.substring(openChatIdx);
18
+ }
19
+ }
20
+
21
+ content = content.split('left: isCompact ? 16 : 312,').join('left: 16,');
22
+
23
+ content = content.split('{boardActiveThread && (\n <div style={{\n borderTop: "4px solid rgba(46,59,92,0.92)",').join('{true && (\n <div style={{\n borderTop: "4px solid rgba(46,59,92,0.92)",');
24
+
25
+ content = content.split('onSubmit={(event) => {\n event.preventDefault();\n void submitBoardChatMessage(boardActiveThread);\n }}').join('onSubmit={(event) => {\n event.preventDefault();\n if (boardActiveThread) void submitBoardChatMessage(boardActiveThread); else void submitBoardComposer();\n }}');
26
+
27
+ content = content.split('value={boardChatDraft}\n onChange={setBoardChatDraft}\n onSubmit={() => { void submitBoardChatMessage(boardActiveThread); }}').join('value={boardActiveThread ? boardChatDraft : boardComposerDraft}\n onChange={boardActiveThread ? setBoardChatDraft : setBoardComposerDraft}\n onSubmit={() => { boardActiveThread ? void submitBoardChatMessage(boardActiveThread) : void submitBoardComposer(); }}');
28
+
29
+ content = content.split('placeholder={`Reply to ${boardActiveThread.targetLabel}...`}').join('placeholder={boardActiveThread ? `Reply to ${boardActiveThread.targetLabel}...` : "Create a new ticket..."}');
30
+
31
+ content = content.split('disabled={isBoardChatSubmitting || !boardChatDraft.trim()}').join('disabled={boardActiveThread ? (isBoardChatSubmitting || !boardChatDraft.trim()) : (isBoardSubmitting || !boardComposerDraft.trim())}');
32
+
33
+ content = content.split('opacity: (isBoardChatSubmitting || !boardChatDraft.trim()) ? 0.45 : 1,').join('opacity: (boardActiveThread ? (isBoardChatSubmitting || !boardChatDraft.trim()) : (isBoardSubmitting || !boardComposerDraft.trim())) ? 0.45 : 1,');
34
+
35
+ fs.writeFileSync(file, content);
36
+ console.log("Updated successfully");
@@ -0,0 +1,47 @@
1
+ const fs = require('fs');
2
+ const file = '/Users/mendrika/Projects/Agents/agx-game-claude/src/backend/store.ts';
3
+ let content = fs.readFileSync(file, 'utf8');
4
+
5
+ // Update saveWorld INSERT
6
+ content = content.replace(
7
+ /INSERT INTO threads ([\s\S]*?) VALUES ([\s\S]*?)/,
8
+ `INSERT INTO threads (
9
+ id, kind, status, status_source_message_id, participants_json, department_id,
10
+ continuation_count, created_tick, updated_tick, human_participated, created_at, updated_at
11
+ ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`
12
+ );
13
+ content = content.replace(
14
+ /thread.createdTick,\n thread.updatedTick,\n now,\n now,/g,
15
+ `thread.createdTick,
16
+ thread.updatedTick,
17
+ thread.humanParticipated ? 1 : 0,
18
+ now,
19
+ now,`
20
+ );
21
+
22
+ // Update createThread INSERT
23
+ content = content.replace(
24
+ /INSERT INTO threads ([\s\S]*?) VALUES ([\s\S]*?)/,
25
+ `INSERT INTO threads (
26
+ id, kind, status, status_source_message_id, participants_json, department_id,
27
+ continuation_count, created_tick, updated_tick, human_participated, created_at, updated_at
28
+ ) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)`
29
+ );
30
+
31
+ content = content.replace(
32
+ /input.createdTick ?? 0,\n input.updatedTick ?? 0,\n now,\n now,/g,
33
+ `input.createdTick ?? 0,
34
+ input.updatedTick ?? 0,
35
+ input.humanParticipated ? 1 : 0,
36
+ now,
37
+ now,`
38
+ );
39
+
40
+ // Update mapThread
41
+ content = content.replace(
42
+ /continuationCount: Number(row.continuation_count ?? 0),`,
43
+ `continuationCount: Number(row.continuation_count ?? 0),
44
+ humanParticipated: Boolean(row.human_participated),`
45
+ );
46
+
47
+ fs.writeFileSync(file, content);