nodal-agents 0.1.6 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (349) hide show
  1. package/README.md +219 -211
  2. package/cli.js +6 -0
  3. package/migrations/0019_agents_position.sql +16 -0
  4. package/migrations/meta/0009_snapshot.json +4454 -4712
  5. package/migrations/meta/0010_snapshot.json +4460 -4718
  6. package/migrations/meta/_journal.json +146 -139
  7. package/package.json +1 -1
  8. package/runner.js +900 -74
  9. package/web/.next/BUILD_ID +1 -1
  10. package/web/.next/app-path-routes-manifest.json +6 -5
  11. package/web/.next/build-manifest.json +6 -6
  12. package/web/.next/prerender-manifest.json +3 -27
  13. package/web/.next/react-loadable-manifest.json +4 -4
  14. package/web/.next/routes-manifest.json +9 -3
  15. package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js +2 -2
  16. package/web/.next/server/app/(dashboard)/agents/[id]/edit/page.js.nft.json +1 -1
  17. package/web/.next/server/app/(dashboard)/agents/[id]/edit/page_client-reference-manifest.js +1 -1
  18. package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page.js +2 -2
  19. package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page.js.nft.json +1 -1
  20. package/web/.next/server/app/(dashboard)/agents/[id]/telegram/page_client-reference-manifest.js +1 -1
  21. package/web/.next/server/app/(dashboard)/agents/page.js +2 -2
  22. package/web/.next/server/app/(dashboard)/agents/page.js.nft.json +1 -1
  23. package/web/.next/server/app/(dashboard)/agents/page_client-reference-manifest.js +1 -1
  24. package/web/.next/server/app/(dashboard)/approvals/page.js +2 -2
  25. package/web/.next/server/app/(dashboard)/approvals/page.js.nft.json +1 -1
  26. package/web/.next/server/app/(dashboard)/approvals/page_client-reference-manifest.js +1 -1
  27. package/web/.next/server/app/(dashboard)/automations/page.js +2 -2
  28. package/web/.next/server/app/(dashboard)/automations/page.js.nft.json +1 -1
  29. package/web/.next/server/app/(dashboard)/automations/page_client-reference-manifest.js +1 -1
  30. package/web/.next/server/app/(dashboard)/billing/page.js +2 -2
  31. package/web/.next/server/app/(dashboard)/billing/page.js.nft.json +1 -1
  32. package/web/.next/server/app/(dashboard)/billing/page_client-reference-manifest.js +1 -1
  33. package/web/.next/server/app/(dashboard)/connectors/page.js +2 -2
  34. package/web/.next/server/app/(dashboard)/connectors/page.js.nft.json +1 -1
  35. package/web/.next/server/app/(dashboard)/connectors/page_client-reference-manifest.js +1 -1
  36. package/web/.next/server/app/(dashboard)/credentials/page.js +2 -2
  37. package/web/.next/server/app/(dashboard)/credentials/page.js.nft.json +1 -1
  38. package/web/.next/server/app/(dashboard)/credentials/page_client-reference-manifest.js +1 -1
  39. package/web/.next/server/app/(dashboard)/jobs/[id]/page.js +2 -2
  40. package/web/.next/server/app/(dashboard)/jobs/[id]/page.js.nft.json +1 -1
  41. package/web/.next/server/app/(dashboard)/jobs/[id]/page_client-reference-manifest.js +1 -1
  42. package/web/.next/server/app/(dashboard)/jobs/page.js +2 -2
  43. package/web/.next/server/app/(dashboard)/jobs/page.js.nft.json +1 -1
  44. package/web/.next/server/app/(dashboard)/jobs/page_client-reference-manifest.js +1 -1
  45. package/web/.next/server/app/(dashboard)/llm-providers/page.js +2 -0
  46. package/web/.next/server/app/(dashboard)/{stats → llm-providers}/page.js.nft.json +1 -1
  47. package/web/.next/server/app/(dashboard)/llm-providers/page_client-reference-manifest.js +1 -0
  48. package/web/.next/server/app/(dashboard)/logs/page.js +2 -2
  49. package/web/.next/server/app/(dashboard)/logs/page.js.nft.json +1 -1
  50. package/web/.next/server/app/(dashboard)/logs/page_client-reference-manifest.js +1 -1
  51. package/web/.next/server/app/(dashboard)/mcp/page.js +2 -2
  52. package/web/.next/server/app/(dashboard)/mcp/page.js.nft.json +1 -1
  53. package/web/.next/server/app/(dashboard)/mcp/page_client-reference-manifest.js +1 -1
  54. package/web/.next/server/app/(dashboard)/memories/page.js +2 -2
  55. package/web/.next/server/app/(dashboard)/memories/page.js.nft.json +1 -1
  56. package/web/.next/server/app/(dashboard)/memories/page_client-reference-manifest.js +1 -1
  57. package/web/.next/server/app/(dashboard)/page.js +4 -0
  58. package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -0
  59. package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -0
  60. package/web/.next/server/app/(dashboard)/settings/page.js +2 -2
  61. package/web/.next/server/app/(dashboard)/settings/page.js.nft.json +1 -1
  62. package/web/.next/server/app/(dashboard)/settings/page_client-reference-manifest.js +1 -1
  63. package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js +2 -2
  64. package/web/.next/server/app/(dashboard)/skills/[id]/edit/page.js.nft.json +1 -1
  65. package/web/.next/server/app/(dashboard)/skills/[id]/edit/page_client-reference-manifest.js +1 -1
  66. package/web/.next/server/app/(dashboard)/skills/new/page.js +547 -0
  67. package/web/.next/server/app/(dashboard)/skills/new/page.js.nft.json +1 -0
  68. package/web/.next/server/app/(dashboard)/skills/new/page_client-reference-manifest.js +1 -0
  69. package/web/.next/server/app/(dashboard)/skills/page.js +2 -2
  70. package/web/.next/server/app/(dashboard)/skills/page.js.nft.json +1 -1
  71. package/web/.next/server/app/(dashboard)/skills/page_client-reference-manifest.js +1 -1
  72. package/web/.next/server/app/_global-error/page.js +3 -3
  73. package/web/.next/server/app/_global-error/page.js.nft.json +1 -1
  74. package/web/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  75. package/web/.next/server/app/_global-error.html +1 -1
  76. package/web/.next/server/app/_global-error.rsc +9 -9
  77. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +9 -9
  78. package/web/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +2 -2
  79. package/web/.next/server/app/_global-error.segments/_global-error.segment.rsc +3 -3
  80. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +3 -3
  81. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +5 -5
  82. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  83. package/web/.next/server/app/_not-found/page.js +2 -2
  84. package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  85. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  86. package/web/.next/server/app/_not-found.html +1 -1
  87. package/web/.next/server/app/_not-found.rsc +10 -10
  88. package/web/.next/server/app/_not-found.segments/_full.segment.rsc +10 -10
  89. package/web/.next/server/app/_not-found.segments/_head.segment.rsc +3 -3
  90. package/web/.next/server/app/_not-found.segments/_index.segment.rsc +6 -6
  91. package/web/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +3 -3
  92. package/web/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  93. package/web/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  94. package/web/.next/server/app/api/auth/[...all]/route.js +1 -1
  95. package/web/.next/server/app/api/auth/[...all]/route.js.nft.json +1 -1
  96. package/web/.next/server/app/api/health/route.js +1 -1
  97. package/web/.next/server/app/api/health/route.js.nft.json +1 -1
  98. package/web/.next/server/app/api/oauth/[provider]/callback/route.js +1 -1
  99. package/web/.next/server/app/api/oauth/[provider]/callback/route.js.nft.json +1 -1
  100. package/web/.next/server/app/api/oauth/[provider]/start/route.js +1 -1
  101. package/web/.next/server/app/api/oauth/[provider]/start/route.js.nft.json +1 -1
  102. package/web/.next/server/app/auth/callback/route.js +1 -1
  103. package/web/.next/server/app/auth/callback/route.js.nft.json +1 -1
  104. package/web/.next/server/app/login/page.js +2 -2
  105. package/web/.next/server/app/login/page.js.nft.json +1 -1
  106. package/web/.next/server/app/login/page_client-reference-manifest.js +1 -1
  107. package/web/.next/server/app/onboarding/page.js +2 -2
  108. package/web/.next/server/app/onboarding/page.js.nft.json +1 -1
  109. package/web/.next/server/app/onboarding/page_client-reference-manifest.js +1 -1
  110. package/web/.next/server/app/onboarding.html +1 -1
  111. package/web/.next/server/app/onboarding.rsc +10 -10
  112. package/web/.next/server/app/onboarding.segments/_full.segment.rsc +10 -10
  113. package/web/.next/server/app/onboarding.segments/_head.segment.rsc +3 -3
  114. package/web/.next/server/app/onboarding.segments/_index.segment.rsc +6 -6
  115. package/web/.next/server/app/onboarding.segments/_tree.segment.rsc +2 -2
  116. package/web/.next/server/app/onboarding.segments/onboarding/__PAGE__.segment.rsc +2 -2
  117. package/web/.next/server/app/onboarding.segments/onboarding.segment.rsc +3 -3
  118. package/web/.next/server/app-paths-manifest.json +6 -5
  119. package/web/.next/server/chunks/1006.js +1 -0
  120. package/web/.next/server/chunks/1985.js +1 -0
  121. package/web/.next/server/chunks/234.js +1 -0
  122. package/web/.next/server/chunks/2385.js +1 -0
  123. package/web/.next/server/chunks/2422.js +1 -0
  124. package/web/.next/server/chunks/2734.js +1 -0
  125. package/web/.next/server/chunks/{159.js → 3159.js} +1 -1
  126. package/web/.next/server/chunks/3455.js +1 -0
  127. package/web/.next/server/chunks/3771.js +1 -0
  128. package/web/.next/server/chunks/3938.js +1 -0
  129. package/web/.next/server/chunks/414.js +16 -0
  130. package/web/.next/server/chunks/4242.js +3 -0
  131. package/web/.next/server/chunks/4574.js +1 -0
  132. package/web/.next/server/chunks/{674.js → 4674.js} +1 -1
  133. package/web/.next/server/chunks/5449.js +1 -0
  134. package/web/.next/server/chunks/5616.js +25 -0
  135. package/web/.next/server/chunks/6128.js +1 -0
  136. package/web/.next/server/chunks/6402.js +1 -0
  137. package/web/.next/server/chunks/6595.js +1 -0
  138. package/web/.next/server/chunks/6697.js +1 -0
  139. package/web/.next/server/chunks/6764.js +1 -0
  140. package/web/.next/server/chunks/7741.js +1 -0
  141. package/web/.next/server/chunks/{826.js → 7826.js} +3 -3
  142. package/web/.next/server/chunks/{437.js → 8437.js} +1 -1
  143. package/web/.next/server/chunks/8464.js +2 -0
  144. package/web/.next/server/chunks/9323.js +1 -0
  145. package/web/.next/server/chunks/9327.js +1 -0
  146. package/web/.next/server/chunks/9427.js +1 -0
  147. package/web/.next/server/middleware-build-manifest.js +1 -1
  148. package/web/.next/server/middleware-react-loadable-manifest.js +1 -1
  149. package/web/.next/server/middleware.js +1 -1
  150. package/web/.next/server/pages/404.html +1 -1
  151. package/web/.next/server/pages/500.html +1 -1
  152. package/web/.next/server/server-reference-manifest.js +1 -1
  153. package/web/.next/server/server-reference-manifest.json +1 -1
  154. package/web/.next/server/webpack-runtime.js +1 -1
  155. package/web/.next/static/be4PVOMd_EIWn1rY3m-Q2/_buildManifest.js +1 -0
  156. package/web/.next/static/chunks/1165-ec573be2aa63710b.js +1 -0
  157. package/web/.next/static/chunks/269-dc034ed29e6c72ee.js +1 -0
  158. package/web/.next/static/chunks/3363-1c6e608bcc76c1b2.js +1 -0
  159. package/web/.next/static/chunks/3422-9078c04bb8df8ce5.js +1 -0
  160. package/web/.next/static/chunks/5365-f17cb5257d2e5cd5.js +1 -0
  161. package/web/.next/static/chunks/6118-c6a8b66d0a3e446c.js +1 -0
  162. package/web/.next/static/chunks/6522-3f865de55adb618d.js +1 -0
  163. package/web/.next/static/chunks/6679-7c76034b83edeb06.js +1 -0
  164. package/web/.next/static/chunks/7203.ac8819bafd435ace.js +1 -0
  165. package/web/.next/static/chunks/8724-fb5a98d16bfbb929.js +32 -0
  166. package/web/.next/static/chunks/9060-df7c0c4c6fa27737.js +3 -0
  167. package/web/.next/static/chunks/9167-12a4a42d1a7d7db5.js +1 -0
  168. package/web/.next/static/chunks/9174.9c4f1a29aafd1fa5.js +1 -0
  169. package/web/.next/static/chunks/921-f437093debcddbb3.js +1 -0
  170. package/web/.next/static/chunks/9457-a94614afa0c2954c.js +1 -0
  171. package/web/.next/static/chunks/9504-1585634fb05dc985.js +1 -0
  172. package/web/.next/static/chunks/a7a8b010-58892db2f7d6ed53.js +1 -0
  173. package/web/.next/static/chunks/app/(dashboard)/agents/[id]/edit/page-faaf5d7084db1fbc.js +1 -0
  174. package/web/.next/static/chunks/app/(dashboard)/agents/[id]/telegram/page-8f2ca5f7fb70eab4.js +1 -0
  175. package/web/.next/static/chunks/app/(dashboard)/agents/page-9f2c2130d2f4de95.js +1 -0
  176. package/web/.next/static/chunks/app/(dashboard)/approvals/page-78f89fc75e0098e3.js +1 -0
  177. package/web/.next/static/chunks/app/(dashboard)/automations/page-7f71b6201decf4e5.js +1 -0
  178. package/web/.next/static/chunks/app/(dashboard)/billing/page-76a720d27d6fdb88.js +1 -0
  179. package/web/.next/static/chunks/app/(dashboard)/connectors/page-cd7ee7dd1458ae47.js +1 -0
  180. package/web/.next/static/chunks/app/(dashboard)/credentials/page-73d252ca88f194f1.js +1 -0
  181. package/web/.next/static/chunks/app/(dashboard)/jobs/[id]/page-1740cbacc93cb4ac.js +1 -0
  182. package/web/.next/static/chunks/app/(dashboard)/jobs/page-d340869dc040dc5d.js +1 -0
  183. package/web/.next/static/chunks/app/(dashboard)/layout-c63442ae0b085dcc.js +1 -0
  184. package/web/.next/static/chunks/app/(dashboard)/llm-providers/page-2f472dc5ade5697f.js +1 -0
  185. package/web/.next/static/chunks/app/(dashboard)/logs/page-34e669d9863bdd6e.js +1 -0
  186. package/web/.next/static/chunks/app/(dashboard)/mcp/page-1b2bf2315b3b213e.js +1 -0
  187. package/web/.next/static/chunks/app/(dashboard)/memories/page-1e537215e80cb0c3.js +1 -0
  188. package/web/.next/static/chunks/app/(dashboard)/page-fe750fe3304e8025.js +1 -0
  189. package/web/.next/static/chunks/app/(dashboard)/settings/page-499e32816fa8881b.js +1 -0
  190. package/web/.next/static/chunks/app/(dashboard)/skills/[id]/edit/page-6a4102dd95d3a6e1.js +1 -0
  191. package/web/.next/static/chunks/app/(dashboard)/skills/new/page-ca70dd7b9f24b76b.js +1 -0
  192. package/web/.next/static/chunks/app/(dashboard)/skills/page-a6736503d29a2f1c.js +1 -0
  193. package/web/.next/static/chunks/app/_global-error/page-b16f4d41d1aefd57.js +1 -0
  194. package/web/.next/static/chunks/app/_not-found/page-b16f4d41d1aefd57.js +1 -0
  195. package/web/.next/static/chunks/app/api/auth/[...all]/route-b16f4d41d1aefd57.js +1 -0
  196. package/web/.next/static/chunks/app/api/health/route-b16f4d41d1aefd57.js +1 -0
  197. package/web/.next/static/chunks/app/api/oauth/[provider]/callback/route-b16f4d41d1aefd57.js +1 -0
  198. package/web/.next/static/chunks/app/api/oauth/[provider]/start/route-b16f4d41d1aefd57.js +1 -0
  199. package/web/.next/static/chunks/app/auth/callback/route-b16f4d41d1aefd57.js +1 -0
  200. package/web/.next/static/chunks/app/error-61e58aa304e1b34e.js +1 -0
  201. package/web/.next/static/chunks/app/layout-34fff1f3e126d020.js +1 -0
  202. package/web/.next/static/chunks/app/login/page-a6993d175f94d322.js +1 -0
  203. package/web/.next/static/chunks/app/not-found-76a720d27d6fdb88.js +1 -0
  204. package/web/.next/static/chunks/app/onboarding/page-b16f4d41d1aefd57.js +1 -0
  205. package/web/.next/static/chunks/framework-bd27525cfbef7e2f.js +1 -0
  206. package/web/.next/static/chunks/main-app-7c3f773b984d0067.js +1 -0
  207. package/web/.next/static/chunks/main-c2542346b2c9d502.js +5 -0
  208. package/web/.next/static/chunks/next/dist/client/components/builtin/app-error-b16f4d41d1aefd57.js +1 -0
  209. package/web/.next/static/chunks/next/dist/client/components/builtin/forbidden-b16f4d41d1aefd57.js +1 -0
  210. package/web/.next/static/chunks/next/dist/client/components/builtin/global-error-af395c2c47310b14.js +1 -0
  211. package/web/.next/static/chunks/next/dist/client/components/builtin/unauthorized-b16f4d41d1aefd57.js +1 -0
  212. package/web/.next/static/chunks/{webpack-821bd0359b891822.js → webpack-3741bf0a7636d65e.js} +1 -1
  213. package/web/.next/static/css/a161c147ca3606b3.css +3 -0
  214. package/web/.next/static/media/19cfc7226ec3afaa-s.woff2 +0 -0
  215. package/web/.next/static/media/21350d82a1f187e9-s.woff2 +0 -0
  216. package/web/.next/static/media/558ca1a6aa3cb55e-s.p.woff2 +0 -0
  217. package/web/.next/static/media/64d784ea54a4acde-s.woff2 +0 -0
  218. package/web/.next/static/media/6d831b18ae5b01dc-s.woff2 +0 -0
  219. package/web/.next/static/media/8e9860b6e62d6359-s.woff2 +0 -0
  220. package/web/.next/static/media/ac0e76ddaeeb7981-s.woff2 +0 -0
  221. package/web/.next/static/media/ba9851c3c22cd980-s.woff2 +0 -0
  222. package/web/.next/static/media/c5fe6dc8356a8c31-s.woff2 +0 -0
  223. package/web/.next/static/media/df0a9ae256c0569c-s.woff2 +0 -0
  224. package/web/.next/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
  225. package/web/.next/static/media/edc640959b0c7826-s.woff2 +0 -0
  226. package/web/.next/static/media/ff71da380fbe67dd-s.woff2 +0 -0
  227. package/web/public/avatars/avatar-01.png +0 -0
  228. package/web/public/avatars/avatar-02.png +0 -0
  229. package/web/public/avatars/avatar-03.png +0 -0
  230. package/web/public/avatars/avatar-04.png +0 -0
  231. package/web/public/avatars/avatar-05.png +0 -0
  232. package/web/public/avatars/avatar-06.png +0 -0
  233. package/web/public/avatars/avatar-07.png +0 -0
  234. package/web/public/avatars/avatar-08.png +0 -0
  235. package/web/public/avatars/avatar-09.png +0 -0
  236. package/web/public/avatars/avatar-10.png +0 -0
  237. package/web/public/avatars/avatar-11.png +0 -0
  238. package/web/public/avatars/avatar-12.png +0 -0
  239. package/web/public/avatars/avatar-13.png +0 -0
  240. package/web/public/avatars/avatar-14.png +0 -0
  241. package/web/public/avatars/avatar-15.png +0 -0
  242. package/web/public/avatars/avatar-16.png +0 -0
  243. package/web/public/avatars/avatar-17.png +0 -0
  244. package/web/public/avatars/avatar-18.png +0 -0
  245. package/web/public/avatars/avatar-19.png +0 -0
  246. package/web/public/avatars/avatar-20.png +0 -0
  247. package/web/public/avatars/avatar-21.png +0 -0
  248. package/web/public/avatars/avatar-22.png +0 -0
  249. package/web/public/avatars/avatar-23.png +0 -0
  250. package/web/public/avatars/avatar-24.png +0 -0
  251. package/web/public/avatars/avatar-25.png +0 -0
  252. package/web/public/avatars/avatar-26.png +0 -0
  253. package/web/public/avatars/avatar-27.png +0 -0
  254. package/web/public/avatars/avatar-28.png +0 -0
  255. package/web/public/avatars/avatar-29.png +0 -0
  256. package/web/public/avatars/avatar-30.png +0 -0
  257. package/web/public/avatars/avatar-31.png +0 -0
  258. package/web/public/avatars/avatar-32.png +0 -0
  259. package/web/public/avatars/avatar-33.png +0 -0
  260. package/web/public/avatars/avatar-34.png +0 -0
  261. package/web/public/avatars/avatar-35.png +0 -0
  262. package/web/public/avatars/avatar-36.png +0 -0
  263. package/web/public/avatars/avatar-37.png +0 -0
  264. package/web/public/avatars/avatar-38.png +0 -0
  265. package/web/public/avatars/avatar-39.png +0 -0
  266. package/web/public/avatars/avatar-40.png +0 -0
  267. package/web/public/avatars/avatar-41.png +0 -0
  268. package/web/public/avatars/avatar-42.png +0 -0
  269. package/web/.next/server/app/(dashboard)/stats/page.js +0 -2
  270. package/web/.next/server/app/(dashboard)/stats/page_client-reference-manifest.js +0 -1
  271. package/web/.next/server/app/index.html +0 -1
  272. package/web/.next/server/app/index.meta +0 -16
  273. package/web/.next/server/app/index.rsc +0 -16
  274. package/web/.next/server/app/index.segments/__PAGE__.segment.rsc +0 -6
  275. package/web/.next/server/app/index.segments/_full.segment.rsc +0 -16
  276. package/web/.next/server/app/index.segments/_head.segment.rsc +0 -5
  277. package/web/.next/server/app/index.segments/_index.segment.rsc +0 -7
  278. package/web/.next/server/app/index.segments/_tree.segment.rsc +0 -2
  279. package/web/.next/server/app/page.js +0 -2
  280. package/web/.next/server/app/page.js.nft.json +0 -1
  281. package/web/.next/server/app/page_client-reference-manifest.js +0 -1
  282. package/web/.next/server/chunks/128.js +0 -1
  283. package/web/.next/server/chunks/134.js +0 -1
  284. package/web/.next/server/chunks/145.js +0 -1
  285. package/web/.next/server/chunks/184.js +0 -2
  286. package/web/.next/server/chunks/352.js +0 -16
  287. package/web/.next/server/chunks/402.js +0 -1
  288. package/web/.next/server/chunks/422.js +0 -1
  289. package/web/.next/server/chunks/449.js +0 -1
  290. package/web/.next/server/chunks/464.js +0 -2
  291. package/web/.next/server/chunks/574.js +0 -1
  292. package/web/.next/server/chunks/6.js +0 -1
  293. package/web/.next/server/chunks/631.js +0 -12
  294. package/web/.next/server/chunks/676.js +0 -1
  295. package/web/.next/server/chunks/697.js +0 -1
  296. package/web/.next/server/chunks/764.js +0 -1
  297. package/web/.next/server/chunks/807.js +0 -1
  298. package/web/.next/server/chunks/938.js +0 -1
  299. package/web/.next/static/1HpaEqSrARPvyPllAmQtF/_buildManifest.js +0 -1
  300. package/web/.next/static/chunks/1045-82c87c31d5a8f54b.js +0 -1
  301. package/web/.next/static/chunks/2186-88c3d89f10bc57c3.js +0 -1
  302. package/web/.next/static/chunks/3363-613d9ccc7fe8a233.js +0 -1
  303. package/web/.next/static/chunks/3426-ddba5bb6b1e3f0ee.js +0 -1
  304. package/web/.next/static/chunks/4678-5cbc08f56a4fb74d.js +0 -1
  305. package/web/.next/static/chunks/7203.f516c74ab9532e2b.js +0 -1
  306. package/web/.next/static/chunks/8724-68ad0e948ea9a1cd.js +0 -32
  307. package/web/.next/static/chunks/9174.9225c199db752381.js +0 -1
  308. package/web/.next/static/chunks/9504-9ba984747b116953.js +0 -1
  309. package/web/.next/static/chunks/a7a8b010-8a97df7bbea35b50.js +0 -1
  310. package/web/.next/static/chunks/app/(dashboard)/agents/[id]/edit/page-2c38c08bef6182ce.js +0 -1
  311. package/web/.next/static/chunks/app/(dashboard)/agents/[id]/telegram/page-9ddc8c77a1ec33df.js +0 -1
  312. package/web/.next/static/chunks/app/(dashboard)/agents/page-567400cb256c565d.js +0 -1
  313. package/web/.next/static/chunks/app/(dashboard)/approvals/page-38f4fe347d505bff.js +0 -1
  314. package/web/.next/static/chunks/app/(dashboard)/automations/page-d8c09fb42eeeca4d.js +0 -1
  315. package/web/.next/static/chunks/app/(dashboard)/billing/page-736acdd0781484e6.js +0 -1
  316. package/web/.next/static/chunks/app/(dashboard)/connectors/page-63889db4bf76fe10.js +0 -1
  317. package/web/.next/static/chunks/app/(dashboard)/credentials/page-4867266b3111cdf6.js +0 -1
  318. package/web/.next/static/chunks/app/(dashboard)/jobs/[id]/page-285ef9a609cc1190.js +0 -1
  319. package/web/.next/static/chunks/app/(dashboard)/jobs/page-8b0b38b7651507ba.js +0 -1
  320. package/web/.next/static/chunks/app/(dashboard)/layout-5bf62b7b4daa56d5.js +0 -2
  321. package/web/.next/static/chunks/app/(dashboard)/logs/page-8e809e843e8a6f76.js +0 -1
  322. package/web/.next/static/chunks/app/(dashboard)/mcp/page-69f5cfd2e4f57677.js +0 -1
  323. package/web/.next/static/chunks/app/(dashboard)/memories/page-f4541a2f37851596.js +0 -1
  324. package/web/.next/static/chunks/app/(dashboard)/settings/page-95e9ff0349e579ef.js +0 -1
  325. package/web/.next/static/chunks/app/(dashboard)/skills/[id]/edit/page-a1a65f3cc8a9df31.js +0 -1
  326. package/web/.next/static/chunks/app/(dashboard)/skills/page-747e409f9f34cc3c.js +0 -1
  327. package/web/.next/static/chunks/app/(dashboard)/stats/page-9162acbb9015dd27.js +0 -1
  328. package/web/.next/static/chunks/app/_global-error/page-9162acbb9015dd27.js +0 -1
  329. package/web/.next/static/chunks/app/_not-found/page-9162acbb9015dd27.js +0 -1
  330. package/web/.next/static/chunks/app/api/auth/[...all]/route-9162acbb9015dd27.js +0 -1
  331. package/web/.next/static/chunks/app/api/health/route-9162acbb9015dd27.js +0 -1
  332. package/web/.next/static/chunks/app/api/oauth/[provider]/callback/route-9162acbb9015dd27.js +0 -1
  333. package/web/.next/static/chunks/app/api/oauth/[provider]/start/route-9162acbb9015dd27.js +0 -1
  334. package/web/.next/static/chunks/app/auth/callback/route-9162acbb9015dd27.js +0 -1
  335. package/web/.next/static/chunks/app/error-055d3c6a12b2b05a.js +0 -1
  336. package/web/.next/static/chunks/app/layout-c01e1c13a9f4e701.js +0 -1
  337. package/web/.next/static/chunks/app/login/page-a47d35197589a25b.js +0 -1
  338. package/web/.next/static/chunks/app/not-found-736acdd0781484e6.js +0 -1
  339. package/web/.next/static/chunks/app/onboarding/page-9162acbb9015dd27.js +0 -1
  340. package/web/.next/static/chunks/app/page-9162acbb9015dd27.js +0 -1
  341. package/web/.next/static/chunks/framework-dfbc3562811a52e8.js +0 -1
  342. package/web/.next/static/chunks/main-200183420347a1ea.js +0 -5
  343. package/web/.next/static/chunks/main-app-d81ba9a45427346e.js +0 -1
  344. package/web/.next/static/chunks/next/dist/client/components/builtin/app-error-9162acbb9015dd27.js +0 -1
  345. package/web/.next/static/chunks/next/dist/client/components/builtin/forbidden-9162acbb9015dd27.js +0 -1
  346. package/web/.next/static/chunks/next/dist/client/components/builtin/global-error-146c676c80b91e46.js +0 -1
  347. package/web/.next/static/chunks/next/dist/client/components/builtin/unauthorized-9162acbb9015dd27.js +0 -1
  348. package/web/.next/static/css/221ca0dcaf2fa31f.css +0 -1
  349. /package/web/.next/static/{1HpaEqSrARPvyPllAmQtF → be4PVOMd_EIWn1rY3m-Q2}/_ssgManifest.js +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.