vibesurf 0.1.26__py3-none-any.whl → 0.2.6__py3-none-any.whl

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.

Potentially problematic release.


This version of vibesurf might be problematic. Click here for more details.

Files changed (2858) hide show
  1. vibe_surf/_version.py +2 -2
  2. vibe_surf/agents/browser_use_agent.py +15 -353
  3. vibe_surf/agents/prompts/vibe_surf_prompt.py +35 -1
  4. vibe_surf/agents/report_writer_agent.py +71 -21
  5. vibe_surf/agents/vibe_surf_agent.py +232 -120
  6. vibe_surf/agents/views.py +6 -15
  7. vibe_surf/backend/api/composio.py +1047 -0
  8. vibe_surf/backend/api/schedule.py +331 -0
  9. vibe_surf/backend/api/vibesurf.py +449 -0
  10. vibe_surf/backend/database/migrations/v005_add_composio_integration.sql +33 -0
  11. vibe_surf/backend/database/migrations/v006_add_credentials_table.sql +26 -0
  12. vibe_surf/backend/database/migrations/v007_add_schedule_table.sql +29 -0
  13. vibe_surf/backend/database/models.py +86 -1
  14. vibe_surf/backend/database/queries.py +565 -2
  15. vibe_surf/backend/frontend/assets/MCPLangflow-Bzb6g6Zx.png +0 -0
  16. vibe_surf/backend/frontend/assets/SlackIcon-DH9MFXnM.js +1 -0
  17. vibe_surf/backend/frontend/assets/Wikipedia-MKjlsFhR.js +1 -0
  18. vibe_surf/backend/frontend/assets/Wolfram-DZjh94KW.js +1 -0
  19. vibe_surf/backend/frontend/assets/__vite-browser-external-BIHI7g3E.js +1 -0
  20. vibe_surf/backend/frontend/assets/a-arrow-down-M5pMOHfz.js +6 -0
  21. vibe_surf/backend/frontend/assets/a-arrow-up-Bhux1P9g.js +6 -0
  22. vibe_surf/backend/frontend/assets/a-large-small-CxpoIZ2k.js +6 -0
  23. vibe_surf/backend/frontend/assets/accessibility-DIOswxup.js +6 -0
  24. vibe_surf/backend/frontend/assets/activity-Cgoj6BfB.js +6 -0
  25. vibe_surf/backend/frontend/assets/air-vent-BRuCRSP-.js +6 -0
  26. vibe_surf/backend/frontend/assets/airplay-D6ddOHpT.js +6 -0
  27. vibe_surf/backend/frontend/assets/alarm-clock-BswE0svo.js +6 -0
  28. vibe_surf/backend/frontend/assets/alarm-clock-check-CMKnL746.js +6 -0
  29. vibe_surf/backend/frontend/assets/alarm-clock-minus-Cmry03T1.js +6 -0
  30. vibe_surf/backend/frontend/assets/alarm-clock-off-ByCGR7KD.js +6 -0
  31. vibe_surf/backend/frontend/assets/alarm-clock-plus-D80NSz4S.js +6 -0
  32. vibe_surf/backend/frontend/assets/alarm-smoke-DyUVOJUh.js +6 -0
  33. vibe_surf/backend/frontend/assets/album-CGIJADgR.js +6 -0
  34. vibe_surf/backend/frontend/assets/align-center-Cb9nxg1u.js +6 -0
  35. vibe_surf/backend/frontend/assets/align-center-horizontal-DunWyH8w.js +6 -0
  36. vibe_surf/backend/frontend/assets/align-center-vertical-COWbwf4r.js +6 -0
  37. vibe_surf/backend/frontend/assets/align-end-horizontal-BXGWZnJg.js +6 -0
  38. vibe_surf/backend/frontend/assets/align-end-vertical-DsDprlL7.js +6 -0
  39. vibe_surf/backend/frontend/assets/align-horizontal-distribute-center-fSZ29QkE.js +6 -0
  40. vibe_surf/backend/frontend/assets/align-horizontal-distribute-end-C3BFRnLg.js +6 -0
  41. vibe_surf/backend/frontend/assets/align-horizontal-distribute-start-DqYzU1-w.js +6 -0
  42. vibe_surf/backend/frontend/assets/align-horizontal-justify-center-2iNXkDKh.js +6 -0
  43. vibe_surf/backend/frontend/assets/align-horizontal-justify-end-COPIkT0U.js +6 -0
  44. vibe_surf/backend/frontend/assets/align-horizontal-justify-start-DoS3Jrzb.js +6 -0
  45. vibe_surf/backend/frontend/assets/align-horizontal-space-around-k9yEGjMh.js +6 -0
  46. vibe_surf/backend/frontend/assets/align-horizontal-space-between-C6RzmtkD.js +6 -0
  47. vibe_surf/backend/frontend/assets/align-justify-BvD3xtAK.js +6 -0
  48. vibe_surf/backend/frontend/assets/align-left-BP84nxXJ.js +6 -0
  49. vibe_surf/backend/frontend/assets/align-right-6z3k9YVj.js +6 -0
  50. vibe_surf/backend/frontend/assets/align-start-horizontal-DRihqJTg.js +6 -0
  51. vibe_surf/backend/frontend/assets/align-start-vertical-Bs-ISVmy.js +6 -0
  52. vibe_surf/backend/frontend/assets/align-vertical-distribute-center-CU82VWLq.js +6 -0
  53. vibe_surf/backend/frontend/assets/align-vertical-distribute-end-IrubG5LP.js +6 -0
  54. vibe_surf/backend/frontend/assets/align-vertical-distribute-start-BgBu3t8X.js +6 -0
  55. vibe_surf/backend/frontend/assets/align-vertical-justify-center-e7psKZ4D.js +6 -0
  56. vibe_surf/backend/frontend/assets/align-vertical-justify-end-CncIBU5b.js +6 -0
  57. vibe_surf/backend/frontend/assets/align-vertical-justify-start-21_MQReA.js +6 -0
  58. vibe_surf/backend/frontend/assets/align-vertical-space-around-NJNn7zPP.js +6 -0
  59. vibe_surf/backend/frontend/assets/align-vertical-space-between-LYs4c5i9.js +6 -0
  60. vibe_surf/backend/frontend/assets/ambulance-jMfwSVYH.js +6 -0
  61. vibe_surf/backend/frontend/assets/ampersand-B1-1HYj1.js +6 -0
  62. vibe_surf/backend/frontend/assets/ampersands-DVVxe50v.js +6 -0
  63. vibe_surf/backend/frontend/assets/amphora-B12bYdql.js +6 -0
  64. vibe_surf/backend/frontend/assets/anchor-C_JuZyO5.js +6 -0
  65. vibe_surf/backend/frontend/assets/angry-KqzvbAxB.js +6 -0
  66. vibe_surf/backend/frontend/assets/annoyed-CZXUdq0q.js +6 -0
  67. vibe_surf/backend/frontend/assets/antenna-CFlKnuEE.js +6 -0
  68. vibe_surf/backend/frontend/assets/anvil-ObmOBzcW.js +6 -0
  69. vibe_surf/backend/frontend/assets/aperture-CU6mXxj8.js +6 -0
  70. vibe_surf/backend/frontend/assets/apify_white-uCJdZkTU.png +0 -0
  71. vibe_surf/backend/frontend/assets/app-window-D5iSiHiS.js +6 -0
  72. vibe_surf/backend/frontend/assets/app-window-mac-QOaPWoGX.js +6 -0
  73. vibe_surf/backend/frontend/assets/apple-D7ZsI-et.js +6 -0
  74. vibe_surf/backend/frontend/assets/archive-FLn_d8Ny.js +6 -0
  75. vibe_surf/backend/frontend/assets/archive-restore-C668KwvC.js +6 -0
  76. vibe_surf/backend/frontend/assets/archive-x-DJJed9T2.js +6 -0
  77. vibe_surf/backend/frontend/assets/armchair-DfXLs0Nj.js +6 -0
  78. vibe_surf/backend/frontend/assets/arrow-big-down-DU2dtkeu.js +6 -0
  79. vibe_surf/backend/frontend/assets/arrow-big-down-dash-CzsIOlhF.js +6 -0
  80. vibe_surf/backend/frontend/assets/arrow-big-left-CCeUj8q9.js +6 -0
  81. vibe_surf/backend/frontend/assets/arrow-big-left-dash-CFpRtORj.js +6 -0
  82. vibe_surf/backend/frontend/assets/arrow-big-right-C1QE56k7.js +6 -0
  83. vibe_surf/backend/frontend/assets/arrow-big-right-dash-D6H2wruv.js +6 -0
  84. vibe_surf/backend/frontend/assets/arrow-big-up-0f0CsejQ.js +6 -0
  85. vibe_surf/backend/frontend/assets/arrow-big-up-dash-Dz-Sbw66.js +6 -0
  86. vibe_surf/backend/frontend/assets/arrow-down-0-1-B1PGN6BJ.js +6 -0
  87. vibe_surf/backend/frontend/assets/arrow-down-1-0-Bcl1KrrL.js +6 -0
  88. vibe_surf/backend/frontend/assets/arrow-down-DZKzcieL.js +6 -0
  89. vibe_surf/backend/frontend/assets/arrow-down-a-z-DurN_xiR.js +6 -0
  90. vibe_surf/backend/frontend/assets/arrow-down-from-line-D2i9DDA0.js +6 -0
  91. vibe_surf/backend/frontend/assets/arrow-down-left-Pid0zUYj.js +6 -0
  92. vibe_surf/backend/frontend/assets/arrow-down-narrow-wide-DtnDCgZY.js +6 -0
  93. vibe_surf/backend/frontend/assets/arrow-down-right-BgepY9bM.js +6 -0
  94. vibe_surf/backend/frontend/assets/arrow-down-to-dot-C5rQ12yn.js +6 -0
  95. vibe_surf/backend/frontend/assets/arrow-down-to-line-DovZ64L0.js +6 -0
  96. vibe_surf/backend/frontend/assets/arrow-down-up-D5-v7CDC.js +6 -0
  97. vibe_surf/backend/frontend/assets/arrow-down-wide-narrow-CGAsRLvP.js +6 -0
  98. vibe_surf/backend/frontend/assets/arrow-down-z-a-DOGHwUgR.js +6 -0
  99. vibe_surf/backend/frontend/assets/arrow-left-from-line-DwY8iDxY.js +6 -0
  100. vibe_surf/backend/frontend/assets/arrow-left-hKr3yGVm.js +6 -0
  101. vibe_surf/backend/frontend/assets/arrow-left-right-Be5fvvG0.js +6 -0
  102. vibe_surf/backend/frontend/assets/arrow-left-to-line-DKHIypu3.js +6 -0
  103. vibe_surf/backend/frontend/assets/arrow-right-BaRZuB8W.js +6 -0
  104. vibe_surf/backend/frontend/assets/arrow-right-from-line-D3jqt4-q.js +6 -0
  105. vibe_surf/backend/frontend/assets/arrow-right-left-BKRuMAR-.js +6 -0
  106. vibe_surf/backend/frontend/assets/arrow-right-to-line-rtWVy_CC.js +6 -0
  107. vibe_surf/backend/frontend/assets/arrow-up-0-1-yF8Nt_KM.js +6 -0
  108. vibe_surf/backend/frontend/assets/arrow-up-1-0-WRlLFmSw.js +6 -0
  109. vibe_surf/backend/frontend/assets/arrow-up-BKnAmgTC.js +6 -0
  110. vibe_surf/backend/frontend/assets/arrow-up-a-z-COXfk41y.js +6 -0
  111. vibe_surf/backend/frontend/assets/arrow-up-down-Dtw4v35K.js +6 -0
  112. vibe_surf/backend/frontend/assets/arrow-up-from-dot-B1XSjc2P.js +6 -0
  113. vibe_surf/backend/frontend/assets/arrow-up-from-line-C-lHvDpd.js +6 -0
  114. vibe_surf/backend/frontend/assets/arrow-up-left-CYojov8T.js +6 -0
  115. vibe_surf/backend/frontend/assets/arrow-up-narrow-wide-B54CYEHs.js +6 -0
  116. vibe_surf/backend/frontend/assets/arrow-up-right-Bdo9Z-7A.js +6 -0
  117. vibe_surf/backend/frontend/assets/arrow-up-to-line-DS_I-9Vp.js +6 -0
  118. vibe_surf/backend/frontend/assets/arrow-up-wide-narrow-B3GeXj9O.js +6 -0
  119. vibe_surf/backend/frontend/assets/arrow-up-z-a-CdyZuD75.js +6 -0
  120. vibe_surf/backend/frontend/assets/arrows-up-from-line-0sYhsLRw.js +6 -0
  121. vibe_surf/backend/frontend/assets/asterisk-CQWlVYDB.js +6 -0
  122. vibe_surf/backend/frontend/assets/at-sign-Dug8NlWL.js +6 -0
  123. vibe_surf/backend/frontend/assets/atom-Cx1vCOFb.js +6 -0
  124. vibe_surf/backend/frontend/assets/audio-lines-Cimsj6_f.js +6 -0
  125. vibe_surf/backend/frontend/assets/audio-waveform-BxCl1LyQ.js +6 -0
  126. vibe_surf/backend/frontend/assets/award-dRU3xhJ7.js +6 -0
  127. vibe_surf/backend/frontend/assets/axe-B8CCMGTD.js +6 -0
  128. vibe_surf/backend/frontend/assets/axis-3d-D2ZIjjx3.js +6 -0
  129. vibe_surf/backend/frontend/assets/baby-DWh5CwfC.js +6 -0
  130. vibe_surf/backend/frontend/assets/backpack-D9rjYWvf.js +6 -0
  131. vibe_surf/backend/frontend/assets/badge-C0r2CPAV.js +6 -0
  132. vibe_surf/backend/frontend/assets/badge-alert-Do89zN-s.js +6 -0
  133. vibe_surf/backend/frontend/assets/badge-cent-Dmv_cqc-.js +6 -0
  134. vibe_surf/backend/frontend/assets/badge-check--_Rese0X.js +6 -0
  135. vibe_surf/backend/frontend/assets/badge-dollar-sign-BHnNL8ma.js +6 -0
  136. vibe_surf/backend/frontend/assets/badge-euro-CKNQv-oO.js +6 -0
  137. vibe_surf/backend/frontend/assets/badge-help-BlZAHEa-.js +6 -0
  138. vibe_surf/backend/frontend/assets/badge-indian-rupee-BNIUcLaI.js +6 -0
  139. vibe_surf/backend/frontend/assets/badge-info-CrX5KTPR.js +6 -0
  140. vibe_surf/backend/frontend/assets/badge-japanese-yen-0mdbiK5f.js +6 -0
  141. vibe_surf/backend/frontend/assets/badge-minus-BX_scLIK.js +6 -0
  142. vibe_surf/backend/frontend/assets/badge-percent-BSJP3Okj.js +6 -0
  143. vibe_surf/backend/frontend/assets/badge-plus-DhlqCq3Z.js +6 -0
  144. vibe_surf/backend/frontend/assets/badge-pound-sterling-QpnkBN56.js +6 -0
  145. vibe_surf/backend/frontend/assets/badge-russian-ruble-L30Ncxnh.js +6 -0
  146. vibe_surf/backend/frontend/assets/badge-swiss-franc-BQrLli-C.js +6 -0
  147. vibe_surf/backend/frontend/assets/badge-x-DDXVSWE5.js +6 -0
  148. vibe_surf/backend/frontend/assets/baggage-claim-Nd9Qw4rX.js +6 -0
  149. vibe_surf/backend/frontend/assets/ban-fSKv80ss.js +6 -0
  150. vibe_surf/backend/frontend/assets/banana-DTClkW0x.js +6 -0
  151. vibe_surf/backend/frontend/assets/bandage-DLyvBCvf.js +6 -0
  152. vibe_surf/backend/frontend/assets/banknote-ArlwGdT1.js +6 -0
  153. vibe_surf/backend/frontend/assets/banknote-arrow-down-Dx9vP7KP.js +6 -0
  154. vibe_surf/backend/frontend/assets/banknote-arrow-up-CZNOWrKW.js +6 -0
  155. vibe_surf/backend/frontend/assets/banknote-x-y8ot0KXI.js +6 -0
  156. vibe_surf/backend/frontend/assets/barcode-U3mgwXvC.js +6 -0
  157. vibe_surf/backend/frontend/assets/baseline-Bb17nsNt.js +6 -0
  158. vibe_surf/backend/frontend/assets/bath-Fu-10Xqv.js +6 -0
  159. vibe_surf/backend/frontend/assets/battery-D2ng6PHz.js +6 -0
  160. vibe_surf/backend/frontend/assets/battery-charging-BBA_U97U.js +6 -0
  161. vibe_surf/backend/frontend/assets/battery-full-D74R09iv.js +6 -0
  162. vibe_surf/backend/frontend/assets/battery-low-BMeJBmJp.js +6 -0
  163. vibe_surf/backend/frontend/assets/battery-medium-clKHZw71.js +6 -0
  164. vibe_surf/backend/frontend/assets/battery-plus-DxtzU1bB.js +6 -0
  165. vibe_surf/backend/frontend/assets/battery-warning-1NEZ4eCa.js +6 -0
  166. vibe_surf/backend/frontend/assets/beaker-Br0pnmtw.js +6 -0
  167. vibe_surf/backend/frontend/assets/bean-B04lfjZo.js +6 -0
  168. vibe_surf/backend/frontend/assets/bean-off-C6H6plJJ.js +6 -0
  169. vibe_surf/backend/frontend/assets/bed-B7xWDlGQ.js +6 -0
  170. vibe_surf/backend/frontend/assets/bed-double-We8EVOE6.js +6 -0
  171. vibe_surf/backend/frontend/assets/bed-single-C-tVm75i.js +6 -0
  172. vibe_surf/backend/frontend/assets/beef-BzzCqLUx.js +6 -0
  173. vibe_surf/backend/frontend/assets/beer-B1aIU5Wp.js +6 -0
  174. vibe_surf/backend/frontend/assets/beer-off-T9p0sUQ_.js +6 -0
  175. vibe_surf/backend/frontend/assets/bell-BiEY08q7.js +6 -0
  176. vibe_surf/backend/frontend/assets/bell-dot-D6ZHJmF9.js +6 -0
  177. vibe_surf/backend/frontend/assets/bell-electric-BjP0O4kE.js +6 -0
  178. vibe_surf/backend/frontend/assets/bell-minus-Cw2KMMsV.js +6 -0
  179. vibe_surf/backend/frontend/assets/bell-off-JUGEvepv.js +6 -0
  180. vibe_surf/backend/frontend/assets/bell-plus-BtwPCtO5.js +6 -0
  181. vibe_surf/backend/frontend/assets/bell-ring-B_RAFBbK.js +6 -0
  182. vibe_surf/backend/frontend/assets/between-horizontal-end-DG9RojRP.js +6 -0
  183. vibe_surf/backend/frontend/assets/between-horizontal-start-BNuWKIUb.js +6 -0
  184. vibe_surf/backend/frontend/assets/between-vertical-end-CUvl7S4G.js +6 -0
  185. vibe_surf/backend/frontend/assets/between-vertical-start-tYvnZE7k.js +6 -0
  186. vibe_surf/backend/frontend/assets/biceps-flexed-D2zMmbhv.js +6 -0
  187. vibe_surf/backend/frontend/assets/bike-DPdpsZIt.js +6 -0
  188. vibe_surf/backend/frontend/assets/binary-DnnraEVk.js +6 -0
  189. vibe_surf/backend/frontend/assets/binoculars-BXc-CFA4.js +6 -0
  190. vibe_surf/backend/frontend/assets/biohazard-D-6PF7OA.js +6 -0
  191. vibe_surf/backend/frontend/assets/bird-CYNkrqM5.js +6 -0
  192. vibe_surf/backend/frontend/assets/bitcoin-DG6PDKEk.js +6 -0
  193. vibe_surf/backend/frontend/assets/blend-COR-wQIS.js +6 -0
  194. vibe_surf/backend/frontend/assets/blinds-_pD0AjwU.js +6 -0
  195. vibe_surf/backend/frontend/assets/blocks-C0goFnXe.js +6 -0
  196. vibe_surf/backend/frontend/assets/bluetooth-BFH9HCot.js +6 -0
  197. vibe_surf/backend/frontend/assets/bluetooth-connected-C9JKQLmC.js +6 -0
  198. vibe_surf/backend/frontend/assets/bluetooth-off-ka-F7ZnG.js +6 -0
  199. vibe_surf/backend/frontend/assets/bluetooth-searching-BdyfX9rD.js +6 -0
  200. vibe_surf/backend/frontend/assets/bold-CZSxbQF9.js +6 -0
  201. vibe_surf/backend/frontend/assets/bolt-BjrrPChn.js +6 -0
  202. vibe_surf/backend/frontend/assets/bomb-CMlcm4r9.js +6 -0
  203. vibe_surf/backend/frontend/assets/bone-qWIxHNfL.js +6 -0
  204. vibe_surf/backend/frontend/assets/book-BfRvOdc3.js +6 -0
  205. vibe_surf/backend/frontend/assets/book-a-CpoCb7Zv.js +6 -0
  206. vibe_surf/backend/frontend/assets/book-audio-cBKWAq-p.js +6 -0
  207. vibe_surf/backend/frontend/assets/book-check-CqwOgoOp.js +6 -0
  208. vibe_surf/backend/frontend/assets/book-copy-ORHl4yqI.js +6 -0
  209. vibe_surf/backend/frontend/assets/book-dashed-BrJdSa-D.js +6 -0
  210. vibe_surf/backend/frontend/assets/book-down-Bj4JV-P-.js +6 -0
  211. vibe_surf/backend/frontend/assets/book-headphones-BYuIU1gj.js +6 -0
  212. vibe_surf/backend/frontend/assets/book-heart-DCUxVJaU.js +6 -0
  213. vibe_surf/backend/frontend/assets/book-image-BPpCKv6n.js +6 -0
  214. vibe_surf/backend/frontend/assets/book-key-Ca_EtM6h.js +6 -0
  215. vibe_surf/backend/frontend/assets/book-lock-Bldzz1aF.js +6 -0
  216. vibe_surf/backend/frontend/assets/book-marked-BCleXwJ3.js +6 -0
  217. vibe_surf/backend/frontend/assets/book-minus-XoJOGZOx.js +6 -0
  218. vibe_surf/backend/frontend/assets/book-open-DUlI5XCY.js +6 -0
  219. vibe_surf/backend/frontend/assets/book-open-check-BEksHFoQ.js +6 -0
  220. vibe_surf/backend/frontend/assets/book-open-text-CiKyiRt-.js +6 -0
  221. vibe_surf/backend/frontend/assets/book-plus-DuUfSKu2.js +6 -0
  222. vibe_surf/backend/frontend/assets/book-text-TTfLk4-M.js +6 -0
  223. vibe_surf/backend/frontend/assets/book-type-CMV326FZ.js +6 -0
  224. vibe_surf/backend/frontend/assets/book-up-2-CGiuKI0n.js +6 -0
  225. vibe_surf/backend/frontend/assets/book-up-d2hb8aDq.js +6 -0
  226. vibe_surf/backend/frontend/assets/book-user-BsZySUGG.js +6 -0
  227. vibe_surf/backend/frontend/assets/book-x-CoSA25As.js +6 -0
  228. vibe_surf/backend/frontend/assets/bookmark-CVx8aFGk.js +6 -0
  229. vibe_surf/backend/frontend/assets/bookmark-check-Zh_1fqo_.js +6 -0
  230. vibe_surf/backend/frontend/assets/bookmark-minus---KmRSON.js +6 -0
  231. vibe_surf/backend/frontend/assets/bookmark-plus-ZY-aQ6r5.js +6 -0
  232. vibe_surf/backend/frontend/assets/bookmark-x-DnEKBdZC.js +6 -0
  233. vibe_surf/backend/frontend/assets/boom-box-D5cJf4pI.js +6 -0
  234. vibe_surf/backend/frontend/assets/bot-BbS7VJ5s.js +6 -0
  235. vibe_surf/backend/frontend/assets/bot-message-square-Bm4hBAbI.js +6 -0
  236. vibe_surf/backend/frontend/assets/bot-off-CFjG1wx4.js +6 -0
  237. vibe_surf/backend/frontend/assets/bow-arrow-Bupk8VJM.js +6 -0
  238. vibe_surf/backend/frontend/assets/box-CyVAC5Vv.js +6 -0
  239. vibe_surf/backend/frontend/assets/boxes-B3xCa_UA.js +6 -0
  240. vibe_surf/backend/frontend/assets/braces-QLXt2h0B.js +6 -0
  241. vibe_surf/backend/frontend/assets/brackets-CEy7gs9d.js +6 -0
  242. vibe_surf/backend/frontend/assets/brain-circuit-WmeDjyy5.js +6 -0
  243. vibe_surf/backend/frontend/assets/brain-cog-DKDdpxNn.js +6 -0
  244. vibe_surf/backend/frontend/assets/brain-ziGJYeS1.js +6 -0
  245. vibe_surf/backend/frontend/assets/brick-wall-DXer5s5J.js +6 -0
  246. vibe_surf/backend/frontend/assets/brick-wall-fire-CfXr8Krv.js +6 -0
  247. vibe_surf/backend/frontend/assets/briefcase-C2YbssAg.js +6 -0
  248. vibe_surf/backend/frontend/assets/briefcase-business-CJCpJSkU.js +6 -0
  249. vibe_surf/backend/frontend/assets/briefcase-conveyor-belt-B0jqiIT4.js +6 -0
  250. vibe_surf/backend/frontend/assets/briefcase-medical-BBH0C6ZQ.js +6 -0
  251. vibe_surf/backend/frontend/assets/bring-to-front-ywT72zy-.js +6 -0
  252. vibe_surf/backend/frontend/assets/brush-_uc9w_j1.js +6 -0
  253. vibe_surf/backend/frontend/assets/bubbles-ggRrvDQI.js +6 -0
  254. vibe_surf/backend/frontend/assets/bug-6l9frAXO.js +6 -0
  255. vibe_surf/backend/frontend/assets/bug-off-BmK1mJ7T.js +6 -0
  256. vibe_surf/backend/frontend/assets/bug-play-DbXJeqOa.js +6 -0
  257. vibe_surf/backend/frontend/assets/building-2-Cf9gYIvy.js +6 -0
  258. vibe_surf/backend/frontend/assets/building-D9eMVeBu.js +6 -0
  259. vibe_surf/backend/frontend/assets/bus-COrhWbdv.js +6 -0
  260. vibe_surf/backend/frontend/assets/bus-front-Csav5OG_.js +6 -0
  261. vibe_surf/backend/frontend/assets/cable-BPG7O6tf.js +6 -0
  262. vibe_surf/backend/frontend/assets/cable-car-ChPtZlze.js +6 -0
  263. vibe_surf/backend/frontend/assets/cake-DnmMZhI2.js +6 -0
  264. vibe_surf/backend/frontend/assets/cake-slice-Clc5mDPW.js +6 -0
  265. vibe_surf/backend/frontend/assets/calculator-C77I3XPN.js +6 -0
  266. vibe_surf/backend/frontend/assets/calendar-1-BMs-t7Zd.js +6 -0
  267. vibe_surf/backend/frontend/assets/calendar-DuLRS-6L.js +6 -0
  268. vibe_surf/backend/frontend/assets/calendar-arrow-down-DoVsOnV0.js +6 -0
  269. vibe_surf/backend/frontend/assets/calendar-arrow-up-Ca_1_rkT.js +6 -0
  270. vibe_surf/backend/frontend/assets/calendar-check-2-0JmvXRsb.js +6 -0
  271. vibe_surf/backend/frontend/assets/calendar-check-DtTDIbPE.js +6 -0
  272. vibe_surf/backend/frontend/assets/calendar-clock-39XA2NxZ.js +6 -0
  273. vibe_surf/backend/frontend/assets/calendar-cog-B3elAX8P.js +6 -0
  274. vibe_surf/backend/frontend/assets/calendar-days-B_4sd_nS.js +6 -0
  275. vibe_surf/backend/frontend/assets/calendar-fold-1GZdJiY5.js +6 -0
  276. vibe_surf/backend/frontend/assets/calendar-heart-C20Gu6Pq.js +6 -0
  277. vibe_surf/backend/frontend/assets/calendar-minus-2-C2uYA9Xy.js +6 -0
  278. vibe_surf/backend/frontend/assets/calendar-minus-Bf9ZhUgX.js +6 -0
  279. vibe_surf/backend/frontend/assets/calendar-off-oqUiDnlM.js +6 -0
  280. vibe_surf/backend/frontend/assets/calendar-plus-2-D5AF7K6Z.js +6 -0
  281. vibe_surf/backend/frontend/assets/calendar-plus-DFRLvp48.js +6 -0
  282. vibe_surf/backend/frontend/assets/calendar-range-BtbX_u86.js +6 -0
  283. vibe_surf/backend/frontend/assets/calendar-search-DKFr3oFg.js +6 -0
  284. vibe_surf/backend/frontend/assets/calendar-sync-J6s1mjVg.js +6 -0
  285. vibe_surf/backend/frontend/assets/calendar-x-16dHXmS-.js +6 -0
  286. vibe_surf/backend/frontend/assets/calendar-x-2-DASXeIpI.js +6 -0
  287. vibe_surf/backend/frontend/assets/camera-C73rx5T7.js +6 -0
  288. vibe_surf/backend/frontend/assets/camera-off-lYXrg8Ab.js +6 -0
  289. vibe_surf/backend/frontend/assets/candy-DHin-JSi.js +6 -0
  290. vibe_surf/backend/frontend/assets/candy-cane-BrFztxP3.js +6 -0
  291. vibe_surf/backend/frontend/assets/candy-off-C6p9RmsL.js +6 -0
  292. vibe_surf/backend/frontend/assets/cannabis-BIomtlTh.js +6 -0
  293. vibe_surf/backend/frontend/assets/captions-CU9AD1HN.js +6 -0
  294. vibe_surf/backend/frontend/assets/captions-off-BQabz_7T.js +6 -0
  295. vibe_surf/backend/frontend/assets/car-CIepr4l8.js +6 -0
  296. vibe_surf/backend/frontend/assets/car-front-BvC3NXIU.js +6 -0
  297. vibe_surf/backend/frontend/assets/car-taxi-front-D6kk_vUY.js +6 -0
  298. vibe_surf/backend/frontend/assets/caravan-B4YvOfvY.js +6 -0
  299. vibe_surf/backend/frontend/assets/carrot-DScNmGFZ.js +6 -0
  300. vibe_surf/backend/frontend/assets/case-lower-iW8MijQ2.js +6 -0
  301. vibe_surf/backend/frontend/assets/case-sensitive-DggKI0Fh.js +6 -0
  302. vibe_surf/backend/frontend/assets/case-upper-BC22BC0q.js +6 -0
  303. vibe_surf/backend/frontend/assets/cassette-tape-PMwALept.js +6 -0
  304. vibe_surf/backend/frontend/assets/cast-Kq2v55CB.js +6 -0
  305. vibe_surf/backend/frontend/assets/castle-DJzhSlL6.js +6 -0
  306. vibe_surf/backend/frontend/assets/cat-Cszwi-0j.js +6 -0
  307. vibe_surf/backend/frontend/assets/cctv-4zeLHFGP.js +6 -0
  308. vibe_surf/backend/frontend/assets/chart-area-JyFaZNpl.js +6 -0
  309. vibe_surf/backend/frontend/assets/chart-bar-Bcnue-Eu.js +6 -0
  310. vibe_surf/backend/frontend/assets/chart-bar-big-dJ6tM8UP.js +6 -0
  311. vibe_surf/backend/frontend/assets/chart-bar-decreasing-jviD9Nka.js +6 -0
  312. vibe_surf/backend/frontend/assets/chart-bar-increasing-BcpuBWlQ.js +6 -0
  313. vibe_surf/backend/frontend/assets/chart-bar-stacked-DLxMM-a6.js +6 -0
  314. vibe_surf/backend/frontend/assets/chart-candlestick-BK5WOKib.js +6 -0
  315. vibe_surf/backend/frontend/assets/chart-column-BjT_DIge.js +6 -0
  316. vibe_surf/backend/frontend/assets/chart-column-big-BoOEhNxT.js +6 -0
  317. vibe_surf/backend/frontend/assets/chart-column-decreasing-B3PEhFWj.js +6 -0
  318. vibe_surf/backend/frontend/assets/chart-column-increasing-KTAFoIBT.js +6 -0
  319. vibe_surf/backend/frontend/assets/chart-column-stacked-Drci0FWY.js +6 -0
  320. vibe_surf/backend/frontend/assets/chart-gantt-CxLhKfws.js +6 -0
  321. vibe_surf/backend/frontend/assets/chart-line-Deh3i4SN.js +6 -0
  322. vibe_surf/backend/frontend/assets/chart-network-1nLETKIo.js +6 -0
  323. vibe_surf/backend/frontend/assets/chart-no-axes-column-BBUb9OL4.js +6 -0
  324. vibe_surf/backend/frontend/assets/chart-no-axes-column-decreasing-BNGTEmAA.js +6 -0
  325. vibe_surf/backend/frontend/assets/chart-no-axes-column-increasing-DYl5MpQr.js +6 -0
  326. vibe_surf/backend/frontend/assets/chart-no-axes-combined-Bwo9fVPi.js +6 -0
  327. vibe_surf/backend/frontend/assets/chart-no-axes-gantt-CIpwp7-G.js +6 -0
  328. vibe_surf/backend/frontend/assets/chart-pie-Brn9eScK.js +6 -0
  329. vibe_surf/backend/frontend/assets/chart-scatter-BFmfnF4I.js +6 -0
  330. vibe_surf/backend/frontend/assets/chart-spline-iPy-W03i.js +6 -0
  331. vibe_surf/backend/frontend/assets/check-check-CQEfDsmx.js +6 -0
  332. vibe_surf/backend/frontend/assets/chef-hat-DdOkr4i8.js +6 -0
  333. vibe_surf/backend/frontend/assets/cherry-XkD_QiBI.js +6 -0
  334. vibe_surf/backend/frontend/assets/chevron-first-muFwJevA.js +6 -0
  335. vibe_surf/backend/frontend/assets/chevron-last-Bn079TLv.js +6 -0
  336. vibe_surf/backend/frontend/assets/chevron-left-BhWYBFsk.js +6 -0
  337. vibe_surf/backend/frontend/assets/chevron-right-zm672Mdr.js +6 -0
  338. vibe_surf/backend/frontend/assets/chevrons-down-T3mOFRB2.js +6 -0
  339. vibe_surf/backend/frontend/assets/chevrons-down-up-BfWmsaYK.js +6 -0
  340. vibe_surf/backend/frontend/assets/chevrons-left-BLFCiP6g.js +6 -0
  341. vibe_surf/backend/frontend/assets/chevrons-left-right-Cgp4lAQF.js +6 -0
  342. vibe_surf/backend/frontend/assets/chevrons-left-right-ellipsis-BZSVxQ-x.js +6 -0
  343. vibe_surf/backend/frontend/assets/chevrons-right-DMKOjes0.js +6 -0
  344. vibe_surf/backend/frontend/assets/chevrons-right-left-Clwbiy09.js +6 -0
  345. vibe_surf/backend/frontend/assets/chevrons-up-CdrwLxmN.js +6 -0
  346. vibe_surf/backend/frontend/assets/chrome-46ygw5lK.js +6 -0
  347. vibe_surf/backend/frontend/assets/church-DQW3bkcl.js +6 -0
  348. vibe_surf/backend/frontend/assets/cigarette-CTvLdOLV.js +6 -0
  349. vibe_surf/backend/frontend/assets/cigarette-off-D0kR9lro.js +6 -0
  350. vibe_surf/backend/frontend/assets/circle-alert-QG2k6eWP.js +6 -0
  351. vibe_surf/backend/frontend/assets/circle-arrow-down-BHFs0Q9-.js +6 -0
  352. vibe_surf/backend/frontend/assets/circle-arrow-left-DQWeTJLw.js +6 -0
  353. vibe_surf/backend/frontend/assets/circle-arrow-out-down-left-B_oYI2Rn.js +6 -0
  354. vibe_surf/backend/frontend/assets/circle-arrow-out-down-right-BL4vxEs9.js +6 -0
  355. vibe_surf/backend/frontend/assets/circle-arrow-out-up-left-CFi1FNF-.js +6 -0
  356. vibe_surf/backend/frontend/assets/circle-arrow-out-up-right-CmMWk14E.js +6 -0
  357. vibe_surf/backend/frontend/assets/circle-arrow-right-dhHL8jIm.js +6 -0
  358. vibe_surf/backend/frontend/assets/circle-arrow-up-B8XWR9s_.js +6 -0
  359. vibe_surf/backend/frontend/assets/circle-check-CRm9QkNA.js +6 -0
  360. vibe_surf/backend/frontend/assets/circle-check-big-CPPNLArI.js +6 -0
  361. vibe_surf/backend/frontend/assets/circle-chevron-down-Cs4S5V03.js +6 -0
  362. vibe_surf/backend/frontend/assets/circle-chevron-left-V81BDvwB.js +6 -0
  363. vibe_surf/backend/frontend/assets/circle-chevron-right-CRa7Bkcz.js +6 -0
  364. vibe_surf/backend/frontend/assets/circle-chevron-up-FDxLxvSd.js +6 -0
  365. vibe_surf/backend/frontend/assets/circle-dashed-DD55_roy.js +6 -0
  366. vibe_surf/backend/frontend/assets/circle-divide-DKpocsWo.js +6 -0
  367. vibe_surf/backend/frontend/assets/circle-dollar-sign-p7_bVi5m.js +6 -0
  368. vibe_surf/backend/frontend/assets/circle-dot-Be13EypY.js +6 -0
  369. vibe_surf/backend/frontend/assets/circle-dot-dashed-KuVNkxEv.js +6 -0
  370. vibe_surf/backend/frontend/assets/circle-ellipsis-BSLpVL-C.js +6 -0
  371. vibe_surf/backend/frontend/assets/circle-equal-_Mfed9km.js +6 -0
  372. vibe_surf/backend/frontend/assets/circle-fading-arrow-up-D_E3BIXf.js +6 -0
  373. vibe_surf/backend/frontend/assets/circle-fading-plus-5ZA5Je_2.js +6 -0
  374. vibe_surf/backend/frontend/assets/circle-gauge-b41i9Azv.js +6 -0
  375. vibe_surf/backend/frontend/assets/circle-help-BOLgIUsf.js +6 -0
  376. vibe_surf/backend/frontend/assets/circle-minus-C41JxC_E.js +6 -0
  377. vibe_surf/backend/frontend/assets/circle-off-yuGaN1EU.js +6 -0
  378. vibe_surf/backend/frontend/assets/circle-parking-B-DnXhcd.js +6 -0
  379. vibe_surf/backend/frontend/assets/circle-parking-off-DsCM2b8j.js +6 -0
  380. vibe_surf/backend/frontend/assets/circle-pause-Dqufdu9m.js +6 -0
  381. vibe_surf/backend/frontend/assets/circle-percent-Dp8UwPQq.js +6 -0
  382. vibe_surf/backend/frontend/assets/circle-play-N8vi1Pcd.js +6 -0
  383. vibe_surf/backend/frontend/assets/circle-plus-wD1VqIgT.js +6 -0
  384. vibe_surf/backend/frontend/assets/circle-power-DBZAmaYW.js +6 -0
  385. vibe_surf/backend/frontend/assets/circle-slash-2-hdq8_Fp6.js +6 -0
  386. vibe_surf/backend/frontend/assets/circle-slash-CSrHLLP2.js +6 -0
  387. vibe_surf/backend/frontend/assets/circle-small-BQ6lrOIo.js +6 -0
  388. vibe_surf/backend/frontend/assets/circle-stop-xgLQ9Loi.js +6 -0
  389. vibe_surf/backend/frontend/assets/circle-user-CzvrnVH9.js +6 -0
  390. vibe_surf/backend/frontend/assets/circle-user-round-0JhYfAcs.js +6 -0
  391. vibe_surf/backend/frontend/assets/circuit-board-DpN-UUwV.js +6 -0
  392. vibe_surf/backend/frontend/assets/citrus-BGWHfGg3.js +6 -0
  393. vibe_surf/backend/frontend/assets/clapperboard-9m-99Aof.js +6 -0
  394. vibe_surf/backend/frontend/assets/clipboard-C-MVPhAy.js +6 -0
  395. vibe_surf/backend/frontend/assets/clipboard-check-Bonb2WoP.js +6 -0
  396. vibe_surf/backend/frontend/assets/clipboard-copy-CmRHdw5h.js +6 -0
  397. vibe_surf/backend/frontend/assets/clipboard-list-DEof2iPM.js +6 -0
  398. vibe_surf/backend/frontend/assets/clipboard-minus-DN2QuVOG.js +6 -0
  399. vibe_surf/backend/frontend/assets/clipboard-paste-B20nudiB.js +6 -0
  400. vibe_surf/backend/frontend/assets/clipboard-pen-BZJamOnq.js +6 -0
  401. vibe_surf/backend/frontend/assets/clipboard-pen-line-DScYxgpw.js +6 -0
  402. vibe_surf/backend/frontend/assets/clipboard-plus-DJb4TcvR.js +6 -0
  403. vibe_surf/backend/frontend/assets/clipboard-type-DaibEn_w.js +6 -0
  404. vibe_surf/backend/frontend/assets/clipboard-x-CebR2xkR.js +6 -0
  405. vibe_surf/backend/frontend/assets/clock-1-Cz0OEQH3.js +6 -0
  406. vibe_surf/backend/frontend/assets/clock-10-BMLTtzHQ.js +6 -0
  407. vibe_surf/backend/frontend/assets/clock-11-CZ6m52x1.js +6 -0
  408. vibe_surf/backend/frontend/assets/clock-12-BXZWDgbr.js +6 -0
  409. vibe_surf/backend/frontend/assets/clock-2-ElC7DzP5.js +6 -0
  410. vibe_surf/backend/frontend/assets/clock-3-DN86BONK.js +6 -0
  411. vibe_surf/backend/frontend/assets/clock-4-CV9eUVD9.js +6 -0
  412. vibe_surf/backend/frontend/assets/clock-5-DgMTU8BD.js +6 -0
  413. vibe_surf/backend/frontend/assets/clock-6-_RjAiNVz.js +6 -0
  414. vibe_surf/backend/frontend/assets/clock-7-DsWDnhwN.js +6 -0
  415. vibe_surf/backend/frontend/assets/clock-8-CY-eCfWq.js +6 -0
  416. vibe_surf/backend/frontend/assets/clock-9-D4aWNYpk.js +6 -0
  417. vibe_surf/backend/frontend/assets/clock-UtAbEQE0.js +6 -0
  418. vibe_surf/backend/frontend/assets/clock-alert-gi6h-zRT.js +6 -0
  419. vibe_surf/backend/frontend/assets/clock-arrow-down-CC9Qp0ac.js +6 -0
  420. vibe_surf/backend/frontend/assets/clock-arrow-up-Cjt2qN9V.js +6 -0
  421. vibe_surf/backend/frontend/assets/clock-fading-BJp0FFxY.js +6 -0
  422. vibe_surf/backend/frontend/assets/cloud-TYaHXSiL.js +6 -0
  423. vibe_surf/backend/frontend/assets/cloud-alert-Dp4WVua8.js +6 -0
  424. vibe_surf/backend/frontend/assets/cloud-cog-Dlyn4rqA.js +6 -0
  425. vibe_surf/backend/frontend/assets/cloud-download-DH8UN3eX.js +6 -0
  426. vibe_surf/backend/frontend/assets/cloud-drizzle-s8348ic3.js +6 -0
  427. vibe_surf/backend/frontend/assets/cloud-fog-DHRDnzsg.js +6 -0
  428. vibe_surf/backend/frontend/assets/cloud-hail-D7nJGZgB.js +6 -0
  429. vibe_surf/backend/frontend/assets/cloud-lightning-CscbfdPI.js +6 -0
  430. vibe_surf/backend/frontend/assets/cloud-moon-C6897Z5z.js +6 -0
  431. vibe_surf/backend/frontend/assets/cloud-moon-rain-B6pK_auO.js +6 -0
  432. vibe_surf/backend/frontend/assets/cloud-off-1kN_AD0k.js +6 -0
  433. vibe_surf/backend/frontend/assets/cloud-rain-Dj6B4fBD.js +6 -0
  434. vibe_surf/backend/frontend/assets/cloud-rain-wind-BJrdBUd4.js +6 -0
  435. vibe_surf/backend/frontend/assets/cloud-snow-LK6lpCkZ.js +6 -0
  436. vibe_surf/backend/frontend/assets/cloud-sun-CRH8EQEJ.js +6 -0
  437. vibe_surf/backend/frontend/assets/cloud-sun-rain-7IssqnpA.js +6 -0
  438. vibe_surf/backend/frontend/assets/cloud-upload-tI3Dz1zd.js +6 -0
  439. vibe_surf/backend/frontend/assets/cloudy-okUc5uOM.js +6 -0
  440. vibe_surf/backend/frontend/assets/clover-O6CtUOhV.js +6 -0
  441. vibe_surf/backend/frontend/assets/club-SnWEwVMR.js +6 -0
  442. vibe_surf/backend/frontend/assets/code-xml-CYTnIdXN.js +6 -0
  443. vibe_surf/backend/frontend/assets/codepen-UxBTFH8q.js +6 -0
  444. vibe_surf/backend/frontend/assets/codesandbox-CSRpmotF.js +6 -0
  445. vibe_surf/backend/frontend/assets/coffee-BTr4K8Gn.js +6 -0
  446. vibe_surf/backend/frontend/assets/cog-C7RMqAcW.js +6 -0
  447. vibe_surf/backend/frontend/assets/coins-D7gWOtE7.js +6 -0
  448. vibe_surf/backend/frontend/assets/columns-2-WBM3YpNL.js +6 -0
  449. vibe_surf/backend/frontend/assets/columns-3-DyAMu-k8.js +6 -0
  450. vibe_surf/backend/frontend/assets/columns-3-cog-zfUPAOg0.js +6 -0
  451. vibe_surf/backend/frontend/assets/columns-4-Qz-B3Dvq.js +6 -0
  452. vibe_surf/backend/frontend/assets/combine-CLZvnf8j.js +6 -0
  453. vibe_surf/backend/frontend/assets/command-D8ymLYGG.js +6 -0
  454. vibe_surf/backend/frontend/assets/compass-DGYgNSVa.js +6 -0
  455. vibe_surf/backend/frontend/assets/component-CwL9ER1Q.js +6 -0
  456. vibe_surf/backend/frontend/assets/computer-QNTojt_5.js +6 -0
  457. vibe_surf/backend/frontend/assets/concierge-bell-C7jm8QJd.js +6 -0
  458. vibe_surf/backend/frontend/assets/cone-C9TQbkDB.js +6 -0
  459. vibe_surf/backend/frontend/assets/construction-CSyYpaz5.js +6 -0
  460. vibe_surf/backend/frontend/assets/contact-CFldvJVP.js +6 -0
  461. vibe_surf/backend/frontend/assets/contact-round-DA1kjclM.js +6 -0
  462. vibe_surf/backend/frontend/assets/container-BfGJKo0o.js +6 -0
  463. vibe_surf/backend/frontend/assets/contrast-DmYhTvN3.js +6 -0
  464. vibe_surf/backend/frontend/assets/cookie-Cw70purP.js +6 -0
  465. vibe_surf/backend/frontend/assets/cooking-pot-WzjjWZaR.js +6 -0
  466. vibe_surf/backend/frontend/assets/copy-BPjnY3ea.js +6 -0
  467. vibe_surf/backend/frontend/assets/copy-check-B6hqPf9B.js +6 -0
  468. vibe_surf/backend/frontend/assets/copy-minus-DMGhawAT.js +6 -0
  469. vibe_surf/backend/frontend/assets/copy-plus-DcW4_i4R.js +6 -0
  470. vibe_surf/backend/frontend/assets/copy-slash-Cn_xel6o.js +6 -0
  471. vibe_surf/backend/frontend/assets/copy-x-Dmf3jckJ.js +6 -0
  472. vibe_surf/backend/frontend/assets/copyleft-CJDbqV_Y.js +6 -0
  473. vibe_surf/backend/frontend/assets/copyright-Buw-D4Xa.js +6 -0
  474. vibe_surf/backend/frontend/assets/corner-down-left-BhPTW3SL.js +6 -0
  475. vibe_surf/backend/frontend/assets/corner-down-right-B_Md48mW.js +6 -0
  476. vibe_surf/backend/frontend/assets/corner-left-down-DDc0LvYT.js +6 -0
  477. vibe_surf/backend/frontend/assets/corner-left-up-C_EIQYvd.js +6 -0
  478. vibe_surf/backend/frontend/assets/corner-right-down-Bipz7-p6.js +6 -0
  479. vibe_surf/backend/frontend/assets/corner-right-up-euSAC3Mi.js +6 -0
  480. vibe_surf/backend/frontend/assets/corner-up-left-CRvdJT3E.js +6 -0
  481. vibe_surf/backend/frontend/assets/corner-up-right-CCK7dhVV.js +6 -0
  482. vibe_surf/backend/frontend/assets/cpu-DB-52VKi.js +6 -0
  483. vibe_surf/backend/frontend/assets/creative-commons-CXWueat0.js +6 -0
  484. vibe_surf/backend/frontend/assets/credit-card-CR5swmPL.js +6 -0
  485. vibe_surf/backend/frontend/assets/croissant-ClZbIF3L.js +6 -0
  486. vibe_surf/backend/frontend/assets/crop-DSXkvq6D.js +6 -0
  487. vibe_surf/backend/frontend/assets/cross-CkHV6YOi.js +6 -0
  488. vibe_surf/backend/frontend/assets/crosshair-C3tcoYxo.js +6 -0
  489. vibe_surf/backend/frontend/assets/crown-0LB9DCRa.js +6 -0
  490. vibe_surf/backend/frontend/assets/cuboid-CidkVtLJ.js +6 -0
  491. vibe_surf/backend/frontend/assets/cup-soda-DG_5s6Ma.js +6 -0
  492. vibe_surf/backend/frontend/assets/currency-AEQeyk_J.js +6 -0
  493. vibe_surf/backend/frontend/assets/cylinder-Da7lV5Pc.js +6 -0
  494. vibe_surf/backend/frontend/assets/dam-BIFS7P89.js +6 -0
  495. vibe_surf/backend/frontend/assets/database-Dx9euHTJ.js +6 -0
  496. vibe_surf/backend/frontend/assets/database-backup-Bbbt7mXt.js +6 -0
  497. vibe_surf/backend/frontend/assets/database-zap-CJC7IfdF.js +6 -0
  498. vibe_surf/backend/frontend/assets/decimals-arrow-left-BrRd8_vb.js +6 -0
  499. vibe_surf/backend/frontend/assets/decimals-arrow-right-Cglo48c9.js +6 -0
  500. vibe_surf/backend/frontend/assets/delete-C9qTL0sD.js +6 -0
  501. vibe_surf/backend/frontend/assets/dessert-7PTt5JJ0.js +6 -0
  502. vibe_surf/backend/frontend/assets/diameter-oheO2UGD.js +6 -0
  503. vibe_surf/backend/frontend/assets/diamond-DhBpDMNy.js +6 -0
  504. vibe_surf/backend/frontend/assets/diamond-minus-BqTULDvb.js +6 -0
  505. vibe_surf/backend/frontend/assets/diamond-percent-D1Ck8xGc.js +6 -0
  506. vibe_surf/backend/frontend/assets/diamond-plus-DfSf7Xoq.js +6 -0
  507. vibe_surf/backend/frontend/assets/dice-1-CIRG2xPK.js +6 -0
  508. vibe_surf/backend/frontend/assets/dice-2-r7s36USZ.js +6 -0
  509. vibe_surf/backend/frontend/assets/dice-3-Cl7FLe3x.js +6 -0
  510. vibe_surf/backend/frontend/assets/dice-4-D-yJWiku.js +6 -0
  511. vibe_surf/backend/frontend/assets/dice-5-Ci09NYyS.js +6 -0
  512. vibe_surf/backend/frontend/assets/dice-6-CC2FLvLo.js +6 -0
  513. vibe_surf/backend/frontend/assets/dices-CmB6hNUU.js +6 -0
  514. vibe_surf/backend/frontend/assets/diff-oCWjvY-c.js +6 -0
  515. vibe_surf/backend/frontend/assets/disc-2-DpUl7fl6.js +6 -0
  516. vibe_surf/backend/frontend/assets/disc-3-BugUAszu.js +6 -0
  517. vibe_surf/backend/frontend/assets/disc-DUbtGdHe.js +6 -0
  518. vibe_surf/backend/frontend/assets/disc-album-CXJRMctz.js +6 -0
  519. vibe_surf/backend/frontend/assets/divide-CY1K-HT7.js +6 -0
  520. vibe_surf/backend/frontend/assets/dna-CeE8ObeE.js +6 -0
  521. vibe_surf/backend/frontend/assets/dna-off-BviJKT3C.js +6 -0
  522. vibe_surf/backend/frontend/assets/dock-eIe8zGWk.js +6 -0
  523. vibe_surf/backend/frontend/assets/dog-CSlDDqxp.js +6 -0
  524. vibe_surf/backend/frontend/assets/dollar-sign-5U68U397.js +6 -0
  525. vibe_surf/backend/frontend/assets/donut-BeawTrlI.js +6 -0
  526. vibe_surf/backend/frontend/assets/door-closed-CwY8Mg15.js +6 -0
  527. vibe_surf/backend/frontend/assets/door-open-DFgi7N5B.js +6 -0
  528. vibe_surf/backend/frontend/assets/dot-fPF_etdO.js +6 -0
  529. vibe_surf/backend/frontend/assets/download-gSwRRqnX.js +6 -0
  530. vibe_surf/backend/frontend/assets/drafting-compass-Dj_7EFRc.js +6 -0
  531. vibe_surf/backend/frontend/assets/drama-BlDJuZEs.js +6 -0
  532. vibe_surf/backend/frontend/assets/dribbble-C0k3dpAi.js +6 -0
  533. vibe_surf/backend/frontend/assets/drill-COJcLBB4.js +6 -0
  534. vibe_surf/backend/frontend/assets/droplet-5wuLGLgZ.js +6 -0
  535. vibe_surf/backend/frontend/assets/droplet-off-Bra_6Oh9.js +6 -0
  536. vibe_surf/backend/frontend/assets/droplets-BE8PR1pM.js +6 -0
  537. vibe_surf/backend/frontend/assets/drum-DnJ1RUvq.js +6 -0
  538. vibe_surf/backend/frontend/assets/drumstick-JGiBDDwZ.js +6 -0
  539. vibe_surf/backend/frontend/assets/dumbbell-BEtc4tyd.js +6 -0
  540. vibe_surf/backend/frontend/assets/ear-DAqeJjkr.js +6 -0
  541. vibe_surf/backend/frontend/assets/ear-off-BA7gp4ie.js +6 -0
  542. vibe_surf/backend/frontend/assets/earth-CUlUl7Bp.js +6 -0
  543. vibe_surf/backend/frontend/assets/earth-lock-sl59Ywm7.js +6 -0
  544. vibe_surf/backend/frontend/assets/eclipse-DY7fC5N3.js +6 -0
  545. vibe_surf/backend/frontend/assets/egg-DxfY2UB8.js +6 -0
  546. vibe_surf/backend/frontend/assets/egg-fried-D2Eo3APu.js +6 -0
  547. vibe_surf/backend/frontend/assets/egg-off-DqYobjwG.js +6 -0
  548. vibe_surf/backend/frontend/assets/ellipsis-DgOuKLdR.js +6 -0
  549. vibe_surf/backend/frontend/assets/ellipsis-vertical--sr8F_UD.js +6 -0
  550. vibe_surf/backend/frontend/assets/equal-DS1qMZhi.js +6 -0
  551. vibe_surf/backend/frontend/assets/equal-approximately-mgMMBVF_.js +6 -0
  552. vibe_surf/backend/frontend/assets/equal-not-1Alw8lqE.js +6 -0
  553. vibe_surf/backend/frontend/assets/eraser-IStMo8nh.js +6 -0
  554. vibe_surf/backend/frontend/assets/ethernet-port-B6SRY0d8.js +6 -0
  555. vibe_surf/backend/frontend/assets/euro-S1kGUYTE.js +6 -0
  556. vibe_surf/backend/frontend/assets/expand-Cj8IQccm.js +6 -0
  557. vibe_surf/backend/frontend/assets/eye-DrnoCeKD.js +6 -0
  558. vibe_surf/backend/frontend/assets/eye-closed-B0cNIHJN.js +6 -0
  559. vibe_surf/backend/frontend/assets/eye-off-DIIh42Ws.js +6 -0
  560. vibe_surf/backend/frontend/assets/facebook-Df9Fpfnn.js +6 -0
  561. vibe_surf/backend/frontend/assets/factory-BLKvR2Z1.js +6 -0
  562. vibe_surf/backend/frontend/assets/fan-C-xRuGdo.js +6 -0
  563. vibe_surf/backend/frontend/assets/fast-forward-Bae5V83y.js +6 -0
  564. vibe_surf/backend/frontend/assets/feather-DTPfgED2.js +6 -0
  565. vibe_surf/backend/frontend/assets/fence-Mr7VQ0O9.js +6 -0
  566. vibe_surf/backend/frontend/assets/ferris-wheel-D82pDMqi.js +6 -0
  567. vibe_surf/backend/frontend/assets/figma-DBFJo9L2.js +6 -0
  568. vibe_surf/backend/frontend/assets/file-DvuZsaUg.js +6 -0
  569. vibe_surf/backend/frontend/assets/file-archive-DRtB2ivb.js +6 -0
  570. vibe_surf/backend/frontend/assets/file-audio-2-JE5iEkL9.js +6 -0
  571. vibe_surf/backend/frontend/assets/file-audio-C4RwC1BT.js +6 -0
  572. vibe_surf/backend/frontend/assets/file-axis-3d-DQSHzEo4.js +6 -0
  573. vibe_surf/backend/frontend/assets/file-badge-2-P__XKUXn.js +6 -0
  574. vibe_surf/backend/frontend/assets/file-badge-CejYglxU.js +6 -0
  575. vibe_surf/backend/frontend/assets/file-box-CgFMY7Rp.js +6 -0
  576. vibe_surf/backend/frontend/assets/file-chart-column-Bq5PyMwY.js +6 -0
  577. vibe_surf/backend/frontend/assets/file-chart-column-increasing-t_d1wCSV.js +6 -0
  578. vibe_surf/backend/frontend/assets/file-chart-line-Df6iedBR.js +6 -0
  579. vibe_surf/backend/frontend/assets/file-chart-pie-YH23adPM.js +6 -0
  580. vibe_surf/backend/frontend/assets/file-check-2-CKcRkU0L.js +6 -0
  581. vibe_surf/backend/frontend/assets/file-check-BYZznME9.js +6 -0
  582. vibe_surf/backend/frontend/assets/file-clock-8rD4-Bqt.js +6 -0
  583. vibe_surf/backend/frontend/assets/file-code-2-BjV8KhR4.js +6 -0
  584. vibe_surf/backend/frontend/assets/file-code-CXS3YUpM.js +6 -0
  585. vibe_surf/backend/frontend/assets/file-cog-GKLng0Qf.js +6 -0
  586. vibe_surf/backend/frontend/assets/file-diff-B_7HXPkJ.js +6 -0
  587. vibe_surf/backend/frontend/assets/file-digit-AtVulYi7.js +6 -0
  588. vibe_surf/backend/frontend/assets/file-down-CJIG5dHj.js +6 -0
  589. vibe_surf/backend/frontend/assets/file-heart-B8jWzdG5.js +6 -0
  590. vibe_surf/backend/frontend/assets/file-image-CXtDt3N3.js +6 -0
  591. vibe_surf/backend/frontend/assets/file-input-B-0mgcKT.js +6 -0
  592. vibe_surf/backend/frontend/assets/file-json-2-DQHJM93o.js +6 -0
  593. vibe_surf/backend/frontend/assets/file-json-BmrGDLh2.js +6 -0
  594. vibe_surf/backend/frontend/assets/file-key-2-DnpQ1dTj.js +6 -0
  595. vibe_surf/backend/frontend/assets/file-key-D3lJXveQ.js +6 -0
  596. vibe_surf/backend/frontend/assets/file-lock-2-DWdLzoF7.js +6 -0
  597. vibe_surf/backend/frontend/assets/file-lock-ZMZB3U4I.js +6 -0
  598. vibe_surf/backend/frontend/assets/file-minus-2-CsTsio0s.js +6 -0
  599. vibe_surf/backend/frontend/assets/file-minus-CtfRmVme.js +6 -0
  600. vibe_surf/backend/frontend/assets/file-music-DHhVu2aK.js +6 -0
  601. vibe_surf/backend/frontend/assets/file-output-CjQ-FMg0.js +6 -0
  602. vibe_surf/backend/frontend/assets/file-pen-C9S_u4U9.js +6 -0
  603. vibe_surf/backend/frontend/assets/file-pen-line-niZF4quE.js +6 -0
  604. vibe_surf/backend/frontend/assets/file-plus-2-DzIiS2EM.js +6 -0
  605. vibe_surf/backend/frontend/assets/file-plus-Bloe0E45.js +6 -0
  606. vibe_surf/backend/frontend/assets/file-question-BBTjP9h0.js +6 -0
  607. vibe_surf/backend/frontend/assets/file-scan-B3Bn2EZN.js +6 -0
  608. vibe_surf/backend/frontend/assets/file-search-2-DnC8d9OD.js +6 -0
  609. vibe_surf/backend/frontend/assets/file-search-DzPGZllw.js +6 -0
  610. vibe_surf/backend/frontend/assets/file-sliders-BHYXa9jQ.js +6 -0
  611. vibe_surf/backend/frontend/assets/file-spreadsheet-DvjPpK9G.js +6 -0
  612. vibe_surf/backend/frontend/assets/file-stack-yJR4id_3.js +6 -0
  613. vibe_surf/backend/frontend/assets/file-symlink-BWQBdrEp.js +6 -0
  614. vibe_surf/backend/frontend/assets/file-terminal-CvhcKgiv.js +6 -0
  615. vibe_surf/backend/frontend/assets/file-text-tuxzZhRs.js +6 -0
  616. vibe_surf/backend/frontend/assets/file-type-2-Dgantaer.js +6 -0
  617. vibe_surf/backend/frontend/assets/file-type-DfZBPqmH.js +6 -0
  618. vibe_surf/backend/frontend/assets/file-up-GXfnonbH.js +6 -0
  619. vibe_surf/backend/frontend/assets/file-user-N7Fan7ao.js +6 -0
  620. vibe_surf/backend/frontend/assets/file-video-2-B4JBmAcG.js +6 -0
  621. vibe_surf/backend/frontend/assets/file-video-Fsp8g5kU.js +6 -0
  622. vibe_surf/backend/frontend/assets/file-volume-2-Cg1A9z8S.js +6 -0
  623. vibe_surf/backend/frontend/assets/file-volume-xzVZMKW0.js +6 -0
  624. vibe_surf/backend/frontend/assets/file-warning-CS2F3Xr2.js +6 -0
  625. vibe_surf/backend/frontend/assets/file-x-2-BNUgAQH8.js +6 -0
  626. vibe_surf/backend/frontend/assets/file-x-DTK5Zfd-.js +6 -0
  627. vibe_surf/backend/frontend/assets/files-CNx4yvup.js +6 -0
  628. vibe_surf/backend/frontend/assets/film-Dec7cGCL.js +6 -0
  629. vibe_surf/backend/frontend/assets/fingerprint-B_IGMLcp.js +6 -0
  630. vibe_surf/backend/frontend/assets/fire-extinguisher-CjZilrfE.js +6 -0
  631. vibe_surf/backend/frontend/assets/fish-CXs3XpVQ.js +6 -0
  632. vibe_surf/backend/frontend/assets/fish-off-BfYutBG_.js +6 -0
  633. vibe_surf/backend/frontend/assets/fish-symbol-DFoA8GWJ.js +6 -0
  634. vibe_surf/backend/frontend/assets/flag-cx37QYSs.js +6 -0
  635. vibe_surf/backend/frontend/assets/flag-off-DyXYguA1.js +6 -0
  636. vibe_surf/backend/frontend/assets/flag-triangle-left-Dvsg9XUg.js +6 -0
  637. vibe_surf/backend/frontend/assets/flag-triangle-right-CluL18qS.js +6 -0
  638. vibe_surf/backend/frontend/assets/flame-DwjoBypP.js +6 -0
  639. vibe_surf/backend/frontend/assets/flame-kindling-DFbZUxx1.js +6 -0
  640. vibe_surf/backend/frontend/assets/flashlight-eSCrcAU_.js +6 -0
  641. vibe_surf/backend/frontend/assets/flashlight-off-C6ZnSGnv.js +6 -0
  642. vibe_surf/backend/frontend/assets/flask-conical-CqZXJFUg.js +6 -0
  643. vibe_surf/backend/frontend/assets/flask-conical-off-DLnkLxdX.js +6 -0
  644. vibe_surf/backend/frontend/assets/flask-round-Dukzlk12.js +6 -0
  645. vibe_surf/backend/frontend/assets/flip-horizontal-2-DPCHT9Se.js +6 -0
  646. vibe_surf/backend/frontend/assets/flip-horizontal-B27Zih29.js +6 -0
  647. vibe_surf/backend/frontend/assets/flip-vertical-2-BLZ7P_e7.js +6 -0
  648. vibe_surf/backend/frontend/assets/flip-vertical-BKIxHZUr.js +6 -0
  649. vibe_surf/backend/frontend/assets/flower-2-C3USolHO.js +6 -0
  650. vibe_surf/backend/frontend/assets/flower-MuZltbIo.js +6 -0
  651. vibe_surf/backend/frontend/assets/focus-42uZfpdQ.js +6 -0
  652. vibe_surf/backend/frontend/assets/fold-horizontal-Di0iHFys.js +6 -0
  653. vibe_surf/backend/frontend/assets/fold-vertical-DTaNfFgW.js +6 -0
  654. vibe_surf/backend/frontend/assets/folder-CZZJq_yO.js +6 -0
  655. vibe_surf/backend/frontend/assets/folder-archive-B9gmPXfh.js +6 -0
  656. vibe_surf/backend/frontend/assets/folder-check-D8RNiC0h.js +6 -0
  657. vibe_surf/backend/frontend/assets/folder-clock-xJeq54e5.js +6 -0
  658. vibe_surf/backend/frontend/assets/folder-closed-J_oj7irx.js +6 -0
  659. vibe_surf/backend/frontend/assets/folder-code-sdeNF88C.js +6 -0
  660. vibe_surf/backend/frontend/assets/folder-cog-DaxTyB8x.js +6 -0
  661. vibe_surf/backend/frontend/assets/folder-dot-CcddM8ht.js +6 -0
  662. vibe_surf/backend/frontend/assets/folder-down-B6ibnVRy.js +6 -0
  663. vibe_surf/backend/frontend/assets/folder-git-2-C1s592lv.js +6 -0
  664. vibe_surf/backend/frontend/assets/folder-git-DT6ZCpGc.js +6 -0
  665. vibe_surf/backend/frontend/assets/folder-heart-_fpvnFcA.js +6 -0
  666. vibe_surf/backend/frontend/assets/folder-input-OCjNnVk-.js +6 -0
  667. vibe_surf/backend/frontend/assets/folder-kanban-DgbGiYl_.js +6 -0
  668. vibe_surf/backend/frontend/assets/folder-key-6dl4vOVJ.js +6 -0
  669. vibe_surf/backend/frontend/assets/folder-lock-C0FPUNUM.js +6 -0
  670. vibe_surf/backend/frontend/assets/folder-minus-CnnUrRgx.js +6 -0
  671. vibe_surf/backend/frontend/assets/folder-open-B6qoyzo4.js +6 -0
  672. vibe_surf/backend/frontend/assets/folder-open-dot-vcn79EAq.js +6 -0
  673. vibe_surf/backend/frontend/assets/folder-output-aqyTbjq1.js +6 -0
  674. vibe_surf/backend/frontend/assets/folder-pen-DONbvY-M.js +6 -0
  675. vibe_surf/backend/frontend/assets/folder-plus-B1CMWyUH.js +6 -0
  676. vibe_surf/backend/frontend/assets/folder-root-CO03ueMD.js +6 -0
  677. vibe_surf/backend/frontend/assets/folder-search-2-vXSwPDsr.js +6 -0
  678. vibe_surf/backend/frontend/assets/folder-search-CqRRhEYi.js +6 -0
  679. vibe_surf/backend/frontend/assets/folder-symlink-CyG26ZIM.js +6 -0
  680. vibe_surf/backend/frontend/assets/folder-sync-D7kc3Qv9.js +6 -0
  681. vibe_surf/backend/frontend/assets/folder-tree-B_kJAFgg.js +6 -0
  682. vibe_surf/backend/frontend/assets/folder-up-CPWWXuBL.js +6 -0
  683. vibe_surf/backend/frontend/assets/folder-x-BgWBu65a.js +6 -0
  684. vibe_surf/backend/frontend/assets/folders-BqIxqB0_.js +6 -0
  685. vibe_surf/backend/frontend/assets/footprints-U_DOce2V.js +6 -0
  686. vibe_surf/backend/frontend/assets/forklift-HwzIz7aw.js +6 -0
  687. vibe_surf/backend/frontend/assets/forward-DjYLGiCR.js +6 -0
  688. vibe_surf/backend/frontend/assets/frame-poMkf2ta.js +6 -0
  689. vibe_surf/backend/frontend/assets/framer-DNQvf86-.js +6 -0
  690. vibe_surf/backend/frontend/assets/frown-BnHOvtLa.js +6 -0
  691. vibe_surf/backend/frontend/assets/fuel-Cm_lHCJg.js +6 -0
  692. vibe_surf/backend/frontend/assets/fullscreen-COEG0zVc.js +6 -0
  693. vibe_surf/backend/frontend/assets/funnel-BKREn55d.js +6 -0
  694. vibe_surf/backend/frontend/assets/funnel-plus-B1RbFoZ4.js +6 -0
  695. vibe_surf/backend/frontend/assets/funnel-x-z3lufNFJ.js +6 -0
  696. vibe_surf/backend/frontend/assets/gallery-horizontal-CZQKmb1v.js +6 -0
  697. vibe_surf/backend/frontend/assets/gallery-horizontal-end-rt0pNZmd.js +6 -0
  698. vibe_surf/backend/frontend/assets/gallery-thumbnails-BawPOO5E.js +6 -0
  699. vibe_surf/backend/frontend/assets/gallery-vertical-DHlqWz-O.js +6 -0
  700. vibe_surf/backend/frontend/assets/gallery-vertical-end-1UBU5tP0.js +6 -0
  701. vibe_surf/backend/frontend/assets/gamepad-2-CGlBaPJy.js +6 -0
  702. vibe_surf/backend/frontend/assets/gamepad-B7EN8TXy.js +6 -0
  703. vibe_surf/backend/frontend/assets/gauge-CkJyJpYu.js +6 -0
  704. vibe_surf/backend/frontend/assets/gavel-BXOFsfyc.js +6 -0
  705. vibe_surf/backend/frontend/assets/gem-DJaoJhpp.js +6 -0
  706. vibe_surf/backend/frontend/assets/ghost-5jDlD5mv.js +6 -0
  707. vibe_surf/backend/frontend/assets/gift-DTuN9n1d.js +6 -0
  708. vibe_surf/backend/frontend/assets/git-branch-CAxiUjEF.js +6 -0
  709. vibe_surf/backend/frontend/assets/git-branch-plus-BcouIUD3.js +6 -0
  710. vibe_surf/backend/frontend/assets/git-commit-horizontal-DqOnbX0A.js +6 -0
  711. vibe_surf/backend/frontend/assets/git-commit-vertical-DEAmtVm7.js +6 -0
  712. vibe_surf/backend/frontend/assets/git-compare-8F4A8hf8.js +6 -0
  713. vibe_surf/backend/frontend/assets/git-compare-arrows-BCgbMQBd.js +6 -0
  714. vibe_surf/backend/frontend/assets/git-fork-UmnYpjac.js +6 -0
  715. vibe_surf/backend/frontend/assets/git-graph-MIRVcG3s.js +6 -0
  716. vibe_surf/backend/frontend/assets/git-merge-1ccPZB0a.js +6 -0
  717. vibe_surf/backend/frontend/assets/git-pull-request-BAmJjoSf.js +6 -0
  718. vibe_surf/backend/frontend/assets/git-pull-request-arrow-hDbG9s0T.js +6 -0
  719. vibe_surf/backend/frontend/assets/git-pull-request-closed-DZVF4_75.js +6 -0
  720. vibe_surf/backend/frontend/assets/git-pull-request-create-B_ikGAua.js +6 -0
  721. vibe_surf/backend/frontend/assets/git-pull-request-create-arrow-OlDcvuiA.js +6 -0
  722. vibe_surf/backend/frontend/assets/git-pull-request-draft-CfvzgQz4.js +6 -0
  723. vibe_surf/backend/frontend/assets/github-DlTWmBTt.js +6 -0
  724. vibe_surf/backend/frontend/assets/gitlab-DquWeR50.js +6 -0
  725. vibe_surf/backend/frontend/assets/glass-water-yuqxiPgK.js +6 -0
  726. vibe_surf/backend/frontend/assets/glasses-DPTQtusr.js +6 -0
  727. vibe_surf/backend/frontend/assets/globe-D1X1kv-g.js +6 -0
  728. vibe_surf/backend/frontend/assets/globe-lock-miWknHfI.js +6 -0
  729. vibe_surf/backend/frontend/assets/goal-BY1nb-LN.js +6 -0
  730. vibe_surf/backend/frontend/assets/grab-CnmpLOMH.js +6 -0
  731. vibe_surf/backend/frontend/assets/graduation-cap-CcH89wnV.js +6 -0
  732. vibe_surf/backend/frontend/assets/grape-CIiMFgS_.js +6 -0
  733. vibe_surf/backend/frontend/assets/grid-2x2-DyXR6Owe.js +6 -0
  734. vibe_surf/backend/frontend/assets/grid-2x2-check-D2GIuWpl.js +6 -0
  735. vibe_surf/backend/frontend/assets/grid-2x2-plus-D89B7CNh.js +6 -0
  736. vibe_surf/backend/frontend/assets/grid-2x2-x-CMeekq27.js +6 -0
  737. vibe_surf/backend/frontend/assets/grid-3x3-qKjElxaz.js +6 -0
  738. vibe_surf/backend/frontend/assets/grip--SsS48b-.js +6 -0
  739. vibe_surf/backend/frontend/assets/grip-horizontal-DapWkFjo.js +6 -0
  740. vibe_surf/backend/frontend/assets/grip-vertical-vn3rXQIt.js +6 -0
  741. vibe_surf/backend/frontend/assets/group-XhzCMXdw.js +6 -0
  742. vibe_surf/backend/frontend/assets/guitar-But8OLt2.js +6 -0
  743. vibe_surf/backend/frontend/assets/ham-_9G65W_I.js +6 -0
  744. vibe_surf/backend/frontend/assets/hammer-C2AZqVnX.js +6 -0
  745. vibe_surf/backend/frontend/assets/hand-DXuxSiOo.js +6 -0
  746. vibe_surf/backend/frontend/assets/hand-coins-mma7__lh.js +6 -0
  747. vibe_surf/backend/frontend/assets/hand-heart-DNtq1bnS.js +6 -0
  748. vibe_surf/backend/frontend/assets/hand-helping-Cdw7lKNu.js +6 -0
  749. vibe_surf/backend/frontend/assets/hand-metal-CcoWdRUV.js +6 -0
  750. vibe_surf/backend/frontend/assets/hand-platter-DoQTVTFx.js +6 -0
  751. vibe_surf/backend/frontend/assets/handshake-CJyspjIU.js +6 -0
  752. vibe_surf/backend/frontend/assets/hard-drive-ZduQuJtY.js +6 -0
  753. vibe_surf/backend/frontend/assets/hard-drive-download-D_hUh11c.js +6 -0
  754. vibe_surf/backend/frontend/assets/hard-drive-upload-BBPLIyZo.js +6 -0
  755. vibe_surf/backend/frontend/assets/hard-hat-OlmGevRI.js +6 -0
  756. vibe_surf/backend/frontend/assets/hash-COjLjaYu.js +6 -0
  757. vibe_surf/backend/frontend/assets/haze-Vf7OsAWn.js +6 -0
  758. vibe_surf/backend/frontend/assets/hdmi-port-B3C9bYX1.js +6 -0
  759. vibe_surf/backend/frontend/assets/heading-1-Dyyb72R2.js +6 -0
  760. vibe_surf/backend/frontend/assets/heading-2-ClF7vOi5.js +6 -0
  761. vibe_surf/backend/frontend/assets/heading-3-DPRazJfc.js +6 -0
  762. vibe_surf/backend/frontend/assets/heading-4-3e6Zii5g.js +6 -0
  763. vibe_surf/backend/frontend/assets/heading-5-GEVsfo30.js +6 -0
  764. vibe_surf/backend/frontend/assets/heading-6-CtX8dWYy.js +6 -0
  765. vibe_surf/backend/frontend/assets/heading-C_c5dBtC.js +6 -0
  766. vibe_surf/backend/frontend/assets/headphone-off-VkuNIw42.js +6 -0
  767. vibe_surf/backend/frontend/assets/headphones-BdMKOmhg.js +6 -0
  768. vibe_surf/backend/frontend/assets/headset-CGOllUmf.js +6 -0
  769. vibe_surf/backend/frontend/assets/heart-J_dfRIZ7.js +6 -0
  770. vibe_surf/backend/frontend/assets/heart-crack-BDNXXAjd.js +6 -0
  771. vibe_surf/backend/frontend/assets/heart-handshake-BhQLIVaj.js +6 -0
  772. vibe_surf/backend/frontend/assets/heart-minus-Dgexi3zQ.js +6 -0
  773. vibe_surf/backend/frontend/assets/heart-off-DF68jDRm.js +6 -0
  774. vibe_surf/backend/frontend/assets/heart-plus-D3LX6R_l.js +6 -0
  775. vibe_surf/backend/frontend/assets/heart-pulse-DnwkpqSJ.js +6 -0
  776. vibe_surf/backend/frontend/assets/heater-Bilq_TPS.js +6 -0
  777. vibe_surf/backend/frontend/assets/hexagon-BEvfIIaV.js +6 -0
  778. vibe_surf/backend/frontend/assets/highlighter-CNa8UVQD.js +6 -0
  779. vibe_surf/backend/frontend/assets/history-BggOc8wP.js +6 -0
  780. vibe_surf/backend/frontend/assets/hop-BCUHAdeR.js +6 -0
  781. vibe_surf/backend/frontend/assets/hop-off-B5f9Fr80.js +6 -0
  782. vibe_surf/backend/frontend/assets/hospital-Dk0tqXu9.js +6 -0
  783. vibe_surf/backend/frontend/assets/hotel-CXl-yW7B.js +6 -0
  784. vibe_surf/backend/frontend/assets/hourglass-DSRXQwTc.js +6 -0
  785. vibe_surf/backend/frontend/assets/house-Bhp2WF4v.js +6 -0
  786. vibe_surf/backend/frontend/assets/house-plug-DXm5j2Xq.js +6 -0
  787. vibe_surf/backend/frontend/assets/house-plus-KMp_x4hA.js +6 -0
  788. vibe_surf/backend/frontend/assets/house-wifi-Ccrar5-8.js +6 -0
  789. vibe_surf/backend/frontend/assets/ice-cream-bowl-j3qet3-o.js +6 -0
  790. vibe_surf/backend/frontend/assets/ice-cream-cone-XtpMBOSu.js +6 -0
  791. vibe_surf/backend/frontend/assets/id-card-BqzQOrR_.js +6 -0
  792. vibe_surf/backend/frontend/assets/image-B3lEwdvu.js +6 -0
  793. vibe_surf/backend/frontend/assets/image-down-sVdzbwfm.js +6 -0
  794. vibe_surf/backend/frontend/assets/image-minus-BdddBiyu.js +6 -0
  795. vibe_surf/backend/frontend/assets/image-off-CCZ9kVWH.js +6 -0
  796. vibe_surf/backend/frontend/assets/image-play-LNuKchCO.js +6 -0
  797. vibe_surf/backend/frontend/assets/image-plus-B4GTKJ6Z.js +6 -0
  798. vibe_surf/backend/frontend/assets/image-up-BfxmsdpY.js +6 -0
  799. vibe_surf/backend/frontend/assets/image-upscale-CexWZ50d.js +6 -0
  800. vibe_surf/backend/frontend/assets/images-C8Wp1eOg.js +6 -0
  801. vibe_surf/backend/frontend/assets/import-ec27SWYy.js +6 -0
  802. vibe_surf/backend/frontend/assets/inbox-YvwvpFKi.js +6 -0
  803. vibe_surf/backend/frontend/assets/indent-decrease-Dp0BVsoQ.js +6 -0
  804. vibe_surf/backend/frontend/assets/indent-increase-D3BuYj2n.js +6 -0
  805. vibe_surf/backend/frontend/assets/index-2CcQW4OZ.js +13 -0
  806. vibe_surf/backend/frontend/assets/index-4vq5awkV.js +1 -0
  807. vibe_surf/backend/frontend/assets/index-5ZZlgfo-.js +1 -0
  808. vibe_surf/backend/frontend/assets/index-6dxAUV6Y.js +1 -0
  809. vibe_surf/backend/frontend/assets/index-AzcZQWVx.js +2723 -0
  810. vibe_surf/backend/frontend/assets/index-B-IDFsd0.js +1 -0
  811. vibe_surf/backend/frontend/assets/index-B-ohDVDe.js +1 -0
  812. vibe_surf/backend/frontend/assets/index-B1Q4y1qa.js +1 -0
  813. vibe_surf/backend/frontend/assets/index-B1SY6fah.js +1 -0
  814. vibe_surf/backend/frontend/assets/index-B2ljcLYu.js +1 -0
  815. vibe_surf/backend/frontend/assets/index-B4-H1yfm.js +108 -0
  816. vibe_surf/backend/frontend/assets/index-B6MKztQU.js +1 -0
  817. vibe_surf/backend/frontend/assets/index-B7i2Q-3O.js +1 -0
  818. vibe_surf/backend/frontend/assets/index-B9Wx-Ii0.js +1 -0
  819. vibe_surf/backend/frontend/assets/index-BFzpTaXY.js +1 -0
  820. vibe_surf/backend/frontend/assets/index-BIBNbmyC.js +1 -0
  821. vibe_surf/backend/frontend/assets/index-BL_hoToU.js +1 -0
  822. vibe_surf/backend/frontend/assets/index-BOeI-zQ9.js +1 -0
  823. vibe_surf/backend/frontend/assets/index-BPEpFAuc.js +1 -0
  824. vibe_surf/backend/frontend/assets/index-BQ1eB4fC.js +1 -0
  825. vibe_surf/backend/frontend/assets/index-BQ2H2d3f.js +1 -0
  826. vibe_surf/backend/frontend/assets/index-BR-8IPV4.js +205 -0
  827. vibe_surf/backend/frontend/assets/index-BV8ArFsA.js +1 -0
  828. vibe_surf/backend/frontend/assets/index-BWwASCq5.js +1 -0
  829. vibe_surf/backend/frontend/assets/index-BWwglY3I.js +1 -0
  830. vibe_surf/backend/frontend/assets/index-B_Qz_foX.js +1 -0
  831. vibe_surf/backend/frontend/assets/index-BaoW7GZH.js +1 -0
  832. vibe_surf/backend/frontend/assets/index-BcrHz-y8.js +1 -0
  833. vibe_surf/backend/frontend/assets/index-BdSzkc1f.js +20 -0
  834. vibe_surf/backend/frontend/assets/index-BeLkvqxv.js +1 -0
  835. vibe_surf/backend/frontend/assets/index-Beq_etUM.js +1 -0
  836. vibe_surf/backend/frontend/assets/index-BgzQso9y.js +1 -0
  837. vibe_surf/backend/frontend/assets/index-BiNrEY13.js +1 -0
  838. vibe_surf/backend/frontend/assets/index-Bja3ZEZo.js +1 -0
  839. vibe_surf/backend/frontend/assets/index-BmcD7XCM.js +1 -0
  840. vibe_surf/backend/frontend/assets/index-BmnwJzsA.js +1 -0
  841. vibe_surf/backend/frontend/assets/index-BssAenIo.js +1 -0
  842. vibe_surf/backend/frontend/assets/index-BvEZ1ywS.js +1 -0
  843. vibe_surf/backend/frontend/assets/index-BwO1owi8.js +1 -0
  844. vibe_surf/backend/frontend/assets/index-BwXsJbuu.js +21 -0
  845. vibe_surf/backend/frontend/assets/index-BwlG2DdK.js +1 -0
  846. vibe_surf/backend/frontend/assets/index-BzjC6B6I.js +1 -0
  847. vibe_surf/backend/frontend/assets/index-C0BOag_5.js +1 -0
  848. vibe_surf/backend/frontend/assets/index-C0EsaEHC.js +1 -0
  849. vibe_surf/backend/frontend/assets/index-C0IGIaTE.js +1 -0
  850. vibe_surf/backend/frontend/assets/index-C0IdY_9F.js +1 -0
  851. vibe_surf/backend/frontend/assets/index-C1DABLwl.js +1 -0
  852. vibe_surf/backend/frontend/assets/index-C1JE4AZB.js +1 -0
  853. vibe_surf/backend/frontend/assets/index-C1Rkl2Ur.js +1 -0
  854. vibe_surf/backend/frontend/assets/index-C2YWu5t8.js +1 -0
  855. vibe_surf/backend/frontend/assets/index-C2_4AcrM.js +1 -0
  856. vibe_surf/backend/frontend/assets/index-C48IE5LT.js +1 -0
  857. vibe_surf/backend/frontend/assets/index-C4JqQnzd.js +1 -0
  858. vibe_surf/backend/frontend/assets/index-C5QqjjEO.js +1 -0
  859. vibe_surf/backend/frontend/assets/index-C6ZyrgxW.js +1 -0
  860. vibe_surf/backend/frontend/assets/index-C9n9R8Ob.js +1 -0
  861. vibe_surf/backend/frontend/assets/index-CATPt8gz.js +1 -0
  862. vibe_surf/backend/frontend/assets/index-CAc6KlCl.js +1 -0
  863. vibe_surf/backend/frontend/assets/index-CAeE91z_.js +1 -0
  864. vibe_surf/backend/frontend/assets/index-CBLrD5S8.js +1 -0
  865. vibe_surf/backend/frontend/assets/index-CEx7_efn.js +1 -0
  866. vibe_surf/backend/frontend/assets/index-CGNwvjd6.js +1 -0
  867. vibe_surf/backend/frontend/assets/index-CJIkyYuu.js +1 -0
  868. vibe_surf/backend/frontend/assets/index-CL8YNknR.js +1 -0
  869. vibe_surf/backend/frontend/assets/index-CQ4c4zmh.js +1 -0
  870. vibe_surf/backend/frontend/assets/index-CSKpbeRU.js +1 -0
  871. vibe_surf/backend/frontend/assets/index-CTJUto70.js +1 -0
  872. vibe_surf/backend/frontend/assets/index-CUm8t_3-.js +1 -0
  873. vibe_surf/backend/frontend/assets/index-CWaG8YQf.js +1 -0
  874. vibe_surf/backend/frontend/assets/index-CWqCL2_S.js +1 -0
  875. vibe_surf/backend/frontend/assets/index-CZKjLvxC.js +1 -0
  876. vibe_surf/backend/frontend/assets/index-C_a_gjJ3.js +7382 -0
  877. vibe_surf/backend/frontend/assets/index-C_gjztJA.js +1 -0
  878. vibe_surf/backend/frontend/assets/index-Cd394DZ3.js +1 -0
  879. vibe_surf/backend/frontend/assets/index-Ch_ENQTO.js +1 -0
  880. vibe_surf/backend/frontend/assets/index-CjDauRtw.js +1 -0
  881. vibe_surf/backend/frontend/assets/index-Cjsyudia.js +1 -0
  882. vibe_surf/backend/frontend/assets/index-Ck0Rk7OE.js +1 -0
  883. vibe_surf/backend/frontend/assets/index-Ct1jT_zG.js +1 -0
  884. vibe_surf/backend/frontend/assets/index-CtZOHuJR.js +1 -0
  885. vibe_surf/backend/frontend/assets/index-CwylYZIy.js +1 -0
  886. vibe_surf/backend/frontend/assets/index-CxGAIJCD.js +1 -0
  887. vibe_surf/backend/frontend/assets/index-D-6VXnmQ.js +1 -0
  888. vibe_surf/backend/frontend/assets/index-D-_pq5D8.js +1 -0
  889. vibe_surf/backend/frontend/assets/index-D-oTsuqV.js +1 -0
  890. vibe_surf/backend/frontend/assets/index-D8iHrvl3.js +1 -0
  891. vibe_surf/backend/frontend/assets/index-DDYB0tod.js +1 -0
  892. vibe_surf/backend/frontend/assets/index-DDtHdtyM.js +1 -0
  893. vibe_surf/backend/frontend/assets/index-DH3R0iod.js +1 -0
  894. vibe_surf/backend/frontend/assets/index-DJAmqieX.js +1 -0
  895. vibe_surf/backend/frontend/assets/index-DJYhOcBD.js +1 -0
  896. vibe_surf/backend/frontend/assets/index-DQKxDe4Q.js +1 -0
  897. vibe_surf/backend/frontend/assets/index-DS9glxiF.js +1 -0
  898. vibe_surf/backend/frontend/assets/index-DUjF6qus.js +2 -0
  899. vibe_surf/backend/frontend/assets/index-DXYmUzC_.css +1 -0
  900. vibe_surf/backend/frontend/assets/index-D_wRbh5r.js +1 -0
  901. vibe_surf/backend/frontend/assets/index-Db4BfmcT.js +1 -0
  902. vibe_surf/backend/frontend/assets/index-DfZGZYcK.js +1 -0
  903. vibe_surf/backend/frontend/assets/index-DlDGYPf2.js +1 -0
  904. vibe_surf/backend/frontend/assets/index-DlFy5Gok.js +1 -0
  905. vibe_surf/backend/frontend/assets/index-DmVpDlko.js +1 -0
  906. vibe_surf/backend/frontend/assets/index-Dpc9wHta.js +1 -0
  907. vibe_surf/backend/frontend/assets/index-DvcAIETO.js +1 -0
  908. vibe_surf/backend/frontend/assets/index-Dwi-X1Od.js +1 -0
  909. vibe_surf/backend/frontend/assets/index-FMPFv3Wf.js +1 -0
  910. vibe_surf/backend/frontend/assets/index-H3Uskc2o.js +1 -0
  911. vibe_surf/backend/frontend/assets/index-JWfrTs_0.js +1 -0
  912. vibe_surf/backend/frontend/assets/index-LX3KOMfj.js +1 -0
  913. vibe_surf/backend/frontend/assets/index-LXWgTVf4.js +1 -0
  914. vibe_surf/backend/frontend/assets/index-WJ6PviAq.js +1 -0
  915. vibe_surf/backend/frontend/assets/index-WrqFIXAC.js +1 -0
  916. vibe_surf/backend/frontend/assets/index-Yoj1a8xs.js +1 -0
  917. vibe_surf/backend/frontend/assets/index-YxTPhodS.js +1 -0
  918. vibe_surf/backend/frontend/assets/index-_8LB3oNa.js +1 -0
  919. vibe_surf/backend/frontend/assets/index-bNhROe-x.js +1 -0
  920. vibe_surf/backend/frontend/assets/index-cQAtXO5d.js +1 -0
  921. vibe_surf/backend/frontend/assets/index-hIdlDvEv.js +1 -0
  922. vibe_surf/backend/frontend/assets/index-hxJwU1-s.js +1 -0
  923. vibe_surf/backend/frontend/assets/index-iA_X3O5r.js +1 -0
  924. vibe_surf/backend/frontend/assets/index-iW93REva.js +1 -0
  925. vibe_surf/backend/frontend/assets/index-k2RdCBHb.js +1 -0
  926. vibe_surf/backend/frontend/assets/index-kJKg9EzG.js +1 -0
  927. vibe_surf/backend/frontend/assets/index-mX6ATl2n.js +1 -0
  928. vibe_surf/backend/frontend/assets/index-muCxPdjC.js +1 -0
  929. vibe_surf/backend/frontend/assets/index-nd1f74Wi.js +1 -0
  930. vibe_surf/backend/frontend/assets/index-qGbEX4n3.js +1 -0
  931. vibe_surf/backend/frontend/assets/index-qOd-CLaR.js +1 -0
  932. vibe_surf/backend/frontend/assets/index-sguRseYw.js +1 -0
  933. vibe_surf/backend/frontend/assets/index-vd7ILFrg.js +1 -0
  934. vibe_surf/backend/frontend/assets/index-we6mCAhv.js +1 -0
  935. vibe_surf/backend/frontend/assets/index-x0VA7yzX.js +1 -0
  936. vibe_surf/backend/frontend/assets/index-yCVeNkNd.js +1 -0
  937. vibe_surf/backend/frontend/assets/indian-rupee-ClaZI0Dh.js +6 -0
  938. vibe_surf/backend/frontend/assets/infinity-LKjcIaZa.js +6 -0
  939. vibe_surf/backend/frontend/assets/info-DFBdB7_c.js +6 -0
  940. vibe_surf/backend/frontend/assets/inspection-panel-DGzE6245.js +6 -0
  941. vibe_surf/backend/frontend/assets/instagram-CJj5AWOV.js +6 -0
  942. vibe_surf/backend/frontend/assets/italic-CKFB3the.js +6 -0
  943. vibe_surf/backend/frontend/assets/iteration-ccw-YnfylsKm.js +6 -0
  944. vibe_surf/backend/frontend/assets/iteration-cw-DTHRwCcy.js +6 -0
  945. vibe_surf/backend/frontend/assets/japanese-yen-BG_Inyh_.js +6 -0
  946. vibe_surf/backend/frontend/assets/joystick-bJVSvZlL.js +6 -0
  947. vibe_surf/backend/frontend/assets/kanban-KP-K8pC9.js +6 -0
  948. vibe_surf/backend/frontend/assets/key-CNaiqe5q.js +6 -0
  949. vibe_surf/backend/frontend/assets/key-round-RTYFDTCa.js +6 -0
  950. vibe_surf/backend/frontend/assets/key-square-C7EKR-zE.js +6 -0
  951. vibe_surf/backend/frontend/assets/keyboard-DaM0Dl19.js +6 -0
  952. vibe_surf/backend/frontend/assets/keyboard-music-CzJZiHzS.js +6 -0
  953. vibe_surf/backend/frontend/assets/keyboard-off-C9Jl7GZs.js +6 -0
  954. vibe_surf/backend/frontend/assets/lamp-DK_3DJnO.js +6 -0
  955. vibe_surf/backend/frontend/assets/lamp-ceiling-B8sGjZ8c.js +6 -0
  956. vibe_surf/backend/frontend/assets/lamp-desk-CxWpiNas.js +6 -0
  957. vibe_surf/backend/frontend/assets/lamp-floor-EUFzRKf7.js +6 -0
  958. vibe_surf/backend/frontend/assets/lamp-wall-down-BV84JTWM.js +6 -0
  959. vibe_surf/backend/frontend/assets/lamp-wall-up-BqpaYZN9.js +6 -0
  960. vibe_surf/backend/frontend/assets/land-plot-Dly_Debw.js +6 -0
  961. vibe_surf/backend/frontend/assets/landmark-W6MewilS.js +6 -0
  962. vibe_surf/backend/frontend/assets/languages-BQghN4Gu.js +6 -0
  963. vibe_surf/backend/frontend/assets/laptop-BysYcdO1.js +6 -0
  964. vibe_surf/backend/frontend/assets/laptop-minimal-CUViKl_u.js +6 -0
  965. vibe_surf/backend/frontend/assets/laptop-minimal-check-BZNY8l54.js +6 -0
  966. vibe_surf/backend/frontend/assets/lasso-CBTyEbGH.js +6 -0
  967. vibe_surf/backend/frontend/assets/lasso-select-D9j71vtb.js +6 -0
  968. vibe_surf/backend/frontend/assets/laugh-fkxJEAC6.js +6 -0
  969. vibe_surf/backend/frontend/assets/layers-2-B3mnroGJ.js +6 -0
  970. vibe_surf/backend/frontend/assets/layers-CLO8Qj7V.js +6 -0
  971. vibe_surf/backend/frontend/assets/layout-dashboard-BCgC4-j3.js +6 -0
  972. vibe_surf/backend/frontend/assets/layout-grid-DQlh6Dv5.js +6 -0
  973. vibe_surf/backend/frontend/assets/layout-list-BK2Y57B-.js +6 -0
  974. vibe_surf/backend/frontend/assets/layout-panel-left-BzdjKizu.js +6 -0
  975. vibe_surf/backend/frontend/assets/layout-panel-top-CmMnqmez.js +6 -0
  976. vibe_surf/backend/frontend/assets/layout-template-DkuzhO5B.js +6 -0
  977. vibe_surf/backend/frontend/assets/lazyIconImports-Cbxc-ykm.js +2 -0
  978. vibe_surf/backend/frontend/assets/leaf-D1Z4WxA8.js +6 -0
  979. vibe_surf/backend/frontend/assets/leafy-green-C7IHTNVi.js +6 -0
  980. vibe_surf/backend/frontend/assets/lectern-BpswhiFV.js +6 -0
  981. vibe_surf/backend/frontend/assets/letter-text-B_mZgzJ7.js +6 -0
  982. vibe_surf/backend/frontend/assets/library-BEQ0EBja.js +6 -0
  983. vibe_surf/backend/frontend/assets/library-big-C32jLDwT.js +6 -0
  984. vibe_surf/backend/frontend/assets/life-buoy-AWdXr4CQ.js +6 -0
  985. vibe_surf/backend/frontend/assets/ligature-DRsGqV7j.js +6 -0
  986. vibe_surf/backend/frontend/assets/lightbulb-D3KZbCQp.js +6 -0
  987. vibe_surf/backend/frontend/assets/lightbulb-off-iSDmy8d6.js +6 -0
  988. vibe_surf/backend/frontend/assets/link-2-CCZYGxDI.js +6 -0
  989. vibe_surf/backend/frontend/assets/link-2-off-BWpEKUCS.js +6 -0
  990. vibe_surf/backend/frontend/assets/link-Diw-YZ8t.js +6 -0
  991. vibe_surf/backend/frontend/assets/linkedin-CExn9EK5.js +6 -0
  992. vibe_surf/backend/frontend/assets/list-CB9zDbEv.js +6 -0
  993. vibe_surf/backend/frontend/assets/list-check-CCdijvLD.js +6 -0
  994. vibe_surf/backend/frontend/assets/list-checks-B1EQ8oeV.js +6 -0
  995. vibe_surf/backend/frontend/assets/list-collapse-B_Nyhn3U.js +6 -0
  996. vibe_surf/backend/frontend/assets/list-end-BRGFPR4T.js +6 -0
  997. vibe_surf/backend/frontend/assets/list-filter-DR4JqPVX.js +6 -0
  998. vibe_surf/backend/frontend/assets/list-filter-plus-Q7j2JYzP.js +6 -0
  999. vibe_surf/backend/frontend/assets/list-minus-DrLtfmEG.js +6 -0
  1000. vibe_surf/backend/frontend/assets/list-music-C6MOQHoL.js +6 -0
  1001. vibe_surf/backend/frontend/assets/list-ordered-Db8L0lqU.js +6 -0
  1002. vibe_surf/backend/frontend/assets/list-plus-C1dade1Z.js +6 -0
  1003. vibe_surf/backend/frontend/assets/list-restart-CyRkF6Xo.js +6 -0
  1004. vibe_surf/backend/frontend/assets/list-start-CAn16QHF.js +6 -0
  1005. vibe_surf/backend/frontend/assets/list-todo-giJ3EaBY.js +6 -0
  1006. vibe_surf/backend/frontend/assets/list-tree-ZTTp4tz8.js +6 -0
  1007. vibe_surf/backend/frontend/assets/list-video-SNqnTTmu.js +6 -0
  1008. vibe_surf/backend/frontend/assets/list-x-XeDairuR.js +6 -0
  1009. vibe_surf/backend/frontend/assets/loader-RYX0GikH.js +6 -0
  1010. vibe_surf/backend/frontend/assets/loader-circle-CjMVhyrE.js +6 -0
  1011. vibe_surf/backend/frontend/assets/loader-pinwheel-Dv08mzUX.js +6 -0
  1012. vibe_surf/backend/frontend/assets/locate-DcqAXVyu.js +6 -0
  1013. vibe_surf/backend/frontend/assets/locate-fixed-BgaqK3FM.js +6 -0
  1014. vibe_surf/backend/frontend/assets/locate-off-1UN8A6fK.js +6 -0
  1015. vibe_surf/backend/frontend/assets/location-edit-DFbMZW6i.js +6 -0
  1016. vibe_surf/backend/frontend/assets/lock-DWN4LH3Q.js +6 -0
  1017. vibe_surf/backend/frontend/assets/lock-keyhole-aeS26SmF.js +6 -0
  1018. vibe_surf/backend/frontend/assets/lock-keyhole-open-CoXzZLpr.js +6 -0
  1019. vibe_surf/backend/frontend/assets/lock-open-CBPubokC.js +6 -0
  1020. vibe_surf/backend/frontend/assets/log-in-BW8pmSIu.js +6 -0
  1021. vibe_surf/backend/frontend/assets/log-out-D-d0DczA.js +6 -0
  1022. vibe_surf/backend/frontend/assets/logo_dark-_nccwgMn.png +0 -0
  1023. vibe_surf/backend/frontend/assets/logo_light-DKZjS8CD.png +0 -0
  1024. vibe_surf/backend/frontend/assets/logs-AXuVwIE_.js +6 -0
  1025. vibe_surf/backend/frontend/assets/lollipop-CxugcHkj.js +6 -0
  1026. vibe_surf/backend/frontend/assets/luggage-CFtS088O.js +6 -0
  1027. vibe_surf/backend/frontend/assets/magnet-BpIqKX0D.js +6 -0
  1028. vibe_surf/backend/frontend/assets/mail-1Br8NAMK.js +6 -0
  1029. vibe_surf/backend/frontend/assets/mail-check-DFwD0fvI.js +6 -0
  1030. vibe_surf/backend/frontend/assets/mail-minus-B_KovqmT.js +6 -0
  1031. vibe_surf/backend/frontend/assets/mail-open-VEmMVybi.js +6 -0
  1032. vibe_surf/backend/frontend/assets/mail-plus-D-1Wacj7.js +6 -0
  1033. vibe_surf/backend/frontend/assets/mail-question-CJK96wre.js +6 -0
  1034. vibe_surf/backend/frontend/assets/mail-search-Du6F72Wj.js +6 -0
  1035. vibe_surf/backend/frontend/assets/mail-warning-BI87_kvG.js +6 -0
  1036. vibe_surf/backend/frontend/assets/mail-x-DU415vbZ.js +6 -0
  1037. vibe_surf/backend/frontend/assets/mailbox-CMHDAMVZ.js +6 -0
  1038. vibe_surf/backend/frontend/assets/mails-CUDj41Cn.js +6 -0
  1039. vibe_surf/backend/frontend/assets/map-D2I0g3OZ.js +6 -0
  1040. vibe_surf/backend/frontend/assets/map-pin-CiM6iB2r.js +6 -0
  1041. vibe_surf/backend/frontend/assets/map-pin-check-BQWCC6Uv.js +6 -0
  1042. vibe_surf/backend/frontend/assets/map-pin-check-inside-CVhhgPHY.js +6 -0
  1043. vibe_surf/backend/frontend/assets/map-pin-house-CXbXX8w-.js +6 -0
  1044. vibe_surf/backend/frontend/assets/map-pin-minus-D0dRHvgd.js +6 -0
  1045. vibe_surf/backend/frontend/assets/map-pin-minus-inside-DGpPZYAi.js +6 -0
  1046. vibe_surf/backend/frontend/assets/map-pin-off-EbFPnlZq.js +6 -0
  1047. vibe_surf/backend/frontend/assets/map-pin-plus-BLD0VcG5.js +6 -0
  1048. vibe_surf/backend/frontend/assets/map-pin-plus-inside-CapcP3Yk.js +6 -0
  1049. vibe_surf/backend/frontend/assets/map-pin-x-DrNWALEC.js +6 -0
  1050. vibe_surf/backend/frontend/assets/map-pin-x-inside-9DqM8z-J.js +6 -0
  1051. vibe_surf/backend/frontend/assets/map-pinned-DHMQpBhr.js +6 -0
  1052. vibe_surf/backend/frontend/assets/map-plus-CQm0KS9c.js +6 -0
  1053. vibe_surf/backend/frontend/assets/mars-CcweinsF.js +6 -0
  1054. vibe_surf/backend/frontend/assets/mars-stroke-OWTfhzV5.js +6 -0
  1055. vibe_surf/backend/frontend/assets/martini-DGORgxbx.js +6 -0
  1056. vibe_surf/backend/frontend/assets/maximize-2-CN4UuSQb.js +6 -0
  1057. vibe_surf/backend/frontend/assets/maximize-DOYuzVqB.js +6 -0
  1058. vibe_surf/backend/frontend/assets/medal-DZT2ADyJ.js +6 -0
  1059. vibe_surf/backend/frontend/assets/megaphone-DN4B6I5c.js +6 -0
  1060. vibe_surf/backend/frontend/assets/megaphone-off-DRAddUqF.js +6 -0
  1061. vibe_surf/backend/frontend/assets/meh-CTX3Y793.js +6 -0
  1062. vibe_surf/backend/frontend/assets/memory-stick-CSG08PuA.js +6 -0
  1063. vibe_surf/backend/frontend/assets/menu-BUvQ8bhy.js +6 -0
  1064. vibe_surf/backend/frontend/assets/merge-xkPPWyBJ.js +6 -0
  1065. vibe_surf/backend/frontend/assets/message-circle-BSqs77ZY.js +6 -0
  1066. vibe_surf/backend/frontend/assets/message-circle-code-EW46-KUX.js +6 -0
  1067. vibe_surf/backend/frontend/assets/message-circle-dashed-BOxWD8kE.js +6 -0
  1068. vibe_surf/backend/frontend/assets/message-circle-heart-CBhiUXeV.js +6 -0
  1069. vibe_surf/backend/frontend/assets/message-circle-more-DqfUhx6W.js +6 -0
  1070. vibe_surf/backend/frontend/assets/message-circle-off-DrsP7VV_.js +6 -0
  1071. vibe_surf/backend/frontend/assets/message-circle-plus-IixbN-s-.js +6 -0
  1072. vibe_surf/backend/frontend/assets/message-circle-question-DsMgtwwS.js +6 -0
  1073. vibe_surf/backend/frontend/assets/message-circle-reply-D_Eog9Yc.js +6 -0
  1074. vibe_surf/backend/frontend/assets/message-circle-warning-D656cL7l.js +6 -0
  1075. vibe_surf/backend/frontend/assets/message-circle-x-CXWR4BBb.js +6 -0
  1076. vibe_surf/backend/frontend/assets/message-square-DKWryKVG.js +6 -0
  1077. vibe_surf/backend/frontend/assets/message-square-code-0ANFU-JW.js +6 -0
  1078. vibe_surf/backend/frontend/assets/message-square-dashed-DaZwp2x1.js +6 -0
  1079. vibe_surf/backend/frontend/assets/message-square-diff-DpJLi_UX.js +6 -0
  1080. vibe_surf/backend/frontend/assets/message-square-dot-OcgwyxZC.js +6 -0
  1081. vibe_surf/backend/frontend/assets/message-square-heart-CKfZOSw8.js +6 -0
  1082. vibe_surf/backend/frontend/assets/message-square-lock-BnNy_yw5.js +6 -0
  1083. vibe_surf/backend/frontend/assets/message-square-more-D2WGFzms.js +6 -0
  1084. vibe_surf/backend/frontend/assets/message-square-off-DV5974j6.js +6 -0
  1085. vibe_surf/backend/frontend/assets/message-square-plus-7icA5g-P.js +6 -0
  1086. vibe_surf/backend/frontend/assets/message-square-quote-DdAvA-a_.js +6 -0
  1087. vibe_surf/backend/frontend/assets/message-square-reply-Cg9Dlls7.js +6 -0
  1088. vibe_surf/backend/frontend/assets/message-square-share-BptAhOEV.js +6 -0
  1089. vibe_surf/backend/frontend/assets/message-square-text-Cu-Ycwsi.js +6 -0
  1090. vibe_surf/backend/frontend/assets/message-square-warning-DxIzJ5bt.js +6 -0
  1091. vibe_surf/backend/frontend/assets/message-square-x-BF9akIp2.js +6 -0
  1092. vibe_surf/backend/frontend/assets/messages-square-AjrRNZXQ.js +6 -0
  1093. vibe_surf/backend/frontend/assets/mic-BXU1SRXR.js +6 -0
  1094. vibe_surf/backend/frontend/assets/mic-off-BUQ1-6-l.js +6 -0
  1095. vibe_surf/backend/frontend/assets/mic-vocal-CG4Yw8We.js +6 -0
  1096. vibe_surf/backend/frontend/assets/microchip-CodKB7m1.js +6 -0
  1097. vibe_surf/backend/frontend/assets/microscope-BY57GHi1.js +6 -0
  1098. vibe_surf/backend/frontend/assets/microwave-KuJ1X2CX.js +6 -0
  1099. vibe_surf/backend/frontend/assets/milestone-D_ToDu31.js +6 -0
  1100. vibe_surf/backend/frontend/assets/milk-C4Nq829F.js +6 -0
  1101. vibe_surf/backend/frontend/assets/milk-off-BPCtdIks.js +6 -0
  1102. vibe_surf/backend/frontend/assets/minimize-2-DeAs1S78.js +6 -0
  1103. vibe_surf/backend/frontend/assets/minimize-DKOGyuzf.js +6 -0
  1104. vibe_surf/backend/frontend/assets/monitor-Cjm4ELo4.js +6 -0
  1105. vibe_surf/backend/frontend/assets/monitor-check-CrckmDk_.js +6 -0
  1106. vibe_surf/backend/frontend/assets/monitor-cog-DIPYXk5z.js +6 -0
  1107. vibe_surf/backend/frontend/assets/monitor-dot-Cl_ZGBvp.js +6 -0
  1108. vibe_surf/backend/frontend/assets/monitor-down-DCSynbhm.js +6 -0
  1109. vibe_surf/backend/frontend/assets/monitor-off-Bxqkes47.js +6 -0
  1110. vibe_surf/backend/frontend/assets/monitor-pause-B2ogwlXq.js +6 -0
  1111. vibe_surf/backend/frontend/assets/monitor-play-w2CTvWQx.js +6 -0
  1112. vibe_surf/backend/frontend/assets/monitor-smartphone-DYQb-VQa.js +6 -0
  1113. vibe_surf/backend/frontend/assets/monitor-speaker-CruyWIOw.js +6 -0
  1114. vibe_surf/backend/frontend/assets/monitor-stop-D2cot7wP.js +6 -0
  1115. vibe_surf/backend/frontend/assets/monitor-up-Bo4VFUGK.js +6 -0
  1116. vibe_surf/backend/frontend/assets/monitor-x-yhFSw0Zo.js +6 -0
  1117. vibe_surf/backend/frontend/assets/moon-CZFTmFVS.js +6 -0
  1118. vibe_surf/backend/frontend/assets/moon-star-X8Pb6SAO.js +6 -0
  1119. vibe_surf/backend/frontend/assets/mountain-_tKRhauQ.js +6 -0
  1120. vibe_surf/backend/frontend/assets/mountain-snow-COLjUpoc.js +6 -0
  1121. vibe_surf/backend/frontend/assets/mouse-C62B_4i7.js +6 -0
  1122. vibe_surf/backend/frontend/assets/mouse-off-NO65wsqy.js +6 -0
  1123. vibe_surf/backend/frontend/assets/mouse-pointer-2-vvokJ-v-.js +6 -0
  1124. vibe_surf/backend/frontend/assets/mouse-pointer-IHoLB1Ii.js +6 -0
  1125. vibe_surf/backend/frontend/assets/mouse-pointer-ban-BGxlXS_f.js +6 -0
  1126. vibe_surf/backend/frontend/assets/mouse-pointer-click-C7N7cKxT.js +6 -0
  1127. vibe_surf/backend/frontend/assets/move-3d-CQO0qR5b.js +6 -0
  1128. vibe_surf/backend/frontend/assets/move-Bp3oIgRK.js +6 -0
  1129. vibe_surf/backend/frontend/assets/move-diagonal-2-CQ3Gqa4B.js +6 -0
  1130. vibe_surf/backend/frontend/assets/move-diagonal-BkUx0iYA.js +6 -0
  1131. vibe_surf/backend/frontend/assets/move-down-B4dxMy_p.js +6 -0
  1132. vibe_surf/backend/frontend/assets/move-down-left-NxvLep64.js +6 -0
  1133. vibe_surf/backend/frontend/assets/move-down-right-CxcsF1yI.js +6 -0
  1134. vibe_surf/backend/frontend/assets/move-horizontal-or6vuyOq.js +6 -0
  1135. vibe_surf/backend/frontend/assets/move-left-Tcae9tGG.js +6 -0
  1136. vibe_surf/backend/frontend/assets/move-right-jY3F431H.js +6 -0
  1137. vibe_surf/backend/frontend/assets/move-up-Dk8sPbRD.js +6 -0
  1138. vibe_surf/backend/frontend/assets/move-up-left-CD7NRvhF.js +6 -0
  1139. vibe_surf/backend/frontend/assets/move-up-right-BAOhHbBw.js +6 -0
  1140. vibe_surf/backend/frontend/assets/move-vertical-BxWj9bDO.js +6 -0
  1141. vibe_surf/backend/frontend/assets/music-2-DQL5lOH_.js +6 -0
  1142. vibe_surf/backend/frontend/assets/music-3-wkxjpooD.js +6 -0
  1143. vibe_surf/backend/frontend/assets/music-4-CgUN2PUO.js +6 -0
  1144. vibe_surf/backend/frontend/assets/music-YxXwq9fN.js +6 -0
  1145. vibe_surf/backend/frontend/assets/navigation-2-Ba4Z-jSq.js +6 -0
  1146. vibe_surf/backend/frontend/assets/navigation-2-off-C_LfeWvW.js +6 -0
  1147. vibe_surf/backend/frontend/assets/navigation-BEChOEsi.js +6 -0
  1148. vibe_surf/backend/frontend/assets/navigation-off-BehyOyE3.js +6 -0
  1149. vibe_surf/backend/frontend/assets/network-CwJLOq3T.js +6 -0
  1150. vibe_surf/backend/frontend/assets/newspaper-ELrHeGRI.js +6 -0
  1151. vibe_surf/backend/frontend/assets/nfc-B_3XFb34.js +6 -0
  1152. vibe_surf/backend/frontend/assets/non-binary-BsgU9v43.js +6 -0
  1153. vibe_surf/backend/frontend/assets/notebook-j-nq3SkT.js +6 -0
  1154. vibe_surf/backend/frontend/assets/notebook-pen-D9-IPVfi.js +6 -0
  1155. vibe_surf/backend/frontend/assets/notebook-tabs-B8RN5vFZ.js +6 -0
  1156. vibe_surf/backend/frontend/assets/notebook-text-9VvE4wV2.js +6 -0
  1157. vibe_surf/backend/frontend/assets/notepad-text-CtRuOWM5.js +6 -0
  1158. vibe_surf/backend/frontend/assets/notepad-text-dashed-BKDJS1oq.js +6 -0
  1159. vibe_surf/backend/frontend/assets/nut-MLKrgO4r.js +6 -0
  1160. vibe_surf/backend/frontend/assets/nut-off-CX5f1ggv.js +6 -0
  1161. vibe_surf/backend/frontend/assets/octagon-Dm5tdLTK.js +6 -0
  1162. vibe_surf/backend/frontend/assets/octagon-alert-THvRb-wV.js +6 -0
  1163. vibe_surf/backend/frontend/assets/octagon-minus-BIN-9swI.js +6 -0
  1164. vibe_surf/backend/frontend/assets/octagon-pause-BvRAlpaV.js +6 -0
  1165. vibe_surf/backend/frontend/assets/octagon-x-DeRG_Ls0.js +6 -0
  1166. vibe_surf/backend/frontend/assets/omega-CVAxeKBK.js +6 -0
  1167. vibe_surf/backend/frontend/assets/option-14pftykg.js +6 -0
  1168. vibe_surf/backend/frontend/assets/orbit-CfewrZaI.js +6 -0
  1169. vibe_surf/backend/frontend/assets/origami-BT1VriUJ.js +6 -0
  1170. vibe_surf/backend/frontend/assets/package-2-D11kpXq5.js +6 -0
  1171. vibe_surf/backend/frontend/assets/package-BegS59es.js +6 -0
  1172. vibe_surf/backend/frontend/assets/package-check-DOLq4x6S.js +6 -0
  1173. vibe_surf/backend/frontend/assets/package-minus-BFgP752B.js +6 -0
  1174. vibe_surf/backend/frontend/assets/package-open-D2nk_ytU.js +6 -0
  1175. vibe_surf/backend/frontend/assets/package-plus-Va8EoLSt.js +6 -0
  1176. vibe_surf/backend/frontend/assets/package-search-cGv3F3Yi.js +6 -0
  1177. vibe_surf/backend/frontend/assets/package-x-BFCKCrAT.js +6 -0
  1178. vibe_surf/backend/frontend/assets/paint-bucket-C1nh-Go_.js +6 -0
  1179. vibe_surf/backend/frontend/assets/paint-roller-C9vy4fuD.js +6 -0
  1180. vibe_surf/backend/frontend/assets/paintbrush-Bo4L8Hqc.js +6 -0
  1181. vibe_surf/backend/frontend/assets/paintbrush-vertical-DqUyy2UU.js +6 -0
  1182. vibe_surf/backend/frontend/assets/palette-DddGrkXJ.js +6 -0
  1183. vibe_surf/backend/frontend/assets/panel-bottom-DPSx8I79.js +6 -0
  1184. vibe_surf/backend/frontend/assets/panel-bottom-close-D0SBNVCx.js +6 -0
  1185. vibe_surf/backend/frontend/assets/panel-bottom-dashed-CR6jKyB5.js +6 -0
  1186. vibe_surf/backend/frontend/assets/panel-bottom-open-BA8uHJ1f.js +6 -0
  1187. vibe_surf/backend/frontend/assets/panel-left-close-HWzVGhEN.js +6 -0
  1188. vibe_surf/backend/frontend/assets/panel-left-dashed-C8CvEMus.js +6 -0
  1189. vibe_surf/backend/frontend/assets/panel-left-open-DZtgeJky.js +6 -0
  1190. vibe_surf/backend/frontend/assets/panel-right-BIGpcNCD.js +6 -0
  1191. vibe_surf/backend/frontend/assets/panel-right-close-D6I6nB-8.js +6 -0
  1192. vibe_surf/backend/frontend/assets/panel-right-dashed-Dt-tZyfJ.js +6 -0
  1193. vibe_surf/backend/frontend/assets/panel-right-open-Cso_cmr4.js +6 -0
  1194. vibe_surf/backend/frontend/assets/panel-top-DxQozLLO.js +6 -0
  1195. vibe_surf/backend/frontend/assets/panel-top-close-21p_Iy4Q.js +6 -0
  1196. vibe_surf/backend/frontend/assets/panel-top-dashed-BLLvCUcW.js +6 -0
  1197. vibe_surf/backend/frontend/assets/panel-top-open-DOpjqeXN.js +6 -0
  1198. vibe_surf/backend/frontend/assets/panels-left-bottom-Dgc_Zml-.js +6 -0
  1199. vibe_surf/backend/frontend/assets/panels-right-bottom-DBl33v5J.js +6 -0
  1200. vibe_surf/backend/frontend/assets/panels-top-left-Bh9Km2t_.js +6 -0
  1201. vibe_surf/backend/frontend/assets/paperclip-DwNdWjNs.js +6 -0
  1202. vibe_surf/backend/frontend/assets/parentheses-Bv3x0v0d.js +6 -0
  1203. vibe_surf/backend/frontend/assets/parking-meter-CaAUYem8.js +6 -0
  1204. vibe_surf/backend/frontend/assets/party-popper-o676ndwa.js +6 -0
  1205. vibe_surf/backend/frontend/assets/pause-DofdcFyf.js +6 -0
  1206. vibe_surf/backend/frontend/assets/paw-print-CsCZTGwP.js +6 -0
  1207. vibe_surf/backend/frontend/assets/pc-case-ChHKP8Bs.js +6 -0
  1208. vibe_surf/backend/frontend/assets/pen-BJrA5W2j.js +6 -0
  1209. vibe_surf/backend/frontend/assets/pen-line-Cn_-SNuM.js +6 -0
  1210. vibe_surf/backend/frontend/assets/pen-off-vpS9creP.js +6 -0
  1211. vibe_surf/backend/frontend/assets/pen-tool-BHi1klDG.js +6 -0
  1212. vibe_surf/backend/frontend/assets/pencil-Wem_VEVg.js +6 -0
  1213. vibe_surf/backend/frontend/assets/pencil-line-CpG7egII.js +6 -0
  1214. vibe_surf/backend/frontend/assets/pencil-off-DNbfjOTs.js +6 -0
  1215. vibe_surf/backend/frontend/assets/pencil-ruler-BQdaeQqI.js +6 -0
  1216. vibe_surf/backend/frontend/assets/pentagon-BNe4mDhm.js +6 -0
  1217. vibe_surf/backend/frontend/assets/percent-CDhexNCT.js +6 -0
  1218. vibe_surf/backend/frontend/assets/person-standing-DxYpZiGV.js +6 -0
  1219. vibe_surf/backend/frontend/assets/philippine-peso-B7FAFSBd.js +6 -0
  1220. vibe_surf/backend/frontend/assets/phone-CTiWkAUx.js +6 -0
  1221. vibe_surf/backend/frontend/assets/phone-call-CWavZZ8W.js +6 -0
  1222. vibe_surf/backend/frontend/assets/phone-forwarded-CLaEebEE.js +6 -0
  1223. vibe_surf/backend/frontend/assets/phone-incoming-Cv2OCBfT.js +6 -0
  1224. vibe_surf/backend/frontend/assets/phone-missed-DNNjfxVz.js +6 -0
  1225. vibe_surf/backend/frontend/assets/phone-off-ClVQWi0g.js +6 -0
  1226. vibe_surf/backend/frontend/assets/phone-outgoing-CY2TxKXl.js +6 -0
  1227. vibe_surf/backend/frontend/assets/pi-DNqBWxfj.js +6 -0
  1228. vibe_surf/backend/frontend/assets/piano-MiPm47Ma.js +6 -0
  1229. vibe_surf/backend/frontend/assets/pickaxe-YqkOBnCJ.js +6 -0
  1230. vibe_surf/backend/frontend/assets/picture-in-picture-2-BIKggEXM.js +6 -0
  1231. vibe_surf/backend/frontend/assets/picture-in-picture-QAMxgJMO.js +6 -0
  1232. vibe_surf/backend/frontend/assets/piggy-bank-DVE6nzj5.js +6 -0
  1233. vibe_surf/backend/frontend/assets/pilcrow-CIhZWZVN.js +6 -0
  1234. vibe_surf/backend/frontend/assets/pilcrow-left-Ca9XTMpA.js +6 -0
  1235. vibe_surf/backend/frontend/assets/pilcrow-right-CLd68jMN.js +6 -0
  1236. vibe_surf/backend/frontend/assets/pill-CBiMEkPj.js +6 -0
  1237. vibe_surf/backend/frontend/assets/pill-bottle-CJ3pejac.js +6 -0
  1238. vibe_surf/backend/frontend/assets/pin-Oo2Sku7X.js +6 -0
  1239. vibe_surf/backend/frontend/assets/pin-off-DG48ZMV_.js +6 -0
  1240. vibe_surf/backend/frontend/assets/pipette-BzvHUOUt.js +6 -0
  1241. vibe_surf/backend/frontend/assets/pizza-B5z39oy-.js +6 -0
  1242. vibe_surf/backend/frontend/assets/plane-eU326jPg.js +6 -0
  1243. vibe_surf/backend/frontend/assets/plane-landing-gxcqSKOA.js +6 -0
  1244. vibe_surf/backend/frontend/assets/plane-takeoff-CFmuOAfX.js +6 -0
  1245. vibe_surf/backend/frontend/assets/play-CaCbaWdR.js +6 -0
  1246. vibe_surf/backend/frontend/assets/plug-2-CaihODHc.js +6 -0
  1247. vibe_surf/backend/frontend/assets/plug-DrN0weqI.js +6 -0
  1248. vibe_surf/backend/frontend/assets/plug-zap-BT2sgwQy.js +6 -0
  1249. vibe_surf/backend/frontend/assets/pocket-DNEPJJmg.js +6 -0
  1250. vibe_surf/backend/frontend/assets/pocket-knife-1CI1aqMD.js +6 -0
  1251. vibe_surf/backend/frontend/assets/podcast-BsGsWn3h.js +6 -0
  1252. vibe_surf/backend/frontend/assets/pointer-B8T5gv-x.js +6 -0
  1253. vibe_surf/backend/frontend/assets/pointer-off-C2DXzg5S.js +6 -0
  1254. vibe_surf/backend/frontend/assets/popcorn-Bi10K8Em.js +6 -0
  1255. vibe_surf/backend/frontend/assets/popsicle-CxLa9bz8.js +6 -0
  1256. vibe_surf/backend/frontend/assets/pound-sterling-BFXPyyYU.js +6 -0
  1257. vibe_surf/backend/frontend/assets/power-BmqAlXVz.js +6 -0
  1258. vibe_surf/backend/frontend/assets/power-off-CT70n2O0.js +6 -0
  1259. vibe_surf/backend/frontend/assets/presentation-DVhaCvt0.js +6 -0
  1260. vibe_surf/backend/frontend/assets/printer-D7NgKQZm.js +6 -0
  1261. vibe_surf/backend/frontend/assets/printer-check-BYDiSYD3.js +6 -0
  1262. vibe_surf/backend/frontend/assets/projector-BFMEAUGw.js +6 -0
  1263. vibe_surf/backend/frontend/assets/proportions-CUypjhWs.js +6 -0
  1264. vibe_surf/backend/frontend/assets/puzzle-lPcRsrCP.js +6 -0
  1265. vibe_surf/backend/frontend/assets/pyramid-bX_YtvHu.js +6 -0
  1266. vibe_surf/backend/frontend/assets/qr-code-CMBq06CH.js +6 -0
  1267. vibe_surf/backend/frontend/assets/quote-BkFwr2wo.js +6 -0
  1268. vibe_surf/backend/frontend/assets/rabbit-CEyfAR1t.js +6 -0
  1269. vibe_surf/backend/frontend/assets/radar-bMcLs_bP.js +6 -0
  1270. vibe_surf/backend/frontend/assets/radiation-NMlxufHZ.js +6 -0
  1271. vibe_surf/backend/frontend/assets/radical-C3CE5pot.js +6 -0
  1272. vibe_surf/backend/frontend/assets/radio-DQMhSWLz.js +6 -0
  1273. vibe_surf/backend/frontend/assets/radio-receiver-Cwtiayz1.js +6 -0
  1274. vibe_surf/backend/frontend/assets/radio-tower-ngCBBDuR.js +6 -0
  1275. vibe_surf/backend/frontend/assets/radius-CB1vpl4-.js +6 -0
  1276. vibe_surf/backend/frontend/assets/rail-symbol-CWT8jn79.js +6 -0
  1277. vibe_surf/backend/frontend/assets/rainbow-eG2Z6xdv.js +6 -0
  1278. vibe_surf/backend/frontend/assets/rat-CjjmSgkE.js +6 -0
  1279. vibe_surf/backend/frontend/assets/ratio-Ck9TZd6C.js +6 -0
  1280. vibe_surf/backend/frontend/assets/receipt-QzIALZKN.js +6 -0
  1281. vibe_surf/backend/frontend/assets/receipt-cent-wAd12yx1.js +6 -0
  1282. vibe_surf/backend/frontend/assets/receipt-euro-BG_rS29_.js +6 -0
  1283. vibe_surf/backend/frontend/assets/receipt-indian-rupee-DlF7wlqh.js +6 -0
  1284. vibe_surf/backend/frontend/assets/receipt-japanese-yen-GDNnE_Bl.js +6 -0
  1285. vibe_surf/backend/frontend/assets/receipt-pound-sterling-CczRTrHu.js +6 -0
  1286. vibe_surf/backend/frontend/assets/receipt-russian-ruble-CP8qhoZV.js +6 -0
  1287. vibe_surf/backend/frontend/assets/receipt-swiss-franc-B1FjnBVT.js +6 -0
  1288. vibe_surf/backend/frontend/assets/receipt-text-Df0EAqK2.js +6 -0
  1289. vibe_surf/backend/frontend/assets/rectangle-ellipsis-BeZ5b8q2.js +6 -0
  1290. vibe_surf/backend/frontend/assets/rectangle-goggles-B0pWs5f6.js +6 -0
  1291. vibe_surf/backend/frontend/assets/rectangle-horizontal-5D8nW5zN.js +6 -0
  1292. vibe_surf/backend/frontend/assets/rectangle-vertical-D6iXTP5O.js +6 -0
  1293. vibe_surf/backend/frontend/assets/recycle-cePWNqck.js +6 -0
  1294. vibe_surf/backend/frontend/assets/redo-2-DflPUgVL.js +6 -0
  1295. vibe_surf/backend/frontend/assets/redo-C8hJqzAq.js +6 -0
  1296. vibe_surf/backend/frontend/assets/redo-dot-JyZC910i.js +6 -0
  1297. vibe_surf/backend/frontend/assets/refresh-ccw-QGOuU93p.js +6 -0
  1298. vibe_surf/backend/frontend/assets/refresh-ccw-dot-BVfOSZg8.js +6 -0
  1299. vibe_surf/backend/frontend/assets/refresh-cw-DttAl3PC.js +6 -0
  1300. vibe_surf/backend/frontend/assets/refresh-cw-off-1m7CD9nm.js +6 -0
  1301. vibe_surf/backend/frontend/assets/refrigerator-BGk6q_hL.js +6 -0
  1302. vibe_surf/backend/frontend/assets/regex-C-txrNUs.js +6 -0
  1303. vibe_surf/backend/frontend/assets/remove-formatting-CVxREpGZ.js +6 -0
  1304. vibe_surf/backend/frontend/assets/repeat-1-ChFj2WK-.js +6 -0
  1305. vibe_surf/backend/frontend/assets/repeat-2-ViBvoa4W.js +6 -0
  1306. vibe_surf/backend/frontend/assets/repeat-GoYG4svo.js +6 -0
  1307. vibe_surf/backend/frontend/assets/replace-GFcv_X_V.js +6 -0
  1308. vibe_surf/backend/frontend/assets/replace-all-zAC7UUp9.js +6 -0
  1309. vibe_surf/backend/frontend/assets/reply-C2IH8Yvz.js +6 -0
  1310. vibe_surf/backend/frontend/assets/reply-all-CXYDFlBb.js +6 -0
  1311. vibe_surf/backend/frontend/assets/rewind-Bmv_DtI_.js +6 -0
  1312. vibe_surf/backend/frontend/assets/ribbon-B4MeTNUc.js +6 -0
  1313. vibe_surf/backend/frontend/assets/robot-BsccFpqT.png +0 -0
  1314. vibe_surf/backend/frontend/assets/rocket-Ch2Sc43k.js +6 -0
  1315. vibe_surf/backend/frontend/assets/rocking-chair-Pcx0Ex8j.js +6 -0
  1316. vibe_surf/backend/frontend/assets/roller-coaster-DpdZyHU4.js +6 -0
  1317. vibe_surf/backend/frontend/assets/rotate-3d-CAlCCDrS.js +6 -0
  1318. vibe_surf/backend/frontend/assets/rotate-ccw-Dl5IeMD0.js +6 -0
  1319. vibe_surf/backend/frontend/assets/rotate-ccw-key-CbcFcY_X.js +6 -0
  1320. vibe_surf/backend/frontend/assets/rotate-ccw-square-B6dXtMGF.js +6 -0
  1321. vibe_surf/backend/frontend/assets/rotate-cw-D9QBD3w1.js +6 -0
  1322. vibe_surf/backend/frontend/assets/rotate-cw-square-BTb_LCYt.js +6 -0
  1323. vibe_surf/backend/frontend/assets/route-BY8OMdE6.js +6 -0
  1324. vibe_surf/backend/frontend/assets/route-off-DBPZSjij.js +6 -0
  1325. vibe_surf/backend/frontend/assets/router-Cj5pK344.js +6 -0
  1326. vibe_surf/backend/frontend/assets/rows-2-DQikFZXW.js +6 -0
  1327. vibe_surf/backend/frontend/assets/rows-3-CgpwLjBs.js +6 -0
  1328. vibe_surf/backend/frontend/assets/rows-4-DHLpJgeW.js +6 -0
  1329. vibe_surf/backend/frontend/assets/rss-B2J7l-Sb.js +6 -0
  1330. vibe_surf/backend/frontend/assets/ruler-D-fe4o6e.js +6 -0
  1331. vibe_surf/backend/frontend/assets/ruler-dimension-line-COrwkuXi.js +6 -0
  1332. vibe_surf/backend/frontend/assets/russian-ruble-Bk9zdT2J.js +6 -0
  1333. vibe_surf/backend/frontend/assets/sailboat-DMPxVbdm.js +6 -0
  1334. vibe_surf/backend/frontend/assets/salad-D20azVGZ.js +6 -0
  1335. vibe_surf/backend/frontend/assets/sandwich-Z_d-MQ5t.js +6 -0
  1336. vibe_surf/backend/frontend/assets/satellite-7zgZRaOF.js +6 -0
  1337. vibe_surf/backend/frontend/assets/satellite-dish-Cy6FmD_T.js +6 -0
  1338. vibe_surf/backend/frontend/assets/saudi-riyal-C9ZvxnL2.js +6 -0
  1339. vibe_surf/backend/frontend/assets/save-LkAkHS7W.js +6 -0
  1340. vibe_surf/backend/frontend/assets/save-all-D_-zYl71.js +6 -0
  1341. vibe_surf/backend/frontend/assets/save-off-B0KWQYIj.js +6 -0
  1342. vibe_surf/backend/frontend/assets/scale-3d-FnesJ3yp.js +6 -0
  1343. vibe_surf/backend/frontend/assets/scale-CfDNIDpX.js +6 -0
  1344. vibe_surf/backend/frontend/assets/scaling-D7_wGXPp.js +6 -0
  1345. vibe_surf/backend/frontend/assets/scan-CXtftKWt.js +6 -0
  1346. vibe_surf/backend/frontend/assets/scan-barcode-DMzKInA0.js +6 -0
  1347. vibe_surf/backend/frontend/assets/scan-eye-BNOyXXj8.js +6 -0
  1348. vibe_surf/backend/frontend/assets/scan-face-wv0t4zeq.js +6 -0
  1349. vibe_surf/backend/frontend/assets/scan-heart-BeBWR3xV.js +6 -0
  1350. vibe_surf/backend/frontend/assets/scan-line-CvQpOukb.js +6 -0
  1351. vibe_surf/backend/frontend/assets/scan-qr-code-BQ-Oqt9e.js +6 -0
  1352. vibe_surf/backend/frontend/assets/scan-search-DeDxyjP7.js +6 -0
  1353. vibe_surf/backend/frontend/assets/scan-text-Du5B26Lp.js +6 -0
  1354. vibe_surf/backend/frontend/assets/school-XPbcFxvs.js +6 -0
  1355. vibe_surf/backend/frontend/assets/scissors-C82MxyXF.js +6 -0
  1356. vibe_surf/backend/frontend/assets/scissors-line-dashed-BiIj8ZEF.js +6 -0
  1357. vibe_surf/backend/frontend/assets/screen-share-4rpy_bSP.js +6 -0
  1358. vibe_surf/backend/frontend/assets/screen-share-off-DisAsCVo.js +6 -0
  1359. vibe_surf/backend/frontend/assets/scroll-D3FgdMu9.js +6 -0
  1360. vibe_surf/backend/frontend/assets/scroll-text-BolUgv8k.js +6 -0
  1361. vibe_surf/backend/frontend/assets/search-check-BqDsbYzT.js +6 -0
  1362. vibe_surf/backend/frontend/assets/search-code-BAngOAWT.js +6 -0
  1363. vibe_surf/backend/frontend/assets/search-slash-DGpGjVDh.js +6 -0
  1364. vibe_surf/backend/frontend/assets/search-x-hbEhC-Ks.js +6 -0
  1365. vibe_surf/backend/frontend/assets/section-CZdebDRa.js +6 -0
  1366. vibe_surf/backend/frontend/assets/send-BY6RRvoS.js +6 -0
  1367. vibe_surf/backend/frontend/assets/send-horizontal-ByJf1GwO.js +6 -0
  1368. vibe_surf/backend/frontend/assets/send-to-back-CqeJ0x7-.js +6 -0
  1369. vibe_surf/backend/frontend/assets/separator-horizontal-CyHVE869.js +6 -0
  1370. vibe_surf/backend/frontend/assets/separator-vertical-CHEXvAuG.js +6 -0
  1371. vibe_surf/backend/frontend/assets/server-DPj6-qpq.js +6 -0
  1372. vibe_surf/backend/frontend/assets/server-cog-Dc-mlMR8.js +6 -0
  1373. vibe_surf/backend/frontend/assets/server-crash-CXsISMNW.js +6 -0
  1374. vibe_surf/backend/frontend/assets/server-off-Y_lfL7-w.js +6 -0
  1375. vibe_surf/backend/frontend/assets/settings-2-DZ9wvd5i.js +6 -0
  1376. vibe_surf/backend/frontend/assets/settings-DO_W46zj.js +6 -0
  1377. vibe_surf/backend/frontend/assets/shapes-CIsUods8.js +6 -0
  1378. vibe_surf/backend/frontend/assets/share-0y8A7A5E.js +6 -0
  1379. vibe_surf/backend/frontend/assets/share-2-TSy7pnEx.js +6 -0
  1380. vibe_surf/backend/frontend/assets/sheet-DagiH4ve.js +6 -0
  1381. vibe_surf/backend/frontend/assets/shell-4uq5QK2w.js +6 -0
  1382. vibe_surf/backend/frontend/assets/shield-DSmxKeAX.js +6 -0
  1383. vibe_surf/backend/frontend/assets/shield-alert-2BHG6ofb.js +6 -0
  1384. vibe_surf/backend/frontend/assets/shield-ban-BcQOFFCO.js +6 -0
  1385. vibe_surf/backend/frontend/assets/shield-check-IssT1y70.js +6 -0
  1386. vibe_surf/backend/frontend/assets/shield-ellipsis-B_k2GJZe.js +6 -0
  1387. vibe_surf/backend/frontend/assets/shield-half-Ce9mZY66.js +6 -0
  1388. vibe_surf/backend/frontend/assets/shield-minus-Cm9SRYz3.js +6 -0
  1389. vibe_surf/backend/frontend/assets/shield-off-Di-Txcsi.js +6 -0
  1390. vibe_surf/backend/frontend/assets/shield-plus-Cbd8tnos.js +6 -0
  1391. vibe_surf/backend/frontend/assets/shield-question-5hf3zAb8.js +6 -0
  1392. vibe_surf/backend/frontend/assets/shield-user-D2XuthCx.js +6 -0
  1393. vibe_surf/backend/frontend/assets/shield-x-BTJiGLGc.js +6 -0
  1394. vibe_surf/backend/frontend/assets/ship-DkhgC4pB.js +6 -0
  1395. vibe_surf/backend/frontend/assets/ship-wheel-C-7_Y35l.js +6 -0
  1396. vibe_surf/backend/frontend/assets/shirt-vuhl9SGI.js +6 -0
  1397. vibe_surf/backend/frontend/assets/shopping-bag-DvQ2pPfQ.js +6 -0
  1398. vibe_surf/backend/frontend/assets/shopping-basket-D9s56Xw7.js +6 -0
  1399. vibe_surf/backend/frontend/assets/shopping-cart-ZmbJuTVy.js +6 -0
  1400. vibe_surf/backend/frontend/assets/shovel-L2fbM_rD.js +6 -0
  1401. vibe_surf/backend/frontend/assets/shower-head-DE9aHmtW.js +6 -0
  1402. vibe_surf/backend/frontend/assets/shredder-DadDP-UJ.js +6 -0
  1403. vibe_surf/backend/frontend/assets/shrimp-DycqoQZ3.js +6 -0
  1404. vibe_surf/backend/frontend/assets/shrink-B8aylxOx.js +6 -0
  1405. vibe_surf/backend/frontend/assets/shrub-DF1hbXW3.js +6 -0
  1406. vibe_surf/backend/frontend/assets/shuffle-BuIBx3Jr.js +6 -0
  1407. vibe_surf/backend/frontend/assets/sigma-Do2EOGrK.js +6 -0
  1408. vibe_surf/backend/frontend/assets/signal-D4HUxctG.js +6 -0
  1409. vibe_surf/backend/frontend/assets/signal-high-D4XjnPRT.js +6 -0
  1410. vibe_surf/backend/frontend/assets/signal-low-CbpCiGEn.js +6 -0
  1411. vibe_surf/backend/frontend/assets/signal-medium-DenP3lw7.js +6 -0
  1412. vibe_surf/backend/frontend/assets/signal-zero-CHgcs844.js +6 -0
  1413. vibe_surf/backend/frontend/assets/signature-DK8I0wlU.js +6 -0
  1414. vibe_surf/backend/frontend/assets/signpost-1ES-i9fp.js +6 -0
  1415. vibe_surf/backend/frontend/assets/signpost-big-BSozSaes.js +6 -0
  1416. vibe_surf/backend/frontend/assets/siren-wlABVP_H.js +6 -0
  1417. vibe_surf/backend/frontend/assets/skip-back-Bu_s_NAd.js +6 -0
  1418. vibe_surf/backend/frontend/assets/skip-forward-B_5w_2GT.js +6 -0
  1419. vibe_surf/backend/frontend/assets/skull-BEu1YCxD.js +6 -0
  1420. vibe_surf/backend/frontend/assets/slack-D9649ln8.js +6 -0
  1421. vibe_surf/backend/frontend/assets/slash-DojcavQ9.js +6 -0
  1422. vibe_surf/backend/frontend/assets/slice-CRmKxhnX.js +6 -0
  1423. vibe_surf/backend/frontend/assets/sliders-horizontal-B5g_t8uv.js +6 -0
  1424. vibe_surf/backend/frontend/assets/sliders-vertical-CLBL1buf.js +6 -0
  1425. vibe_surf/backend/frontend/assets/smartphone-D-ep_7qQ.js +6 -0
  1426. vibe_surf/backend/frontend/assets/smartphone-charging-CRPRIfJL.js +6 -0
  1427. vibe_surf/backend/frontend/assets/smartphone-nfc-CmXWPjB7.js +6 -0
  1428. vibe_surf/backend/frontend/assets/smile-C8NQBJ3w.js +6 -0
  1429. vibe_surf/backend/frontend/assets/smile-plus-BXiCkryt.js +6 -0
  1430. vibe_surf/backend/frontend/assets/snail-C4InLnJK.js +6 -0
  1431. vibe_surf/backend/frontend/assets/snowflake-CkOWmqpH.js +6 -0
  1432. vibe_surf/backend/frontend/assets/sofa-C5SFUETc.js +6 -0
  1433. vibe_surf/backend/frontend/assets/soup-BPK9i9Mq.js +6 -0
  1434. vibe_surf/backend/frontend/assets/space-B_AibqtW.js +6 -0
  1435. vibe_surf/backend/frontend/assets/spade-DOYQwKmE.js +6 -0
  1436. vibe_surf/backend/frontend/assets/sparkle-Bgy0TYRq.js +6 -0
  1437. vibe_surf/backend/frontend/assets/sparkles-COXnCZbi.js +6 -0
  1438. vibe_surf/backend/frontend/assets/speaker-CaUol58E.js +6 -0
  1439. vibe_surf/backend/frontend/assets/speech-SU2fqOX1.js +6 -0
  1440. vibe_surf/backend/frontend/assets/spell-check-2-C0X3GG0W.js +6 -0
  1441. vibe_surf/backend/frontend/assets/spell-check-BwnI8rNb.js +6 -0
  1442. vibe_surf/backend/frontend/assets/spline-ByNmiFVd.js +6 -0
  1443. vibe_surf/backend/frontend/assets/spline-pointer-B6jrA3VA.js +6 -0
  1444. vibe_surf/backend/frontend/assets/split-uo1Igb0N.js +6 -0
  1445. vibe_surf/backend/frontend/assets/spray-can-D37CFDNB.js +6 -0
  1446. vibe_surf/backend/frontend/assets/sprout-B25Lx6nK.js +6 -0
  1447. vibe_surf/backend/frontend/assets/square-KfK1ngG3.js +6 -0
  1448. vibe_surf/backend/frontend/assets/square-activity-BGQluYc5.js +6 -0
  1449. vibe_surf/backend/frontend/assets/square-arrow-down-CqlT37VO.js +6 -0
  1450. vibe_surf/backend/frontend/assets/square-arrow-down-left-CR2Go22d.js +6 -0
  1451. vibe_surf/backend/frontend/assets/square-arrow-down-right-rGAHLIaS.js +6 -0
  1452. vibe_surf/backend/frontend/assets/square-arrow-left-CvWu8_9d.js +6 -0
  1453. vibe_surf/backend/frontend/assets/square-arrow-out-down-left-K0v7hlb0.js +6 -0
  1454. vibe_surf/backend/frontend/assets/square-arrow-out-down-right-f74Yq8Hb.js +6 -0
  1455. vibe_surf/backend/frontend/assets/square-arrow-out-up-left-CdBSNScA.js +6 -0
  1456. vibe_surf/backend/frontend/assets/square-arrow-out-up-right-8PNP-37C.js +6 -0
  1457. vibe_surf/backend/frontend/assets/square-arrow-right-DZ3-0COG.js +6 -0
  1458. vibe_surf/backend/frontend/assets/square-arrow-up-CefwAldY.js +6 -0
  1459. vibe_surf/backend/frontend/assets/square-arrow-up-left-Dt6pY6y2.js +6 -0
  1460. vibe_surf/backend/frontend/assets/square-arrow-up-right-C-bPYXZE.js +6 -0
  1461. vibe_surf/backend/frontend/assets/square-asterisk-BIEu0Wq-.js +6 -0
  1462. vibe_surf/backend/frontend/assets/square-bottom-dashed-scissors-DFln2i7A.js +6 -0
  1463. vibe_surf/backend/frontend/assets/square-chart-gantt-VCoGr7j5.js +6 -0
  1464. vibe_surf/backend/frontend/assets/square-check-big-DdTm65g2.js +6 -0
  1465. vibe_surf/backend/frontend/assets/square-check-tJdFPLB4.js +6 -0
  1466. vibe_surf/backend/frontend/assets/square-chevron-down-DV0aFQxC.js +6 -0
  1467. vibe_surf/backend/frontend/assets/square-chevron-left-CdGd5MQB.js +6 -0
  1468. vibe_surf/backend/frontend/assets/square-chevron-right-D_aqBwe_.js +6 -0
  1469. vibe_surf/backend/frontend/assets/square-chevron-up-DBzeLhdp.js +6 -0
  1470. vibe_surf/backend/frontend/assets/square-code-DtSsDKtH.js +6 -0
  1471. vibe_surf/backend/frontend/assets/square-dashed-DSG0Ash0.js +6 -0
  1472. vibe_surf/backend/frontend/assets/square-dashed-bottom-BrkR2d57.js +6 -0
  1473. vibe_surf/backend/frontend/assets/square-dashed-bottom-code-CMTH1TbL.js +6 -0
  1474. vibe_surf/backend/frontend/assets/square-dashed-kanban-961FMGlN.js +6 -0
  1475. vibe_surf/backend/frontend/assets/square-dashed-mouse-pointer-BWcK5KqH.js +6 -0
  1476. vibe_surf/backend/frontend/assets/square-divide-B8EfzsLW.js +6 -0
  1477. vibe_surf/backend/frontend/assets/square-dot-CFXkGNxl.js +6 -0
  1478. vibe_surf/backend/frontend/assets/square-equal-DNzUS5Xu.js +6 -0
  1479. vibe_surf/backend/frontend/assets/square-function-mVVWlGqH.js +6 -0
  1480. vibe_surf/backend/frontend/assets/square-kanban-gbxgvYAs.js +6 -0
  1481. vibe_surf/backend/frontend/assets/square-library-LB-mLfoV.js +6 -0
  1482. vibe_surf/backend/frontend/assets/square-m-DR4vWmvF.js +6 -0
  1483. vibe_surf/backend/frontend/assets/square-menu-wrD_3b1X.js +6 -0
  1484. vibe_surf/backend/frontend/assets/square-minus-C8LvWB0i.js +6 -0
  1485. vibe_surf/backend/frontend/assets/square-mouse-pointer-BWIOG0ej.js +6 -0
  1486. vibe_surf/backend/frontend/assets/square-parking-Cwf1smWS.js +6 -0
  1487. vibe_surf/backend/frontend/assets/square-parking-off-B7fLGIII.js +6 -0
  1488. vibe_surf/backend/frontend/assets/square-pen-D-KRx-pf.js +6 -0
  1489. vibe_surf/backend/frontend/assets/square-percent-DEPHZN1U.js +6 -0
  1490. vibe_surf/backend/frontend/assets/square-pi-D3ZoGA8y.js +6 -0
  1491. vibe_surf/backend/frontend/assets/square-pilcrow-CU7h7mYC.js +6 -0
  1492. vibe_surf/backend/frontend/assets/square-play-BJID6hok.js +6 -0
  1493. vibe_surf/backend/frontend/assets/square-plus-B_MofyMZ.js +6 -0
  1494. vibe_surf/backend/frontend/assets/square-power-CnNfm3SK.js +6 -0
  1495. vibe_surf/backend/frontend/assets/square-radical-Bb91fkyO.js +6 -0
  1496. vibe_surf/backend/frontend/assets/square-round-corner-DSNwBkrZ.js +6 -0
  1497. vibe_surf/backend/frontend/assets/square-scissors-Q-Hew_gd.js +6 -0
  1498. vibe_surf/backend/frontend/assets/square-sigma-Dvqecf-2.js +6 -0
  1499. vibe_surf/backend/frontend/assets/square-slash-TFALqbOX.js +6 -0
  1500. vibe_surf/backend/frontend/assets/square-split-horizontal-CbPy5mPi.js +6 -0
  1501. vibe_surf/backend/frontend/assets/square-split-vertical-CwEHVK6t.js +6 -0
  1502. vibe_surf/backend/frontend/assets/square-square-BgBRe8Sy.js +6 -0
  1503. vibe_surf/backend/frontend/assets/square-stack-CQOObCB-.js +6 -0
  1504. vibe_surf/backend/frontend/assets/square-terminal-DTCYsALs.js +6 -0
  1505. vibe_surf/backend/frontend/assets/square-user-BtoHpGAf.js +6 -0
  1506. vibe_surf/backend/frontend/assets/square-user-round-DYhk3lBR.js +6 -0
  1507. vibe_surf/backend/frontend/assets/square-x-BxVfvmxy.js +6 -0
  1508. vibe_surf/backend/frontend/assets/squares-exclude-xFnGRjrW.js +6 -0
  1509. vibe_surf/backend/frontend/assets/squares-intersect-CJ3onkar.js +6 -0
  1510. vibe_surf/backend/frontend/assets/squares-subtract-DHkmEhbq.js +6 -0
  1511. vibe_surf/backend/frontend/assets/squares-unite-VTPchsN_.js +6 -0
  1512. vibe_surf/backend/frontend/assets/squircle-BeRgB4CX.js +6 -0
  1513. vibe_surf/backend/frontend/assets/squirrel-CXpCofHU.js +6 -0
  1514. vibe_surf/backend/frontend/assets/stamp-CBKYJLk-.js +6 -0
  1515. vibe_surf/backend/frontend/assets/star-g394tQMa.js +6 -0
  1516. vibe_surf/backend/frontend/assets/star-half-DMNuOefd.js +6 -0
  1517. vibe_surf/backend/frontend/assets/star-off-D_I13W97.js +6 -0
  1518. vibe_surf/backend/frontend/assets/step-back-Ba3vvS1b.js +6 -0
  1519. vibe_surf/backend/frontend/assets/step-forward-tf6_dmSk.js +6 -0
  1520. vibe_surf/backend/frontend/assets/stethoscope-kEGj4Hk2.js +6 -0
  1521. vibe_surf/backend/frontend/assets/sticker-BMrXBzQi.js +6 -0
  1522. vibe_surf/backend/frontend/assets/sticky-note-B6_-_Vk7.js +6 -0
  1523. vibe_surf/backend/frontend/assets/store-ClCC8VsS.js +6 -0
  1524. vibe_surf/backend/frontend/assets/stretch-horizontal-Dfdn4d_v.js +6 -0
  1525. vibe_surf/backend/frontend/assets/stretch-vertical-G91F9Wl8.js +6 -0
  1526. vibe_surf/backend/frontend/assets/strikethrough-DQ1eMtzE.js +6 -0
  1527. vibe_surf/backend/frontend/assets/subscript-B1v5cruw.js +6 -0
  1528. vibe_surf/backend/frontend/assets/sun-Drd6gJu4.js +6 -0
  1529. vibe_surf/backend/frontend/assets/sun-dim-CSbGIP11.js +6 -0
  1530. vibe_surf/backend/frontend/assets/sun-medium-Cownz0gJ.js +6 -0
  1531. vibe_surf/backend/frontend/assets/sun-moon-BgCDmhlw.js +6 -0
  1532. vibe_surf/backend/frontend/assets/sun-snow-B0xowfvd.js +6 -0
  1533. vibe_surf/backend/frontend/assets/sunrise-DkTO7zEY.js +6 -0
  1534. vibe_surf/backend/frontend/assets/sunset-DkKYK75e.js +6 -0
  1535. vibe_surf/backend/frontend/assets/superscript-CBfgJuGP.js +6 -0
  1536. vibe_surf/backend/frontend/assets/swatch-book-DrsAphD2.js +6 -0
  1537. vibe_surf/backend/frontend/assets/swiss-franc-DAYyAzPc.js +6 -0
  1538. vibe_surf/backend/frontend/assets/switch-camera-C7hTq-mz.js +6 -0
  1539. vibe_surf/backend/frontend/assets/sword-BDecpboX.js +6 -0
  1540. vibe_surf/backend/frontend/assets/swords-BjWa4kCQ.js +6 -0
  1541. vibe_surf/backend/frontend/assets/syringe-ClPPE8yd.js +6 -0
  1542. vibe_surf/backend/frontend/assets/table-2-DIGnaXY7.js +6 -0
  1543. vibe_surf/backend/frontend/assets/table-CHxmnA-B.js +6 -0
  1544. vibe_surf/backend/frontend/assets/table-cells-merge-D1zNRVrG.js +6 -0
  1545. vibe_surf/backend/frontend/assets/table-cells-split-CdEYW1Su.js +6 -0
  1546. vibe_surf/backend/frontend/assets/table-columns-split-JoiaUKz3.js +6 -0
  1547. vibe_surf/backend/frontend/assets/table-of-contents-BSpkdcFt.js +6 -0
  1548. vibe_surf/backend/frontend/assets/table-properties-CmoYqW5E.js +6 -0
  1549. vibe_surf/backend/frontend/assets/table-rows-split-B-06ZKqE.js +6 -0
  1550. vibe_surf/backend/frontend/assets/tablet-YvP4PBQR.js +6 -0
  1551. vibe_surf/backend/frontend/assets/tablet-smartphone-BG7aS4OL.js +6 -0
  1552. vibe_surf/backend/frontend/assets/tablets-BVvSHnaS.js +6 -0
  1553. vibe_surf/backend/frontend/assets/tag-Bs9C2NWs.js +6 -0
  1554. vibe_surf/backend/frontend/assets/tags-DEvGZIIh.js +6 -0
  1555. vibe_surf/backend/frontend/assets/tally-1-BjNjbWUj.js +6 -0
  1556. vibe_surf/backend/frontend/assets/tally-2-Bd0nQcFC.js +6 -0
  1557. vibe_surf/backend/frontend/assets/tally-3-DHrPKvJg.js +6 -0
  1558. vibe_surf/backend/frontend/assets/tally-4-DAUwA2aR.js +6 -0
  1559. vibe_surf/backend/frontend/assets/tally-5-CgAN8Y91.js +6 -0
  1560. vibe_surf/backend/frontend/assets/tangent-CRznV78Q.js +6 -0
  1561. vibe_surf/backend/frontend/assets/target-Bj2MJlO6.js +6 -0
  1562. vibe_surf/backend/frontend/assets/telescope-CyRzgTg4.js +6 -0
  1563. vibe_surf/backend/frontend/assets/temp-pat-1-BDqu2wpz.png +0 -0
  1564. vibe_surf/backend/frontend/assets/temp-pat-2-C_RVvOE_.png +0 -0
  1565. vibe_surf/backend/frontend/assets/temp-pat-3-Ci-rp5-q.png +0 -0
  1566. vibe_surf/backend/frontend/assets/temp-pat-m-1-D-qJT-j4.png +0 -0
  1567. vibe_surf/backend/frontend/assets/temp-pat-m-2-BFhrICvh.png +0 -0
  1568. vibe_surf/backend/frontend/assets/temp-pat-m-3-BJIIbDxb.png +0 -0
  1569. vibe_surf/backend/frontend/assets/tent-D1boPMJ_.js +6 -0
  1570. vibe_surf/backend/frontend/assets/tent-tree-DlMlV5UT.js +6 -0
  1571. vibe_surf/backend/frontend/assets/terminal-ByKLrVXr.js +6 -0
  1572. vibe_surf/backend/frontend/assets/test-tube-DjNpqEvy.js +6 -0
  1573. vibe_surf/backend/frontend/assets/test-tube-diagonal-kvKWvVpD.js +6 -0
  1574. vibe_surf/backend/frontend/assets/test-tubes-BUVuvPYq.js +6 -0
  1575. vibe_surf/backend/frontend/assets/text-BaPUPrRB.js +6 -0
  1576. vibe_surf/backend/frontend/assets/text-cursor-DjiJAhIO.js +6 -0
  1577. vibe_surf/backend/frontend/assets/text-cursor-input-DmFbkVcG.js +6 -0
  1578. vibe_surf/backend/frontend/assets/text-quote-DbZhBhba.js +6 -0
  1579. vibe_surf/backend/frontend/assets/text-search-D81mgubi.js +6 -0
  1580. vibe_surf/backend/frontend/assets/text-select-BCYAwryE.js +6 -0
  1581. vibe_surf/backend/frontend/assets/theater-BF8yCQZ3.js +6 -0
  1582. vibe_surf/backend/frontend/assets/thermometer-Dz0qc69z.js +6 -0
  1583. vibe_surf/backend/frontend/assets/thermometer-snowflake-BZ8Fol5x.js +6 -0
  1584. vibe_surf/backend/frontend/assets/thermometer-sun-DgmdNSSx.js +6 -0
  1585. vibe_surf/backend/frontend/assets/thumbs-down-6gCm1bFP.js +6 -0
  1586. vibe_surf/backend/frontend/assets/thumbs-up-BpkAnOkj.js +6 -0
  1587. vibe_surf/backend/frontend/assets/ticket-CZ6VZCic.js +6 -0
  1588. vibe_surf/backend/frontend/assets/ticket-check-CwERJSTS.js +6 -0
  1589. vibe_surf/backend/frontend/assets/ticket-minus-CJ8o42r1.js +6 -0
  1590. vibe_surf/backend/frontend/assets/ticket-percent-D9mgrzai.js +6 -0
  1591. vibe_surf/backend/frontend/assets/ticket-plus-Bf_MplVa.js +6 -0
  1592. vibe_surf/backend/frontend/assets/ticket-slash-CNukz3dP.js +6 -0
  1593. vibe_surf/backend/frontend/assets/ticket-x-DAGtm4Nf.js +6 -0
  1594. vibe_surf/backend/frontend/assets/tickets-Dlm-Pd3N.js +6 -0
  1595. vibe_surf/backend/frontend/assets/tickets-plane-C4lmqLQq.js +6 -0
  1596. vibe_surf/backend/frontend/assets/timer-0lTpmgXp.js +6 -0
  1597. vibe_surf/backend/frontend/assets/timer-off-BGqRyv1S.js +6 -0
  1598. vibe_surf/backend/frontend/assets/timer-reset-DdhKPXcy.js +6 -0
  1599. vibe_surf/backend/frontend/assets/toggle-left-De2ASTKW.js +6 -0
  1600. vibe_surf/backend/frontend/assets/toggle-right-NfpJqTaq.js +6 -0
  1601. vibe_surf/backend/frontend/assets/toilet-DcJuMKzv.js +6 -0
  1602. vibe_surf/backend/frontend/assets/tornado-BannseS-.js +6 -0
  1603. vibe_surf/backend/frontend/assets/torus-CxsKBH8D.js +6 -0
  1604. vibe_surf/backend/frontend/assets/touchpad-ENZl5mwQ.js +6 -0
  1605. vibe_surf/backend/frontend/assets/touchpad-off-Bs9XazIZ.js +6 -0
  1606. vibe_surf/backend/frontend/assets/tower-control-DOH63Gyd.js +6 -0
  1607. vibe_surf/backend/frontend/assets/toy-brick-CK9szegV.js +6 -0
  1608. vibe_surf/backend/frontend/assets/tractor-C4edkneR.js +6 -0
  1609. vibe_surf/backend/frontend/assets/traffic-cone-B7xJNOdC.js +6 -0
  1610. vibe_surf/backend/frontend/assets/train-front-DPkfW4fH.js +6 -0
  1611. vibe_surf/backend/frontend/assets/train-front-tunnel-Dc6i8ZmW.js +6 -0
  1612. vibe_surf/backend/frontend/assets/train-track-DFRUcPF4.js +6 -0
  1613. vibe_surf/backend/frontend/assets/tram-front-DnSEWr26.js +6 -0
  1614. vibe_surf/backend/frontend/assets/transgender-CwbUC-T0.js +6 -0
  1615. vibe_surf/backend/frontend/assets/trash-DSMPsj08.js +6 -0
  1616. vibe_surf/backend/frontend/assets/tree-deciduous-CMyD2rgs.js +6 -0
  1617. vibe_surf/backend/frontend/assets/tree-palm-ClbWCueR.js +6 -0
  1618. vibe_surf/backend/frontend/assets/tree-pine-CxCMH7RZ.js +6 -0
  1619. vibe_surf/backend/frontend/assets/trees-DeERVvec.js +6 -0
  1620. vibe_surf/backend/frontend/assets/trello-DwQeyG2C.js +6 -0
  1621. vibe_surf/backend/frontend/assets/trending-down-CuQxq0A3.js +6 -0
  1622. vibe_surf/backend/frontend/assets/trending-up-BDSGIJWY.js +6 -0
  1623. vibe_surf/backend/frontend/assets/trending-up-down-CSb_7X-_.js +6 -0
  1624. vibe_surf/backend/frontend/assets/triangle-Cc8gzj2X.js +6 -0
  1625. vibe_surf/backend/frontend/assets/triangle-alert-CzfSlrIp.js +6 -0
  1626. vibe_surf/backend/frontend/assets/triangle-dashed-CSlIdQSl.js +6 -0
  1627. vibe_surf/backend/frontend/assets/triangle-right-BIlbKFDC.js +6 -0
  1628. vibe_surf/backend/frontend/assets/trophy-CIFZUGnX.js +6 -0
  1629. vibe_surf/backend/frontend/assets/truck-Id_mHUOq.js +6 -0
  1630. vibe_surf/backend/frontend/assets/truck-electric-WgMKZnOH.js +6 -0
  1631. vibe_surf/backend/frontend/assets/turtle-0ek05Orw.js +6 -0
  1632. vibe_surf/backend/frontend/assets/tv-DLVWDmzW.js +6 -0
  1633. vibe_surf/backend/frontend/assets/tv-minimal-E0w-pb-R.js +6 -0
  1634. vibe_surf/backend/frontend/assets/tv-minimal-play-C8eivgTI.js +6 -0
  1635. vibe_surf/backend/frontend/assets/twitch-D6updjnG.js +6 -0
  1636. vibe_surf/backend/frontend/assets/twitter-Der_Ih7y.js +6 -0
  1637. vibe_surf/backend/frontend/assets/type-BZeEwGKH.js +6 -0
  1638. vibe_surf/backend/frontend/assets/type-outline-WvuVShMD.js +6 -0
  1639. vibe_surf/backend/frontend/assets/umbrella-BFiE5bFk.js +6 -0
  1640. vibe_surf/backend/frontend/assets/umbrella-off-CQKtt_HS.js +6 -0
  1641. vibe_surf/backend/frontend/assets/underline-eH-gfEgl.js +6 -0
  1642. vibe_surf/backend/frontend/assets/undo-2-CGpVoxxS.js +6 -0
  1643. vibe_surf/backend/frontend/assets/undo-BAkkNYmN.js +6 -0
  1644. vibe_surf/backend/frontend/assets/undo-dot-fxz9ZoUf.js +6 -0
  1645. vibe_surf/backend/frontend/assets/unfold-horizontal-Bz6GASed.js +6 -0
  1646. vibe_surf/backend/frontend/assets/unfold-vertical-DVuawiHD.js +6 -0
  1647. vibe_surf/backend/frontend/assets/ungroup-DZlCBfu8.js +6 -0
  1648. vibe_surf/backend/frontend/assets/university-DQQJPlHM.js +6 -0
  1649. vibe_surf/backend/frontend/assets/unlink-2-Bbf62oJC.js +6 -0
  1650. vibe_surf/backend/frontend/assets/unlink-rRnEYNBH.js +6 -0
  1651. vibe_surf/backend/frontend/assets/unplug-BE6bAKlE.js +6 -0
  1652. vibe_surf/backend/frontend/assets/upload-DgbNBlk6.js +6 -0
  1653. vibe_surf/backend/frontend/assets/usb-BsbOhQkP.js +6 -0
  1654. vibe_surf/backend/frontend/assets/use-post-add-user-s3pEdarP.js +1 -0
  1655. vibe_surf/backend/frontend/assets/user-C7_N9vjw.js +6 -0
  1656. vibe_surf/backend/frontend/assets/user-check-D85AcwGt.js +6 -0
  1657. vibe_surf/backend/frontend/assets/user-cog-BUSZoKWO.js +6 -0
  1658. vibe_surf/backend/frontend/assets/user-lock-DrG5znDk.js +6 -0
  1659. vibe_surf/backend/frontend/assets/user-minus-CjVZSxhC.js +6 -0
  1660. vibe_surf/backend/frontend/assets/user-pen-BllWYNRg.js +6 -0
  1661. vibe_surf/backend/frontend/assets/user-plus-Ct840ALN.js +6 -0
  1662. vibe_surf/backend/frontend/assets/user-round-D6DnOG0E.js +6 -0
  1663. vibe_surf/backend/frontend/assets/user-round-check-Ci15Wbid.js +6 -0
  1664. vibe_surf/backend/frontend/assets/user-round-cog-SrRmnnrG.js +6 -0
  1665. vibe_surf/backend/frontend/assets/user-round-minus-CZKo0fkN.js +6 -0
  1666. vibe_surf/backend/frontend/assets/user-round-pen-DQ88K1gY.js +6 -0
  1667. vibe_surf/backend/frontend/assets/user-round-plus-BtBHwnQH.js +6 -0
  1668. vibe_surf/backend/frontend/assets/user-round-search-mZx8k3ks.js +6 -0
  1669. vibe_surf/backend/frontend/assets/user-round-x-4MvMTCpy.js +6 -0
  1670. vibe_surf/backend/frontend/assets/user-search-CkEhATdm.js +6 -0
  1671. vibe_surf/backend/frontend/assets/user-x-DufZCLiX.js +6 -0
  1672. vibe_surf/backend/frontend/assets/users-DgOAHdb7.js +6 -0
  1673. vibe_surf/backend/frontend/assets/users-round-Bj4Zqvjj.js +6 -0
  1674. vibe_surf/backend/frontend/assets/utensils-CcfYVeqi.js +6 -0
  1675. vibe_surf/backend/frontend/assets/utensils-crossed-Daq7-gMB.js +6 -0
  1676. vibe_surf/backend/frontend/assets/utility-pole-BRYxk_9o.js +6 -0
  1677. vibe_surf/backend/frontend/assets/vanilla-picker-B6E6ObS_.js +8 -0
  1678. vibe_surf/backend/frontend/assets/variable-CQb_DxMu.js +6 -0
  1679. vibe_surf/backend/frontend/assets/vault-D7etPPcB.js +6 -0
  1680. vibe_surf/backend/frontend/assets/vegan-DhjhKnZM.js +6 -0
  1681. vibe_surf/backend/frontend/assets/venetian-mask-DGDNvUAT.js +6 -0
  1682. vibe_surf/backend/frontend/assets/venus-and-mars-BEW94wvT.js +6 -0
  1683. vibe_surf/backend/frontend/assets/venus-u9B-gdcz.js +6 -0
  1684. vibe_surf/backend/frontend/assets/vibrate-off-GMm1P59r.js +6 -0
  1685. vibe_surf/backend/frontend/assets/vibrate-ztsKQUo9.js +6 -0
  1686. vibe_surf/backend/frontend/assets/video-BRU-KCdj.js +6 -0
  1687. vibe_surf/backend/frontend/assets/video-off-UBhDkXSa.js +6 -0
  1688. vibe_surf/backend/frontend/assets/videotape-BnpqC2PU.js +6 -0
  1689. vibe_surf/backend/frontend/assets/view-SPlXqa2E.js +6 -0
  1690. vibe_surf/backend/frontend/assets/voicemail-CslFUibB.js +6 -0
  1691. vibe_surf/backend/frontend/assets/volleyball-YmSfEYj0.js +6 -0
  1692. vibe_surf/backend/frontend/assets/volume-1-DzSvYJXy.js +6 -0
  1693. vibe_surf/backend/frontend/assets/volume-2-CKYHuo73.js +6 -0
  1694. vibe_surf/backend/frontend/assets/volume-D2WpTg4b.js +6 -0
  1695. vibe_surf/backend/frontend/assets/volume-off-CXmQvaUO.js +6 -0
  1696. vibe_surf/backend/frontend/assets/volume-x-Dl4xNI1D.js +6 -0
  1697. vibe_surf/backend/frontend/assets/vote-DVUnQCxF.js +6 -0
  1698. vibe_surf/backend/frontend/assets/wallet-D9F1dFbt.js +6 -0
  1699. vibe_surf/backend/frontend/assets/wallet-cards-DkIuM2Gu.js +6 -0
  1700. vibe_surf/backend/frontend/assets/wallet-minimal-CUUsXAfP.js +6 -0
  1701. vibe_surf/backend/frontend/assets/wallpaper-BHliG6AQ.js +6 -0
  1702. vibe_surf/backend/frontend/assets/wand-sparkles-BA8i-2_I.js +6 -0
  1703. vibe_surf/backend/frontend/assets/wand-u2EI2dL2.js +6 -0
  1704. vibe_surf/backend/frontend/assets/warehouse-CxDEgPyp.js +6 -0
  1705. vibe_surf/backend/frontend/assets/washing-machine-CYoqAbT7.js +6 -0
  1706. vibe_surf/backend/frontend/assets/watch-eNq5oUsh.js +6 -0
  1707. vibe_surf/backend/frontend/assets/waves-Bs6o5G71.js +6 -0
  1708. vibe_surf/backend/frontend/assets/waves-ladder-0t2iIHt8.js +6 -0
  1709. vibe_surf/backend/frontend/assets/waypoints-DyScJk3j.js +6 -0
  1710. vibe_surf/backend/frontend/assets/webcam-BFZUWYUw.js +6 -0
  1711. vibe_surf/backend/frontend/assets/webhook-CMDaI4yk.js +6 -0
  1712. vibe_surf/backend/frontend/assets/webhook-off-DQzE1oMX.js +6 -0
  1713. vibe_surf/backend/frontend/assets/weight-g0EeSmAx.js +6 -0
  1714. vibe_surf/backend/frontend/assets/wheat-hvVtAPlc.js +6 -0
  1715. vibe_surf/backend/frontend/assets/wheat-off-6d_oRYIW.js +6 -0
  1716. vibe_surf/backend/frontend/assets/whole-word-CMHbYgQ-.js +6 -0
  1717. vibe_surf/backend/frontend/assets/wifi-CRHAo2Lb.js +6 -0
  1718. vibe_surf/backend/frontend/assets/wifi-high-BTElqamm.js +6 -0
  1719. vibe_surf/backend/frontend/assets/wifi-low-BFBJvE2C.js +6 -0
  1720. vibe_surf/backend/frontend/assets/wifi-off-DL1S7f79.js +6 -0
  1721. vibe_surf/backend/frontend/assets/wifi-pen-FkLT18-y.js +6 -0
  1722. vibe_surf/backend/frontend/assets/wifi-zero-koQAfMYN.js +6 -0
  1723. vibe_surf/backend/frontend/assets/wind-CgQDM8yC.js +6 -0
  1724. vibe_surf/backend/frontend/assets/wind-arrow-down-ByQJVZNf.js +6 -0
  1725. vibe_surf/backend/frontend/assets/wine-kngKIYWK.js +6 -0
  1726. vibe_surf/backend/frontend/assets/wine-off-DaVVtkyG.js +6 -0
  1727. vibe_surf/backend/frontend/assets/workflow-BBHA5vqf.js +6 -0
  1728. vibe_surf/backend/frontend/assets/worm-D8rJAL-s.js +6 -0
  1729. vibe_surf/backend/frontend/assets/wrap-text-s4fkGxHY.js +6 -0
  1730. vibe_surf/backend/frontend/assets/wrench-CYzg6B-q.js +6 -0
  1731. vibe_surf/backend/frontend/assets/youtube-BIzMVpJA.js +6 -0
  1732. vibe_surf/backend/frontend/assets/zap-nyAdqt4o.js +6 -0
  1733. vibe_surf/backend/frontend/assets/zap-off-Aii1CEgj.js +6 -0
  1734. vibe_surf/backend/frontend/assets/zoom-in-BNWeSenu.js +6 -0
  1735. vibe_surf/backend/frontend/assets/zoom-out-Bd2vIq2c.js +6 -0
  1736. vibe_surf/backend/frontend/favicon.ico +0 -0
  1737. vibe_surf/backend/frontend/index.html +24 -0
  1738. vibe_surf/backend/frontend/manifest.json +31 -0
  1739. vibe_surf/backend/llm_config.py +43 -0
  1740. vibe_surf/backend/main.py +707 -132
  1741. vibe_surf/backend/shared_state.py +482 -26
  1742. vibe_surf/backend/utils/encryption.py +40 -4
  1743. vibe_surf/backend/utils/llm_factory.py +24 -0
  1744. vibe_surf/backend/utils/utils.py +42 -0
  1745. vibe_surf/browser/agen_browser_profile.py +5 -0
  1746. vibe_surf/browser/agent_browser_session.py +219 -113
  1747. vibe_surf/browser/browser_manager.py +5 -4
  1748. vibe_surf/browser/find_page_element.py +1100 -0
  1749. vibe_surf/browser/page_operations.py +222 -0
  1750. vibe_surf/browser/watchdogs/action_watchdog.py +1 -83
  1751. vibe_surf/browser/watchdogs/dom_watchdog.py +17 -5
  1752. vibe_surf/chrome_extension/background.js +15 -5
  1753. vibe_surf/chrome_extension/config.js +10 -1
  1754. vibe_surf/chrome_extension/manifest.json +23 -8
  1755. vibe_surf/chrome_extension/scripts/api-client.js +166 -11
  1756. vibe_surf/chrome_extension/scripts/settings-general.js +513 -0
  1757. vibe_surf/chrome_extension/scripts/settings-integrations.js +998 -0
  1758. vibe_surf/chrome_extension/scripts/settings-manager.js +72 -1730
  1759. vibe_surf/chrome_extension/scripts/settings-profiles.js +1330 -0
  1760. vibe_surf/chrome_extension/scripts/settings-workflow.js +2911 -0
  1761. vibe_surf/chrome_extension/scripts/ui-manager.js +777 -506
  1762. vibe_surf/chrome_extension/scripts/version.js +3 -0
  1763. vibe_surf/chrome_extension/sidepanel.html +698 -17
  1764. vibe_surf/chrome_extension/styles/components.css +146 -0
  1765. vibe_surf/chrome_extension/styles/layout.css +2 -0
  1766. vibe_surf/chrome_extension/styles/settings-integrations.css +945 -0
  1767. vibe_surf/chrome_extension/styles/settings-modal.css +7 -3
  1768. vibe_surf/chrome_extension/styles/settings-responsive.css +37 -5
  1769. vibe_surf/chrome_extension/styles/settings-workflow.css +2347 -0
  1770. vibe_surf/cli.py +153 -10
  1771. vibe_surf/langflow/__init__.py +0 -0
  1772. vibe_surf/langflow/__main__.py +954 -0
  1773. vibe_surf/langflow/alembic/README +1 -0
  1774. vibe_surf/langflow/alembic/env.py +124 -0
  1775. vibe_surf/langflow/alembic/script.py.mako +31 -0
  1776. vibe_surf/langflow/alembic/versions/006b3990db50_add_unique_constraints.py +66 -0
  1777. vibe_surf/langflow/alembic/versions/012fb73ac359_add_folder_table.py +82 -0
  1778. vibe_surf/langflow/alembic/versions/0882f9657f22_encrypt_existing_mcp_auth_settings_.py +122 -0
  1779. vibe_surf/langflow/alembic/versions/0ae3a2674f32_update_the_columns_that_need_to_change_.py +71 -0
  1780. vibe_surf/langflow/alembic/versions/0b8757876a7c_.py +32 -0
  1781. vibe_surf/langflow/alembic/versions/0d60fcbd4e8e_create_vertex_builds_table.py +51 -0
  1782. vibe_surf/langflow/alembic/versions/1a110b568907_replace_credential_table_with_variable.py +66 -0
  1783. vibe_surf/langflow/alembic/versions/1b8b740a6fa3_remove_fk_constraint_in_message_.py +337 -0
  1784. vibe_surf/langflow/alembic/versions/1c79524817ed_add_unique_constraints_per_user_in_.py +43 -0
  1785. vibe_surf/langflow/alembic/versions/1cb603706752_modify_uniqueness_constraint_on_file_.py +279 -0
  1786. vibe_surf/langflow/alembic/versions/1d90f8a0efe1_update_description_columns_type.py +71 -0
  1787. vibe_surf/langflow/alembic/versions/1eab2c3eb45e_event_error.py +53 -0
  1788. vibe_surf/langflow/alembic/versions/1ef9c4f3765d_.py +54 -0
  1789. vibe_surf/langflow/alembic/versions/1f4d6df60295_add_default_fields_column.py +43 -0
  1790. vibe_surf/langflow/alembic/versions/260dbcc8b680_adds_tables.py +151 -0
  1791. vibe_surf/langflow/alembic/versions/29fe8f1f806b_add_missing_index.py +44 -0
  1792. vibe_surf/langflow/alembic/versions/2ac71eb9c3ae_adds_credential_table.py +55 -0
  1793. vibe_surf/langflow/alembic/versions/3162e83e485f_add_auth_settings_to_folder_and_merge.py +58 -0
  1794. vibe_surf/langflow/alembic/versions/3bb0ddf32dfb_add_unique_constraints_per_user_in_flow_.py +55 -0
  1795. vibe_surf/langflow/alembic/versions/4e5980a44eaa_fix_date_times_again.py +124 -0
  1796. vibe_surf/langflow/alembic/versions/58b28437a398_modify_nullable.py +66 -0
  1797. vibe_surf/langflow/alembic/versions/5ace73a7f223_new_remove_table_upgrade_op.py +39 -0
  1798. vibe_surf/langflow/alembic/versions/631faacf5da2_add_webhook_columns.py +45 -0
  1799. vibe_surf/langflow/alembic/versions/63b9c451fd30_add_icon_and_icon_bg_color_to_flow.py +50 -0
  1800. vibe_surf/langflow/alembic/versions/66f72f04a1de_add_mcp_support_with_project_settings_.py +54 -0
  1801. vibe_surf/langflow/alembic/versions/67cc006d50bf_add_profile_image_column.py +57 -0
  1802. vibe_surf/langflow/alembic/versions/6e7b581b5648_fix_nullable.py +59 -0
  1803. vibe_surf/langflow/alembic/versions/7843803a87b5_store_updates.py +55 -0
  1804. vibe_surf/langflow/alembic/versions/79e675cb6752_change_datetime_type.py +124 -0
  1805. vibe_surf/langflow/alembic/versions/7d2162acc8b2_adds_updated_at_and_folder_cols.py +74 -0
  1806. vibe_surf/langflow/alembic/versions/90be8e2ed91e_create_transactions_table.py +51 -0
  1807. vibe_surf/langflow/alembic/versions/93e2705fa8d6_add_column_save_path_to_flow.py +43 -0
  1808. vibe_surf/langflow/alembic/versions/a72f5cf9c2f9_add_endpoint_name_col.py +52 -0
  1809. vibe_surf/langflow/alembic/versions/b2fa308044b5_add_unique_constraints.py +101 -0
  1810. vibe_surf/langflow/alembic/versions/bc2f01c40e4a_new_fixes.py +73 -0
  1811. vibe_surf/langflow/alembic/versions/c153816fd85f_set_name_and_value_to_not_nullable.py +52 -0
  1812. vibe_surf/langflow/alembic/versions/d066bfd22890_add_message_table.py +52 -0
  1813. vibe_surf/langflow/alembic/versions/d2d475a1f7c0_add_tags_column_to_flow.py +41 -0
  1814. vibe_surf/langflow/alembic/versions/d37bc4322900_drop_single_constraint_on_files_name_.py +169 -0
  1815. vibe_surf/langflow/alembic/versions/d3dbf656a499_add_gradient_column_in_flow.py +41 -0
  1816. vibe_surf/langflow/alembic/versions/d9a6ea21edcd_rename_default_folder.py +75 -0
  1817. vibe_surf/langflow/alembic/versions/dd9e0804ebd1_add_v2_file_table.py +49 -0
  1818. vibe_surf/langflow/alembic/versions/e3162c1804e6_add_persistent_locked_state.py +43 -0
  1819. vibe_surf/langflow/alembic/versions/e3bc869fa272_fix_nullable.py +68 -0
  1820. vibe_surf/langflow/alembic/versions/e56d87f8994a_add_optins_column_to_user.py +38 -0
  1821. vibe_surf/langflow/alembic/versions/e5a65ecff2cd_nullable_in_vertex_build.py +49 -0
  1822. vibe_surf/langflow/alembic/versions/eb5866d51fd2_change_columns_to_be_nullable.py +31 -0
  1823. vibe_surf/langflow/alembic/versions/eb5e72293a8e_add_error_and_edit_flags_to_message.py +49 -0
  1824. vibe_surf/langflow/alembic/versions/f3b2d1f1002d_add_column_access_type_to_flow.py +37 -0
  1825. vibe_surf/langflow/alembic/versions/f5ee9749d1a6_user_id_can_be_null_in_flow.py +42 -0
  1826. vibe_surf/langflow/alembic/versions/fd531f8868b1_fix_credential_table.py +60 -0
  1827. vibe_surf/langflow/alembic.ini +113 -0
  1828. vibe_surf/langflow/api/__init__.py +5 -0
  1829. vibe_surf/langflow/api/build.py +557 -0
  1830. vibe_surf/langflow/api/disconnect.py +31 -0
  1831. vibe_surf/langflow/api/health_check_router.py +65 -0
  1832. vibe_surf/langflow/api/limited_background_tasks.py +29 -0
  1833. vibe_surf/langflow/api/log_router.py +103 -0
  1834. vibe_surf/langflow/api/router.py +63 -0
  1835. vibe_surf/langflow/api/schemas.py +14 -0
  1836. vibe_surf/langflow/api/utils.py +381 -0
  1837. vibe_surf/langflow/api/v1/__init__.py +41 -0
  1838. vibe_surf/langflow/api/v1/api_key.py +88 -0
  1839. vibe_surf/langflow/api/v1/auth_helpers.py +75 -0
  1840. vibe_surf/langflow/api/v1/base.py +50 -0
  1841. vibe_surf/langflow/api/v1/callback.py +136 -0
  1842. vibe_surf/langflow/api/v1/chat.py +675 -0
  1843. vibe_surf/langflow/api/v1/endpoints.py +800 -0
  1844. vibe_surf/langflow/api/v1/files.py +193 -0
  1845. vibe_surf/langflow/api/v1/flows.py +579 -0
  1846. vibe_surf/langflow/api/v1/folders.py +95 -0
  1847. vibe_surf/langflow/api/v1/knowledge_bases.py +452 -0
  1848. vibe_surf/langflow/api/v1/login.py +166 -0
  1849. vibe_surf/langflow/api/v1/mcp.py +137 -0
  1850. vibe_surf/langflow/api/v1/mcp_projects.py +1230 -0
  1851. vibe_surf/langflow/api/v1/mcp_utils.py +348 -0
  1852. vibe_surf/langflow/api/v1/monitor.py +203 -0
  1853. vibe_surf/langflow/api/v1/openai_responses.py +561 -0
  1854. vibe_surf/langflow/api/v1/projects.py +447 -0
  1855. vibe_surf/langflow/api/v1/schemas.py +488 -0
  1856. vibe_surf/langflow/api/v1/starter_projects.py +17 -0
  1857. vibe_surf/langflow/api/v1/store.py +182 -0
  1858. vibe_surf/langflow/api/v1/users.py +146 -0
  1859. vibe_surf/langflow/api/v1/validate.py +48 -0
  1860. vibe_surf/langflow/api/v1/variable.py +106 -0
  1861. vibe_surf/langflow/api/v1/voice_mode.py +1375 -0
  1862. vibe_surf/langflow/api/v2/__init__.py +7 -0
  1863. vibe_surf/langflow/api/v2/files.py +532 -0
  1864. vibe_surf/langflow/api/v2/mcp.py +330 -0
  1865. vibe_surf/langflow/base/__init__.py +0 -0
  1866. vibe_surf/langflow/base/agents/__init__.py +0 -0
  1867. vibe_surf/langflow/base/agents/agent.py +267 -0
  1868. vibe_surf/langflow/base/agents/callback.py +130 -0
  1869. vibe_surf/langflow/base/agents/context.py +109 -0
  1870. vibe_surf/langflow/base/agents/crewai/__init__.py +0 -0
  1871. vibe_surf/langflow/base/agents/crewai/crew.py +231 -0
  1872. vibe_surf/langflow/base/agents/crewai/tasks.py +12 -0
  1873. vibe_surf/langflow/base/agents/default_prompts.py +23 -0
  1874. vibe_surf/langflow/base/agents/errors.py +15 -0
  1875. vibe_surf/langflow/base/agents/events.py +346 -0
  1876. vibe_surf/langflow/base/agents/utils.py +205 -0
  1877. vibe_surf/langflow/base/astra_assistants/__init__.py +0 -0
  1878. vibe_surf/langflow/base/astra_assistants/util.py +171 -0
  1879. vibe_surf/langflow/base/chains/__init__.py +0 -0
  1880. vibe_surf/langflow/base/chains/model.py +19 -0
  1881. vibe_surf/langflow/base/composio/__init__.py +0 -0
  1882. vibe_surf/langflow/base/composio/composio_base.py +1301 -0
  1883. vibe_surf/langflow/base/compressors/__init__.py +0 -0
  1884. vibe_surf/langflow/base/compressors/model.py +60 -0
  1885. vibe_surf/langflow/base/constants.py +46 -0
  1886. vibe_surf/langflow/base/curl/__init__.py +0 -0
  1887. vibe_surf/langflow/base/curl/parse.py +188 -0
  1888. vibe_surf/langflow/base/data/__init__.py +5 -0
  1889. vibe_surf/langflow/base/data/base_file.py +698 -0
  1890. vibe_surf/langflow/base/data/docling_utils.py +280 -0
  1891. vibe_surf/langflow/base/data/utils.py +198 -0
  1892. vibe_surf/langflow/base/document_transformers/__init__.py +0 -0
  1893. vibe_surf/langflow/base/document_transformers/model.py +43 -0
  1894. vibe_surf/langflow/base/embeddings/__init__.py +0 -0
  1895. vibe_surf/langflow/base/embeddings/aiml_embeddings.py +62 -0
  1896. vibe_surf/langflow/base/embeddings/model.py +26 -0
  1897. vibe_surf/langflow/base/flow_processing/__init__.py +0 -0
  1898. vibe_surf/langflow/base/flow_processing/utils.py +86 -0
  1899. vibe_surf/langflow/base/huggingface/__init__.py +0 -0
  1900. vibe_surf/langflow/base/huggingface/model_bridge.py +133 -0
  1901. vibe_surf/langflow/base/io/__init__.py +0 -0
  1902. vibe_surf/langflow/base/io/chat.py +20 -0
  1903. vibe_surf/langflow/base/io/text.py +22 -0
  1904. vibe_surf/langflow/base/knowledge_bases/__init__.py +0 -0
  1905. vibe_surf/langflow/base/knowledge_bases/knowledge_base_utils.py +137 -0
  1906. vibe_surf/langflow/base/langchain_utilities/__init__.py +0 -0
  1907. vibe_surf/langflow/base/langchain_utilities/model.py +35 -0
  1908. vibe_surf/langflow/base/langchain_utilities/spider_constants.py +1 -0
  1909. vibe_surf/langflow/base/langwatch/__init__.py +0 -0
  1910. vibe_surf/langflow/base/langwatch/utils.py +18 -0
  1911. vibe_surf/langflow/base/mcp/__init__.py +0 -0
  1912. vibe_surf/langflow/base/mcp/constants.py +2 -0
  1913. vibe_surf/langflow/base/mcp/util.py +1544 -0
  1914. vibe_surf/langflow/base/memory/__init__.py +0 -0
  1915. vibe_surf/langflow/base/memory/memory.py +49 -0
  1916. vibe_surf/langflow/base/memory/model.py +38 -0
  1917. vibe_surf/langflow/base/models/__init__.py +3 -0
  1918. vibe_surf/langflow/base/models/aiml_constants.py +51 -0
  1919. vibe_surf/langflow/base/models/anthropic_constants.py +49 -0
  1920. vibe_surf/langflow/base/models/aws_constants.py +151 -0
  1921. vibe_surf/langflow/base/models/chat_result.py +76 -0
  1922. vibe_surf/langflow/base/models/google_generative_ai_constants.py +70 -0
  1923. vibe_surf/langflow/base/models/groq_constants.py +134 -0
  1924. vibe_surf/langflow/base/models/model.py +375 -0
  1925. vibe_surf/langflow/base/models/model_input_constants.py +299 -0
  1926. vibe_surf/langflow/base/models/model_metadata.py +41 -0
  1927. vibe_surf/langflow/base/models/model_utils.py +8 -0
  1928. vibe_surf/langflow/base/models/novita_constants.py +35 -0
  1929. vibe_surf/langflow/base/models/ollama_constants.py +49 -0
  1930. vibe_surf/langflow/base/models/openai_constants.py +121 -0
  1931. vibe_surf/langflow/base/models/sambanova_constants.py +18 -0
  1932. vibe_surf/langflow/base/processing/__init__.py +0 -0
  1933. vibe_surf/langflow/base/prompts/__init__.py +0 -0
  1934. vibe_surf/langflow/base/prompts/api_utils.py +224 -0
  1935. vibe_surf/langflow/base/prompts/utils.py +61 -0
  1936. vibe_surf/langflow/base/textsplitters/__init__.py +0 -0
  1937. vibe_surf/langflow/base/textsplitters/model.py +28 -0
  1938. vibe_surf/langflow/base/tools/__init__.py +0 -0
  1939. vibe_surf/langflow/base/tools/base.py +26 -0
  1940. vibe_surf/langflow/base/tools/component_tool.py +324 -0
  1941. vibe_surf/langflow/base/tools/constants.py +49 -0
  1942. vibe_surf/langflow/base/tools/flow_tool.py +131 -0
  1943. vibe_surf/langflow/base/tools/run_flow.py +227 -0
  1944. vibe_surf/langflow/base/vectorstores/__init__.py +0 -0
  1945. vibe_surf/langflow/base/vectorstores/model.py +193 -0
  1946. vibe_surf/langflow/base/vectorstores/utils.py +22 -0
  1947. vibe_surf/langflow/base/vectorstores/vector_store_connection_decorator.py +52 -0
  1948. vibe_surf/langflow/cli/__init__.py +0 -0
  1949. vibe_surf/langflow/cli/progress.py +233 -0
  1950. vibe_surf/langflow/components/FAISS/__init__.py +34 -0
  1951. vibe_surf/langflow/components/FAISS/faiss.py +111 -0
  1952. vibe_surf/langflow/components/Notion/__init__.py +19 -0
  1953. vibe_surf/langflow/components/Notion/add_content_to_page.py +269 -0
  1954. vibe_surf/langflow/components/Notion/create_page.py +94 -0
  1955. vibe_surf/langflow/components/Notion/list_database_properties.py +68 -0
  1956. vibe_surf/langflow/components/Notion/list_pages.py +122 -0
  1957. vibe_surf/langflow/components/Notion/list_users.py +77 -0
  1958. vibe_surf/langflow/components/Notion/page_content_viewer.py +93 -0
  1959. vibe_surf/langflow/components/Notion/search.py +111 -0
  1960. vibe_surf/langflow/components/Notion/update_page_property.py +114 -0
  1961. vibe_surf/langflow/components/__init__.py +270 -0
  1962. vibe_surf/langflow/components/_importing.py +37 -0
  1963. vibe_surf/langflow/components/agentql/__init__.py +3 -0
  1964. vibe_surf/langflow/components/agentql/agentql_api.py +151 -0
  1965. vibe_surf/langflow/components/agents/__init__.py +4 -0
  1966. vibe_surf/langflow/components/agents/agent.py +608 -0
  1967. vibe_surf/langflow/components/agents/mcp_component.py +511 -0
  1968. vibe_surf/langflow/components/aiml/__init__.py +37 -0
  1969. vibe_surf/langflow/components/aiml/aiml.py +115 -0
  1970. vibe_surf/langflow/components/aiml/aiml_embeddings.py +37 -0
  1971. vibe_surf/langflow/components/amazon/__init__.py +36 -0
  1972. vibe_surf/langflow/components/amazon/amazon_bedrock_embedding.py +109 -0
  1973. vibe_surf/langflow/components/amazon/amazon_bedrock_model.py +124 -0
  1974. vibe_surf/langflow/components/amazon/s3_bucket_uploader.py +211 -0
  1975. vibe_surf/langflow/components/anthropic/__init__.py +34 -0
  1976. vibe_surf/langflow/components/anthropic/anthropic.py +187 -0
  1977. vibe_surf/langflow/components/apify/__init__.py +5 -0
  1978. vibe_surf/langflow/components/apify/apify_actor.py +325 -0
  1979. vibe_surf/langflow/components/arxiv/__init__.py +3 -0
  1980. vibe_surf/langflow/components/arxiv/arxiv.py +163 -0
  1981. vibe_surf/langflow/components/assemblyai/__init__.py +46 -0
  1982. vibe_surf/langflow/components/assemblyai/assemblyai_get_subtitles.py +83 -0
  1983. vibe_surf/langflow/components/assemblyai/assemblyai_lemur.py +183 -0
  1984. vibe_surf/langflow/components/assemblyai/assemblyai_list_transcripts.py +95 -0
  1985. vibe_surf/langflow/components/assemblyai/assemblyai_poll_transcript.py +72 -0
  1986. vibe_surf/langflow/components/assemblyai/assemblyai_start_transcript.py +188 -0
  1987. vibe_surf/langflow/components/azure/__init__.py +37 -0
  1988. vibe_surf/langflow/components/azure/azure_openai.py +95 -0
  1989. vibe_surf/langflow/components/azure/azure_openai_embeddings.py +83 -0
  1990. vibe_surf/langflow/components/baidu/__init__.py +32 -0
  1991. vibe_surf/langflow/components/baidu/baidu_qianfan_chat.py +113 -0
  1992. vibe_surf/langflow/components/bing/__init__.py +3 -0
  1993. vibe_surf/langflow/components/bing/bing_search_api.py +61 -0
  1994. vibe_surf/langflow/components/cassandra/__init__.py +40 -0
  1995. vibe_surf/langflow/components/cassandra/cassandra.py +264 -0
  1996. vibe_surf/langflow/components/cassandra/cassandra_chat.py +92 -0
  1997. vibe_surf/langflow/components/cassandra/cassandra_graph.py +238 -0
  1998. vibe_surf/langflow/components/chains/__init__.py +0 -0
  1999. vibe_surf/langflow/components/chroma/__init__.py +34 -0
  2000. vibe_surf/langflow/components/chroma/chroma.py +169 -0
  2001. vibe_surf/langflow/components/cleanlab/__init__.py +40 -0
  2002. vibe_surf/langflow/components/cleanlab/cleanlab_evaluator.py +157 -0
  2003. vibe_surf/langflow/components/cleanlab/cleanlab_rag_evaluator.py +254 -0
  2004. vibe_surf/langflow/components/cleanlab/cleanlab_remediator.py +131 -0
  2005. vibe_surf/langflow/components/clickhouse/__init__.py +34 -0
  2006. vibe_surf/langflow/components/clickhouse/clickhouse.py +135 -0
  2007. vibe_surf/langflow/components/cloudflare/__init__.py +32 -0
  2008. vibe_surf/langflow/components/cloudflare/cloudflare.py +81 -0
  2009. vibe_surf/langflow/components/cohere/__init__.py +40 -0
  2010. vibe_surf/langflow/components/cohere/cohere_embeddings.py +81 -0
  2011. vibe_surf/langflow/components/cohere/cohere_models.py +46 -0
  2012. vibe_surf/langflow/components/cohere/cohere_rerank.py +51 -0
  2013. vibe_surf/langflow/components/composio/__init__.py +73 -0
  2014. vibe_surf/langflow/components/composio/composio_api.py +279 -0
  2015. vibe_surf/langflow/components/composio/dropbox_compnent.py +11 -0
  2016. vibe_surf/langflow/components/composio/github_composio.py +11 -0
  2017. vibe_surf/langflow/components/composio/gmail_composio.py +38 -0
  2018. vibe_surf/langflow/components/composio/googlecalendar_composio.py +11 -0
  2019. vibe_surf/langflow/components/composio/googlemeet_composio.py +11 -0
  2020. vibe_surf/langflow/components/composio/googletasks_composio.py +8 -0
  2021. vibe_surf/langflow/components/composio/linear_composio.py +11 -0
  2022. vibe_surf/langflow/components/composio/outlook_composio.py +11 -0
  2023. vibe_surf/langflow/components/composio/reddit_composio.py +11 -0
  2024. vibe_surf/langflow/components/composio/slack_composio.py +11 -0
  2025. vibe_surf/langflow/components/composio/slackbot_composio.py +11 -0
  2026. vibe_surf/langflow/components/composio/supabase_composio.py +11 -0
  2027. vibe_surf/langflow/components/composio/todoist_composio.py +11 -0
  2028. vibe_surf/langflow/components/composio/youtube_composio.py +11 -0
  2029. vibe_surf/langflow/components/confluence/__init__.py +3 -0
  2030. vibe_surf/langflow/components/confluence/confluence.py +84 -0
  2031. vibe_surf/langflow/components/couchbase/__init__.py +34 -0
  2032. vibe_surf/langflow/components/couchbase/couchbase.py +102 -0
  2033. vibe_surf/langflow/components/crewai/__init__.py +49 -0
  2034. vibe_surf/langflow/components/crewai/crewai.py +108 -0
  2035. vibe_surf/langflow/components/crewai/hierarchical_crew.py +47 -0
  2036. vibe_surf/langflow/components/crewai/hierarchical_task.py +45 -0
  2037. vibe_surf/langflow/components/crewai/sequential_crew.py +53 -0
  2038. vibe_surf/langflow/components/crewai/sequential_task.py +74 -0
  2039. vibe_surf/langflow/components/crewai/sequential_task_agent.py +144 -0
  2040. vibe_surf/langflow/components/custom_component/__init__.py +34 -0
  2041. vibe_surf/langflow/components/custom_component/custom_component.py +31 -0
  2042. vibe_surf/langflow/components/data/__init__.py +25 -0
  2043. vibe_surf/langflow/components/data/api_request.py +555 -0
  2044. vibe_surf/langflow/components/data/csv_to_data.py +96 -0
  2045. vibe_surf/langflow/components/data/directory.py +113 -0
  2046. vibe_surf/langflow/components/data/file.py +632 -0
  2047. vibe_surf/langflow/components/data/json_to_data.py +99 -0
  2048. vibe_surf/langflow/components/data/news_search.py +164 -0
  2049. vibe_surf/langflow/components/data/rss.py +69 -0
  2050. vibe_surf/langflow/components/data/sql_executor.py +99 -0
  2051. vibe_surf/langflow/components/data/url.py +299 -0
  2052. vibe_surf/langflow/components/data/web_search.py +112 -0
  2053. vibe_surf/langflow/components/data/webhook.py +56 -0
  2054. vibe_surf/langflow/components/datastax/__init__.py +70 -0
  2055. vibe_surf/langflow/components/datastax/astra_assistant_manager.py +306 -0
  2056. vibe_surf/langflow/components/datastax/astra_db.py +68 -0
  2057. vibe_surf/langflow/components/datastax/astra_vectorize.py +122 -0
  2058. vibe_surf/langflow/components/datastax/astradb_cql.py +314 -0
  2059. vibe_surf/langflow/components/datastax/astradb_graph.py +326 -0
  2060. vibe_surf/langflow/components/datastax/astradb_tool.py +418 -0
  2061. vibe_surf/langflow/components/datastax/astradb_vectorstore.py +1292 -0
  2062. vibe_surf/langflow/components/datastax/create_assistant.py +58 -0
  2063. vibe_surf/langflow/components/datastax/create_thread.py +32 -0
  2064. vibe_surf/langflow/components/datastax/dotenv.py +35 -0
  2065. vibe_surf/langflow/components/datastax/get_assistant.py +37 -0
  2066. vibe_surf/langflow/components/datastax/getenvvar.py +30 -0
  2067. vibe_surf/langflow/components/datastax/graph_rag.py +141 -0
  2068. vibe_surf/langflow/components/datastax/hcd.py +314 -0
  2069. vibe_surf/langflow/components/datastax/list_assistants.py +25 -0
  2070. vibe_surf/langflow/components/datastax/run.py +89 -0
  2071. vibe_surf/langflow/components/deactivated/__init__.py +19 -0
  2072. vibe_surf/langflow/components/deactivated/amazon_kendra.py +66 -0
  2073. vibe_surf/langflow/components/deactivated/chat_litellm_model.py +158 -0
  2074. vibe_surf/langflow/components/deactivated/code_block_extractor.py +26 -0
  2075. vibe_surf/langflow/components/deactivated/documents_to_data.py +22 -0
  2076. vibe_surf/langflow/components/deactivated/embed.py +16 -0
  2077. vibe_surf/langflow/components/deactivated/extract_key_from_data.py +46 -0
  2078. vibe_surf/langflow/components/deactivated/json_document_builder.py +59 -0
  2079. vibe_surf/langflow/components/deactivated/list_flows.py +20 -0
  2080. vibe_surf/langflow/components/deactivated/merge_data.py +93 -0
  2081. vibe_surf/langflow/components/deactivated/message.py +37 -0
  2082. vibe_surf/langflow/components/deactivated/metal.py +54 -0
  2083. vibe_surf/langflow/components/deactivated/multi_query.py +59 -0
  2084. vibe_surf/langflow/components/deactivated/retriever.py +43 -0
  2085. vibe_surf/langflow/components/deactivated/selective_passthrough.py +77 -0
  2086. vibe_surf/langflow/components/deactivated/should_run_next.py +40 -0
  2087. vibe_surf/langflow/components/deactivated/split_text.py +63 -0
  2088. vibe_surf/langflow/components/deactivated/store_message.py +24 -0
  2089. vibe_surf/langflow/components/deactivated/sub_flow.py +124 -0
  2090. vibe_surf/langflow/components/deactivated/vectara_self_query.py +76 -0
  2091. vibe_surf/langflow/components/deactivated/vector_store.py +24 -0
  2092. vibe_surf/langflow/components/deepseek/__init__.py +34 -0
  2093. vibe_surf/langflow/components/deepseek/deepseek.py +136 -0
  2094. vibe_surf/langflow/components/docling/__init__.py +43 -0
  2095. vibe_surf/langflow/components/docling/chunk_docling_document.py +186 -0
  2096. vibe_surf/langflow/components/docling/docling_inline.py +249 -0
  2097. vibe_surf/langflow/components/docling/docling_remote.py +192 -0
  2098. vibe_surf/langflow/components/docling/export_docling_document.py +117 -0
  2099. vibe_surf/langflow/components/documentloaders/__init__.py +0 -0
  2100. vibe_surf/langflow/components/duckduckgo/__init__.py +3 -0
  2101. vibe_surf/langflow/components/duckduckgo/duck_duck_go_search_run.py +92 -0
  2102. vibe_surf/langflow/components/elastic/__init__.py +37 -0
  2103. vibe_surf/langflow/components/elastic/elasticsearch.py +267 -0
  2104. vibe_surf/langflow/components/elastic/opensearch.py +243 -0
  2105. vibe_surf/langflow/components/embeddings/__init__.py +37 -0
  2106. vibe_surf/langflow/components/embeddings/similarity.py +77 -0
  2107. vibe_surf/langflow/components/embeddings/text_embedder.py +65 -0
  2108. vibe_surf/langflow/components/exa/__init__.py +3 -0
  2109. vibe_surf/langflow/components/exa/exa_search.py +68 -0
  2110. vibe_surf/langflow/components/firecrawl/__init__.py +43 -0
  2111. vibe_surf/langflow/components/firecrawl/firecrawl_crawl_api.py +88 -0
  2112. vibe_surf/langflow/components/firecrawl/firecrawl_extract_api.py +136 -0
  2113. vibe_surf/langflow/components/firecrawl/firecrawl_map_api.py +89 -0
  2114. vibe_surf/langflow/components/firecrawl/firecrawl_scrape_api.py +73 -0
  2115. vibe_surf/langflow/components/git/__init__.py +4 -0
  2116. vibe_surf/langflow/components/git/git.py +262 -0
  2117. vibe_surf/langflow/components/git/gitextractor.py +196 -0
  2118. vibe_surf/langflow/components/glean/__init__.py +3 -0
  2119. vibe_surf/langflow/components/glean/glean_search_api.py +173 -0
  2120. vibe_surf/langflow/components/google/__init__.py +17 -0
  2121. vibe_surf/langflow/components/google/gmail.py +193 -0
  2122. vibe_surf/langflow/components/google/google_bq_sql_executor.py +157 -0
  2123. vibe_surf/langflow/components/google/google_drive.py +92 -0
  2124. vibe_surf/langflow/components/google/google_drive_search.py +152 -0
  2125. vibe_surf/langflow/components/google/google_generative_ai.py +147 -0
  2126. vibe_surf/langflow/components/google/google_generative_ai_embeddings.py +141 -0
  2127. vibe_surf/langflow/components/google/google_oauth_token.py +89 -0
  2128. vibe_surf/langflow/components/google/google_search_api_core.py +68 -0
  2129. vibe_surf/langflow/components/groq/__init__.py +34 -0
  2130. vibe_surf/langflow/components/groq/groq.py +140 -0
  2131. vibe_surf/langflow/components/helpers/__init__.py +52 -0
  2132. vibe_surf/langflow/components/helpers/calculator_core.py +89 -0
  2133. vibe_surf/langflow/components/helpers/create_list.py +40 -0
  2134. vibe_surf/langflow/components/helpers/current_date.py +42 -0
  2135. vibe_surf/langflow/components/helpers/id_generator.py +42 -0
  2136. vibe_surf/langflow/components/helpers/memory.py +253 -0
  2137. vibe_surf/langflow/components/helpers/output_parser.py +46 -0
  2138. vibe_surf/langflow/components/helpers/store_message.py +91 -0
  2139. vibe_surf/langflow/components/homeassistant/__init__.py +7 -0
  2140. vibe_surf/langflow/components/homeassistant/home_assistant_control.py +152 -0
  2141. vibe_surf/langflow/components/homeassistant/list_home_assistant_states.py +137 -0
  2142. vibe_surf/langflow/components/huggingface/__init__.py +37 -0
  2143. vibe_surf/langflow/components/huggingface/huggingface.py +199 -0
  2144. vibe_surf/langflow/components/huggingface/huggingface_inference_api.py +106 -0
  2145. vibe_surf/langflow/components/ibm/__init__.py +34 -0
  2146. vibe_surf/langflow/components/ibm/watsonx.py +203 -0
  2147. vibe_surf/langflow/components/ibm/watsonx_embeddings.py +135 -0
  2148. vibe_surf/langflow/components/icosacomputing/__init__.py +5 -0
  2149. vibe_surf/langflow/components/icosacomputing/combinatorial_reasoner.py +84 -0
  2150. vibe_surf/langflow/components/input_output/__init__.py +38 -0
  2151. vibe_surf/langflow/components/input_output/chat.py +99 -0
  2152. vibe_surf/langflow/components/input_output/chat_output.py +169 -0
  2153. vibe_surf/langflow/components/input_output/text.py +27 -0
  2154. vibe_surf/langflow/components/input_output/text_output.py +29 -0
  2155. vibe_surf/langflow/components/jigsawstack/__init__.py +23 -0
  2156. vibe_surf/langflow/components/jigsawstack/ai_scrape.py +126 -0
  2157. vibe_surf/langflow/components/jigsawstack/ai_web_search.py +136 -0
  2158. vibe_surf/langflow/components/jigsawstack/file_read.py +115 -0
  2159. vibe_surf/langflow/components/jigsawstack/file_upload.py +94 -0
  2160. vibe_surf/langflow/components/jigsawstack/image_generation.py +205 -0
  2161. vibe_surf/langflow/components/jigsawstack/nsfw.py +60 -0
  2162. vibe_surf/langflow/components/jigsawstack/object_detection.py +124 -0
  2163. vibe_surf/langflow/components/jigsawstack/sentiment.py +112 -0
  2164. vibe_surf/langflow/components/jigsawstack/text_to_sql.py +90 -0
  2165. vibe_surf/langflow/components/jigsawstack/text_translate.py +77 -0
  2166. vibe_surf/langflow/components/jigsawstack/vocr.py +107 -0
  2167. vibe_surf/langflow/components/knowledge_bases/__init__.py +34 -0
  2168. vibe_surf/langflow/components/knowledge_bases/ingestion.py +697 -0
  2169. vibe_surf/langflow/components/knowledge_bases/retrieval.py +264 -0
  2170. vibe_surf/langflow/components/langchain_utilities/__init__.py +109 -0
  2171. vibe_surf/langflow/components/langchain_utilities/character.py +53 -0
  2172. vibe_surf/langflow/components/langchain_utilities/conversation.py +52 -0
  2173. vibe_surf/langflow/components/langchain_utilities/csv_agent.py +107 -0
  2174. vibe_surf/langflow/components/langchain_utilities/fake_embeddings.py +26 -0
  2175. vibe_surf/langflow/components/langchain_utilities/html_link_extractor.py +35 -0
  2176. vibe_surf/langflow/components/langchain_utilities/json_agent.py +45 -0
  2177. vibe_surf/langflow/components/langchain_utilities/langchain_hub.py +126 -0
  2178. vibe_surf/langflow/components/langchain_utilities/language_recursive.py +49 -0
  2179. vibe_surf/langflow/components/langchain_utilities/language_semantic.py +138 -0
  2180. vibe_surf/langflow/components/langchain_utilities/llm_checker.py +39 -0
  2181. vibe_surf/langflow/components/langchain_utilities/llm_math.py +42 -0
  2182. vibe_surf/langflow/components/langchain_utilities/natural_language.py +61 -0
  2183. vibe_surf/langflow/components/langchain_utilities/openai_tools.py +53 -0
  2184. vibe_surf/langflow/components/langchain_utilities/openapi.py +48 -0
  2185. vibe_surf/langflow/components/langchain_utilities/recursive_character.py +60 -0
  2186. vibe_surf/langflow/components/langchain_utilities/retrieval_qa.py +83 -0
  2187. vibe_surf/langflow/components/langchain_utilities/runnable_executor.py +137 -0
  2188. vibe_surf/langflow/components/langchain_utilities/self_query.py +80 -0
  2189. vibe_surf/langflow/components/langchain_utilities/spider.py +142 -0
  2190. vibe_surf/langflow/components/langchain_utilities/sql.py +40 -0
  2191. vibe_surf/langflow/components/langchain_utilities/sql_database.py +35 -0
  2192. vibe_surf/langflow/components/langchain_utilities/sql_generator.py +78 -0
  2193. vibe_surf/langflow/components/langchain_utilities/tool_calling.py +59 -0
  2194. vibe_surf/langflow/components/langchain_utilities/vector_store_info.py +49 -0
  2195. vibe_surf/langflow/components/langchain_utilities/vector_store_router.py +33 -0
  2196. vibe_surf/langflow/components/langchain_utilities/xml_agent.py +71 -0
  2197. vibe_surf/langflow/components/langwatch/__init__.py +3 -0
  2198. vibe_surf/langflow/components/langwatch/langwatch.py +278 -0
  2199. vibe_surf/langflow/components/link_extractors/__init__.py +0 -0
  2200. vibe_surf/langflow/components/lmstudio/__init__.py +34 -0
  2201. vibe_surf/langflow/components/lmstudio/lmstudioembeddings.py +89 -0
  2202. vibe_surf/langflow/components/lmstudio/lmstudiomodel.py +129 -0
  2203. vibe_surf/langflow/components/logic/__init__.py +52 -0
  2204. vibe_surf/langflow/components/logic/conditional_router.py +208 -0
  2205. vibe_surf/langflow/components/logic/data_conditional_router.py +126 -0
  2206. vibe_surf/langflow/components/logic/flow_tool.py +111 -0
  2207. vibe_surf/langflow/components/logic/listen.py +29 -0
  2208. vibe_surf/langflow/components/logic/loop.py +125 -0
  2209. vibe_surf/langflow/components/logic/notify.py +88 -0
  2210. vibe_surf/langflow/components/logic/pass_message.py +36 -0
  2211. vibe_surf/langflow/components/logic/run_flow.py +71 -0
  2212. vibe_surf/langflow/components/logic/sub_flow.py +115 -0
  2213. vibe_surf/langflow/components/maritalk/__init__.py +32 -0
  2214. vibe_surf/langflow/components/maritalk/maritalk.py +52 -0
  2215. vibe_surf/langflow/components/mem0/__init__.py +3 -0
  2216. vibe_surf/langflow/components/mem0/mem0_chat_memory.py +136 -0
  2217. vibe_surf/langflow/components/milvus/__init__.py +34 -0
  2218. vibe_surf/langflow/components/milvus/milvus.py +115 -0
  2219. vibe_surf/langflow/components/mistral/__init__.py +37 -0
  2220. vibe_surf/langflow/components/mistral/mistral.py +114 -0
  2221. vibe_surf/langflow/components/mistral/mistral_embeddings.py +58 -0
  2222. vibe_surf/langflow/components/models/__init__.py +34 -0
  2223. vibe_surf/langflow/components/models/embedding_model.py +114 -0
  2224. vibe_surf/langflow/components/models/language_model.py +144 -0
  2225. vibe_surf/langflow/components/mongodb/__init__.py +34 -0
  2226. vibe_surf/langflow/components/mongodb/mongodb_atlas.py +213 -0
  2227. vibe_surf/langflow/components/needle/__init__.py +3 -0
  2228. vibe_surf/langflow/components/needle/needle.py +104 -0
  2229. vibe_surf/langflow/components/notdiamond/__init__.py +36 -0
  2230. vibe_surf/langflow/components/notdiamond/notdiamond.py +228 -0
  2231. vibe_surf/langflow/components/novita/__init__.py +32 -0
  2232. vibe_surf/langflow/components/novita/novita.py +130 -0
  2233. vibe_surf/langflow/components/nvidia/__init__.py +57 -0
  2234. vibe_surf/langflow/components/nvidia/nvidia.py +151 -0
  2235. vibe_surf/langflow/components/nvidia/nvidia_embedding.py +77 -0
  2236. vibe_surf/langflow/components/nvidia/nvidia_ingest.py +317 -0
  2237. vibe_surf/langflow/components/nvidia/nvidia_rerank.py +63 -0
  2238. vibe_surf/langflow/components/nvidia/system_assist.py +65 -0
  2239. vibe_surf/langflow/components/olivya/__init__.py +3 -0
  2240. vibe_surf/langflow/components/olivya/olivya.py +116 -0
  2241. vibe_surf/langflow/components/ollama/__init__.py +37 -0
  2242. vibe_surf/langflow/components/ollama/ollama.py +330 -0
  2243. vibe_surf/langflow/components/ollama/ollama_embeddings.py +106 -0
  2244. vibe_surf/langflow/components/openai/__init__.py +37 -0
  2245. vibe_surf/langflow/components/openai/openai.py +100 -0
  2246. vibe_surf/langflow/components/openai/openai_chat_model.py +158 -0
  2247. vibe_surf/langflow/components/openrouter/__init__.py +32 -0
  2248. vibe_surf/langflow/components/openrouter/openrouter.py +202 -0
  2249. vibe_surf/langflow/components/output_parsers/__init__.py +0 -0
  2250. vibe_surf/langflow/components/perplexity/__init__.py +34 -0
  2251. vibe_surf/langflow/components/perplexity/perplexity.py +75 -0
  2252. vibe_surf/langflow/components/pgvector/__init__.py +34 -0
  2253. vibe_surf/langflow/components/pgvector/pgvector.py +72 -0
  2254. vibe_surf/langflow/components/pinecone/__init__.py +34 -0
  2255. vibe_surf/langflow/components/pinecone/pinecone.py +134 -0
  2256. vibe_surf/langflow/components/processing/__init__.py +117 -0
  2257. vibe_surf/langflow/components/processing/alter_metadata.py +109 -0
  2258. vibe_surf/langflow/components/processing/batch_run.py +205 -0
  2259. vibe_surf/langflow/components/processing/combine_text.py +40 -0
  2260. vibe_surf/langflow/components/processing/converter.py +150 -0
  2261. vibe_surf/langflow/components/processing/create_data.py +111 -0
  2262. vibe_surf/langflow/components/processing/data_operations.py +438 -0
  2263. vibe_surf/langflow/components/processing/data_to_dataframe.py +71 -0
  2264. vibe_surf/langflow/components/processing/dataframe_operations.py +310 -0
  2265. vibe_surf/langflow/components/processing/extract_key.py +54 -0
  2266. vibe_surf/langflow/components/processing/filter_data.py +43 -0
  2267. vibe_surf/langflow/components/processing/filter_data_values.py +89 -0
  2268. vibe_surf/langflow/components/processing/json_cleaner.py +104 -0
  2269. vibe_surf/langflow/components/processing/lambda_filter.py +154 -0
  2270. vibe_surf/langflow/components/processing/llm_router.py +499 -0
  2271. vibe_surf/langflow/components/processing/merge_data.py +91 -0
  2272. vibe_surf/langflow/components/processing/message_to_data.py +37 -0
  2273. vibe_surf/langflow/components/processing/parse_data.py +71 -0
  2274. vibe_surf/langflow/components/processing/parse_dataframe.py +69 -0
  2275. vibe_surf/langflow/components/processing/parse_json_data.py +91 -0
  2276. vibe_surf/langflow/components/processing/parser.py +143 -0
  2277. vibe_surf/langflow/components/processing/prompt.py +67 -0
  2278. vibe_surf/langflow/components/processing/python_repl_core.py +98 -0
  2279. vibe_surf/langflow/components/processing/regex.py +83 -0
  2280. vibe_surf/langflow/components/processing/save_file.py +208 -0
  2281. vibe_surf/langflow/components/processing/select_data.py +49 -0
  2282. vibe_surf/langflow/components/processing/split_text.py +141 -0
  2283. vibe_surf/langflow/components/processing/structured_output.py +206 -0
  2284. vibe_surf/langflow/components/processing/update_data.py +161 -0
  2285. vibe_surf/langflow/components/qdrant/__init__.py +34 -0
  2286. vibe_surf/langflow/components/qdrant/qdrant.py +109 -0
  2287. vibe_surf/langflow/components/redis/__init__.py +37 -0
  2288. vibe_surf/langflow/components/redis/redis.py +89 -0
  2289. vibe_surf/langflow/components/redis/redis_chat.py +43 -0
  2290. vibe_surf/langflow/components/sambanova/__init__.py +32 -0
  2291. vibe_surf/langflow/components/sambanova/sambanova.py +84 -0
  2292. vibe_surf/langflow/components/scrapegraph/__init__.py +40 -0
  2293. vibe_surf/langflow/components/scrapegraph/scrapegraph_markdownify_api.py +64 -0
  2294. vibe_surf/langflow/components/scrapegraph/scrapegraph_search_api.py +64 -0
  2295. vibe_surf/langflow/components/scrapegraph/scrapegraph_smart_scraper_api.py +71 -0
  2296. vibe_surf/langflow/components/searchapi/__init__.py +36 -0
  2297. vibe_surf/langflow/components/searchapi/search.py +79 -0
  2298. vibe_surf/langflow/components/serpapi/__init__.py +3 -0
  2299. vibe_surf/langflow/components/serpapi/serp.py +115 -0
  2300. vibe_surf/langflow/components/serper/__init__.py +3 -0
  2301. vibe_surf/langflow/components/serper/google_serper_api_core.py +74 -0
  2302. vibe_surf/langflow/components/supabase/__init__.py +37 -0
  2303. vibe_surf/langflow/components/supabase/supabase.py +76 -0
  2304. vibe_surf/langflow/components/tavily/__init__.py +4 -0
  2305. vibe_surf/langflow/components/tavily/tavily_extract.py +117 -0
  2306. vibe_surf/langflow/components/tavily/tavily_search.py +212 -0
  2307. vibe_surf/langflow/components/textsplitters/__init__.py +0 -0
  2308. vibe_surf/langflow/components/toolkits/__init__.py +0 -0
  2309. vibe_surf/langflow/components/tools/__init__.py +66 -0
  2310. vibe_surf/langflow/components/tools/calculator.py +104 -0
  2311. vibe_surf/langflow/components/tools/python_code_structured_tool.py +328 -0
  2312. vibe_surf/langflow/components/tools/python_repl.py +98 -0
  2313. vibe_surf/langflow/components/tools/search_api.py +88 -0
  2314. vibe_surf/langflow/components/tools/searxng.py +145 -0
  2315. vibe_surf/langflow/components/tools/serp_api.py +120 -0
  2316. vibe_surf/langflow/components/tools/tavily_search_tool.py +345 -0
  2317. vibe_surf/langflow/components/tools/wikidata_api.py +103 -0
  2318. vibe_surf/langflow/components/tools/wikipedia_api.py +50 -0
  2319. vibe_surf/langflow/components/tools/yahoo_finance.py +125 -0
  2320. vibe_surf/langflow/components/twelvelabs/__init__.py +52 -0
  2321. vibe_surf/langflow/components/twelvelabs/convert_astra_results.py +84 -0
  2322. vibe_surf/langflow/components/twelvelabs/pegasus_index.py +311 -0
  2323. vibe_surf/langflow/components/twelvelabs/split_video.py +291 -0
  2324. vibe_surf/langflow/components/twelvelabs/text_embeddings.py +57 -0
  2325. vibe_surf/langflow/components/twelvelabs/twelvelabs_pegasus.py +408 -0
  2326. vibe_surf/langflow/components/twelvelabs/video_embeddings.py +100 -0
  2327. vibe_surf/langflow/components/twelvelabs/video_file.py +179 -0
  2328. vibe_surf/langflow/components/unstructured/__init__.py +3 -0
  2329. vibe_surf/langflow/components/unstructured/unstructured.py +121 -0
  2330. vibe_surf/langflow/components/upstash/__init__.py +34 -0
  2331. vibe_surf/langflow/components/upstash/upstash.py +124 -0
  2332. vibe_surf/langflow/components/vectara/__init__.py +37 -0
  2333. vibe_surf/langflow/components/vectara/vectara.py +97 -0
  2334. vibe_surf/langflow/components/vectara/vectara_rag.py +164 -0
  2335. vibe_surf/langflow/components/vectorstores/__init__.py +34 -0
  2336. vibe_surf/langflow/components/vectorstores/local_db.py +262 -0
  2337. vibe_surf/langflow/components/vertexai/__init__.py +37 -0
  2338. vibe_surf/langflow/components/vertexai/vertexai.py +71 -0
  2339. vibe_surf/langflow/components/vertexai/vertexai_embeddings.py +67 -0
  2340. vibe_surf/langflow/components/weaviate/__init__.py +34 -0
  2341. vibe_surf/langflow/components/weaviate/weaviate.py +89 -0
  2342. vibe_surf/langflow/components/wikipedia/__init__.py +4 -0
  2343. vibe_surf/langflow/components/wikipedia/wikidata.py +86 -0
  2344. vibe_surf/langflow/components/wikipedia/wikipedia.py +53 -0
  2345. vibe_surf/langflow/components/wolframalpha/__init__.py +3 -0
  2346. vibe_surf/langflow/components/wolframalpha/wolfram_alpha_api.py +54 -0
  2347. vibe_surf/langflow/components/xai/__init__.py +32 -0
  2348. vibe_surf/langflow/components/xai/xai.py +167 -0
  2349. vibe_surf/langflow/components/youtube/__init__.py +52 -0
  2350. vibe_surf/langflow/components/youtube/channel.py +227 -0
  2351. vibe_surf/langflow/components/youtube/comments.py +231 -0
  2352. vibe_surf/langflow/components/youtube/playlist.py +33 -0
  2353. vibe_surf/langflow/components/youtube/search.py +120 -0
  2354. vibe_surf/langflow/components/youtube/trending.py +285 -0
  2355. vibe_surf/langflow/components/youtube/video_details.py +263 -0
  2356. vibe_surf/langflow/components/youtube/youtube_transcripts.py +118 -0
  2357. vibe_surf/langflow/components/zep/__init__.py +3 -0
  2358. vibe_surf/langflow/components/zep/zep.py +45 -0
  2359. vibe_surf/langflow/core/__init__.py +0 -0
  2360. vibe_surf/langflow/core/celery_app.py +11 -0
  2361. vibe_surf/langflow/core/celeryconfig.py +18 -0
  2362. vibe_surf/langflow/custom/__init__.py +4 -0
  2363. vibe_surf/langflow/custom/attributes.py +87 -0
  2364. vibe_surf/langflow/custom/code_parser/__init__.py +3 -0
  2365. vibe_surf/langflow/custom/code_parser/code_parser.py +361 -0
  2366. vibe_surf/langflow/custom/custom_component/__init__.py +0 -0
  2367. vibe_surf/langflow/custom/custom_component/base_component.py +118 -0
  2368. vibe_surf/langflow/custom/custom_component/component.py +1742 -0
  2369. vibe_surf/langflow/custom/custom_component/component_with_cache.py +8 -0
  2370. vibe_surf/langflow/custom/custom_component/custom_component.py +552 -0
  2371. vibe_surf/langflow/custom/dependency_analyzer.py +165 -0
  2372. vibe_surf/langflow/custom/directory_reader/__init__.py +3 -0
  2373. vibe_surf/langflow/custom/directory_reader/directory_reader.py +359 -0
  2374. vibe_surf/langflow/custom/directory_reader/utils.py +171 -0
  2375. vibe_surf/langflow/custom/eval.py +12 -0
  2376. vibe_surf/langflow/custom/schema.py +32 -0
  2377. vibe_surf/langflow/custom/tree_visitor.py +21 -0
  2378. vibe_surf/langflow/custom/utils.py +868 -0
  2379. vibe_surf/langflow/events/__init__.py +0 -0
  2380. vibe_surf/langflow/events/event_manager.py +108 -0
  2381. vibe_surf/langflow/exceptions/__init__.py +0 -0
  2382. vibe_surf/langflow/exceptions/api.py +34 -0
  2383. vibe_surf/langflow/exceptions/component.py +17 -0
  2384. vibe_surf/langflow/exceptions/serialization.py +56 -0
  2385. vibe_surf/langflow/field_typing/__init__.py +91 -0
  2386. vibe_surf/langflow/field_typing/constants.py +137 -0
  2387. vibe_surf/langflow/field_typing/range_spec.py +33 -0
  2388. vibe_surf/langflow/graph/__init__.py +6 -0
  2389. vibe_surf/langflow/graph/edge/__init__.py +0 -0
  2390. vibe_surf/langflow/graph/edge/base.py +277 -0
  2391. vibe_surf/langflow/graph/edge/schema.py +119 -0
  2392. vibe_surf/langflow/graph/edge/utils.py +0 -0
  2393. vibe_surf/langflow/graph/graph/__init__.py +0 -0
  2394. vibe_surf/langflow/graph/graph/ascii.py +202 -0
  2395. vibe_surf/langflow/graph/graph/base.py +2242 -0
  2396. vibe_surf/langflow/graph/graph/constants.py +58 -0
  2397. vibe_surf/langflow/graph/graph/runnable_vertices_manager.py +133 -0
  2398. vibe_surf/langflow/graph/graph/schema.py +53 -0
  2399. vibe_surf/langflow/graph/graph/state_model.py +66 -0
  2400. vibe_surf/langflow/graph/graph/utils.py +1024 -0
  2401. vibe_surf/langflow/graph/schema.py +75 -0
  2402. vibe_surf/langflow/graph/state/__init__.py +0 -0
  2403. vibe_surf/langflow/graph/state/model.py +237 -0
  2404. vibe_surf/langflow/graph/utils.py +229 -0
  2405. vibe_surf/langflow/graph/vertex/__init__.py +0 -0
  2406. vibe_surf/langflow/graph/vertex/base.py +811 -0
  2407. vibe_surf/langflow/graph/vertex/constants.py +0 -0
  2408. vibe_surf/langflow/graph/vertex/exceptions.py +4 -0
  2409. vibe_surf/langflow/graph/vertex/param_handler.py +255 -0
  2410. vibe_surf/langflow/graph/vertex/schema.py +26 -0
  2411. vibe_surf/langflow/graph/vertex/utils.py +19 -0
  2412. vibe_surf/langflow/graph/vertex/vertex_types.py +489 -0
  2413. vibe_surf/langflow/helpers/__init__.py +3 -0
  2414. vibe_surf/langflow/helpers/base_model.py +71 -0
  2415. vibe_surf/langflow/helpers/custom.py +13 -0
  2416. vibe_surf/langflow/helpers/data.py +206 -0
  2417. vibe_surf/langflow/helpers/flow.py +359 -0
  2418. vibe_surf/langflow/helpers/folders.py +26 -0
  2419. vibe_surf/langflow/helpers/user.py +27 -0
  2420. vibe_surf/langflow/initial_setup/__init__.py +0 -0
  2421. vibe_surf/langflow/initial_setup/constants.py +2 -0
  2422. vibe_surf/langflow/initial_setup/load.py +21 -0
  2423. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-01.svg +102 -0
  2424. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-02.svg +135 -0
  2425. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-03.svg +126 -0
  2426. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-04.svg +132 -0
  2427. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-05.svg +151 -0
  2428. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-06.svg +132 -0
  2429. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-07.svg +138 -0
  2430. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-08.svg +125 -0
  2431. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-09.svg +137 -0
  2432. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-10.svg +109 -0
  2433. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-11.svg +140 -0
  2434. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-12.svg +99 -0
  2435. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-13.svg +118 -0
  2436. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-14.svg +99 -0
  2437. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-15.svg +90 -0
  2438. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-16.svg +106 -0
  2439. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-17.svg +97 -0
  2440. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-18.svg +128 -0
  2441. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-19.svg +100 -0
  2442. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-20.svg +101 -0
  2443. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-21.svg +134 -0
  2444. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-22.svg +127 -0
  2445. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-23.svg +120 -0
  2446. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-24.svg +110 -0
  2447. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-25.svg +79 -0
  2448. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-26.svg +98 -0
  2449. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-01-27.svg +113 -0
  2450. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-01.svg +113 -0
  2451. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-02.svg +167 -0
  2452. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-03.svg +91 -0
  2453. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-04.svg +114 -0
  2454. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-05.svg +71 -0
  2455. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-06.svg +105 -0
  2456. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-07.svg +101 -0
  2457. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-08.svg +92 -0
  2458. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-09.svg +91 -0
  2459. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-10.svg +110 -0
  2460. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-11.svg +102 -0
  2461. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-12.svg +92 -0
  2462. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-13.svg +77 -0
  2463. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-14.svg +99 -0
  2464. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-15.svg +81 -0
  2465. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-16.svg +91 -0
  2466. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-17.svg +100 -0
  2467. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-18.svg +99 -0
  2468. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-19.svg +155 -0
  2469. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-20.svg +110 -0
  2470. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-21.svg +128 -0
  2471. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-22.svg +90 -0
  2472. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-23.svg +117 -0
  2473. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-24.svg +100 -0
  2474. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-25.svg +97 -0
  2475. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-26.svg +105 -0
  2476. vibe_surf/langflow/initial_setup/profile_pictures/People/People Avatar-02-27.svg +82 -0
  2477. vibe_surf/langflow/initial_setup/profile_pictures/Space/026-alien.svg +1 -0
  2478. vibe_surf/langflow/initial_setup/profile_pictures/Space/027-satellite.svg +1 -0
  2479. vibe_surf/langflow/initial_setup/profile_pictures/Space/028-alien.svg +1 -0
  2480. vibe_surf/langflow/initial_setup/profile_pictures/Space/029-telescope.svg +1 -0
  2481. vibe_surf/langflow/initial_setup/profile_pictures/Space/030-books.svg +1 -0
  2482. vibe_surf/langflow/initial_setup/profile_pictures/Space/031-planet.svg +1 -0
  2483. vibe_surf/langflow/initial_setup/profile_pictures/Space/032-constellation.svg +1 -0
  2484. vibe_surf/langflow/initial_setup/profile_pictures/Space/033-planet.svg +1 -0
  2485. vibe_surf/langflow/initial_setup/profile_pictures/Space/034-alien.svg +1 -0
  2486. vibe_surf/langflow/initial_setup/profile_pictures/Space/035-globe.svg +1 -0
  2487. vibe_surf/langflow/initial_setup/profile_pictures/Space/036-eclipse.svg +1 -0
  2488. vibe_surf/langflow/initial_setup/profile_pictures/Space/037-meteor.svg +1 -0
  2489. vibe_surf/langflow/initial_setup/profile_pictures/Space/038-eclipse.svg +1 -0
  2490. vibe_surf/langflow/initial_setup/profile_pictures/Space/039-Asteroid.svg +1 -0
  2491. vibe_surf/langflow/initial_setup/profile_pictures/Space/040-mission.svg +1 -0
  2492. vibe_surf/langflow/initial_setup/profile_pictures/Space/041-spaceship.svg +1 -0
  2493. vibe_surf/langflow/initial_setup/profile_pictures/Space/042-space shuttle.svg +1 -0
  2494. vibe_surf/langflow/initial_setup/profile_pictures/Space/043-space shuttle.svg +1 -0
  2495. vibe_surf/langflow/initial_setup/profile_pictures/Space/044-rocket.svg +1 -0
  2496. vibe_surf/langflow/initial_setup/profile_pictures/Space/045-astronaut.svg +1 -0
  2497. vibe_surf/langflow/initial_setup/profile_pictures/Space/046-rocket.svg +1 -0
  2498. vibe_surf/langflow/initial_setup/profile_pictures/Space/047-computer.svg +1 -0
  2499. vibe_surf/langflow/initial_setup/profile_pictures/Space/048-satellite.svg +1 -0
  2500. vibe_surf/langflow/initial_setup/profile_pictures/Space/049-astronaut.svg +1 -0
  2501. vibe_surf/langflow/initial_setup/profile_pictures/Space/050-space robot.svg +1 -0
  2502. vibe_surf/langflow/initial_setup/setup.py +1108 -0
  2503. vibe_surf/langflow/initial_setup/starter_projects/Basic Prompt Chaining.json +1976 -0
  2504. vibe_surf/langflow/initial_setup/starter_projects/Basic Prompting.json +1051 -0
  2505. vibe_surf/langflow/initial_setup/starter_projects/Blog Writer.json +1529 -0
  2506. vibe_surf/langflow/initial_setup/starter_projects/Custom Component Generator.json +2671 -0
  2507. vibe_surf/langflow/initial_setup/starter_projects/Document Q&A.json +1522 -0
  2508. vibe_surf/langflow/initial_setup/starter_projects/Financial Report Parser.json +1418 -0
  2509. vibe_surf/langflow/initial_setup/starter_projects/Hybrid Search RAG.json +2718 -0
  2510. vibe_surf/langflow/initial_setup/starter_projects/Image Sentiment Analysis.json +1884 -0
  2511. vibe_surf/langflow/initial_setup/starter_projects/Instagram Copywriter.json +3069 -0
  2512. vibe_surf/langflow/initial_setup/starter_projects/Invoice Summarizer.json +1666 -0
  2513. vibe_surf/langflow/initial_setup/starter_projects/Knowledge Ingestion.json +1042 -0
  2514. vibe_surf/langflow/initial_setup/starter_projects/Knowledge Retrieval.json +630 -0
  2515. vibe_surf/langflow/initial_setup/starter_projects/Market Research.json +2532 -0
  2516. vibe_surf/langflow/initial_setup/starter_projects/Meeting Summary.json +3263 -0
  2517. vibe_surf/langflow/initial_setup/starter_projects/Memory Chatbot.json +1419 -0
  2518. vibe_surf/langflow/initial_setup/starter_projects/News Aggregator.json +1835 -0
  2519. vibe_surf/langflow/initial_setup/starter_projects/Nvidia Remix.json +4866 -0
  2520. vibe_surf/langflow/initial_setup/starter_projects/Pok/303/251dex Agent.json" +1739 -0
  2521. vibe_surf/langflow/initial_setup/starter_projects/Portfolio Website Code Generator.json +2243 -0
  2522. vibe_surf/langflow/initial_setup/starter_projects/Price Deal Finder.json +2099 -0
  2523. vibe_surf/langflow/initial_setup/starter_projects/Research Agent.json +3032 -0
  2524. vibe_surf/langflow/initial_setup/starter_projects/Research Translation Loop.json +1580 -0
  2525. vibe_surf/langflow/initial_setup/starter_projects/SEO Keyword Generator.json +1091 -0
  2526. vibe_surf/langflow/initial_setup/starter_projects/SaaS Pricing.json +1416 -0
  2527. vibe_surf/langflow/initial_setup/starter_projects/Search agent.json +1455 -0
  2528. vibe_surf/langflow/initial_setup/starter_projects/Sequential Tasks Agents.json +4101 -0
  2529. vibe_surf/langflow/initial_setup/starter_projects/Simple Agent.json +1841 -0
  2530. vibe_surf/langflow/initial_setup/starter_projects/Social Media Agent.json +1759 -0
  2531. vibe_surf/langflow/initial_setup/starter_projects/Text Sentiment Analysis.json +2557 -0
  2532. vibe_surf/langflow/initial_setup/starter_projects/Travel Planning Agents.json +3448 -0
  2533. vibe_surf/langflow/initial_setup/starter_projects/Twitter Thread Generator.json +1978 -0
  2534. vibe_surf/langflow/initial_setup/starter_projects/Vector Store RAG.json +4850 -0
  2535. vibe_surf/langflow/initial_setup/starter_projects/Youtube Analysis.json +2734 -0
  2536. vibe_surf/langflow/initial_setup/starter_projects/__init__.py +19 -0
  2537. vibe_surf/langflow/initial_setup/starter_projects/basic_prompting.py +28 -0
  2538. vibe_surf/langflow/initial_setup/starter_projects/blog_writer.py +46 -0
  2539. vibe_surf/langflow/initial_setup/starter_projects/complex_agent.py +96 -0
  2540. vibe_surf/langflow/initial_setup/starter_projects/document_qa.py +39 -0
  2541. vibe_surf/langflow/initial_setup/starter_projects/hierarchical_tasks_agent.py +69 -0
  2542. vibe_surf/langflow/initial_setup/starter_projects/memory_chatbot.py +31 -0
  2543. vibe_surf/langflow/initial_setup/starter_projects/sequential_tasks_agent.py +97 -0
  2544. vibe_surf/langflow/initial_setup/starter_projects/vector_store_rag.py +61 -0
  2545. vibe_surf/langflow/inputs/__init__.py +68 -0
  2546. vibe_surf/langflow/inputs/constants.py +2 -0
  2547. vibe_surf/langflow/inputs/input_mixin.py +312 -0
  2548. vibe_surf/langflow/inputs/inputs.py +706 -0
  2549. vibe_surf/langflow/inputs/utils.py +32 -0
  2550. vibe_surf/langflow/inputs/validators.py +19 -0
  2551. vibe_surf/langflow/interface/__init__.py +0 -0
  2552. vibe_surf/langflow/interface/components.py +496 -0
  2553. vibe_surf/langflow/interface/importing/__init__.py +5 -0
  2554. vibe_surf/langflow/interface/importing/utils.py +39 -0
  2555. vibe_surf/langflow/interface/initialize/__init__.py +3 -0
  2556. vibe_surf/langflow/interface/initialize/loading.py +200 -0
  2557. vibe_surf/langflow/interface/listing.py +26 -0
  2558. vibe_surf/langflow/interface/run.py +45 -0
  2559. vibe_surf/langflow/interface/utils.py +112 -0
  2560. vibe_surf/langflow/io/__init__.py +63 -0
  2561. vibe_surf/langflow/io/schema.py +304 -0
  2562. vibe_surf/langflow/langflow_launcher.py +51 -0
  2563. vibe_surf/langflow/legacy_custom/__init__.py +0 -0
  2564. vibe_surf/langflow/legacy_custom/customs.py +16 -0
  2565. vibe_surf/langflow/load/__init__.py +12 -0
  2566. vibe_surf/langflow/load/load.py +250 -0
  2567. vibe_surf/langflow/load/utils.py +126 -0
  2568. vibe_surf/langflow/logging/__init__.py +4 -0
  2569. vibe_surf/langflow/logging/logger.py +407 -0
  2570. vibe_surf/langflow/logging/setup.py +16 -0
  2571. vibe_surf/langflow/main.py +550 -0
  2572. vibe_surf/langflow/memory.py +326 -0
  2573. vibe_surf/langflow/middleware.py +59 -0
  2574. vibe_surf/langflow/processing/__init__.py +0 -0
  2575. vibe_surf/langflow/processing/process.py +216 -0
  2576. vibe_surf/langflow/processing/utils.py +25 -0
  2577. vibe_surf/langflow/py.typed +0 -0
  2578. vibe_surf/langflow/schema/__init__.py +6 -0
  2579. vibe_surf/langflow/schema/artifact.py +82 -0
  2580. vibe_surf/langflow/schema/content_block.py +62 -0
  2581. vibe_surf/langflow/schema/content_types.py +91 -0
  2582. vibe_surf/langflow/schema/data.py +306 -0
  2583. vibe_surf/langflow/schema/dataframe.py +206 -0
  2584. vibe_surf/langflow/schema/dotdict.py +71 -0
  2585. vibe_surf/langflow/schema/encoders.py +13 -0
  2586. vibe_surf/langflow/schema/graph.py +47 -0
  2587. vibe_surf/langflow/schema/image.py +128 -0
  2588. vibe_surf/langflow/schema/log.py +33 -0
  2589. vibe_surf/langflow/schema/message.py +483 -0
  2590. vibe_surf/langflow/schema/openai_responses_schemas.py +74 -0
  2591. vibe_surf/langflow/schema/playground_events.py +182 -0
  2592. vibe_surf/langflow/schema/properties.py +39 -0
  2593. vibe_surf/langflow/schema/schema.py +121 -0
  2594. vibe_surf/langflow/schema/serialize.py +14 -0
  2595. vibe_surf/langflow/schema/table.py +140 -0
  2596. vibe_surf/langflow/schema/validators.py +114 -0
  2597. vibe_surf/langflow/serialization/__init__.py +3 -0
  2598. vibe_surf/langflow/serialization/constants.py +2 -0
  2599. vibe_surf/langflow/serialization/serialization.py +320 -0
  2600. vibe_surf/langflow/server.py +70 -0
  2601. vibe_surf/langflow/services/__init__.py +4 -0
  2602. vibe_surf/langflow/services/auth/__init__.py +0 -0
  2603. vibe_surf/langflow/services/auth/factory.py +15 -0
  2604. vibe_surf/langflow/services/auth/mcp_encryption.py +120 -0
  2605. vibe_surf/langflow/services/auth/service.py +15 -0
  2606. vibe_surf/langflow/services/auth/utils.py +583 -0
  2607. vibe_surf/langflow/services/base.py +28 -0
  2608. vibe_surf/langflow/services/cache/__init__.py +12 -0
  2609. vibe_surf/langflow/services/cache/base.py +183 -0
  2610. vibe_surf/langflow/services/cache/disk.py +95 -0
  2611. vibe_surf/langflow/services/cache/factory.py +44 -0
  2612. vibe_surf/langflow/services/cache/service.py +355 -0
  2613. vibe_surf/langflow/services/cache/utils.py +169 -0
  2614. vibe_surf/langflow/services/chat/__init__.py +0 -0
  2615. vibe_surf/langflow/services/chat/cache.py +150 -0
  2616. vibe_surf/langflow/services/chat/config.py +2 -0
  2617. vibe_surf/langflow/services/chat/factory.py +11 -0
  2618. vibe_surf/langflow/services/chat/schema.py +10 -0
  2619. vibe_surf/langflow/services/chat/service.py +67 -0
  2620. vibe_surf/langflow/services/database/__init__.py +0 -0
  2621. vibe_surf/langflow/services/database/factory.py +21 -0
  2622. vibe_surf/langflow/services/database/models/__init__.py +19 -0
  2623. vibe_surf/langflow/services/database/models/api_key/__init__.py +3 -0
  2624. vibe_surf/langflow/services/database/models/api_key/crud.py +74 -0
  2625. vibe_surf/langflow/services/database/models/api_key/model.py +66 -0
  2626. vibe_surf/langflow/services/database/models/base.py +17 -0
  2627. vibe_surf/langflow/services/database/models/file/__init__.py +5 -0
  2628. vibe_surf/langflow/services/database/models/file/crud.py +14 -0
  2629. vibe_surf/langflow/services/database/models/file/model.py +19 -0
  2630. vibe_surf/langflow/services/database/models/flow/__init__.py +3 -0
  2631. vibe_surf/langflow/services/database/models/flow/model.py +283 -0
  2632. vibe_surf/langflow/services/database/models/flow/schema.py +6 -0
  2633. vibe_surf/langflow/services/database/models/flow/utils.py +42 -0
  2634. vibe_surf/langflow/services/database/models/folder/__init__.py +3 -0
  2635. vibe_surf/langflow/services/database/models/folder/constants.py +2 -0
  2636. vibe_surf/langflow/services/database/models/folder/model.py +61 -0
  2637. vibe_surf/langflow/services/database/models/folder/pagination_model.py +10 -0
  2638. vibe_surf/langflow/services/database/models/folder/utils.py +45 -0
  2639. vibe_surf/langflow/services/database/models/message/__init__.py +3 -0
  2640. vibe_surf/langflow/services/database/models/message/crud.py +26 -0
  2641. vibe_surf/langflow/services/database/models/message/model.py +182 -0
  2642. vibe_surf/langflow/services/database/models/transactions/__init__.py +3 -0
  2643. vibe_surf/langflow/services/database/models/transactions/crud.py +82 -0
  2644. vibe_surf/langflow/services/database/models/transactions/model.py +65 -0
  2645. vibe_surf/langflow/services/database/models/user/__init__.py +8 -0
  2646. vibe_surf/langflow/services/database/models/user/crud.py +69 -0
  2647. vibe_surf/langflow/services/database/models/user/model.py +82 -0
  2648. vibe_surf/langflow/services/database/models/variable/__init__.py +3 -0
  2649. vibe_surf/langflow/services/database/models/variable/model.py +73 -0
  2650. vibe_surf/langflow/services/database/models/vertex_builds/__init__.py +3 -0
  2651. vibe_surf/langflow/services/database/models/vertex_builds/crud.py +145 -0
  2652. vibe_surf/langflow/services/database/models/vertex_builds/model.py +83 -0
  2653. vibe_surf/langflow/services/database/service.py +485 -0
  2654. vibe_surf/langflow/services/database/session.py +62 -0
  2655. vibe_surf/langflow/services/database/utils.py +88 -0
  2656. vibe_surf/langflow/services/deps.py +259 -0
  2657. vibe_surf/langflow/services/factory.py +88 -0
  2658. vibe_surf/langflow/services/flow/__init__.py +0 -0
  2659. vibe_surf/langflow/services/flow/flow_runner.py +265 -0
  2660. vibe_surf/langflow/services/job_queue/__init__.py +0 -0
  2661. vibe_surf/langflow/services/job_queue/factory.py +11 -0
  2662. vibe_surf/langflow/services/job_queue/service.py +328 -0
  2663. vibe_surf/langflow/services/manager.py +149 -0
  2664. vibe_surf/langflow/services/mcp_composer/__init__.py +6 -0
  2665. vibe_surf/langflow/services/mcp_composer/factory.py +15 -0
  2666. vibe_surf/langflow/services/mcp_composer/service.py +591 -0
  2667. vibe_surf/langflow/services/schema.py +23 -0
  2668. vibe_surf/langflow/services/session/__init__.py +0 -0
  2669. vibe_surf/langflow/services/session/factory.py +18 -0
  2670. vibe_surf/langflow/services/session/service.py +63 -0
  2671. vibe_surf/langflow/services/session/utils.py +18 -0
  2672. vibe_surf/langflow/services/settings/__init__.py +3 -0
  2673. vibe_surf/langflow/services/settings/auth.py +147 -0
  2674. vibe_surf/langflow/services/settings/base.py +587 -0
  2675. vibe_surf/langflow/services/settings/constants.py +34 -0
  2676. vibe_surf/langflow/services/settings/factory.py +22 -0
  2677. vibe_surf/langflow/services/settings/feature_flags.py +11 -0
  2678. vibe_surf/langflow/services/settings/manager.py +49 -0
  2679. vibe_surf/langflow/services/settings/service.py +32 -0
  2680. vibe_surf/langflow/services/settings/utils.py +40 -0
  2681. vibe_surf/langflow/services/shared_component_cache/__init__.py +0 -0
  2682. vibe_surf/langflow/services/shared_component_cache/factory.py +18 -0
  2683. vibe_surf/langflow/services/shared_component_cache/service.py +7 -0
  2684. vibe_surf/langflow/services/socket/__init__.py +0 -0
  2685. vibe_surf/langflow/services/socket/factory.py +20 -0
  2686. vibe_surf/langflow/services/socket/service.py +84 -0
  2687. vibe_surf/langflow/services/socket/utils.py +112 -0
  2688. vibe_surf/langflow/services/state/__init__.py +0 -0
  2689. vibe_surf/langflow/services/state/factory.py +16 -0
  2690. vibe_surf/langflow/services/state/service.py +82 -0
  2691. vibe_surf/langflow/services/storage/__init__.py +0 -0
  2692. vibe_surf/langflow/services/storage/constants.py +28 -0
  2693. vibe_surf/langflow/services/storage/factory.py +30 -0
  2694. vibe_surf/langflow/services/storage/local.py +127 -0
  2695. vibe_surf/langflow/services/storage/s3.py +105 -0
  2696. vibe_surf/langflow/services/storage/service.py +51 -0
  2697. vibe_surf/langflow/services/storage/utils.py +5 -0
  2698. vibe_surf/langflow/services/store/__init__.py +0 -0
  2699. vibe_surf/langflow/services/store/exceptions.py +25 -0
  2700. vibe_surf/langflow/services/store/factory.py +20 -0
  2701. vibe_surf/langflow/services/store/schema.py +74 -0
  2702. vibe_surf/langflow/services/store/service.py +600 -0
  2703. vibe_surf/langflow/services/store/utils.py +67 -0
  2704. vibe_surf/langflow/services/task/__init__.py +0 -0
  2705. vibe_surf/langflow/services/task/backends/__init__.py +0 -0
  2706. vibe_surf/langflow/services/task/backends/anyio.py +117 -0
  2707. vibe_surf/langflow/services/task/backends/base.py +15 -0
  2708. vibe_surf/langflow/services/task/backends/celery.py +29 -0
  2709. vibe_surf/langflow/services/task/factory.py +14 -0
  2710. vibe_surf/langflow/services/task/service.py +40 -0
  2711. vibe_surf/langflow/services/task/temp_flow_cleanup.py +136 -0
  2712. vibe_surf/langflow/services/task/utils.py +23 -0
  2713. vibe_surf/langflow/services/telemetry/__init__.py +0 -0
  2714. vibe_surf/langflow/services/telemetry/factory.py +20 -0
  2715. vibe_surf/langflow/services/telemetry/opentelemetry.py +253 -0
  2716. vibe_surf/langflow/services/telemetry/schema.py +45 -0
  2717. vibe_surf/langflow/services/telemetry/service.py +281 -0
  2718. vibe_surf/langflow/services/tracing/__init__.py +0 -0
  2719. vibe_surf/langflow/services/tracing/arize_phoenix.py +375 -0
  2720. vibe_surf/langflow/services/tracing/base.py +71 -0
  2721. vibe_surf/langflow/services/tracing/factory.py +20 -0
  2722. vibe_surf/langflow/services/tracing/langfuse.py +170 -0
  2723. vibe_surf/langflow/services/tracing/langsmith.py +208 -0
  2724. vibe_surf/langflow/services/tracing/langwatch.py +185 -0
  2725. vibe_surf/langflow/services/tracing/opik.py +235 -0
  2726. vibe_surf/langflow/services/tracing/schema.py +20 -0
  2727. vibe_surf/langflow/services/tracing/service.py +460 -0
  2728. vibe_surf/langflow/services/tracing/traceloop.py +244 -0
  2729. vibe_surf/langflow/services/tracing/utils.py +29 -0
  2730. vibe_surf/langflow/services/utils.py +246 -0
  2731. vibe_surf/langflow/services/variable/__init__.py +0 -0
  2732. vibe_surf/langflow/services/variable/base.py +119 -0
  2733. vibe_surf/langflow/services/variable/constants.py +2 -0
  2734. vibe_surf/langflow/services/variable/factory.py +28 -0
  2735. vibe_surf/langflow/services/variable/kubernetes.py +204 -0
  2736. vibe_surf/langflow/services/variable/kubernetes_secrets.py +193 -0
  2737. vibe_surf/langflow/services/variable/service.py +195 -0
  2738. vibe_surf/langflow/settings.py +12 -0
  2739. vibe_surf/langflow/template/__init__.py +10 -0
  2740. vibe_surf/langflow/template/field/__init__.py +0 -0
  2741. vibe_surf/langflow/template/field/base.py +257 -0
  2742. vibe_surf/langflow/template/field/prompt.py +2 -0
  2743. vibe_surf/langflow/template/frontend_node/__init__.py +6 -0
  2744. vibe_surf/langflow/template/frontend_node/base.py +214 -0
  2745. vibe_surf/langflow/template/frontend_node/constants.py +65 -0
  2746. vibe_surf/langflow/template/frontend_node/custom_components.py +97 -0
  2747. vibe_surf/langflow/template/template/__init__.py +0 -0
  2748. vibe_surf/langflow/template/template/base.py +99 -0
  2749. vibe_surf/langflow/template/utils.py +217 -0
  2750. vibe_surf/langflow/type_extraction/__init__.py +0 -0
  2751. vibe_surf/langflow/type_extraction/type_extraction.py +78 -0
  2752. vibe_surf/langflow/utils/__init__.py +0 -0
  2753. vibe_surf/langflow/utils/async_helpers.py +42 -0
  2754. vibe_surf/langflow/utils/component_utils.py +147 -0
  2755. vibe_surf/langflow/utils/compression.py +19 -0
  2756. vibe_surf/langflow/utils/concurrency.py +60 -0
  2757. vibe_surf/langflow/utils/connection_string_parser.py +8 -0
  2758. vibe_surf/langflow/utils/constants.py +205 -0
  2759. vibe_surf/langflow/utils/data_structure.py +212 -0
  2760. vibe_surf/langflow/utils/image.py +102 -0
  2761. vibe_surf/langflow/utils/lazy_load.py +15 -0
  2762. vibe_surf/langflow/utils/migration.py +61 -0
  2763. vibe_surf/langflow/utils/payload.py +84 -0
  2764. vibe_surf/langflow/utils/schemas.py +117 -0
  2765. vibe_surf/langflow/utils/template_validation.py +284 -0
  2766. vibe_surf/langflow/utils/util.py +479 -0
  2767. vibe_surf/langflow/utils/util_strings.py +56 -0
  2768. vibe_surf/langflow/utils/validate.py +489 -0
  2769. vibe_surf/langflow/utils/version.py +72 -0
  2770. vibe_surf/langflow/utils/voice_utils.py +92 -0
  2771. vibe_surf/langflow/worker.py +37 -0
  2772. vibe_surf/llm/openai_compatible.py +2 -9
  2773. vibe_surf/logger.py +3 -3
  2774. vibe_surf/telemetry/__init__.py +60 -0
  2775. vibe_surf/telemetry/service.py +113 -0
  2776. vibe_surf/telemetry/views.py +188 -0
  2777. vibe_surf/tools/browser_use_tools.py +206 -44
  2778. vibe_surf/tools/composio_client.py +458 -0
  2779. vibe_surf/tools/file_system.py +7 -3
  2780. vibe_surf/tools/mcp_client.py +21 -2
  2781. vibe_surf/tools/utils.py +1540 -0
  2782. vibe_surf/tools/vibesurf_tools.py +980 -975
  2783. vibe_surf/tools/views.py +126 -8
  2784. vibe_surf/tools/website_api/__init__.py +0 -0
  2785. vibe_surf/tools/website_api/douyin/__init__.py +0 -0
  2786. vibe_surf/tools/website_api/douyin/client.py +861 -0
  2787. vibe_surf/tools/website_api/douyin/helpers.py +239 -0
  2788. vibe_surf/tools/website_api/weibo/__init__.py +0 -0
  2789. vibe_surf/tools/website_api/weibo/client.py +777 -0
  2790. vibe_surf/tools/website_api/weibo/helpers.py +997 -0
  2791. vibe_surf/tools/website_api/xhs/__init__.py +0 -0
  2792. vibe_surf/tools/website_api/xhs/client.py +814 -0
  2793. vibe_surf/tools/website_api/xhs/helpers.py +302 -0
  2794. vibe_surf/tools/website_api/youtube/__init__.py +32 -0
  2795. vibe_surf/tools/website_api/youtube/client.py +1267 -0
  2796. vibe_surf/tools/website_api/youtube/helpers.py +420 -0
  2797. vibe_surf/utils.py +34 -0
  2798. vibe_surf/workflows/Browser/browser_click_element.py +189 -0
  2799. vibe_surf/workflows/Browser/browser_drag_drop.py +81 -0
  2800. vibe_surf/workflows/Browser/browser_evaluate_js.py +178 -0
  2801. vibe_surf/workflows/Browser/browser_extract_content.py +197 -0
  2802. vibe_surf/workflows/Browser/browser_focus_element.py +153 -0
  2803. vibe_surf/workflows/Browser/browser_generate_js.py +85 -0
  2804. vibe_surf/workflows/Browser/browser_go_back.py +45 -0
  2805. vibe_surf/workflows/Browser/browser_go_forward.py +44 -0
  2806. vibe_surf/workflows/Browser/browser_hover_element.py +154 -0
  2807. vibe_surf/workflows/Browser/browser_html_content.py +73 -0
  2808. vibe_surf/workflows/Browser/browser_input_text.py +169 -0
  2809. vibe_surf/workflows/Browser/browser_navigate.py +50 -0
  2810. vibe_surf/workflows/Browser/browser_new_tab.py +50 -0
  2811. vibe_surf/workflows/Browser/browser_page_info.py +67 -0
  2812. vibe_surf/workflows/Browser/browser_press_key.py +51 -0
  2813. vibe_surf/workflows/Browser/browser_reload.py +44 -0
  2814. vibe_surf/workflows/Browser/browser_scroll.py +99 -0
  2815. vibe_surf/workflows/Browser/browser_search.py +88 -0
  2816. vibe_surf/workflows/Browser/browser_select_options.py +94 -0
  2817. vibe_surf/workflows/Browser/browser_session.py +54 -0
  2818. vibe_surf/workflows/Browser/browser_take_screenshot.py +76 -0
  2819. vibe_surf/workflows/Browser/browser_upload_file.py +178 -0
  2820. vibe_surf/workflows/Browser/browser_wait.py +46 -0
  2821. vibe_surf/workflows/Browser/close_browser_session.py +51 -0
  2822. vibe_surf/workflows/FileSystem/extract_content_from_file.py +112 -0
  2823. vibe_surf/workflows/FileSystem/load_json.py +136 -0
  2824. vibe_surf/workflows/Integrations/composio_api.py +279 -0
  2825. vibe_surf/workflows/Integrations/douyin.py +232 -0
  2826. vibe_surf/workflows/Integrations/dropbox_compnent.py +11 -0
  2827. vibe_surf/workflows/Integrations/github_composio.py +11 -0
  2828. vibe_surf/workflows/Integrations/gmail_composio.py +38 -0
  2829. vibe_surf/workflows/Integrations/googlecalendar_composio.py +11 -0
  2830. vibe_surf/workflows/Integrations/googlemeet_composio.py +11 -0
  2831. vibe_surf/workflows/Integrations/googletasks_composio.py +8 -0
  2832. vibe_surf/workflows/Integrations/linear_composio.py +11 -0
  2833. vibe_surf/workflows/Integrations/outlook_composio.py +11 -0
  2834. vibe_surf/workflows/Integrations/reddit_composio.py +11 -0
  2835. vibe_surf/workflows/Integrations/slack_composio.py +11 -0
  2836. vibe_surf/workflows/Integrations/slackbot_composio.py +11 -0
  2837. vibe_surf/workflows/Integrations/supabase_composio.py +11 -0
  2838. vibe_surf/workflows/Integrations/todoist_composio.py +11 -0
  2839. vibe_surf/workflows/Integrations/weibo.py +244 -0
  2840. vibe_surf/workflows/Integrations/xiaohongshu.py +229 -0
  2841. vibe_surf/workflows/Integrations/yahoo.py +103 -0
  2842. vibe_surf/workflows/Integrations/youtube.py +251 -0
  2843. vibe_surf/workflows/Integrations/youtube_composio.py +11 -0
  2844. vibe_surf/workflows/VibeSurf/advanced_search.py +166 -0
  2845. vibe_surf/workflows/VibeSurf/browser_use_agent.py +150 -0
  2846. vibe_surf/workflows/VibeSurf/llm_profiles.py +103 -0
  2847. vibe_surf/workflows/VibeSurf/select_dataframe.py +44 -0
  2848. vibe_surf/workflows/VibeSurf/variable_manager.py +140 -0
  2849. vibe_surf/workflows/VibeSurf/vibesurf_agent.py +113 -0
  2850. vibesurf-0.2.6.dist-info/METADATA +406 -0
  2851. vibesurf-0.2.6.dist-info/RECORD +2916 -0
  2852. vibesurf-0.2.6.dist-info/licenses/LICENSE +22 -0
  2853. vibesurf-0.1.26.dist-info/METADATA +0 -126
  2854. vibesurf-0.1.26.dist-info/RECORD +0 -104
  2855. vibesurf-0.1.26.dist-info/licenses/LICENSE +0 -201
  2856. {vibesurf-0.1.26.dist-info → vibesurf-0.2.6.dist-info}/WHEEL +0 -0
  2857. {vibesurf-0.1.26.dist-info → vibesurf-0.2.6.dist-info}/entry_points.txt +0 -0
  2858. {vibesurf-0.1.26.dist-info → vibesurf-0.2.6.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,4101 @@
1
+ {
2
+ "data": {
3
+ "edges": [
4
+ {
5
+ "animated": false,
6
+ "className": "",
7
+ "data": {
8
+ "sourceHandle": {
9
+ "dataType": "Prompt",
10
+ "id": "Prompt-WvveL",
11
+ "name": "prompt",
12
+ "output_types": [
13
+ "Message"
14
+ ]
15
+ },
16
+ "targetHandle": {
17
+ "fieldName": "system_prompt",
18
+ "id": "Agent-X1iAT",
19
+ "inputTypes": [
20
+ "Message"
21
+ ],
22
+ "type": "str"
23
+ }
24
+ },
25
+ "id": "reactflow__edge-Prompt-WvveL{œdataTypeœ:œPromptœ,œidœ:œPrompt-WvveLœ,œnameœ:œpromptœ,œoutput_typesœ:[œMessageœ]}-Agent-X1iAT{œfieldNameœ:œsystem_promptœ,œidœ:œAgent-X1iATœ,œinputTypesœ:[œMessageœ],œtypeœ:œstrœ}",
26
+ "selected": false,
27
+ "source": "Prompt-WvveL",
28
+ "sourceHandle": "{œdataTypeœ: œPromptœ, œidœ: œPrompt-WvveLœ, œnameœ: œpromptœ, œoutput_typesœ: [œMessageœ]}",
29
+ "target": "Agent-X1iAT",
30
+ "targetHandle": "{œfieldNameœ: œsystem_promptœ, œidœ: œAgent-X1iATœ, œinputTypesœ: [œMessageœ], œtypeœ: œstrœ}"
31
+ },
32
+ {
33
+ "animated": false,
34
+ "className": "",
35
+ "data": {
36
+ "sourceHandle": {
37
+ "dataType": "Prompt",
38
+ "id": "Prompt-6JL4E",
39
+ "name": "prompt",
40
+ "output_types": [
41
+ "Message"
42
+ ]
43
+ },
44
+ "targetHandle": {
45
+ "fieldName": "system_prompt",
46
+ "id": "Agent-EQcU8",
47
+ "inputTypes": [
48
+ "Message"
49
+ ],
50
+ "type": "str"
51
+ }
52
+ },
53
+ "id": "reactflow__edge-Prompt-6JL4E{œdataTypeœ:œPromptœ,œidœ:œPrompt-6JL4Eœ,œnameœ:œpromptœ,œoutput_typesœ:[œMessageœ]}-Agent-EQcU8{œfieldNameœ:œsystem_promptœ,œidœ:œAgent-EQcU8œ,œinputTypesœ:[œMessageœ],œtypeœ:œstrœ}",
54
+ "selected": false,
55
+ "source": "Prompt-6JL4E",
56
+ "sourceHandle": "{œdataTypeœ: œPromptœ, œidœ: œPrompt-6JL4Eœ, œnameœ: œpromptœ, œoutput_typesœ: [œMessageœ]}",
57
+ "target": "Agent-EQcU8",
58
+ "targetHandle": "{œfieldNameœ: œsystem_promptœ, œidœ: œAgent-EQcU8œ, œinputTypesœ: [œMessageœ], œtypeœ: œstrœ}"
59
+ },
60
+ {
61
+ "animated": false,
62
+ "className": "",
63
+ "data": {
64
+ "sourceHandle": {
65
+ "dataType": "Agent",
66
+ "id": "Agent-EQcU8",
67
+ "name": "response",
68
+ "output_types": [
69
+ "Message"
70
+ ]
71
+ },
72
+ "targetHandle": {
73
+ "fieldName": "finance_agent_output",
74
+ "id": "Prompt-WvveL",
75
+ "inputTypes": [
76
+ "Message",
77
+ "Text"
78
+ ],
79
+ "type": "str"
80
+ }
81
+ },
82
+ "id": "reactflow__edge-Agent-EQcU8{œdataTypeœ:œAgentœ,œidœ:œAgent-EQcU8œ,œnameœ:œresponseœ,œoutput_typesœ:[œMessageœ]}-Prompt-WvveL{œfieldNameœ:œfinance_agent_outputœ,œidœ:œPrompt-WvveLœ,œinputTypesœ:[œMessageœ,œTextœ],œtypeœ:œstrœ}",
83
+ "selected": false,
84
+ "source": "Agent-EQcU8",
85
+ "sourceHandle": "{œdataTypeœ: œAgentœ, œidœ: œAgent-EQcU8œ, œnameœ: œresponseœ, œoutput_typesœ: [œMessageœ]}",
86
+ "target": "Prompt-WvveL",
87
+ "targetHandle": "{œfieldNameœ: œfinance_agent_outputœ, œidœ: œPrompt-WvveLœ, œinputTypesœ: [œMessageœ, œTextœ], œtypeœ: œstrœ}"
88
+ },
89
+ {
90
+ "animated": false,
91
+ "className": "",
92
+ "data": {
93
+ "sourceHandle": {
94
+ "dataType": "ChatInput",
95
+ "id": "ChatInput-NuUHZ",
96
+ "name": "message",
97
+ "output_types": [
98
+ "Message"
99
+ ]
100
+ },
101
+ "targetHandle": {
102
+ "fieldName": "input_value",
103
+ "id": "Agent-b7nmW",
104
+ "inputTypes": [
105
+ "Message"
106
+ ],
107
+ "type": "str"
108
+ }
109
+ },
110
+ "id": "reactflow__edge-ChatInput-NuUHZ{œdataTypeœ:œChatInputœ,œidœ:œChatInput-NuUHZœ,œnameœ:œmessageœ,œoutput_typesœ:[œMessageœ]}-Agent-b7nmW{œfieldNameœ:œinput_valueœ,œidœ:œAgent-b7nmWœ,œinputTypesœ:[œMessageœ],œtypeœ:œstrœ}",
111
+ "selected": false,
112
+ "source": "ChatInput-NuUHZ",
113
+ "sourceHandle": "{œdataTypeœ: œChatInputœ, œidœ: œChatInput-NuUHZœ, œnameœ: œmessageœ, œoutput_typesœ: [œMessageœ]}",
114
+ "target": "Agent-b7nmW",
115
+ "targetHandle": "{œfieldNameœ: œinput_valueœ, œidœ: œAgent-b7nmWœ, œinputTypesœ: [œMessageœ], œtypeœ: œstrœ}"
116
+ },
117
+ {
118
+ "animated": false,
119
+ "className": "",
120
+ "data": {
121
+ "sourceHandle": {
122
+ "dataType": "Prompt",
123
+ "id": "Prompt-ajhmq",
124
+ "name": "prompt",
125
+ "output_types": [
126
+ "Message"
127
+ ]
128
+ },
129
+ "targetHandle": {
130
+ "fieldName": "system_prompt",
131
+ "id": "Agent-b7nmW",
132
+ "inputTypes": [
133
+ "Message"
134
+ ],
135
+ "type": "str"
136
+ }
137
+ },
138
+ "id": "reactflow__edge-Prompt-ajhmq{œdataTypeœ:œPromptœ,œidœ:œPrompt-ajhmqœ,œnameœ:œpromptœ,œoutput_typesœ:[œMessageœ]}-Agent-b7nmW{œfieldNameœ:œsystem_promptœ,œidœ:œAgent-b7nmWœ,œinputTypesœ:[œMessageœ],œtypeœ:œstrœ}",
139
+ "selected": false,
140
+ "source": "Prompt-ajhmq",
141
+ "sourceHandle": "{œdataTypeœ: œPromptœ, œidœ: œPrompt-ajhmqœ, œnameœ: œpromptœ, œoutput_typesœ: [œMessageœ]}",
142
+ "target": "Agent-b7nmW",
143
+ "targetHandle": "{œfieldNameœ: œsystem_promptœ, œidœ: œAgent-b7nmWœ, œinputTypesœ: [œMessageœ], œtypeœ: œstrœ}"
144
+ },
145
+ {
146
+ "animated": false,
147
+ "className": "",
148
+ "data": {
149
+ "sourceHandle": {
150
+ "dataType": "Agent",
151
+ "id": "Agent-b7nmW",
152
+ "name": "response",
153
+ "output_types": [
154
+ "Message"
155
+ ]
156
+ },
157
+ "targetHandle": {
158
+ "fieldName": "input_value",
159
+ "id": "Agent-EQcU8",
160
+ "inputTypes": [
161
+ "Message"
162
+ ],
163
+ "type": "str"
164
+ }
165
+ },
166
+ "id": "reactflow__edge-Agent-b7nmW{œdataTypeœ:œAgentœ,œidœ:œAgent-b7nmWœ,œnameœ:œresponseœ,œoutput_typesœ:[œMessageœ]}-Agent-EQcU8{œfieldNameœ:œinput_valueœ,œidœ:œAgent-EQcU8œ,œinputTypesœ:[œMessageœ],œtypeœ:œstrœ}",
167
+ "selected": false,
168
+ "source": "Agent-b7nmW",
169
+ "sourceHandle": "{œdataTypeœ: œAgentœ, œidœ: œAgent-b7nmWœ, œnameœ: œresponseœ, œoutput_typesœ: [œMessageœ]}",
170
+ "target": "Agent-EQcU8",
171
+ "targetHandle": "{œfieldNameœ: œinput_valueœ, œidœ: œAgent-EQcU8œ, œinputTypesœ: [œMessageœ], œtypeœ: œstrœ}"
172
+ },
173
+ {
174
+ "animated": false,
175
+ "className": "",
176
+ "data": {
177
+ "sourceHandle": {
178
+ "dataType": "Agent",
179
+ "id": "Agent-b7nmW",
180
+ "name": "response",
181
+ "output_types": [
182
+ "Message"
183
+ ]
184
+ },
185
+ "targetHandle": {
186
+ "fieldName": "research_agent_output",
187
+ "id": "Prompt-WvveL",
188
+ "inputTypes": [
189
+ "Message",
190
+ "Text"
191
+ ],
192
+ "type": "str"
193
+ }
194
+ },
195
+ "id": "reactflow__edge-Agent-b7nmW{œdataTypeœ:œAgentœ,œidœ:œAgent-b7nmWœ,œnameœ:œresponseœ,œoutput_typesœ:[œMessageœ]}-Prompt-WvveL{œfieldNameœ:œresearch_agent_outputœ,œidœ:œPrompt-WvveLœ,œinputTypesœ:[œMessageœ,œTextœ],œtypeœ:œstrœ}",
196
+ "selected": false,
197
+ "source": "Agent-b7nmW",
198
+ "sourceHandle": "{œdataTypeœ: œAgentœ, œidœ: œAgent-b7nmWœ, œnameœ: œresponseœ, œoutput_typesœ: [œMessageœ]}",
199
+ "target": "Prompt-WvveL",
200
+ "targetHandle": "{œfieldNameœ: œresearch_agent_outputœ, œidœ: œPrompt-WvveLœ, œinputTypesœ: [œMessageœ, œTextœ], œtypeœ: œstrœ}"
201
+ },
202
+ {
203
+ "animated": false,
204
+ "className": "",
205
+ "data": {
206
+ "sourceHandle": {
207
+ "dataType": "CalculatorComponent",
208
+ "id": "CalculatorComponent-0P2yI",
209
+ "name": "component_as_tool",
210
+ "output_types": [
211
+ "Tool"
212
+ ]
213
+ },
214
+ "targetHandle": {
215
+ "fieldName": "tools",
216
+ "id": "Agent-X1iAT",
217
+ "inputTypes": [
218
+ "Tool"
219
+ ],
220
+ "type": "other"
221
+ }
222
+ },
223
+ "id": "reactflow__edge-CalculatorComponent-0P2yI{œdataTypeœ:œCalculatorComponentœ,œidœ:œCalculatorComponent-0P2yIœ,œnameœ:œcomponent_as_toolœ,œoutput_typesœ:[œToolœ]}-Agent-X1iAT{œfieldNameœ:œtoolsœ,œidœ:œAgent-X1iATœ,œinputTypesœ:[œToolœ],œtypeœ:œotherœ}",
224
+ "selected": false,
225
+ "source": "CalculatorComponent-0P2yI",
226
+ "sourceHandle": "{œdataTypeœ: œCalculatorComponentœ, œidœ: œCalculatorComponent-0P2yIœ, œnameœ: œcomponent_as_toolœ, œoutput_typesœ: [œToolœ]}",
227
+ "target": "Agent-X1iAT",
228
+ "targetHandle": "{œfieldNameœ: œtoolsœ, œidœ: œAgent-X1iATœ, œinputTypesœ: [œToolœ], œtypeœ: œotherœ}"
229
+ },
230
+ {
231
+ "animated": false,
232
+ "className": "",
233
+ "data": {
234
+ "sourceHandle": {
235
+ "dataType": "YfinanceComponent",
236
+ "id": "YfinanceComponent-hAneS",
237
+ "name": "component_as_tool",
238
+ "output_types": [
239
+ "Tool"
240
+ ]
241
+ },
242
+ "targetHandle": {
243
+ "fieldName": "tools",
244
+ "id": "Agent-EQcU8",
245
+ "inputTypes": [
246
+ "Tool"
247
+ ],
248
+ "type": "other"
249
+ }
250
+ },
251
+ "id": "reactflow__edge-YfinanceComponent-hAneS{œdataTypeœ:œYfinanceComponentœ,œidœ:œYfinanceComponent-hAneSœ,œnameœ:œcomponent_as_toolœ,œoutput_typesœ:[œToolœ]}-Agent-EQcU8{œfieldNameœ:œtoolsœ,œidœ:œAgent-EQcU8œ,œinputTypesœ:[œToolœ],œtypeœ:œotherœ}",
252
+ "selected": false,
253
+ "source": "YfinanceComponent-hAneS",
254
+ "sourceHandle": "{œdataTypeœ: œYfinanceComponentœ, œidœ: œYfinanceComponent-hAneSœ, œnameœ: œcomponent_as_toolœ, œoutput_typesœ: [œToolœ]}",
255
+ "target": "Agent-EQcU8",
256
+ "targetHandle": "{œfieldNameœ: œtoolsœ, œidœ: œAgent-EQcU8œ, œinputTypesœ: [œToolœ], œtypeœ: œotherœ}"
257
+ },
258
+ {
259
+ "animated": false,
260
+ "className": "",
261
+ "data": {
262
+ "sourceHandle": {
263
+ "dataType": "TavilySearchComponent",
264
+ "id": "TavilySearchComponent-DTUmi",
265
+ "name": "component_as_tool",
266
+ "output_types": [
267
+ "Tool"
268
+ ]
269
+ },
270
+ "targetHandle": {
271
+ "fieldName": "tools",
272
+ "id": "Agent-b7nmW",
273
+ "inputTypes": [
274
+ "Tool"
275
+ ],
276
+ "type": "other"
277
+ }
278
+ },
279
+ "id": "reactflow__edge-TavilySearchComponent-DTUmi{œdataTypeœ:œTavilySearchComponentœ,œidœ:œTavilySearchComponent-DTUmiœ,œnameœ:œcomponent_as_toolœ,œoutput_typesœ:[œToolœ]}-Agent-b7nmW{œfieldNameœ:œtoolsœ,œidœ:œAgent-b7nmWœ,œinputTypesœ:[œToolœ],œtypeœ:œotherœ}",
280
+ "selected": false,
281
+ "source": "TavilySearchComponent-DTUmi",
282
+ "sourceHandle": "{œdataTypeœ: œTavilySearchComponentœ, œidœ: œTavilySearchComponent-DTUmiœ, œnameœ: œcomponent_as_toolœ, œoutput_typesœ: [œToolœ]}",
283
+ "target": "Agent-b7nmW",
284
+ "targetHandle": "{œfieldNameœ: œtoolsœ, œidœ: œAgent-b7nmWœ, œinputTypesœ: [œToolœ], œtypeœ: œotherœ}"
285
+ },
286
+ {
287
+ "animated": false,
288
+ "className": "",
289
+ "data": {
290
+ "sourceHandle": {
291
+ "dataType": "Agent",
292
+ "id": "Agent-X1iAT",
293
+ "name": "response",
294
+ "output_types": [
295
+ "Message"
296
+ ]
297
+ },
298
+ "targetHandle": {
299
+ "fieldName": "input_value",
300
+ "id": "ChatOutput-gbqPo",
301
+ "inputTypes": [
302
+ "Data",
303
+ "DataFrame",
304
+ "Message"
305
+ ],
306
+ "type": "other"
307
+ }
308
+ },
309
+ "id": "reactflow__edge-Agent-X1iAT{œdataTypeœ:œAgentœ,œidœ:œAgent-X1iATœ,œnameœ:œresponseœ,œoutput_typesœ:[œMessageœ]}-ChatOutput-gbqPo{œfieldNameœ:œinput_valueœ,œidœ:œChatOutput-gbqPoœ,œinputTypesœ:[œDataœ,œDataFrameœ,œMessageœ],œtypeœ:œotherœ}",
310
+ "selected": false,
311
+ "source": "Agent-X1iAT",
312
+ "sourceHandle": "{œdataTypeœ: œAgentœ, œidœ: œAgent-X1iATœ, œnameœ: œresponseœ, œoutput_typesœ: [œMessageœ]}",
313
+ "target": "ChatOutput-gbqPo",
314
+ "targetHandle": "{œfieldNameœ: œinput_valueœ, œidœ: œChatOutput-gbqPoœ, œinputTypesœ: [œDataœ, œDataFrameœ, œMessageœ], œtypeœ: œotherœ}"
315
+ }
316
+ ],
317
+ "nodes": [
318
+ {
319
+ "data": {
320
+ "description": "Define the agent's instructions, then enter a task to complete using tools.",
321
+ "display_name": "Finance Agent",
322
+ "id": "Agent-EQcU8",
323
+ "node": {
324
+ "base_classes": [
325
+ "Message"
326
+ ],
327
+ "beta": false,
328
+ "conditional_paths": [],
329
+ "custom_fields": {},
330
+ "description": "Define the agent's instructions, then enter a task to complete using tools.",
331
+ "display_name": "Finance Agent",
332
+ "documentation": "",
333
+ "edited": false,
334
+ "field_order": [
335
+ "agent_llm",
336
+ "max_tokens",
337
+ "model_kwargs",
338
+ "json_mode",
339
+ "model_name",
340
+ "openai_api_base",
341
+ "api_key",
342
+ "temperature",
343
+ "seed",
344
+ "max_retries",
345
+ "timeout",
346
+ "system_prompt",
347
+ "n_messages",
348
+ "tools",
349
+ "input_value",
350
+ "handle_parsing_errors",
351
+ "verbose",
352
+ "max_iterations",
353
+ "agent_description",
354
+ "add_current_date_tool"
355
+ ],
356
+ "frozen": false,
357
+ "icon": "bot",
358
+ "legacy": false,
359
+ "metadata": {},
360
+ "minimized": false,
361
+ "output_types": [],
362
+ "outputs": [
363
+ {
364
+ "allows_loop": false,
365
+ "cache": true,
366
+ "display_name": "Response",
367
+ "group_outputs": false,
368
+ "method": "message_response",
369
+ "name": "response",
370
+ "selected": "Message",
371
+ "tool_mode": true,
372
+ "types": [
373
+ "Message"
374
+ ],
375
+ "value": "__UNDEFINED__"
376
+ }
377
+ ],
378
+ "pinned": false,
379
+ "template": {
380
+ "_type": "Component",
381
+ "add_current_date_tool": {
382
+ "_input_type": "BoolInput",
383
+ "advanced": true,
384
+ "display_name": "Current Date",
385
+ "dynamic": false,
386
+ "info": "If true, will add a tool to the agent that returns the current date.",
387
+ "list": false,
388
+ "list_add_label": "Add More",
389
+ "name": "add_current_date_tool",
390
+ "placeholder": "",
391
+ "required": false,
392
+ "show": true,
393
+ "title_case": false,
394
+ "tool_mode": false,
395
+ "trace_as_metadata": true,
396
+ "type": "bool",
397
+ "value": true
398
+ },
399
+ "agent_description": {
400
+ "_input_type": "MultilineInput",
401
+ "advanced": true,
402
+ "copy_field": false,
403
+ "display_name": "Agent Description [Deprecated]",
404
+ "dynamic": false,
405
+ "info": "The description of the agent. This is only used when in Tool Mode. Defaults to 'A helpful assistant with access to the following tools:' and tools are added dynamically. This feature is deprecated and will be removed in future versions.",
406
+ "input_types": [
407
+ "Message"
408
+ ],
409
+ "list": false,
410
+ "list_add_label": "Add More",
411
+ "load_from_db": false,
412
+ "multiline": true,
413
+ "name": "agent_description",
414
+ "placeholder": "",
415
+ "required": false,
416
+ "show": true,
417
+ "title_case": false,
418
+ "tool_mode": false,
419
+ "trace_as_input": true,
420
+ "trace_as_metadata": true,
421
+ "type": "str",
422
+ "value": "A helpful assistant with access to the following tools:"
423
+ },
424
+ "agent_llm": {
425
+ "_input_type": "DropdownInput",
426
+ "advanced": false,
427
+ "combobox": false,
428
+ "dialog_inputs": {},
429
+ "display_name": "Model Provider",
430
+ "dynamic": false,
431
+ "external_options": {
432
+ "fields": {
433
+ "data": {
434
+ "node": {
435
+ "display_name": "Connect other models",
436
+ "icon": "CornerDownLeft",
437
+ "name": "connect_other_models"
438
+ }
439
+ }
440
+ }
441
+ },
442
+ "info": "The provider of the language model that the agent will use to generate responses.",
443
+ "input_types": [],
444
+ "name": "agent_llm",
445
+ "options": [
446
+ "Anthropic",
447
+ "Google Generative AI",
448
+ "OpenAI"
449
+ ],
450
+ "options_metadata": [
451
+ {
452
+ "icon": "Anthropic"
453
+ },
454
+ {
455
+ "icon": "GoogleGenerativeAI"
456
+ },
457
+ {
458
+ "icon": "OpenAI"
459
+ }
460
+ ],
461
+ "placeholder": "",
462
+ "real_time_refresh": true,
463
+ "required": false,
464
+ "show": true,
465
+ "title_case": false,
466
+ "toggle": false,
467
+ "tool_mode": false,
468
+ "trace_as_metadata": true,
469
+ "type": "str",
470
+ "value": "OpenAI"
471
+ },
472
+ "api_key": {
473
+ "_input_type": "SecretStrInput",
474
+ "advanced": false,
475
+ "display_name": "OpenAI API Key",
476
+ "dynamic": false,
477
+ "info": "The OpenAI API Key to use for the OpenAI model.",
478
+ "input_types": [],
479
+ "load_from_db": true,
480
+ "name": "api_key",
481
+ "password": true,
482
+ "placeholder": "",
483
+ "real_time_refresh": true,
484
+ "required": false,
485
+ "show": true,
486
+ "title_case": false,
487
+ "type": "str",
488
+ "value": "OPENAI_API_KEY"
489
+ },
490
+ "code": {
491
+ "advanced": true,
492
+ "dynamic": true,
493
+ "fileTypes": [],
494
+ "file_path": "",
495
+ "info": "",
496
+ "list": false,
497
+ "load_from_db": false,
498
+ "multiline": true,
499
+ "name": "code",
500
+ "password": false,
501
+ "placeholder": "",
502
+ "required": true,
503
+ "show": true,
504
+ "title_case": false,
505
+ "type": "code",
506
+ "value": "import json\nimport re\n\nfrom langchain_core.tools import StructuredTool\nfrom pydantic import ValidationError\n\nfrom vibe_surf.langflow.base.agents.agent import LCToolsAgentComponent\nfrom vibe_surf.langflow.base.agents.events import ExceptionWithMessageError\nfrom vibe_surf.langflow.base.models.model_input_constants import (\n ALL_PROVIDER_FIELDS,\n MODEL_DYNAMIC_UPDATE_FIELDS,\n MODEL_PROVIDERS_DICT,\n MODELS_METADATA,\n)\nfrom vibe_surf.langflow.base.models.model_utils import get_model_name\nfrom vibe_surf.langflow.components.helpers.current_date import CurrentDateComponent\nfrom vibe_surf.langflow.components.helpers.memory import MemoryComponent\nfrom vibe_surf.langflow.components.langchain_utilities.tool_calling import (\n ToolCallingAgentComponent,\n)\nfrom vibe_surf.langflow.custom.custom_component.component import _get_component_toolkit\nfrom vibe_surf.langflow.custom.utils import update_component_build_config\nfrom vibe_surf.langflow.field_typing import Tool\nfrom vibe_surf.langflow.helpers.base_model import build_model_from_schema\nfrom vibe_surf.langflow.io import (\n BoolInput,\n DropdownInput,\n IntInput,\n MultilineInput,\n Output,\n TableInput,\n)\nfrom vibe_surf.langflow.logging import logger\nfrom vibe_surf.langflow.schema.data import Data\nfrom vibe_surf.langflow.schema.dotdict import dotdict\nfrom vibe_surf.langflow.schema.message import Message\nfrom vibe_surf.langflow.schema.table import EditMode\n\n\ndef set_advanced_true(component_input):\n component_input.advanced = True\n return component_input\n\n\nMODEL_PROVIDERS_LIST = [\"Anthropic\", \"Google Generative AI\", \"OpenAI\"]\n\n\nclass AgentComponent(ToolCallingAgentComponent):\n display_name: str = \"Agent\"\n description: str = \"Define the agent's instructions, then enter a task to complete using tools.\"\n documentation: str = \"https://docs.vibe_surf.langflow.org/agents\"\n icon = \"bot\"\n beta = False\n name = \"Agent\"\n\n memory_inputs = [set_advanced_true(component_input) for component_input in MemoryComponent().inputs]\n\n # Filter out json_mode from OpenAI inputs since we handle structured output differently\n openai_inputs_filtered = [\n input_field\n for input_field in MODEL_PROVIDERS_DICT[\"OpenAI\"][\"inputs\"]\n if not (hasattr(input_field, \"name\") and input_field.name == \"json_mode\")\n ]\n\n inputs = [\n DropdownInput(\n name=\"agent_llm\",\n display_name=\"Model Provider\",\n info=\"The provider of the language model that the agent will use to generate responses.\",\n options=[*MODEL_PROVIDERS_LIST],\n value=\"OpenAI\",\n real_time_refresh=True,\n refresh_button=False,\n input_types=[],\n options_metadata=[MODELS_METADATA[key] for key in MODEL_PROVIDERS_LIST],\n external_options={\n \"fields\": {\n \"data\": {\n \"node\": {\n \"name\": \"connect_other_models\",\n \"display_name\": \"Connect other models\",\n \"icon\": \"CornerDownLeft\",\n }\n }\n },\n },\n ),\n *openai_inputs_filtered,\n MultilineInput(\n name=\"system_prompt\",\n display_name=\"Agent Instructions\",\n info=\"System Prompt: Initial instructions and context provided to guide the agent's behavior.\",\n value=\"You are a helpful assistant that can use tools to answer questions and perform tasks.\",\n advanced=False,\n ),\n IntInput(\n name=\"n_messages\",\n display_name=\"Number of Chat History Messages\",\n value=100,\n info=\"Number of chat history messages to retrieve.\",\n advanced=True,\n show=True,\n ),\n MultilineInput(\n name=\"format_instructions\",\n display_name=\"Output Format Instructions\",\n info=\"Generic Template for structured output formatting. Valid only with Structured response.\",\n value=(\n \"You are an AI that extracts structured JSON objects from unstructured text. \"\n \"Use a predefined schema with expected types (str, int, float, bool, dict). \"\n \"Extract ALL relevant instances that match the schema - if multiple patterns exist, capture them all. \"\n \"Fill missing or ambiguous values with defaults: null for missing values. \"\n \"Remove exact duplicates but keep variations that have different field values. \"\n \"Always return valid JSON in the expected format, never throw errors. \"\n \"If multiple objects can be extracted, return them all in the structured format.\"\n ),\n advanced=True,\n ),\n TableInput(\n name=\"output_schema\",\n display_name=\"Output Schema\",\n info=(\n \"Schema Validation: Define the structure and data types for structured output. \"\n \"No validation if no output schema.\"\n ),\n advanced=True,\n required=False,\n value=[],\n table_schema=[\n {\n \"name\": \"name\",\n \"display_name\": \"Name\",\n \"type\": \"str\",\n \"description\": \"Specify the name of the output field.\",\n \"default\": \"field\",\n \"edit_mode\": EditMode.INLINE,\n },\n {\n \"name\": \"description\",\n \"display_name\": \"Description\",\n \"type\": \"str\",\n \"description\": \"Describe the purpose of the output field.\",\n \"default\": \"description of field\",\n \"edit_mode\": EditMode.POPOVER,\n },\n {\n \"name\": \"type\",\n \"display_name\": \"Type\",\n \"type\": \"str\",\n \"edit_mode\": EditMode.INLINE,\n \"description\": (\"Indicate the data type of the output field (e.g., str, int, float, bool, dict).\"),\n \"options\": [\"str\", \"int\", \"float\", \"bool\", \"dict\"],\n \"default\": \"str\",\n },\n {\n \"name\": \"multiple\",\n \"display_name\": \"As List\",\n \"type\": \"boolean\",\n \"description\": \"Set to True if this output field should be a list of the specified type.\",\n \"default\": \"False\",\n \"edit_mode\": EditMode.INLINE,\n },\n ],\n ),\n *LCToolsAgentComponent._base_inputs,\n # removed memory inputs from agent component\n # *memory_inputs,\n BoolInput(\n name=\"add_current_date_tool\",\n display_name=\"Current Date\",\n advanced=True,\n info=\"If true, will add a tool to the agent that returns the current date.\",\n value=True,\n ),\n ]\n outputs = [\n Output(name=\"response\", display_name=\"Response\", method=\"message_response\"),\n ]\n\n async def get_agent_requirements(self):\n \"\"\"Get the agent requirements for the agent.\"\"\"\n llm_model, display_name = await self.get_llm()\n if llm_model is None:\n msg = \"No language model selected. Please choose a model to proceed.\"\n raise ValueError(msg)\n self.model_name = get_model_name(llm_model, display_name=display_name)\n\n # Get memory data\n self.chat_history = await self.get_memory_data()\n if isinstance(self.chat_history, Message):\n self.chat_history = [self.chat_history]\n\n # Add current date tool if enabled\n if self.add_current_date_tool:\n if not isinstance(self.tools, list): # type: ignore[has-type]\n self.tools = []\n current_date_tool = (await CurrentDateComponent(**self.get_base_args()).to_toolkit()).pop(0)\n if not isinstance(current_date_tool, StructuredTool):\n msg = \"CurrentDateComponent must be converted to a StructuredTool\"\n raise TypeError(msg)\n self.tools.append(current_date_tool)\n return llm_model, self.chat_history, self.tools\n\n async def message_response(self) -> Message:\n try:\n llm_model, self.chat_history, self.tools = await self.get_agent_requirements()\n # Set up and run agent\n self.set(\n llm=llm_model,\n tools=self.tools or [],\n chat_history=self.chat_history,\n input_value=self.input_value,\n system_prompt=self.system_prompt,\n )\n agent = self.create_agent_runnable()\n result = await self.run_agent(agent)\n\n # Store result for potential JSON output\n self._agent_result = result\n\n except (ValueError, TypeError, KeyError) as e:\n await logger.aerror(f\"{type(e).__name__}: {e!s}\")\n raise\n except ExceptionWithMessageError as e:\n await logger.aerror(f\"ExceptionWithMessageError occurred: {e}\")\n raise\n # Avoid catching blind Exception; let truly unexpected exceptions propagate\n except Exception as e:\n await logger.aerror(f\"Unexpected error: {e!s}\")\n raise\n else:\n return result\n\n def _preprocess_schema(self, schema):\n \"\"\"Preprocess schema to ensure correct data types for build_model_from_schema.\"\"\"\n processed_schema = []\n for field in schema:\n processed_field = {\n \"name\": str(field.get(\"name\", \"field\")),\n \"type\": str(field.get(\"type\", \"str\")),\n \"description\": str(field.get(\"description\", \"\")),\n \"multiple\": field.get(\"multiple\", False),\n }\n # Ensure multiple is handled correctly\n if isinstance(processed_field[\"multiple\"], str):\n processed_field[\"multiple\"] = processed_field[\"multiple\"].lower() in [\n \"true\",\n \"1\",\n \"t\",\n \"y\",\n \"yes\",\n ]\n processed_schema.append(processed_field)\n return processed_schema\n\n async def build_structured_output_base(self, content: str):\n \"\"\"Build structured output with optional BaseModel validation.\"\"\"\n json_pattern = r\"\\{.*\\}\"\n schema_error_msg = \"Try setting an output schema\"\n\n # Try to parse content as JSON first\n json_data = None\n try:\n json_data = json.loads(content)\n except json.JSONDecodeError:\n json_match = re.search(json_pattern, content, re.DOTALL)\n if json_match:\n try:\n json_data = json.loads(json_match.group())\n except json.JSONDecodeError:\n return {\"content\": content, \"error\": schema_error_msg}\n else:\n return {\"content\": content, \"error\": schema_error_msg}\n\n # If no output schema provided, return parsed JSON without validation\n if not hasattr(self, \"output_schema\") or not self.output_schema or len(self.output_schema) == 0:\n return json_data\n\n # Use BaseModel validation with schema\n try:\n processed_schema = self._preprocess_schema(self.output_schema)\n output_model = build_model_from_schema(processed_schema)\n\n # Validate against the schema\n if isinstance(json_data, list):\n # Multiple objects\n validated_objects = []\n for item in json_data:\n try:\n validated_obj = output_model.model_validate(item)\n validated_objects.append(validated_obj.model_dump())\n except ValidationError as e:\n await logger.aerror(f\"Validation error for item: {e}\")\n # Include invalid items with error info\n validated_objects.append({\"data\": item, \"validation_error\": str(e)})\n return validated_objects\n\n # Single object\n try:\n validated_obj = output_model.model_validate(json_data)\n return [validated_obj.model_dump()] # Return as list for consistency\n except ValidationError as e:\n await logger.aerror(f\"Validation error: {e}\")\n return [{\"data\": json_data, \"validation_error\": str(e)}]\n\n except (TypeError, ValueError) as e:\n await logger.aerror(f\"Error building structured output: {e}\")\n # Fallback to parsed JSON without validation\n return json_data\n\n async def json_response(self) -> Data:\n \"\"\"Convert agent response to structured JSON Data output with schema validation.\"\"\"\n # Always use structured chat agent for JSON response mode for better JSON formatting\n try:\n system_components = []\n\n # 1. Agent Instructions (system_prompt)\n agent_instructions = getattr(self, \"system_prompt\", \"\") or \"\"\n if agent_instructions:\n system_components.append(f\"{agent_instructions}\")\n\n # 2. Format Instructions\n format_instructions = getattr(self, \"format_instructions\", \"\") or \"\"\n if format_instructions:\n system_components.append(f\"Format instructions: {format_instructions}\")\n\n # 3. Schema Information from BaseModel\n if hasattr(self, \"output_schema\") and self.output_schema and len(self.output_schema) > 0:\n try:\n processed_schema = self._preprocess_schema(self.output_schema)\n output_model = build_model_from_schema(processed_schema)\n schema_dict = output_model.model_json_schema()\n schema_info = (\n \"You are given some text that may include format instructions, \"\n \"explanations, or other content alongside a JSON schema.\\n\\n\"\n \"Your task:\\n\"\n \"- Extract only the JSON schema.\\n\"\n \"- Return it as valid JSON.\\n\"\n \"- Do not include format instructions, explanations, or extra text.\\n\\n\"\n \"Input:\\n\"\n f\"{json.dumps(schema_dict, indent=2)}\\n\\n\"\n \"Output (only JSON schema):\"\n )\n system_components.append(schema_info)\n except (ValidationError, ValueError, TypeError, KeyError) as e:\n await logger.aerror(f\"Could not build schema for prompt: {e}\", exc_info=True)\n\n # Combine all components\n combined_instructions = \"\\n\\n\".join(system_components) if system_components else \"\"\n llm_model, self.chat_history, self.tools = await self.get_agent_requirements()\n self.set(\n llm=llm_model,\n tools=self.tools or [],\n chat_history=self.chat_history,\n input_value=self.input_value,\n system_prompt=combined_instructions,\n )\n\n # Create and run structured chat agent\n try:\n structured_agent = self.create_agent_runnable()\n except (NotImplementedError, ValueError, TypeError) as e:\n await logger.aerror(f\"Error with structured chat agent: {e}\")\n raise\n try:\n result = await self.run_agent(structured_agent)\n except (\n ExceptionWithMessageError,\n ValueError,\n TypeError,\n RuntimeError,\n ) as e:\n await logger.aerror(f\"Error with structured agent result: {e}\")\n raise\n # Extract content from structured agent result\n if hasattr(result, \"content\"):\n content = result.content\n elif hasattr(result, \"text\"):\n content = result.text\n else:\n content = str(result)\n\n except (\n ExceptionWithMessageError,\n ValueError,\n TypeError,\n NotImplementedError,\n AttributeError,\n ) as e:\n await logger.aerror(f\"Error with structured chat agent: {e}\")\n # Fallback to regular agent\n content_str = \"No content returned from agent\"\n return Data(data={\"content\": content_str, \"error\": str(e)})\n\n # Process with structured output validation\n try:\n structured_output = await self.build_structured_output_base(content)\n\n # Handle different output formats\n if isinstance(structured_output, list) and structured_output:\n if len(structured_output) == 1:\n return Data(data=structured_output[0])\n return Data(data={\"results\": structured_output})\n if isinstance(structured_output, dict):\n return Data(data=structured_output)\n return Data(data={\"content\": content})\n\n except (ValueError, TypeError) as e:\n await logger.aerror(f\"Error in structured output processing: {e}\")\n return Data(data={\"content\": content, \"error\": str(e)})\n\n async def get_memory_data(self):\n # TODO: This is a temporary fix to avoid message duplication. We should develop a function for this.\n messages = (\n await MemoryComponent(**self.get_base_args())\n .set(\n session_id=self.graph.session_id,\n order=\"Ascending\",\n n_messages=self.n_messages,\n )\n .retrieve_messages()\n )\n return [\n message for message in messages if getattr(message, \"id\", None) != getattr(self.input_value, \"id\", None)\n ]\n\n async def get_llm(self):\n if not isinstance(self.agent_llm, str):\n return self.agent_llm, None\n\n try:\n provider_info = MODEL_PROVIDERS_DICT.get(self.agent_llm)\n if not provider_info:\n msg = f\"Invalid model provider: {self.agent_llm}\"\n raise ValueError(msg)\n\n component_class = provider_info.get(\"component_class\")\n display_name = component_class.display_name\n inputs = provider_info.get(\"inputs\")\n prefix = provider_info.get(\"prefix\", \"\")\n\n return self._build_llm_model(component_class, inputs, prefix), display_name\n\n except (AttributeError, ValueError, TypeError, RuntimeError) as e:\n await logger.aerror(f\"Error building {self.agent_llm} language model: {e!s}\")\n msg = f\"Failed to initialize language model: {e!s}\"\n raise ValueError(msg) from e\n\n def _build_llm_model(self, component, inputs, prefix=\"\"):\n model_kwargs = {}\n for input_ in inputs:\n if hasattr(self, f\"{prefix}{input_.name}\"):\n model_kwargs[input_.name] = getattr(self, f\"{prefix}{input_.name}\")\n return component.set(**model_kwargs).build_model()\n\n def set_component_params(self, component):\n provider_info = MODEL_PROVIDERS_DICT.get(self.agent_llm)\n if provider_info:\n inputs = provider_info.get(\"inputs\")\n prefix = provider_info.get(\"prefix\")\n # Filter out json_mode and only use attributes that exist on this component\n model_kwargs = {}\n for input_ in inputs:\n if hasattr(self, f\"{prefix}{input_.name}\"):\n model_kwargs[input_.name] = getattr(self, f\"{prefix}{input_.name}\")\n\n return component.set(**model_kwargs)\n return component\n\n def delete_fields(self, build_config: dotdict, fields: dict | list[str]) -> None:\n \"\"\"Delete specified fields from build_config.\"\"\"\n for field in fields:\n build_config.pop(field, None)\n\n def update_input_types(self, build_config: dotdict) -> dotdict:\n \"\"\"Update input types for all fields in build_config.\"\"\"\n for key, value in build_config.items():\n if isinstance(value, dict):\n if value.get(\"input_types\") is None:\n build_config[key][\"input_types\"] = []\n elif hasattr(value, \"input_types\") and value.input_types is None:\n value.input_types = []\n return build_config\n\n async def update_build_config(\n self, build_config: dotdict, field_value: str, field_name: str | None = None\n ) -> dotdict:\n # Iterate over all providers in the MODEL_PROVIDERS_DICT\n # Existing logic for updating build_config\n if field_name in (\"agent_llm\",):\n build_config[\"agent_llm\"][\"value\"] = field_value\n provider_info = MODEL_PROVIDERS_DICT.get(field_value)\n if provider_info:\n component_class = provider_info.get(\"component_class\")\n if component_class and hasattr(component_class, \"update_build_config\"):\n # Call the component class's update_build_config method\n build_config = await update_component_build_config(\n component_class, build_config, field_value, \"model_name\"\n )\n\n provider_configs: dict[str, tuple[dict, list[dict]]] = {\n provider: (\n MODEL_PROVIDERS_DICT[provider][\"fields\"],\n [\n MODEL_PROVIDERS_DICT[other_provider][\"fields\"]\n for other_provider in MODEL_PROVIDERS_DICT\n if other_provider != provider\n ],\n )\n for provider in MODEL_PROVIDERS_DICT\n }\n if field_value in provider_configs:\n fields_to_add, fields_to_delete = provider_configs[field_value]\n\n # Delete fields from other providers\n for fields in fields_to_delete:\n self.delete_fields(build_config, fields)\n\n # Add provider-specific fields\n if field_value == \"OpenAI\" and not any(field in build_config for field in fields_to_add):\n build_config.update(fields_to_add)\n else:\n build_config.update(fields_to_add)\n # Reset input types for agent_llm\n build_config[\"agent_llm\"][\"input_types\"] = []\n build_config[\"agent_llm\"][\"display_name\"] = \"Model Provider\"\n elif field_value == \"connect_other_models\":\n # Delete all provider fields\n self.delete_fields(build_config, ALL_PROVIDER_FIELDS)\n # # Update with custom component\n custom_component = DropdownInput(\n name=\"agent_llm\",\n display_name=\"Language Model\",\n info=\"The provider of the language model that the agent will use to generate responses.\",\n options=[*MODEL_PROVIDERS_LIST],\n real_time_refresh=True,\n refresh_button=False,\n input_types=[\"LanguageModel\"],\n placeholder=\"Awaiting model input.\",\n options_metadata=[MODELS_METADATA[key] for key in MODEL_PROVIDERS_LIST],\n external_options={\n \"fields\": {\n \"data\": {\n \"node\": {\n \"name\": \"connect_other_models\",\n \"display_name\": \"Connect other models\",\n \"icon\": \"CornerDownLeft\",\n },\n }\n },\n },\n )\n build_config.update({\"agent_llm\": custom_component.to_dict()})\n # Update input types for all fields\n build_config = self.update_input_types(build_config)\n\n # Validate required keys\n default_keys = [\n \"code\",\n \"_type\",\n \"agent_llm\",\n \"tools\",\n \"input_value\",\n \"add_current_date_tool\",\n \"system_prompt\",\n \"agent_description\",\n \"max_iterations\",\n \"handle_parsing_errors\",\n \"verbose\",\n ]\n missing_keys = [key for key in default_keys if key not in build_config]\n if missing_keys:\n msg = f\"Missing required keys in build_config: {missing_keys}\"\n raise ValueError(msg)\n if (\n isinstance(self.agent_llm, str)\n and self.agent_llm in MODEL_PROVIDERS_DICT\n and field_name in MODEL_DYNAMIC_UPDATE_FIELDS\n ):\n provider_info = MODEL_PROVIDERS_DICT.get(self.agent_llm)\n if provider_info:\n component_class = provider_info.get(\"component_class\")\n component_class = self.set_component_params(component_class)\n prefix = provider_info.get(\"prefix\")\n if component_class and hasattr(component_class, \"update_build_config\"):\n # Call each component class's update_build_config method\n # remove the prefix from the field_name\n if isinstance(field_name, str) and isinstance(prefix, str):\n field_name = field_name.replace(prefix, \"\")\n build_config = await update_component_build_config(\n component_class, build_config, field_value, \"model_name\"\n )\n return dotdict({k: v.to_dict() if hasattr(v, \"to_dict\") else v for k, v in build_config.items()})\n\n async def _get_tools(self) -> list[Tool]:\n component_toolkit = _get_component_toolkit()\n tools_names = self._build_tools_names()\n agent_description = self.get_tool_description()\n # TODO: Agent Description Depreciated Feature to be removed\n description = f\"{agent_description}{tools_names}\"\n tools = component_toolkit(component=self).get_tools(\n tool_name=\"Call_Agent\",\n tool_description=description,\n callbacks=self.get_langchain_callbacks(),\n )\n if hasattr(self, \"tools_metadata\"):\n tools = component_toolkit(component=self, metadata=self.tools_metadata).update_tools_metadata(tools=tools)\n return tools\n"
507
+ },
508
+ "format_instructions": {
509
+ "_input_type": "MultilineInput",
510
+ "advanced": true,
511
+ "copy_field": false,
512
+ "display_name": "Output Format Instructions",
513
+ "dynamic": false,
514
+ "info": "Generic Template for structured output formatting. Valid only with Structured response.",
515
+ "input_types": [
516
+ "Message"
517
+ ],
518
+ "list": false,
519
+ "list_add_label": "Add More",
520
+ "load_from_db": false,
521
+ "multiline": true,
522
+ "name": "format_instructions",
523
+ "placeholder": "",
524
+ "required": false,
525
+ "show": true,
526
+ "title_case": false,
527
+ "tool_mode": false,
528
+ "trace_as_input": true,
529
+ "trace_as_metadata": true,
530
+ "type": "str",
531
+ "value": "You are an AI that extracts structured JSON objects from unstructured text. Use a predefined schema with expected types (str, int, float, bool, dict). Extract ALL relevant instances that match the schema - if multiple patterns exist, capture them all. Fill missing or ambiguous values with defaults: null for missing values. Remove exact duplicates but keep variations that have different field values. Always return valid JSON in the expected format, never throw errors. If multiple objects can be extracted, return them all in the structured format."
532
+ },
533
+ "handle_parsing_errors": {
534
+ "_input_type": "BoolInput",
535
+ "advanced": true,
536
+ "display_name": "Handle Parse Errors",
537
+ "dynamic": false,
538
+ "info": "Should the Agent fix errors when reading user input for better processing?",
539
+ "list": false,
540
+ "list_add_label": "Add More",
541
+ "name": "handle_parsing_errors",
542
+ "placeholder": "",
543
+ "required": false,
544
+ "show": true,
545
+ "title_case": false,
546
+ "tool_mode": false,
547
+ "trace_as_metadata": true,
548
+ "type": "bool",
549
+ "value": true
550
+ },
551
+ "input_value": {
552
+ "_input_type": "MessageTextInput",
553
+ "advanced": false,
554
+ "display_name": "Input",
555
+ "dynamic": false,
556
+ "info": "The input provided by the user for the agent to process.",
557
+ "input_types": [
558
+ "Message"
559
+ ],
560
+ "list": false,
561
+ "list_add_label": "Add More",
562
+ "load_from_db": false,
563
+ "name": "input_value",
564
+ "placeholder": "",
565
+ "required": false,
566
+ "show": true,
567
+ "title_case": false,
568
+ "tool_mode": true,
569
+ "trace_as_input": true,
570
+ "trace_as_metadata": true,
571
+ "type": "str",
572
+ "value": ""
573
+ },
574
+ "max_iterations": {
575
+ "_input_type": "IntInput",
576
+ "advanced": true,
577
+ "display_name": "Max Iterations",
578
+ "dynamic": false,
579
+ "info": "The maximum number of attempts the agent can make to complete its task before it stops.",
580
+ "list": false,
581
+ "list_add_label": "Add More",
582
+ "name": "max_iterations",
583
+ "placeholder": "",
584
+ "required": false,
585
+ "show": true,
586
+ "title_case": false,
587
+ "tool_mode": false,
588
+ "trace_as_metadata": true,
589
+ "type": "int",
590
+ "value": 15
591
+ },
592
+ "max_retries": {
593
+ "_input_type": "IntInput",
594
+ "advanced": true,
595
+ "display_name": "Max Retries",
596
+ "dynamic": false,
597
+ "info": "The maximum number of retries to make when generating.",
598
+ "list": false,
599
+ "list_add_label": "Add More",
600
+ "name": "max_retries",
601
+ "placeholder": "",
602
+ "required": false,
603
+ "show": true,
604
+ "title_case": false,
605
+ "tool_mode": false,
606
+ "trace_as_metadata": true,
607
+ "type": "int",
608
+ "value": 5
609
+ },
610
+ "max_tokens": {
611
+ "_input_type": "IntInput",
612
+ "advanced": true,
613
+ "display_name": "Max Tokens",
614
+ "dynamic": false,
615
+ "info": "The maximum number of tokens to generate. Set to 0 for unlimited tokens.",
616
+ "list": false,
617
+ "list_add_label": "Add More",
618
+ "name": "max_tokens",
619
+ "placeholder": "",
620
+ "range_spec": {
621
+ "max": 128000,
622
+ "min": 0,
623
+ "step": 0.1,
624
+ "step_type": "float"
625
+ },
626
+ "required": false,
627
+ "show": true,
628
+ "title_case": false,
629
+ "tool_mode": false,
630
+ "trace_as_metadata": true,
631
+ "type": "int",
632
+ "value": ""
633
+ },
634
+ "model_kwargs": {
635
+ "_input_type": "DictInput",
636
+ "advanced": true,
637
+ "display_name": "Model Kwargs",
638
+ "dynamic": false,
639
+ "info": "Additional keyword arguments to pass to the model.",
640
+ "list": false,
641
+ "list_add_label": "Add More",
642
+ "name": "model_kwargs",
643
+ "placeholder": "",
644
+ "required": false,
645
+ "show": true,
646
+ "title_case": false,
647
+ "tool_mode": false,
648
+ "trace_as_input": true,
649
+ "type": "dict",
650
+ "value": {}
651
+ },
652
+ "model_name": {
653
+ "_input_type": "DropdownInput",
654
+ "advanced": false,
655
+ "combobox": true,
656
+ "dialog_inputs": {},
657
+ "display_name": "Model Name",
658
+ "dynamic": false,
659
+ "info": "To see the model names, first choose a provider. Then, enter your API key and click the refresh button next to the model name.",
660
+ "load_from_db": false,
661
+ "name": "model_name",
662
+ "options": [
663
+ "gpt-4o-mini",
664
+ "gpt-4o",
665
+ "gpt-4.1",
666
+ "gpt-4.1-mini",
667
+ "gpt-4.1-nano",
668
+ "gpt-4-turbo",
669
+ "gpt-4-turbo-preview",
670
+ "gpt-4",
671
+ "gpt-3.5-turbo",
672
+ "gpt-5",
673
+ "gpt-5-mini",
674
+ "gpt-5-nano",
675
+ "gpt-5-chat-latest",
676
+ "o1",
677
+ "o3-mini",
678
+ "o3",
679
+ "o3-pro",
680
+ "o4-mini",
681
+ "o4-mini-high"
682
+ ],
683
+ "options_metadata": [],
684
+ "placeholder": "",
685
+ "real_time_refresh": false,
686
+ "required": false,
687
+ "show": true,
688
+ "title_case": false,
689
+ "toggle": false,
690
+ "tool_mode": false,
691
+ "trace_as_metadata": true,
692
+ "type": "str",
693
+ "value": "gpt-4.1-mini"
694
+ },
695
+ "n_messages": {
696
+ "_input_type": "IntInput",
697
+ "advanced": true,
698
+ "display_name": "Number of Chat History Messages",
699
+ "dynamic": false,
700
+ "info": "Number of chat history messages to retrieve.",
701
+ "list": false,
702
+ "list_add_label": "Add More",
703
+ "name": "n_messages",
704
+ "placeholder": "",
705
+ "required": false,
706
+ "show": true,
707
+ "title_case": false,
708
+ "tool_mode": false,
709
+ "trace_as_metadata": true,
710
+ "type": "int",
711
+ "value": 100
712
+ },
713
+ "openai_api_base": {
714
+ "_input_type": "StrInput",
715
+ "advanced": true,
716
+ "display_name": "OpenAI API Base",
717
+ "dynamic": false,
718
+ "info": "The base URL of the OpenAI API. Defaults to https://api.openai.com/v1. You can change this to use other APIs like JinaChat, LocalAI and Prem.",
719
+ "list": false,
720
+ "list_add_label": "Add More",
721
+ "load_from_db": false,
722
+ "name": "openai_api_base",
723
+ "placeholder": "",
724
+ "required": false,
725
+ "show": true,
726
+ "title_case": false,
727
+ "tool_mode": false,
728
+ "trace_as_metadata": true,
729
+ "type": "str",
730
+ "value": ""
731
+ },
732
+ "output_schema": {
733
+ "_input_type": "TableInput",
734
+ "advanced": true,
735
+ "display_name": "Output Schema",
736
+ "dynamic": false,
737
+ "info": "Schema Validation: Define the structure and data types for structured output. No validation if no output schema.",
738
+ "is_list": true,
739
+ "list_add_label": "Add More",
740
+ "name": "output_schema",
741
+ "placeholder": "",
742
+ "required": false,
743
+ "show": true,
744
+ "table_icon": "Table",
745
+ "table_schema": {
746
+ "columns": [
747
+ {
748
+ "default": "field",
749
+ "description": "Specify the name of the output field.",
750
+ "disable_edit": false,
751
+ "display_name": "Name",
752
+ "edit_mode": "inline",
753
+ "filterable": true,
754
+ "formatter": "text",
755
+ "hidden": false,
756
+ "name": "name",
757
+ "sortable": true,
758
+ "type": "str"
759
+ },
760
+ {
761
+ "default": "description of field",
762
+ "description": "Describe the purpose of the output field.",
763
+ "disable_edit": false,
764
+ "display_name": "Description",
765
+ "edit_mode": "popover",
766
+ "filterable": true,
767
+ "formatter": "text",
768
+ "hidden": false,
769
+ "name": "description",
770
+ "sortable": true,
771
+ "type": "str"
772
+ },
773
+ {
774
+ "default": "str",
775
+ "description": "Indicate the data type of the output field (e.g., str, int, float, bool, dict).",
776
+ "disable_edit": false,
777
+ "display_name": "Type",
778
+ "edit_mode": "inline",
779
+ "filterable": true,
780
+ "formatter": "text",
781
+ "hidden": false,
782
+ "name": "type",
783
+ "options": [
784
+ "str",
785
+ "int",
786
+ "float",
787
+ "bool",
788
+ "dict"
789
+ ],
790
+ "sortable": true,
791
+ "type": "str"
792
+ },
793
+ {
794
+ "default": false,
795
+ "description": "Set to True if this output field should be a list of the specified type.",
796
+ "disable_edit": false,
797
+ "display_name": "As List",
798
+ "edit_mode": "inline",
799
+ "filterable": true,
800
+ "formatter": "boolean",
801
+ "hidden": false,
802
+ "name": "multiple",
803
+ "sortable": true,
804
+ "type": "boolean"
805
+ }
806
+ ]
807
+ },
808
+ "title_case": false,
809
+ "tool_mode": false,
810
+ "trace_as_metadata": true,
811
+ "trigger_icon": "Table",
812
+ "trigger_text": "Open table",
813
+ "type": "table",
814
+ "value": []
815
+ },
816
+ "seed": {
817
+ "_input_type": "IntInput",
818
+ "advanced": true,
819
+ "display_name": "Seed",
820
+ "dynamic": false,
821
+ "info": "The seed controls the reproducibility of the job.",
822
+ "list": false,
823
+ "list_add_label": "Add More",
824
+ "name": "seed",
825
+ "placeholder": "",
826
+ "required": false,
827
+ "show": true,
828
+ "title_case": false,
829
+ "tool_mode": false,
830
+ "trace_as_metadata": true,
831
+ "type": "int",
832
+ "value": 1
833
+ },
834
+ "system_prompt": {
835
+ "_input_type": "MultilineInput",
836
+ "advanced": false,
837
+ "copy_field": false,
838
+ "display_name": "Agent Instructions",
839
+ "dynamic": false,
840
+ "info": "System Prompt: Initial instructions and context provided to guide the agent's behavior.",
841
+ "input_types": [
842
+ "Message"
843
+ ],
844
+ "list": false,
845
+ "list_add_label": "Add More",
846
+ "load_from_db": false,
847
+ "multiline": true,
848
+ "name": "system_prompt",
849
+ "placeholder": "",
850
+ "required": false,
851
+ "show": true,
852
+ "title_case": false,
853
+ "tool_mode": false,
854
+ "trace_as_input": true,
855
+ "trace_as_metadata": true,
856
+ "type": "str",
857
+ "value": "You are the chief editor of a prestigious publication known for transforming complex information into clear, engaging content. Review and refine the researcher's document about {topic}.\n\nYour editing process should:\n- Verify and challenge any questionable claims\n- Restructure content for better flow and readability\n- Remove redundancies and unclear statements\n- Add context where needed\n- Ensure balanced coverage of the topic\n- Transform technical language into accessible explanations\n\nMaintain high editorial standards while making the content engaging for an educated general audience. Present the revised version in a clean, well-structured format."
858
+ },
859
+ "temperature": {
860
+ "_input_type": "SliderInput",
861
+ "advanced": true,
862
+ "display_name": "Temperature",
863
+ "dynamic": false,
864
+ "info": "",
865
+ "max_label": "",
866
+ "max_label_icon": "",
867
+ "min_label": "",
868
+ "min_label_icon": "",
869
+ "name": "temperature",
870
+ "placeholder": "",
871
+ "range_spec": {
872
+ "max": 1,
873
+ "min": 0,
874
+ "step": 0.01,
875
+ "step_type": "float"
876
+ },
877
+ "required": false,
878
+ "show": true,
879
+ "slider_buttons": false,
880
+ "slider_buttons_options": [],
881
+ "slider_input": false,
882
+ "title_case": false,
883
+ "tool_mode": false,
884
+ "type": "slider",
885
+ "value": 0.1
886
+ },
887
+ "timeout": {
888
+ "_input_type": "IntInput",
889
+ "advanced": true,
890
+ "display_name": "Timeout",
891
+ "dynamic": false,
892
+ "info": "The timeout for requests to OpenAI completion API.",
893
+ "list": false,
894
+ "list_add_label": "Add More",
895
+ "name": "timeout",
896
+ "placeholder": "",
897
+ "required": false,
898
+ "show": true,
899
+ "title_case": false,
900
+ "tool_mode": false,
901
+ "trace_as_metadata": true,
902
+ "type": "int",
903
+ "value": 700
904
+ },
905
+ "tools": {
906
+ "_input_type": "HandleInput",
907
+ "advanced": false,
908
+ "display_name": "Tools",
909
+ "dynamic": false,
910
+ "info": "These are the tools that the agent can use to help with tasks.",
911
+ "input_types": [
912
+ "Tool"
913
+ ],
914
+ "list": true,
915
+ "list_add_label": "Add More",
916
+ "name": "tools",
917
+ "placeholder": "",
918
+ "required": false,
919
+ "show": true,
920
+ "title_case": false,
921
+ "trace_as_metadata": true,
922
+ "type": "other",
923
+ "value": ""
924
+ },
925
+ "verbose": {
926
+ "_input_type": "BoolInput",
927
+ "advanced": true,
928
+ "display_name": "Verbose",
929
+ "dynamic": false,
930
+ "info": "",
931
+ "list": false,
932
+ "list_add_label": "Add More",
933
+ "name": "verbose",
934
+ "placeholder": "",
935
+ "required": false,
936
+ "show": true,
937
+ "title_case": false,
938
+ "tool_mode": false,
939
+ "trace_as_metadata": true,
940
+ "type": "bool",
941
+ "value": true
942
+ }
943
+ },
944
+ "tool_mode": false
945
+ },
946
+ "selected_output": "response",
947
+ "type": "Agent"
948
+ },
949
+ "dragging": false,
950
+ "height": 650,
951
+ "id": "Agent-EQcU8",
952
+ "measured": {
953
+ "height": 650,
954
+ "width": 320
955
+ },
956
+ "position": {
957
+ "x": 45.70736046026991,
958
+ "y": -1369.035463408626
959
+ },
960
+ "positionAbsolute": {
961
+ "x": 45.70736046026991,
962
+ "y": -1369.035463408626
963
+ },
964
+ "selected": false,
965
+ "type": "genericNode",
966
+ "width": 320
967
+ },
968
+ {
969
+ "data": {
970
+ "description": "Define the agent's instructions, then enter a task to complete using tools.",
971
+ "display_name": "Analysis & Editor Agent",
972
+ "id": "Agent-X1iAT",
973
+ "node": {
974
+ "base_classes": [
975
+ "Message"
976
+ ],
977
+ "beta": false,
978
+ "conditional_paths": [],
979
+ "custom_fields": {},
980
+ "description": "Define the agent's instructions, then enter a task to complete using tools.",
981
+ "display_name": "Analysis & Editor Agent",
982
+ "documentation": "",
983
+ "edited": false,
984
+ "field_order": [
985
+ "agent_llm",
986
+ "max_tokens",
987
+ "model_kwargs",
988
+ "json_mode",
989
+ "model_name",
990
+ "openai_api_base",
991
+ "api_key",
992
+ "temperature",
993
+ "seed",
994
+ "max_retries",
995
+ "timeout",
996
+ "system_prompt",
997
+ "n_messages",
998
+ "tools",
999
+ "input_value",
1000
+ "handle_parsing_errors",
1001
+ "verbose",
1002
+ "max_iterations",
1003
+ "agent_description",
1004
+ "add_current_date_tool"
1005
+ ],
1006
+ "frozen": false,
1007
+ "icon": "bot",
1008
+ "legacy": false,
1009
+ "metadata": {},
1010
+ "minimized": false,
1011
+ "output_types": [],
1012
+ "outputs": [
1013
+ {
1014
+ "allows_loop": false,
1015
+ "cache": true,
1016
+ "display_name": "Response",
1017
+ "group_outputs": false,
1018
+ "method": "message_response",
1019
+ "name": "response",
1020
+ "selected": "Message",
1021
+ "tool_mode": true,
1022
+ "types": [
1023
+ "Message"
1024
+ ],
1025
+ "value": "__UNDEFINED__"
1026
+ }
1027
+ ],
1028
+ "pinned": false,
1029
+ "template": {
1030
+ "_type": "Component",
1031
+ "add_current_date_tool": {
1032
+ "_input_type": "BoolInput",
1033
+ "advanced": true,
1034
+ "display_name": "Current Date",
1035
+ "dynamic": false,
1036
+ "info": "If true, will add a tool to the agent that returns the current date.",
1037
+ "list": false,
1038
+ "list_add_label": "Add More",
1039
+ "name": "add_current_date_tool",
1040
+ "placeholder": "",
1041
+ "required": false,
1042
+ "show": true,
1043
+ "title_case": false,
1044
+ "tool_mode": false,
1045
+ "trace_as_metadata": true,
1046
+ "type": "bool",
1047
+ "value": true
1048
+ },
1049
+ "agent_description": {
1050
+ "_input_type": "MultilineInput",
1051
+ "advanced": true,
1052
+ "copy_field": false,
1053
+ "display_name": "Agent Description [Deprecated]",
1054
+ "dynamic": false,
1055
+ "info": "The description of the agent. This is only used when in Tool Mode. Defaults to 'A helpful assistant with access to the following tools:' and tools are added dynamically. This feature is deprecated and will be removed in future versions.",
1056
+ "input_types": [
1057
+ "Message"
1058
+ ],
1059
+ "list": false,
1060
+ "list_add_label": "Add More",
1061
+ "load_from_db": false,
1062
+ "multiline": true,
1063
+ "name": "agent_description",
1064
+ "placeholder": "",
1065
+ "required": false,
1066
+ "show": true,
1067
+ "title_case": false,
1068
+ "tool_mode": false,
1069
+ "trace_as_input": true,
1070
+ "trace_as_metadata": true,
1071
+ "type": "str",
1072
+ "value": "A helpful assistant with access to the following tools:"
1073
+ },
1074
+ "agent_llm": {
1075
+ "_input_type": "DropdownInput",
1076
+ "advanced": false,
1077
+ "combobox": false,
1078
+ "dialog_inputs": {},
1079
+ "display_name": "Model Provider",
1080
+ "dynamic": false,
1081
+ "external_options": {
1082
+ "fields": {
1083
+ "data": {
1084
+ "node": {
1085
+ "display_name": "Connect other models",
1086
+ "icon": "CornerDownLeft",
1087
+ "name": "connect_other_models"
1088
+ }
1089
+ }
1090
+ }
1091
+ },
1092
+ "info": "The provider of the language model that the agent will use to generate responses.",
1093
+ "input_types": [],
1094
+ "name": "agent_llm",
1095
+ "options": [
1096
+ "Anthropic",
1097
+ "Google Generative AI",
1098
+ "OpenAI"
1099
+ ],
1100
+ "options_metadata": [
1101
+ {
1102
+ "icon": "Anthropic"
1103
+ },
1104
+ {
1105
+ "icon": "GoogleGenerativeAI"
1106
+ },
1107
+ {
1108
+ "icon": "OpenAI"
1109
+ }
1110
+ ],
1111
+ "placeholder": "",
1112
+ "real_time_refresh": true,
1113
+ "required": false,
1114
+ "show": true,
1115
+ "title_case": false,
1116
+ "toggle": false,
1117
+ "tool_mode": false,
1118
+ "trace_as_metadata": true,
1119
+ "type": "str",
1120
+ "value": "OpenAI"
1121
+ },
1122
+ "api_key": {
1123
+ "_input_type": "SecretStrInput",
1124
+ "advanced": false,
1125
+ "display_name": "OpenAI API Key",
1126
+ "dynamic": false,
1127
+ "info": "The OpenAI API Key to use for the OpenAI model.",
1128
+ "input_types": [],
1129
+ "load_from_db": true,
1130
+ "name": "api_key",
1131
+ "password": true,
1132
+ "placeholder": "",
1133
+ "real_time_refresh": true,
1134
+ "required": false,
1135
+ "show": true,
1136
+ "title_case": false,
1137
+ "type": "str",
1138
+ "value": "OPENAI_API_KEY"
1139
+ },
1140
+ "code": {
1141
+ "advanced": true,
1142
+ "dynamic": true,
1143
+ "fileTypes": [],
1144
+ "file_path": "",
1145
+ "info": "",
1146
+ "list": false,
1147
+ "load_from_db": false,
1148
+ "multiline": true,
1149
+ "name": "code",
1150
+ "password": false,
1151
+ "placeholder": "",
1152
+ "required": true,
1153
+ "show": true,
1154
+ "title_case": false,
1155
+ "type": "code",
1156
+ "value": "import json\nimport re\n\nfrom langchain_core.tools import StructuredTool\nfrom pydantic import ValidationError\n\nfrom vibe_surf.langflow.base.agents.agent import LCToolsAgentComponent\nfrom vibe_surf.langflow.base.agents.events import ExceptionWithMessageError\nfrom vibe_surf.langflow.base.models.model_input_constants import (\n ALL_PROVIDER_FIELDS,\n MODEL_DYNAMIC_UPDATE_FIELDS,\n MODEL_PROVIDERS_DICT,\n MODELS_METADATA,\n)\nfrom vibe_surf.langflow.base.models.model_utils import get_model_name\nfrom vibe_surf.langflow.components.helpers.current_date import CurrentDateComponent\nfrom vibe_surf.langflow.components.helpers.memory import MemoryComponent\nfrom vibe_surf.langflow.components.langchain_utilities.tool_calling import (\n ToolCallingAgentComponent,\n)\nfrom vibe_surf.langflow.custom.custom_component.component import _get_component_toolkit\nfrom vibe_surf.langflow.custom.utils import update_component_build_config\nfrom vibe_surf.langflow.field_typing import Tool\nfrom vibe_surf.langflow.helpers.base_model import build_model_from_schema\nfrom vibe_surf.langflow.io import (\n BoolInput,\n DropdownInput,\n IntInput,\n MultilineInput,\n Output,\n TableInput,\n)\nfrom vibe_surf.langflow.logging import logger\nfrom vibe_surf.langflow.schema.data import Data\nfrom vibe_surf.langflow.schema.dotdict import dotdict\nfrom vibe_surf.langflow.schema.message import Message\nfrom vibe_surf.langflow.schema.table import EditMode\n\n\ndef set_advanced_true(component_input):\n component_input.advanced = True\n return component_input\n\n\nMODEL_PROVIDERS_LIST = [\"Anthropic\", \"Google Generative AI\", \"OpenAI\"]\n\n\nclass AgentComponent(ToolCallingAgentComponent):\n display_name: str = \"Agent\"\n description: str = \"Define the agent's instructions, then enter a task to complete using tools.\"\n documentation: str = \"https://docs.vibe_surf.langflow.org/agents\"\n icon = \"bot\"\n beta = False\n name = \"Agent\"\n\n memory_inputs = [set_advanced_true(component_input) for component_input in MemoryComponent().inputs]\n\n # Filter out json_mode from OpenAI inputs since we handle structured output differently\n openai_inputs_filtered = [\n input_field\n for input_field in MODEL_PROVIDERS_DICT[\"OpenAI\"][\"inputs\"]\n if not (hasattr(input_field, \"name\") and input_field.name == \"json_mode\")\n ]\n\n inputs = [\n DropdownInput(\n name=\"agent_llm\",\n display_name=\"Model Provider\",\n info=\"The provider of the language model that the agent will use to generate responses.\",\n options=[*MODEL_PROVIDERS_LIST],\n value=\"OpenAI\",\n real_time_refresh=True,\n refresh_button=False,\n input_types=[],\n options_metadata=[MODELS_METADATA[key] for key in MODEL_PROVIDERS_LIST],\n external_options={\n \"fields\": {\n \"data\": {\n \"node\": {\n \"name\": \"connect_other_models\",\n \"display_name\": \"Connect other models\",\n \"icon\": \"CornerDownLeft\",\n }\n }\n },\n },\n ),\n *openai_inputs_filtered,\n MultilineInput(\n name=\"system_prompt\",\n display_name=\"Agent Instructions\",\n info=\"System Prompt: Initial instructions and context provided to guide the agent's behavior.\",\n value=\"You are a helpful assistant that can use tools to answer questions and perform tasks.\",\n advanced=False,\n ),\n IntInput(\n name=\"n_messages\",\n display_name=\"Number of Chat History Messages\",\n value=100,\n info=\"Number of chat history messages to retrieve.\",\n advanced=True,\n show=True,\n ),\n MultilineInput(\n name=\"format_instructions\",\n display_name=\"Output Format Instructions\",\n info=\"Generic Template for structured output formatting. Valid only with Structured response.\",\n value=(\n \"You are an AI that extracts structured JSON objects from unstructured text. \"\n \"Use a predefined schema with expected types (str, int, float, bool, dict). \"\n \"Extract ALL relevant instances that match the schema - if multiple patterns exist, capture them all. \"\n \"Fill missing or ambiguous values with defaults: null for missing values. \"\n \"Remove exact duplicates but keep variations that have different field values. \"\n \"Always return valid JSON in the expected format, never throw errors. \"\n \"If multiple objects can be extracted, return them all in the structured format.\"\n ),\n advanced=True,\n ),\n TableInput(\n name=\"output_schema\",\n display_name=\"Output Schema\",\n info=(\n \"Schema Validation: Define the structure and data types for structured output. \"\n \"No validation if no output schema.\"\n ),\n advanced=True,\n required=False,\n value=[],\n table_schema=[\n {\n \"name\": \"name\",\n \"display_name\": \"Name\",\n \"type\": \"str\",\n \"description\": \"Specify the name of the output field.\",\n \"default\": \"field\",\n \"edit_mode\": EditMode.INLINE,\n },\n {\n \"name\": \"description\",\n \"display_name\": \"Description\",\n \"type\": \"str\",\n \"description\": \"Describe the purpose of the output field.\",\n \"default\": \"description of field\",\n \"edit_mode\": EditMode.POPOVER,\n },\n {\n \"name\": \"type\",\n \"display_name\": \"Type\",\n \"type\": \"str\",\n \"edit_mode\": EditMode.INLINE,\n \"description\": (\"Indicate the data type of the output field (e.g., str, int, float, bool, dict).\"),\n \"options\": [\"str\", \"int\", \"float\", \"bool\", \"dict\"],\n \"default\": \"str\",\n },\n {\n \"name\": \"multiple\",\n \"display_name\": \"As List\",\n \"type\": \"boolean\",\n \"description\": \"Set to True if this output field should be a list of the specified type.\",\n \"default\": \"False\",\n \"edit_mode\": EditMode.INLINE,\n },\n ],\n ),\n *LCToolsAgentComponent._base_inputs,\n # removed memory inputs from agent component\n # *memory_inputs,\n BoolInput(\n name=\"add_current_date_tool\",\n display_name=\"Current Date\",\n advanced=True,\n info=\"If true, will add a tool to the agent that returns the current date.\",\n value=True,\n ),\n ]\n outputs = [\n Output(name=\"response\", display_name=\"Response\", method=\"message_response\"),\n ]\n\n async def get_agent_requirements(self):\n \"\"\"Get the agent requirements for the agent.\"\"\"\n llm_model, display_name = await self.get_llm()\n if llm_model is None:\n msg = \"No language model selected. Please choose a model to proceed.\"\n raise ValueError(msg)\n self.model_name = get_model_name(llm_model, display_name=display_name)\n\n # Get memory data\n self.chat_history = await self.get_memory_data()\n if isinstance(self.chat_history, Message):\n self.chat_history = [self.chat_history]\n\n # Add current date tool if enabled\n if self.add_current_date_tool:\n if not isinstance(self.tools, list): # type: ignore[has-type]\n self.tools = []\n current_date_tool = (await CurrentDateComponent(**self.get_base_args()).to_toolkit()).pop(0)\n if not isinstance(current_date_tool, StructuredTool):\n msg = \"CurrentDateComponent must be converted to a StructuredTool\"\n raise TypeError(msg)\n self.tools.append(current_date_tool)\n return llm_model, self.chat_history, self.tools\n\n async def message_response(self) -> Message:\n try:\n llm_model, self.chat_history, self.tools = await self.get_agent_requirements()\n # Set up and run agent\n self.set(\n llm=llm_model,\n tools=self.tools or [],\n chat_history=self.chat_history,\n input_value=self.input_value,\n system_prompt=self.system_prompt,\n )\n agent = self.create_agent_runnable()\n result = await self.run_agent(agent)\n\n # Store result for potential JSON output\n self._agent_result = result\n\n except (ValueError, TypeError, KeyError) as e:\n await logger.aerror(f\"{type(e).__name__}: {e!s}\")\n raise\n except ExceptionWithMessageError as e:\n await logger.aerror(f\"ExceptionWithMessageError occurred: {e}\")\n raise\n # Avoid catching blind Exception; let truly unexpected exceptions propagate\n except Exception as e:\n await logger.aerror(f\"Unexpected error: {e!s}\")\n raise\n else:\n return result\n\n def _preprocess_schema(self, schema):\n \"\"\"Preprocess schema to ensure correct data types for build_model_from_schema.\"\"\"\n processed_schema = []\n for field in schema:\n processed_field = {\n \"name\": str(field.get(\"name\", \"field\")),\n \"type\": str(field.get(\"type\", \"str\")),\n \"description\": str(field.get(\"description\", \"\")),\n \"multiple\": field.get(\"multiple\", False),\n }\n # Ensure multiple is handled correctly\n if isinstance(processed_field[\"multiple\"], str):\n processed_field[\"multiple\"] = processed_field[\"multiple\"].lower() in [\n \"true\",\n \"1\",\n \"t\",\n \"y\",\n \"yes\",\n ]\n processed_schema.append(processed_field)\n return processed_schema\n\n async def build_structured_output_base(self, content: str):\n \"\"\"Build structured output with optional BaseModel validation.\"\"\"\n json_pattern = r\"\\{.*\\}\"\n schema_error_msg = \"Try setting an output schema\"\n\n # Try to parse content as JSON first\n json_data = None\n try:\n json_data = json.loads(content)\n except json.JSONDecodeError:\n json_match = re.search(json_pattern, content, re.DOTALL)\n if json_match:\n try:\n json_data = json.loads(json_match.group())\n except json.JSONDecodeError:\n return {\"content\": content, \"error\": schema_error_msg}\n else:\n return {\"content\": content, \"error\": schema_error_msg}\n\n # If no output schema provided, return parsed JSON without validation\n if not hasattr(self, \"output_schema\") or not self.output_schema or len(self.output_schema) == 0:\n return json_data\n\n # Use BaseModel validation with schema\n try:\n processed_schema = self._preprocess_schema(self.output_schema)\n output_model = build_model_from_schema(processed_schema)\n\n # Validate against the schema\n if isinstance(json_data, list):\n # Multiple objects\n validated_objects = []\n for item in json_data:\n try:\n validated_obj = output_model.model_validate(item)\n validated_objects.append(validated_obj.model_dump())\n except ValidationError as e:\n await logger.aerror(f\"Validation error for item: {e}\")\n # Include invalid items with error info\n validated_objects.append({\"data\": item, \"validation_error\": str(e)})\n return validated_objects\n\n # Single object\n try:\n validated_obj = output_model.model_validate(json_data)\n return [validated_obj.model_dump()] # Return as list for consistency\n except ValidationError as e:\n await logger.aerror(f\"Validation error: {e}\")\n return [{\"data\": json_data, \"validation_error\": str(e)}]\n\n except (TypeError, ValueError) as e:\n await logger.aerror(f\"Error building structured output: {e}\")\n # Fallback to parsed JSON without validation\n return json_data\n\n async def json_response(self) -> Data:\n \"\"\"Convert agent response to structured JSON Data output with schema validation.\"\"\"\n # Always use structured chat agent for JSON response mode for better JSON formatting\n try:\n system_components = []\n\n # 1. Agent Instructions (system_prompt)\n agent_instructions = getattr(self, \"system_prompt\", \"\") or \"\"\n if agent_instructions:\n system_components.append(f\"{agent_instructions}\")\n\n # 2. Format Instructions\n format_instructions = getattr(self, \"format_instructions\", \"\") or \"\"\n if format_instructions:\n system_components.append(f\"Format instructions: {format_instructions}\")\n\n # 3. Schema Information from BaseModel\n if hasattr(self, \"output_schema\") and self.output_schema and len(self.output_schema) > 0:\n try:\n processed_schema = self._preprocess_schema(self.output_schema)\n output_model = build_model_from_schema(processed_schema)\n schema_dict = output_model.model_json_schema()\n schema_info = (\n \"You are given some text that may include format instructions, \"\n \"explanations, or other content alongside a JSON schema.\\n\\n\"\n \"Your task:\\n\"\n \"- Extract only the JSON schema.\\n\"\n \"- Return it as valid JSON.\\n\"\n \"- Do not include format instructions, explanations, or extra text.\\n\\n\"\n \"Input:\\n\"\n f\"{json.dumps(schema_dict, indent=2)}\\n\\n\"\n \"Output (only JSON schema):\"\n )\n system_components.append(schema_info)\n except (ValidationError, ValueError, TypeError, KeyError) as e:\n await logger.aerror(f\"Could not build schema for prompt: {e}\", exc_info=True)\n\n # Combine all components\n combined_instructions = \"\\n\\n\".join(system_components) if system_components else \"\"\n llm_model, self.chat_history, self.tools = await self.get_agent_requirements()\n self.set(\n llm=llm_model,\n tools=self.tools or [],\n chat_history=self.chat_history,\n input_value=self.input_value,\n system_prompt=combined_instructions,\n )\n\n # Create and run structured chat agent\n try:\n structured_agent = self.create_agent_runnable()\n except (NotImplementedError, ValueError, TypeError) as e:\n await logger.aerror(f\"Error with structured chat agent: {e}\")\n raise\n try:\n result = await self.run_agent(structured_agent)\n except (\n ExceptionWithMessageError,\n ValueError,\n TypeError,\n RuntimeError,\n ) as e:\n await logger.aerror(f\"Error with structured agent result: {e}\")\n raise\n # Extract content from structured agent result\n if hasattr(result, \"content\"):\n content = result.content\n elif hasattr(result, \"text\"):\n content = result.text\n else:\n content = str(result)\n\n except (\n ExceptionWithMessageError,\n ValueError,\n TypeError,\n NotImplementedError,\n AttributeError,\n ) as e:\n await logger.aerror(f\"Error with structured chat agent: {e}\")\n # Fallback to regular agent\n content_str = \"No content returned from agent\"\n return Data(data={\"content\": content_str, \"error\": str(e)})\n\n # Process with structured output validation\n try:\n structured_output = await self.build_structured_output_base(content)\n\n # Handle different output formats\n if isinstance(structured_output, list) and structured_output:\n if len(structured_output) == 1:\n return Data(data=structured_output[0])\n return Data(data={\"results\": structured_output})\n if isinstance(structured_output, dict):\n return Data(data=structured_output)\n return Data(data={\"content\": content})\n\n except (ValueError, TypeError) as e:\n await logger.aerror(f\"Error in structured output processing: {e}\")\n return Data(data={\"content\": content, \"error\": str(e)})\n\n async def get_memory_data(self):\n # TODO: This is a temporary fix to avoid message duplication. We should develop a function for this.\n messages = (\n await MemoryComponent(**self.get_base_args())\n .set(\n session_id=self.graph.session_id,\n order=\"Ascending\",\n n_messages=self.n_messages,\n )\n .retrieve_messages()\n )\n return [\n message for message in messages if getattr(message, \"id\", None) != getattr(self.input_value, \"id\", None)\n ]\n\n async def get_llm(self):\n if not isinstance(self.agent_llm, str):\n return self.agent_llm, None\n\n try:\n provider_info = MODEL_PROVIDERS_DICT.get(self.agent_llm)\n if not provider_info:\n msg = f\"Invalid model provider: {self.agent_llm}\"\n raise ValueError(msg)\n\n component_class = provider_info.get(\"component_class\")\n display_name = component_class.display_name\n inputs = provider_info.get(\"inputs\")\n prefix = provider_info.get(\"prefix\", \"\")\n\n return self._build_llm_model(component_class, inputs, prefix), display_name\n\n except (AttributeError, ValueError, TypeError, RuntimeError) as e:\n await logger.aerror(f\"Error building {self.agent_llm} language model: {e!s}\")\n msg = f\"Failed to initialize language model: {e!s}\"\n raise ValueError(msg) from e\n\n def _build_llm_model(self, component, inputs, prefix=\"\"):\n model_kwargs = {}\n for input_ in inputs:\n if hasattr(self, f\"{prefix}{input_.name}\"):\n model_kwargs[input_.name] = getattr(self, f\"{prefix}{input_.name}\")\n return component.set(**model_kwargs).build_model()\n\n def set_component_params(self, component):\n provider_info = MODEL_PROVIDERS_DICT.get(self.agent_llm)\n if provider_info:\n inputs = provider_info.get(\"inputs\")\n prefix = provider_info.get(\"prefix\")\n # Filter out json_mode and only use attributes that exist on this component\n model_kwargs = {}\n for input_ in inputs:\n if hasattr(self, f\"{prefix}{input_.name}\"):\n model_kwargs[input_.name] = getattr(self, f\"{prefix}{input_.name}\")\n\n return component.set(**model_kwargs)\n return component\n\n def delete_fields(self, build_config: dotdict, fields: dict | list[str]) -> None:\n \"\"\"Delete specified fields from build_config.\"\"\"\n for field in fields:\n build_config.pop(field, None)\n\n def update_input_types(self, build_config: dotdict) -> dotdict:\n \"\"\"Update input types for all fields in build_config.\"\"\"\n for key, value in build_config.items():\n if isinstance(value, dict):\n if value.get(\"input_types\") is None:\n build_config[key][\"input_types\"] = []\n elif hasattr(value, \"input_types\") and value.input_types is None:\n value.input_types = []\n return build_config\n\n async def update_build_config(\n self, build_config: dotdict, field_value: str, field_name: str | None = None\n ) -> dotdict:\n # Iterate over all providers in the MODEL_PROVIDERS_DICT\n # Existing logic for updating build_config\n if field_name in (\"agent_llm\",):\n build_config[\"agent_llm\"][\"value\"] = field_value\n provider_info = MODEL_PROVIDERS_DICT.get(field_value)\n if provider_info:\n component_class = provider_info.get(\"component_class\")\n if component_class and hasattr(component_class, \"update_build_config\"):\n # Call the component class's update_build_config method\n build_config = await update_component_build_config(\n component_class, build_config, field_value, \"model_name\"\n )\n\n provider_configs: dict[str, tuple[dict, list[dict]]] = {\n provider: (\n MODEL_PROVIDERS_DICT[provider][\"fields\"],\n [\n MODEL_PROVIDERS_DICT[other_provider][\"fields\"]\n for other_provider in MODEL_PROVIDERS_DICT\n if other_provider != provider\n ],\n )\n for provider in MODEL_PROVIDERS_DICT\n }\n if field_value in provider_configs:\n fields_to_add, fields_to_delete = provider_configs[field_value]\n\n # Delete fields from other providers\n for fields in fields_to_delete:\n self.delete_fields(build_config, fields)\n\n # Add provider-specific fields\n if field_value == \"OpenAI\" and not any(field in build_config for field in fields_to_add):\n build_config.update(fields_to_add)\n else:\n build_config.update(fields_to_add)\n # Reset input types for agent_llm\n build_config[\"agent_llm\"][\"input_types\"] = []\n build_config[\"agent_llm\"][\"display_name\"] = \"Model Provider\"\n elif field_value == \"connect_other_models\":\n # Delete all provider fields\n self.delete_fields(build_config, ALL_PROVIDER_FIELDS)\n # # Update with custom component\n custom_component = DropdownInput(\n name=\"agent_llm\",\n display_name=\"Language Model\",\n info=\"The provider of the language model that the agent will use to generate responses.\",\n options=[*MODEL_PROVIDERS_LIST],\n real_time_refresh=True,\n refresh_button=False,\n input_types=[\"LanguageModel\"],\n placeholder=\"Awaiting model input.\",\n options_metadata=[MODELS_METADATA[key] for key in MODEL_PROVIDERS_LIST],\n external_options={\n \"fields\": {\n \"data\": {\n \"node\": {\n \"name\": \"connect_other_models\",\n \"display_name\": \"Connect other models\",\n \"icon\": \"CornerDownLeft\",\n },\n }\n },\n },\n )\n build_config.update({\"agent_llm\": custom_component.to_dict()})\n # Update input types for all fields\n build_config = self.update_input_types(build_config)\n\n # Validate required keys\n default_keys = [\n \"code\",\n \"_type\",\n \"agent_llm\",\n \"tools\",\n \"input_value\",\n \"add_current_date_tool\",\n \"system_prompt\",\n \"agent_description\",\n \"max_iterations\",\n \"handle_parsing_errors\",\n \"verbose\",\n ]\n missing_keys = [key for key in default_keys if key not in build_config]\n if missing_keys:\n msg = f\"Missing required keys in build_config: {missing_keys}\"\n raise ValueError(msg)\n if (\n isinstance(self.agent_llm, str)\n and self.agent_llm in MODEL_PROVIDERS_DICT\n and field_name in MODEL_DYNAMIC_UPDATE_FIELDS\n ):\n provider_info = MODEL_PROVIDERS_DICT.get(self.agent_llm)\n if provider_info:\n component_class = provider_info.get(\"component_class\")\n component_class = self.set_component_params(component_class)\n prefix = provider_info.get(\"prefix\")\n if component_class and hasattr(component_class, \"update_build_config\"):\n # Call each component class's update_build_config method\n # remove the prefix from the field_name\n if isinstance(field_name, str) and isinstance(prefix, str):\n field_name = field_name.replace(prefix, \"\")\n build_config = await update_component_build_config(\n component_class, build_config, field_value, \"model_name\"\n )\n return dotdict({k: v.to_dict() if hasattr(v, \"to_dict\") else v for k, v in build_config.items()})\n\n async def _get_tools(self) -> list[Tool]:\n component_toolkit = _get_component_toolkit()\n tools_names = self._build_tools_names()\n agent_description = self.get_tool_description()\n # TODO: Agent Description Depreciated Feature to be removed\n description = f\"{agent_description}{tools_names}\"\n tools = component_toolkit(component=self).get_tools(\n tool_name=\"Call_Agent\",\n tool_description=description,\n callbacks=self.get_langchain_callbacks(),\n )\n if hasattr(self, \"tools_metadata\"):\n tools = component_toolkit(component=self, metadata=self.tools_metadata).update_tools_metadata(tools=tools)\n return tools\n"
1157
+ },
1158
+ "format_instructions": {
1159
+ "_input_type": "MultilineInput",
1160
+ "advanced": true,
1161
+ "copy_field": false,
1162
+ "display_name": "Output Format Instructions",
1163
+ "dynamic": false,
1164
+ "info": "Generic Template for structured output formatting. Valid only with Structured response.",
1165
+ "input_types": [
1166
+ "Message"
1167
+ ],
1168
+ "list": false,
1169
+ "list_add_label": "Add More",
1170
+ "load_from_db": false,
1171
+ "multiline": true,
1172
+ "name": "format_instructions",
1173
+ "placeholder": "",
1174
+ "required": false,
1175
+ "show": true,
1176
+ "title_case": false,
1177
+ "tool_mode": false,
1178
+ "trace_as_input": true,
1179
+ "trace_as_metadata": true,
1180
+ "type": "str",
1181
+ "value": "You are an AI that extracts structured JSON objects from unstructured text. Use a predefined schema with expected types (str, int, float, bool, dict). Extract ALL relevant instances that match the schema - if multiple patterns exist, capture them all. Fill missing or ambiguous values with defaults: null for missing values. Remove exact duplicates but keep variations that have different field values. Always return valid JSON in the expected format, never throw errors. If multiple objects can be extracted, return them all in the structured format."
1182
+ },
1183
+ "handle_parsing_errors": {
1184
+ "_input_type": "BoolInput",
1185
+ "advanced": true,
1186
+ "display_name": "Handle Parse Errors",
1187
+ "dynamic": false,
1188
+ "info": "Should the Agent fix errors when reading user input for better processing?",
1189
+ "list": false,
1190
+ "list_add_label": "Add More",
1191
+ "name": "handle_parsing_errors",
1192
+ "placeholder": "",
1193
+ "required": false,
1194
+ "show": true,
1195
+ "title_case": false,
1196
+ "tool_mode": false,
1197
+ "trace_as_metadata": true,
1198
+ "type": "bool",
1199
+ "value": true
1200
+ },
1201
+ "input_value": {
1202
+ "_input_type": "MessageTextInput",
1203
+ "advanced": false,
1204
+ "display_name": "Input",
1205
+ "dynamic": false,
1206
+ "info": "The input provided by the user for the agent to process.",
1207
+ "input_types": [
1208
+ "Message"
1209
+ ],
1210
+ "list": false,
1211
+ "list_add_label": "Add More",
1212
+ "load_from_db": false,
1213
+ "name": "input_value",
1214
+ "placeholder": "",
1215
+ "required": false,
1216
+ "show": true,
1217
+ "title_case": false,
1218
+ "tool_mode": true,
1219
+ "trace_as_input": true,
1220
+ "trace_as_metadata": true,
1221
+ "type": "str",
1222
+ "value": "Start the analysis"
1223
+ },
1224
+ "max_iterations": {
1225
+ "_input_type": "IntInput",
1226
+ "advanced": true,
1227
+ "display_name": "Max Iterations",
1228
+ "dynamic": false,
1229
+ "info": "The maximum number of attempts the agent can make to complete its task before it stops.",
1230
+ "list": false,
1231
+ "list_add_label": "Add More",
1232
+ "name": "max_iterations",
1233
+ "placeholder": "",
1234
+ "required": false,
1235
+ "show": true,
1236
+ "title_case": false,
1237
+ "tool_mode": false,
1238
+ "trace_as_metadata": true,
1239
+ "type": "int",
1240
+ "value": 15
1241
+ },
1242
+ "max_retries": {
1243
+ "_input_type": "IntInput",
1244
+ "advanced": true,
1245
+ "display_name": "Max Retries",
1246
+ "dynamic": false,
1247
+ "info": "The maximum number of retries to make when generating.",
1248
+ "list": false,
1249
+ "list_add_label": "Add More",
1250
+ "name": "max_retries",
1251
+ "placeholder": "",
1252
+ "required": false,
1253
+ "show": true,
1254
+ "title_case": false,
1255
+ "tool_mode": false,
1256
+ "trace_as_metadata": true,
1257
+ "type": "int",
1258
+ "value": 5
1259
+ },
1260
+ "max_tokens": {
1261
+ "_input_type": "IntInput",
1262
+ "advanced": true,
1263
+ "display_name": "Max Tokens",
1264
+ "dynamic": false,
1265
+ "info": "The maximum number of tokens to generate. Set to 0 for unlimited tokens.",
1266
+ "list": false,
1267
+ "list_add_label": "Add More",
1268
+ "name": "max_tokens",
1269
+ "placeholder": "",
1270
+ "range_spec": {
1271
+ "max": 128000,
1272
+ "min": 0,
1273
+ "step": 0.1,
1274
+ "step_type": "float"
1275
+ },
1276
+ "required": false,
1277
+ "show": true,
1278
+ "title_case": false,
1279
+ "tool_mode": false,
1280
+ "trace_as_metadata": true,
1281
+ "type": "int",
1282
+ "value": ""
1283
+ },
1284
+ "model_kwargs": {
1285
+ "_input_type": "DictInput",
1286
+ "advanced": true,
1287
+ "display_name": "Model Kwargs",
1288
+ "dynamic": false,
1289
+ "info": "Additional keyword arguments to pass to the model.",
1290
+ "list": false,
1291
+ "list_add_label": "Add More",
1292
+ "name": "model_kwargs",
1293
+ "placeholder": "",
1294
+ "required": false,
1295
+ "show": true,
1296
+ "title_case": false,
1297
+ "tool_mode": false,
1298
+ "trace_as_input": true,
1299
+ "type": "dict",
1300
+ "value": {}
1301
+ },
1302
+ "model_name": {
1303
+ "_input_type": "DropdownInput",
1304
+ "advanced": false,
1305
+ "combobox": true,
1306
+ "dialog_inputs": {},
1307
+ "display_name": "Model Name",
1308
+ "dynamic": false,
1309
+ "info": "To see the model names, first choose a provider. Then, enter your API key and click the refresh button next to the model name.",
1310
+ "load_from_db": false,
1311
+ "name": "model_name",
1312
+ "options": [
1313
+ "gpt-4o-mini",
1314
+ "gpt-4o",
1315
+ "gpt-4.1",
1316
+ "gpt-4.1-mini",
1317
+ "gpt-4.1-nano",
1318
+ "gpt-4-turbo",
1319
+ "gpt-4-turbo-preview",
1320
+ "gpt-4",
1321
+ "gpt-3.5-turbo",
1322
+ "gpt-5",
1323
+ "gpt-5-mini",
1324
+ "gpt-5-nano",
1325
+ "gpt-5-chat-latest",
1326
+ "o1",
1327
+ "o3-mini",
1328
+ "o3",
1329
+ "o3-pro",
1330
+ "o4-mini",
1331
+ "o4-mini-high"
1332
+ ],
1333
+ "options_metadata": [],
1334
+ "placeholder": "",
1335
+ "real_time_refresh": false,
1336
+ "required": false,
1337
+ "show": true,
1338
+ "title_case": false,
1339
+ "toggle": false,
1340
+ "tool_mode": false,
1341
+ "trace_as_metadata": true,
1342
+ "type": "str",
1343
+ "value": "gpt-4.1-mini"
1344
+ },
1345
+ "n_messages": {
1346
+ "_input_type": "IntInput",
1347
+ "advanced": true,
1348
+ "display_name": "Number of Chat History Messages",
1349
+ "dynamic": false,
1350
+ "info": "Number of chat history messages to retrieve.",
1351
+ "list": false,
1352
+ "list_add_label": "Add More",
1353
+ "name": "n_messages",
1354
+ "placeholder": "",
1355
+ "required": false,
1356
+ "show": true,
1357
+ "title_case": false,
1358
+ "tool_mode": false,
1359
+ "trace_as_metadata": true,
1360
+ "type": "int",
1361
+ "value": 100
1362
+ },
1363
+ "openai_api_base": {
1364
+ "_input_type": "StrInput",
1365
+ "advanced": true,
1366
+ "display_name": "OpenAI API Base",
1367
+ "dynamic": false,
1368
+ "info": "The base URL of the OpenAI API. Defaults to https://api.openai.com/v1. You can change this to use other APIs like JinaChat, LocalAI and Prem.",
1369
+ "list": false,
1370
+ "list_add_label": "Add More",
1371
+ "load_from_db": false,
1372
+ "name": "openai_api_base",
1373
+ "placeholder": "",
1374
+ "required": false,
1375
+ "show": true,
1376
+ "title_case": false,
1377
+ "tool_mode": false,
1378
+ "trace_as_metadata": true,
1379
+ "type": "str",
1380
+ "value": ""
1381
+ },
1382
+ "output_schema": {
1383
+ "_input_type": "TableInput",
1384
+ "advanced": true,
1385
+ "display_name": "Output Schema",
1386
+ "dynamic": false,
1387
+ "info": "Schema Validation: Define the structure and data types for structured output. No validation if no output schema.",
1388
+ "is_list": true,
1389
+ "list_add_label": "Add More",
1390
+ "name": "output_schema",
1391
+ "placeholder": "",
1392
+ "required": false,
1393
+ "show": true,
1394
+ "table_icon": "Table",
1395
+ "table_schema": {
1396
+ "columns": [
1397
+ {
1398
+ "default": "field",
1399
+ "description": "Specify the name of the output field.",
1400
+ "disable_edit": false,
1401
+ "display_name": "Name",
1402
+ "edit_mode": "inline",
1403
+ "filterable": true,
1404
+ "formatter": "text",
1405
+ "hidden": false,
1406
+ "name": "name",
1407
+ "sortable": true,
1408
+ "type": "str"
1409
+ },
1410
+ {
1411
+ "default": "description of field",
1412
+ "description": "Describe the purpose of the output field.",
1413
+ "disable_edit": false,
1414
+ "display_name": "Description",
1415
+ "edit_mode": "popover",
1416
+ "filterable": true,
1417
+ "formatter": "text",
1418
+ "hidden": false,
1419
+ "name": "description",
1420
+ "sortable": true,
1421
+ "type": "str"
1422
+ },
1423
+ {
1424
+ "default": "str",
1425
+ "description": "Indicate the data type of the output field (e.g., str, int, float, bool, dict).",
1426
+ "disable_edit": false,
1427
+ "display_name": "Type",
1428
+ "edit_mode": "inline",
1429
+ "filterable": true,
1430
+ "formatter": "text",
1431
+ "hidden": false,
1432
+ "name": "type",
1433
+ "options": [
1434
+ "str",
1435
+ "int",
1436
+ "float",
1437
+ "bool",
1438
+ "dict"
1439
+ ],
1440
+ "sortable": true,
1441
+ "type": "str"
1442
+ },
1443
+ {
1444
+ "default": false,
1445
+ "description": "Set to True if this output field should be a list of the specified type.",
1446
+ "disable_edit": false,
1447
+ "display_name": "As List",
1448
+ "edit_mode": "inline",
1449
+ "filterable": true,
1450
+ "formatter": "boolean",
1451
+ "hidden": false,
1452
+ "name": "multiple",
1453
+ "sortable": true,
1454
+ "type": "boolean"
1455
+ }
1456
+ ]
1457
+ },
1458
+ "title_case": false,
1459
+ "tool_mode": false,
1460
+ "trace_as_metadata": true,
1461
+ "trigger_icon": "Table",
1462
+ "trigger_text": "Open table",
1463
+ "type": "table",
1464
+ "value": []
1465
+ },
1466
+ "seed": {
1467
+ "_input_type": "IntInput",
1468
+ "advanced": true,
1469
+ "display_name": "Seed",
1470
+ "dynamic": false,
1471
+ "info": "The seed controls the reproducibility of the job.",
1472
+ "list": false,
1473
+ "list_add_label": "Add More",
1474
+ "name": "seed",
1475
+ "placeholder": "",
1476
+ "required": false,
1477
+ "show": true,
1478
+ "title_case": false,
1479
+ "tool_mode": false,
1480
+ "trace_as_metadata": true,
1481
+ "type": "int",
1482
+ "value": 1
1483
+ },
1484
+ "system_prompt": {
1485
+ "_input_type": "MultilineInput",
1486
+ "advanced": false,
1487
+ "copy_field": false,
1488
+ "display_name": "Agent Instructions",
1489
+ "dynamic": false,
1490
+ "info": "System Prompt: Initial instructions and context provided to guide the agent's behavior.",
1491
+ "input_types": [
1492
+ "Message"
1493
+ ],
1494
+ "list": false,
1495
+ "list_add_label": "Add More",
1496
+ "load_from_db": false,
1497
+ "multiline": true,
1498
+ "name": "system_prompt",
1499
+ "placeholder": "",
1500
+ "required": false,
1501
+ "show": true,
1502
+ "title_case": false,
1503
+ "tool_mode": false,
1504
+ "trace_as_input": true,
1505
+ "trace_as_metadata": true,
1506
+ "type": "str",
1507
+ "value": "You are a brilliant comedy writer known for making complex topics entertaining and memorable. Using the editor's refined document about {topic}, create an engaging, humorous blog post.\n\nYour approach should:\n- Find unexpected angles and amusing parallels\n- Use clever wordplay and wit (avoid cheap jokes)\n- Maintain accuracy while being entertaining\n- Include relatable examples and analogies\n- Keep a smart, sophisticated tone\n- Make the topic more approachable through humor\n\nCreate a blog post that makes people laugh while actually teaching them about {topic}. The humor should enhance, not overshadow, the educational value."
1508
+ },
1509
+ "temperature": {
1510
+ "_input_type": "SliderInput",
1511
+ "advanced": true,
1512
+ "display_name": "Temperature",
1513
+ "dynamic": false,
1514
+ "info": "",
1515
+ "max_label": "",
1516
+ "max_label_icon": "",
1517
+ "min_label": "",
1518
+ "min_label_icon": "",
1519
+ "name": "temperature",
1520
+ "placeholder": "",
1521
+ "range_spec": {
1522
+ "max": 1,
1523
+ "min": 0,
1524
+ "step": 0.01,
1525
+ "step_type": "float"
1526
+ },
1527
+ "required": false,
1528
+ "show": true,
1529
+ "slider_buttons": false,
1530
+ "slider_buttons_options": [],
1531
+ "slider_input": false,
1532
+ "title_case": false,
1533
+ "tool_mode": false,
1534
+ "type": "slider",
1535
+ "value": 0.1
1536
+ },
1537
+ "timeout": {
1538
+ "_input_type": "IntInput",
1539
+ "advanced": true,
1540
+ "display_name": "Timeout",
1541
+ "dynamic": false,
1542
+ "info": "The timeout for requests to OpenAI completion API.",
1543
+ "list": false,
1544
+ "list_add_label": "Add More",
1545
+ "name": "timeout",
1546
+ "placeholder": "",
1547
+ "required": false,
1548
+ "show": true,
1549
+ "title_case": false,
1550
+ "tool_mode": false,
1551
+ "trace_as_metadata": true,
1552
+ "type": "int",
1553
+ "value": 700
1554
+ },
1555
+ "tools": {
1556
+ "_input_type": "HandleInput",
1557
+ "advanced": false,
1558
+ "display_name": "Tools",
1559
+ "dynamic": false,
1560
+ "info": "These are the tools that the agent can use to help with tasks.",
1561
+ "input_types": [
1562
+ "Tool"
1563
+ ],
1564
+ "list": true,
1565
+ "list_add_label": "Add More",
1566
+ "name": "tools",
1567
+ "placeholder": "",
1568
+ "required": false,
1569
+ "show": true,
1570
+ "title_case": false,
1571
+ "trace_as_metadata": true,
1572
+ "type": "other",
1573
+ "value": ""
1574
+ },
1575
+ "verbose": {
1576
+ "_input_type": "BoolInput",
1577
+ "advanced": true,
1578
+ "display_name": "Verbose",
1579
+ "dynamic": false,
1580
+ "info": "",
1581
+ "list": false,
1582
+ "list_add_label": "Add More",
1583
+ "name": "verbose",
1584
+ "placeholder": "",
1585
+ "required": false,
1586
+ "show": true,
1587
+ "title_case": false,
1588
+ "tool_mode": false,
1589
+ "trace_as_metadata": true,
1590
+ "type": "bool",
1591
+ "value": true
1592
+ }
1593
+ },
1594
+ "tool_mode": false
1595
+ },
1596
+ "selected_output": "response",
1597
+ "type": "Agent"
1598
+ },
1599
+ "dragging": false,
1600
+ "height": 650,
1601
+ "id": "Agent-X1iAT",
1602
+ "measured": {
1603
+ "height": 650,
1604
+ "width": 320
1605
+ },
1606
+ "position": {
1607
+ "x": 815.1900903820148,
1608
+ "y": -1365.4053932711827
1609
+ },
1610
+ "positionAbsolute": {
1611
+ "x": 815.1900903820148,
1612
+ "y": -1365.4053932711827
1613
+ },
1614
+ "selected": false,
1615
+ "type": "genericNode",
1616
+ "width": 320
1617
+ },
1618
+ {
1619
+ "data": {
1620
+ "description": "Create a prompt template with dynamic variables.",
1621
+ "display_name": "Prompt",
1622
+ "id": "Prompt-ajhmq",
1623
+ "node": {
1624
+ "base_classes": [
1625
+ "Message"
1626
+ ],
1627
+ "beta": false,
1628
+ "conditional_paths": [],
1629
+ "custom_fields": {
1630
+ "template": []
1631
+ },
1632
+ "description": "Create a prompt template with dynamic variables.",
1633
+ "display_name": "Prompt",
1634
+ "documentation": "",
1635
+ "edited": false,
1636
+ "error": null,
1637
+ "field_order": [
1638
+ "template"
1639
+ ],
1640
+ "frozen": false,
1641
+ "full_path": null,
1642
+ "icon": "braces",
1643
+ "is_composition": null,
1644
+ "is_input": null,
1645
+ "is_output": null,
1646
+ "legacy": false,
1647
+ "lf_version": "1.0.19.post2",
1648
+ "metadata": {
1649
+ "code_hash": "3bf0b511e227",
1650
+ "module": "vibe_surf.langflow.components.prompts.prompt.PromptComponent"
1651
+ },
1652
+ "name": "",
1653
+ "output_types": [],
1654
+ "outputs": [
1655
+ {
1656
+ "allows_loop": false,
1657
+ "cache": true,
1658
+ "display_name": "Prompt",
1659
+ "group_outputs": false,
1660
+ "method": "build_prompt",
1661
+ "name": "prompt",
1662
+ "selected": "Message",
1663
+ "tool_mode": true,
1664
+ "types": [
1665
+ "Message"
1666
+ ],
1667
+ "value": "__UNDEFINED__"
1668
+ }
1669
+ ],
1670
+ "pinned": false,
1671
+ "template": {
1672
+ "_type": "Component",
1673
+ "code": {
1674
+ "advanced": true,
1675
+ "dynamic": true,
1676
+ "fileTypes": [],
1677
+ "file_path": "",
1678
+ "info": "",
1679
+ "list": false,
1680
+ "load_from_db": false,
1681
+ "multiline": true,
1682
+ "name": "code",
1683
+ "password": false,
1684
+ "placeholder": "",
1685
+ "required": true,
1686
+ "show": true,
1687
+ "title_case": false,
1688
+ "type": "code",
1689
+ "value": "from vibe_surf.langflow.base.prompts.api_utils import process_prompt_template\nfrom vibe_surf.langflow.custom.custom_component.component import Component\nfrom vibe_surf.langflow.inputs.inputs import DefaultPromptField\nfrom vibe_surf.langflow.io import MessageTextInput, Output, PromptInput\nfrom vibe_surf.langflow.schema.message import Message\nfrom vibe_surf.langflow.template.utils import update_template_values\n\n\nclass PromptComponent(Component):\n display_name: str = \"Prompt\"\n description: str = \"Create a prompt template with dynamic variables.\"\n icon = \"braces\"\n trace_type = \"prompt\"\n name = \"Prompt\"\n\n inputs = [\n PromptInput(name=\"template\", display_name=\"Template\"),\n MessageTextInput(\n name=\"tool_placeholder\",\n display_name=\"Tool Placeholder\",\n tool_mode=True,\n advanced=True,\n info=\"A placeholder input for tool mode.\",\n ),\n ]\n\n outputs = [\n Output(display_name=\"Prompt\", name=\"prompt\", method=\"build_prompt\"),\n ]\n\n async def build_prompt(self) -> Message:\n prompt = Message.from_template(**self._attributes)\n self.status = prompt.text\n return prompt\n\n def _update_template(self, frontend_node: dict):\n prompt_template = frontend_node[\"template\"][\"template\"][\"value\"]\n custom_fields = frontend_node[\"custom_fields\"]\n frontend_node_template = frontend_node[\"template\"]\n _ = process_prompt_template(\n template=prompt_template,\n name=\"template\",\n custom_fields=custom_fields,\n frontend_node_template=frontend_node_template,\n )\n return frontend_node\n\n async def update_frontend_node(self, new_frontend_node: dict, current_frontend_node: dict):\n \"\"\"This function is called after the code validation is done.\"\"\"\n frontend_node = await super().update_frontend_node(new_frontend_node, current_frontend_node)\n template = frontend_node[\"template\"][\"template\"][\"value\"]\n # Kept it duplicated for backwards compatibility\n _ = process_prompt_template(\n template=template,\n name=\"template\",\n custom_fields=frontend_node[\"custom_fields\"],\n frontend_node_template=frontend_node[\"template\"],\n )\n # Now that template is updated, we need to grab any values that were set in the current_frontend_node\n # and update the frontend_node with those values\n update_template_values(new_template=frontend_node, previous_template=current_frontend_node[\"template\"])\n return frontend_node\n\n def _get_fallback_input(self, **kwargs):\n return DefaultPromptField(**kwargs)\n"
1690
+ },
1691
+ "template": {
1692
+ "_input_type": "PromptInput",
1693
+ "advanced": false,
1694
+ "display_name": "Template",
1695
+ "dynamic": false,
1696
+ "info": "",
1697
+ "list": false,
1698
+ "load_from_db": false,
1699
+ "name": "template",
1700
+ "placeholder": "",
1701
+ "required": false,
1702
+ "show": true,
1703
+ "title_case": false,
1704
+ "tool_mode": false,
1705
+ "trace_as_input": true,
1706
+ "type": "prompt",
1707
+ "value": "# Expert Research Agent Protocol\n\n[Previous content remains the same, but adding this critical section about image handling:]\n\n## Image and Visual Data Handling\nWhen using Tavily Search with images enabled:\n\n1. Image Collection\n - Always enable include_images in Tavily search\n - Collect relevant stock charts, product images, and news photos\n - Save image URLs from reliable sources\n - Focus on recent, high-quality images\n\n2. Image Categories to Collect\n - Product showcase images\n - Stock performance charts\n - Company facilities\n - Key executive photos\n - Recent event images\n - Market share visualizations\n\n3. Image Documentation\n - Include full image URL\n - Add clear descriptions\n - Note image source and date\n - Explain image relevance\n\n4. Image Presentation in Output\n ```markdown\n ![Image Description](image_url)\n - Source: [Source Name]\n - Date: [Image Date]\n - Context: [Brief explanation of image relevance]\n ```\n\n## Output Structure\nPresent your findings in this format:\n\n### Company Overview\n[Comprehensive overview based on search results]\n\n### Recent Developments\n[Latest news and announcements with dates]\n\n### Market Context\n[Industry trends and competitive position]\n\n### Visual Insights\n[Reference relevant images from search]\n\n### Key Risk Factors\n[Identified risks and challenges]\n\n### Sources\n[List of key sources consulted]\n\nRemember to:\n- Use Markdown formatting for clear structure\n- Include dates for all time-sensitive information\n- Quote significant statistics and statements\n- Reference any included images\n- Highlight conflicting information or viewpoints\n- Pass all gathered data to the Finance Agent for detailed financial analysis"
1708
+ },
1709
+ "tool_placeholder": {
1710
+ "_input_type": "MessageTextInput",
1711
+ "advanced": true,
1712
+ "display_name": "Tool Placeholder",
1713
+ "dynamic": false,
1714
+ "info": "A placeholder input for tool mode.",
1715
+ "input_types": [
1716
+ "Message"
1717
+ ],
1718
+ "list": false,
1719
+ "load_from_db": false,
1720
+ "name": "tool_placeholder",
1721
+ "placeholder": "",
1722
+ "required": false,
1723
+ "show": true,
1724
+ "title_case": false,
1725
+ "tool_mode": true,
1726
+ "trace_as_input": true,
1727
+ "trace_as_metadata": true,
1728
+ "type": "str",
1729
+ "value": ""
1730
+ }
1731
+ },
1732
+ "tool_mode": false
1733
+ },
1734
+ "selected_output": "prompt",
1735
+ "type": "Prompt"
1736
+ },
1737
+ "dragging": false,
1738
+ "height": 260,
1739
+ "id": "Prompt-ajhmq",
1740
+ "measured": {
1741
+ "height": 260,
1742
+ "width": 320
1743
+ },
1744
+ "position": {
1745
+ "x": -1142.2312935529987,
1746
+ "y": -1107.442614776065
1747
+ },
1748
+ "positionAbsolute": {
1749
+ "x": -1142.2312935529987,
1750
+ "y": -1107.442614776065
1751
+ },
1752
+ "selected": false,
1753
+ "type": "genericNode",
1754
+ "width": 320
1755
+ },
1756
+ {
1757
+ "data": {
1758
+ "description": "Create a prompt template with dynamic variables.",
1759
+ "display_name": "Prompt",
1760
+ "id": "Prompt-6JL4E",
1761
+ "node": {
1762
+ "base_classes": [
1763
+ "Message"
1764
+ ],
1765
+ "beta": false,
1766
+ "conditional_paths": [],
1767
+ "custom_fields": {
1768
+ "template": []
1769
+ },
1770
+ "description": "Create a prompt template with dynamic variables.",
1771
+ "display_name": "Prompt",
1772
+ "documentation": "",
1773
+ "edited": false,
1774
+ "error": null,
1775
+ "field_order": [
1776
+ "template"
1777
+ ],
1778
+ "frozen": false,
1779
+ "full_path": null,
1780
+ "icon": "braces",
1781
+ "is_composition": null,
1782
+ "is_input": null,
1783
+ "is_output": null,
1784
+ "legacy": false,
1785
+ "lf_version": "1.0.19.post2",
1786
+ "metadata": {
1787
+ "code_hash": "3bf0b511e227",
1788
+ "module": "vibe_surf.langflow.components.prompts.prompt.PromptComponent"
1789
+ },
1790
+ "name": "",
1791
+ "output_types": [],
1792
+ "outputs": [
1793
+ {
1794
+ "allows_loop": false,
1795
+ "cache": true,
1796
+ "display_name": "Prompt",
1797
+ "group_outputs": false,
1798
+ "method": "build_prompt",
1799
+ "name": "prompt",
1800
+ "selected": "Message",
1801
+ "tool_mode": true,
1802
+ "types": [
1803
+ "Message"
1804
+ ],
1805
+ "value": "__UNDEFINED__"
1806
+ }
1807
+ ],
1808
+ "pinned": false,
1809
+ "template": {
1810
+ "_type": "Component",
1811
+ "code": {
1812
+ "advanced": true,
1813
+ "dynamic": true,
1814
+ "fileTypes": [],
1815
+ "file_path": "",
1816
+ "info": "",
1817
+ "list": false,
1818
+ "load_from_db": false,
1819
+ "multiline": true,
1820
+ "name": "code",
1821
+ "password": false,
1822
+ "placeholder": "",
1823
+ "required": true,
1824
+ "show": true,
1825
+ "title_case": false,
1826
+ "type": "code",
1827
+ "value": "from vibe_surf.langflow.base.prompts.api_utils import process_prompt_template\nfrom vibe_surf.langflow.custom.custom_component.component import Component\nfrom vibe_surf.langflow.inputs.inputs import DefaultPromptField\nfrom vibe_surf.langflow.io import MessageTextInput, Output, PromptInput\nfrom vibe_surf.langflow.schema.message import Message\nfrom vibe_surf.langflow.template.utils import update_template_values\n\n\nclass PromptComponent(Component):\n display_name: str = \"Prompt\"\n description: str = \"Create a prompt template with dynamic variables.\"\n icon = \"braces\"\n trace_type = \"prompt\"\n name = \"Prompt\"\n\n inputs = [\n PromptInput(name=\"template\", display_name=\"Template\"),\n MessageTextInput(\n name=\"tool_placeholder\",\n display_name=\"Tool Placeholder\",\n tool_mode=True,\n advanced=True,\n info=\"A placeholder input for tool mode.\",\n ),\n ]\n\n outputs = [\n Output(display_name=\"Prompt\", name=\"prompt\", method=\"build_prompt\"),\n ]\n\n async def build_prompt(self) -> Message:\n prompt = Message.from_template(**self._attributes)\n self.status = prompt.text\n return prompt\n\n def _update_template(self, frontend_node: dict):\n prompt_template = frontend_node[\"template\"][\"template\"][\"value\"]\n custom_fields = frontend_node[\"custom_fields\"]\n frontend_node_template = frontend_node[\"template\"]\n _ = process_prompt_template(\n template=prompt_template,\n name=\"template\",\n custom_fields=custom_fields,\n frontend_node_template=frontend_node_template,\n )\n return frontend_node\n\n async def update_frontend_node(self, new_frontend_node: dict, current_frontend_node: dict):\n \"\"\"This function is called after the code validation is done.\"\"\"\n frontend_node = await super().update_frontend_node(new_frontend_node, current_frontend_node)\n template = frontend_node[\"template\"][\"template\"][\"value\"]\n # Kept it duplicated for backwards compatibility\n _ = process_prompt_template(\n template=template,\n name=\"template\",\n custom_fields=frontend_node[\"custom_fields\"],\n frontend_node_template=frontend_node[\"template\"],\n )\n # Now that template is updated, we need to grab any values that were set in the current_frontend_node\n # and update the frontend_node with those values\n update_template_values(new_template=frontend_node, previous_template=current_frontend_node[\"template\"])\n return frontend_node\n\n def _get_fallback_input(self, **kwargs):\n return DefaultPromptField(**kwargs)\n"
1828
+ },
1829
+ "template": {
1830
+ "_input_type": "PromptInput",
1831
+ "advanced": false,
1832
+ "display_name": "Template",
1833
+ "dynamic": false,
1834
+ "info": "",
1835
+ "list": false,
1836
+ "load_from_db": false,
1837
+ "name": "template",
1838
+ "placeholder": "",
1839
+ "required": false,
1840
+ "show": true,
1841
+ "title_case": false,
1842
+ "tool_mode": false,
1843
+ "trace_as_input": true,
1844
+ "type": "prompt",
1845
+ "value": "# Financial Analysis Expert Protocol\n\nYou are an elite financial analyst with access to Yahoo! Finance tools. Your role is to perform comprehensive financial analysis based on the research provided and the data available through Yahoo! Finance methods.\n\n## CRITICAL: Stock Symbol Usage\n- Always use correct stock ticker symbols in UPPERCASE format\n- Examples of valid symbols:\n * AAPL (Apple Inc.)\n * MSFT (Microsoft)\n * NVDA (NVIDIA)\n * GOOGL (Alphabet/Google)\n * TSLA (Tesla)\n- Invalid formats to avoid:\n * ❌ Apple (company name instead of symbol)\n * ❌ aapl (lowercase)\n * ❌ $AAPL (with dollar sign)\n * ❌ AAPL.US (with extension)\n\n## Data Collection Strategy\n\n1. Initial Symbol Verification\n - Confirm valid stock symbol format before any analysis\n - Use get_info first to verify symbol validity\n - Cross-reference with get_fast_info to ensure data availability\n - If symbol is invalid, immediately report the error\n\n2. Core Company Analysis\n - Get basic info (get_info): Full company details\n - Fast metrics (get_fast_info): Quick market data\n - Earnings data (get_earnings): Performance history\n - Calendar events (get_calendar): Upcoming events\n\n3. Financial Statement Analysis\n - Income statements (get_income_stmt)\n - Balance sheets (get_balance_sheet)\n - Cash flow statements (get_cashflow)\n\n4. Market Intelligence\n - Latest recommendations (get_recommendations)\n - Recommendation trends (get_recommendations_summary)\n - Recent rating changes (get_upgrades_downgrades)\n - Breaking news (get_news, specify number of articles needed)\n\n5. Ownership Structure\n - Institutional holdings (get_institutional_holders)\n - Major stakeholders (get_major_holders)\n - Fund ownership (get_mutualfund_holders)\n - Insider activity:\n * Recent purchases (get_insider_purchases)\n * Transaction history (get_insider_transactions)\n * Insider roster (get_insider_roster_holders)\n\n6. Historical Patterns\n - Corporate actions (get_actions)\n - Dividend history (get_dividends)\n - Split history (get_splits)\n - Capital gains (get_capital_gains)\n - Regulatory filings (get_sec_filings)\n - ESG metrics (get_sustainability)\n\n## Analysis Framework\n\n1. Profitability Metrics\n - Revenue trends\n - Margin analysis\n - Efficiency ratios\n - Return metrics\n\n2. Financial Health\n - Liquidity ratios\n - Debt analysis\n - Working capital\n - Cash flow quality\n\n3. Growth Assessment\n - Historical rates\n - Future projections\n - Market opportunity\n - Expansion plans\n\n4. Risk Evaluation\n - Financial risks\n - Market position\n - Operational challenges\n - Competitive threats\n\n## Output Structure\n\n### Symbol Information\n[Confirm stock symbol and basic company information]\n\n### Financial Overview\n[Key metrics summary with actual numbers]\n\n### Profitability Analysis\n[Detailed profit metrics with comparisons]\n\n### Balance Sheet Review\n[Asset and liability analysis]\n\n### Cash Flow Assessment\n[Cash generation and usage patterns]\n\n### Market Sentiment\n[Analyst views and institutional activity]\n\n### Growth Analysis\n[Historical and projected growth]\n\n### Risk Factors\n[Comprehensive risk assessment]\n\nRemember to:\n- ALWAYS verify stock symbol validity first\n- Use exact numbers from the data\n- Compare with industry standards\n- Highlight significant trends\n- Flag data anomalies\n- Identify key risks\n- Provide metric context\n- Focus on material information\n\nPass your comprehensive financial analysis to the Analysis & Editor Agent for final synthesis and recommendations. Include any invalid symbol errors or data availability issues in your report."
1846
+ },
1847
+ "tool_placeholder": {
1848
+ "_input_type": "MessageTextInput",
1849
+ "advanced": true,
1850
+ "display_name": "Tool Placeholder",
1851
+ "dynamic": false,
1852
+ "info": "A placeholder input for tool mode.",
1853
+ "input_types": [
1854
+ "Message"
1855
+ ],
1856
+ "list": false,
1857
+ "load_from_db": false,
1858
+ "name": "tool_placeholder",
1859
+ "placeholder": "",
1860
+ "required": false,
1861
+ "show": true,
1862
+ "title_case": false,
1863
+ "tool_mode": true,
1864
+ "trace_as_input": true,
1865
+ "trace_as_metadata": true,
1866
+ "type": "str",
1867
+ "value": ""
1868
+ }
1869
+ },
1870
+ "tool_mode": false
1871
+ },
1872
+ "selected_output": "prompt",
1873
+ "type": "Prompt"
1874
+ },
1875
+ "dragging": false,
1876
+ "height": 260,
1877
+ "id": "Prompt-6JL4E",
1878
+ "measured": {
1879
+ "height": 260,
1880
+ "width": 320
1881
+ },
1882
+ "position": {
1883
+ "x": -344.9674638932195,
1884
+ "y": -1280.1782190739505
1885
+ },
1886
+ "positionAbsolute": {
1887
+ "x": -344.9674638932195,
1888
+ "y": -1280.1782190739505
1889
+ },
1890
+ "selected": false,
1891
+ "type": "genericNode",
1892
+ "width": 320
1893
+ },
1894
+ {
1895
+ "data": {
1896
+ "description": "Create a prompt template with dynamic variables.",
1897
+ "display_name": "Prompt",
1898
+ "id": "Prompt-WvveL",
1899
+ "node": {
1900
+ "base_classes": [
1901
+ "Message"
1902
+ ],
1903
+ "beta": false,
1904
+ "conditional_paths": [],
1905
+ "custom_fields": {
1906
+ "template": [
1907
+ "research_agent_output",
1908
+ "finance_agent_output"
1909
+ ]
1910
+ },
1911
+ "description": "Create a prompt template with dynamic variables.",
1912
+ "display_name": "Prompt",
1913
+ "documentation": "",
1914
+ "edited": false,
1915
+ "error": null,
1916
+ "field_order": [
1917
+ "template"
1918
+ ],
1919
+ "frozen": false,
1920
+ "full_path": null,
1921
+ "icon": "braces",
1922
+ "is_composition": null,
1923
+ "is_input": null,
1924
+ "is_output": null,
1925
+ "legacy": false,
1926
+ "lf_version": "1.0.19.post2",
1927
+ "metadata": {
1928
+ "code_hash": "3bf0b511e227",
1929
+ "module": "vibe_surf.langflow.components.prompts.prompt.PromptComponent"
1930
+ },
1931
+ "name": "",
1932
+ "output_types": [],
1933
+ "outputs": [
1934
+ {
1935
+ "allows_loop": false,
1936
+ "cache": true,
1937
+ "display_name": "Prompt",
1938
+ "group_outputs": false,
1939
+ "method": "build_prompt",
1940
+ "name": "prompt",
1941
+ "selected": "Message",
1942
+ "tool_mode": true,
1943
+ "types": [
1944
+ "Message"
1945
+ ],
1946
+ "value": "__UNDEFINED__"
1947
+ }
1948
+ ],
1949
+ "pinned": false,
1950
+ "template": {
1951
+ "_type": "Component",
1952
+ "code": {
1953
+ "advanced": true,
1954
+ "dynamic": true,
1955
+ "fileTypes": [],
1956
+ "file_path": "",
1957
+ "info": "",
1958
+ "list": false,
1959
+ "load_from_db": false,
1960
+ "multiline": true,
1961
+ "name": "code",
1962
+ "password": false,
1963
+ "placeholder": "",
1964
+ "required": true,
1965
+ "show": true,
1966
+ "title_case": false,
1967
+ "type": "code",
1968
+ "value": "from vibe_surf.langflow.base.prompts.api_utils import process_prompt_template\nfrom vibe_surf.langflow.custom.custom_component.component import Component\nfrom vibe_surf.langflow.inputs.inputs import DefaultPromptField\nfrom vibe_surf.langflow.io import MessageTextInput, Output, PromptInput\nfrom vibe_surf.langflow.schema.message import Message\nfrom vibe_surf.langflow.template.utils import update_template_values\n\n\nclass PromptComponent(Component):\n display_name: str = \"Prompt\"\n description: str = \"Create a prompt template with dynamic variables.\"\n icon = \"braces\"\n trace_type = \"prompt\"\n name = \"Prompt\"\n\n inputs = [\n PromptInput(name=\"template\", display_name=\"Template\"),\n MessageTextInput(\n name=\"tool_placeholder\",\n display_name=\"Tool Placeholder\",\n tool_mode=True,\n advanced=True,\n info=\"A placeholder input for tool mode.\",\n ),\n ]\n\n outputs = [\n Output(display_name=\"Prompt\", name=\"prompt\", method=\"build_prompt\"),\n ]\n\n async def build_prompt(self) -> Message:\n prompt = Message.from_template(**self._attributes)\n self.status = prompt.text\n return prompt\n\n def _update_template(self, frontend_node: dict):\n prompt_template = frontend_node[\"template\"][\"template\"][\"value\"]\n custom_fields = frontend_node[\"custom_fields\"]\n frontend_node_template = frontend_node[\"template\"]\n _ = process_prompt_template(\n template=prompt_template,\n name=\"template\",\n custom_fields=custom_fields,\n frontend_node_template=frontend_node_template,\n )\n return frontend_node\n\n async def update_frontend_node(self, new_frontend_node: dict, current_frontend_node: dict):\n \"\"\"This function is called after the code validation is done.\"\"\"\n frontend_node = await super().update_frontend_node(new_frontend_node, current_frontend_node)\n template = frontend_node[\"template\"][\"template\"][\"value\"]\n # Kept it duplicated for backwards compatibility\n _ = process_prompt_template(\n template=template,\n name=\"template\",\n custom_fields=frontend_node[\"custom_fields\"],\n frontend_node_template=frontend_node[\"template\"],\n )\n # Now that template is updated, we need to grab any values that were set in the current_frontend_node\n # and update the frontend_node with those values\n update_template_values(new_template=frontend_node, previous_template=current_frontend_node[\"template\"])\n return frontend_node\n\n def _get_fallback_input(self, **kwargs):\n return DefaultPromptField(**kwargs)\n"
1969
+ },
1970
+ "finance_agent_output": {
1971
+ "advanced": false,
1972
+ "display_name": "finance_agent_output",
1973
+ "dynamic": false,
1974
+ "field_type": "str",
1975
+ "fileTypes": [],
1976
+ "file_path": "",
1977
+ "info": "",
1978
+ "input_types": [
1979
+ "Message",
1980
+ "Text"
1981
+ ],
1982
+ "list": false,
1983
+ "load_from_db": false,
1984
+ "multiline": true,
1985
+ "name": "finance_agent_output",
1986
+ "placeholder": "",
1987
+ "required": false,
1988
+ "show": true,
1989
+ "title_case": false,
1990
+ "type": "str",
1991
+ "value": ""
1992
+ },
1993
+ "research_agent_output": {
1994
+ "advanced": false,
1995
+ "display_name": "research_agent_output",
1996
+ "dynamic": false,
1997
+ "field_type": "str",
1998
+ "fileTypes": [],
1999
+ "file_path": "",
2000
+ "info": "",
2001
+ "input_types": [
2002
+ "Message",
2003
+ "Text"
2004
+ ],
2005
+ "list": false,
2006
+ "load_from_db": false,
2007
+ "multiline": true,
2008
+ "name": "research_agent_output",
2009
+ "placeholder": "",
2010
+ "required": false,
2011
+ "show": true,
2012
+ "title_case": false,
2013
+ "type": "str",
2014
+ "value": ""
2015
+ },
2016
+ "template": {
2017
+ "_input_type": "PromptInput",
2018
+ "advanced": false,
2019
+ "display_name": "Template",
2020
+ "dynamic": false,
2021
+ "info": "",
2022
+ "list": false,
2023
+ "load_from_db": false,
2024
+ "name": "template",
2025
+ "placeholder": "",
2026
+ "required": false,
2027
+ "show": true,
2028
+ "title_case": false,
2029
+ "tool_mode": false,
2030
+ "trace_as_input": true,
2031
+ "type": "prompt",
2032
+ "value": "# Investment Analysis & Editorial Protocol\n\nYou are an elite financial analyst and editorial expert responsible for creating the final investment analysis report. Your role is to synthesize research and financial data into a visually appealing, data-rich investment analysis using proper markdown formatting.\n\n## Input Processing\n1. Research Agent Input (Visual + Market Research):\n - Market research and news\n - Industry trends\n - Competitive analysis\n - Images and charts\n - News sentiment\n - {research_agent_output}\n\n2. Finance Agent Input (Quantitative Data):\n - Detailed financial metrics\n - Stock statistics\n - Analyst ratings\n - Growth metrics\n - Risk factors\n - {finance_agent_output}\n\n## Output Format Requirements\n\n1. Header Format\n Use single # for main title, increment for subsections\n \n2. Image Placement\n - Place images immediately after relevant sections\n - Use proper markdown format: ![Alt Text](url)\n - Always include source and context\n - Use *italics* for image captions\n\n3. Table Formatting\n - Use standard markdown tables\n - Align numbers right, text left\n - Include header separators\n - Keep consistent column widths\n\n4. Data Presentation\n - Use bold (**) for key metrics\n - Include percentage changes\n - Show comparisons\n - Include trends (↑/↓)\n\n## Report Structure\n\n# Investment Analysis Report: [Company Name] ($SYMBOL)\n*Generated: [Date] | Type: Comprehensive Evaluation*\n\n[Executive Summary - 3 paragraphs max]\n\n## Quick Take\n- **Recommendation**: [BUY/HOLD/SELL]\n- **Target Price**: $XXX\n- **Risk Level**: [LOW/MEDIUM/HIGH]\n- **Investment Horizon**: [SHORT/MEDIUM/LONG]-term\n\n## Market Analysis\n[Insert most relevant market image here]\n*Source: [Name] - [Context]*\n\n### Industry Position\n- Market share data\n- Competitive analysis\n- Recent developments\n\n## Financial Health\n| Metric | Value | YoY Change | Industry Avg |\n|:-------|------:|-----------:|-------------:|\n| Revenue | $XXX | XX% | $XXX |\n[Additional metrics]\n\n### Key Performance Indicators\n- **Revenue Growth**: XX%\n- **Profit Margin**: XX%\n- **ROE**: XX%\n\n## Growth Drivers\n1. Short-term Catalysts\n2. Long-term Opportunities\n3. Innovation Pipeline\n\n## Risk Assessment\n| Risk Factor | Severity | Probability | Impact |\n|:------------|:---------|:------------|:-------|\n| [Risk 1] | HIGH/MED/LOW | H/M/L | Details |\n\n## Technical Analysis\n[Insert technical chart]\n*Source: [Name] - Analysis of key technical indicators*\n\n## Investment Strategy\n### Long-term (18+ months)\n- Entry points\n- Position sizing\n- Risk management\n\n### Medium-term (6-18 months)\n- Technical levels\n- Catalysts timeline\n\n### Short-term (0-6 months)\n- Support/Resistance\n- Trading parameters\n\n## Price Targets\n- **Bear Case**: $XXX (-XX%)\n- **Base Case**: $XXX\n- **Bull Case**: $XXX (+XX%)\n\n## Monitoring Checklist\n1. [Metric 1]\n2. [Metric 2]\n3. [Metric 3]\n\n## Visual Evidence\n[Insert additional relevant images]\n*Source: [Name] - [Specific context and analysis]*\n\n*Disclaimer: This analysis is for informational purposes only. Always conduct your own research before making investment decisions.*\n\n## Output Requirements\n\n1. Visual Excellence\n - Strategic image placement\n - Clear data visualization\n - Consistent formatting\n - Professional appearance\n\n2. Data Accuracy\n - Cross-reference numbers\n - Verify calculations\n - Include trends\n - Show comparisons\n\n3. Action Focus\n - Clear recommendations\n - Specific entry/exit points\n - Risk management guidelines\n - Monitoring triggers\n\n4. Professional Standards\n - No spelling errors\n - Consistent formatting\n - Proper citations\n - Clear attribution\n\nRemember:\n- Never use triple backticks\n- Include all images with proper markdown\n- Maintain consistent formatting\n- Provide specific, actionable insights\n- Use emojis sparingly and professionally\n- Cross-validate all data points"
2033
+ },
2034
+ "tool_placeholder": {
2035
+ "_input_type": "MessageTextInput",
2036
+ "advanced": true,
2037
+ "display_name": "Tool Placeholder",
2038
+ "dynamic": false,
2039
+ "info": "A placeholder input for tool mode.",
2040
+ "input_types": [
2041
+ "Message"
2042
+ ],
2043
+ "list": false,
2044
+ "load_from_db": false,
2045
+ "name": "tool_placeholder",
2046
+ "placeholder": "",
2047
+ "required": false,
2048
+ "show": true,
2049
+ "title_case": false,
2050
+ "tool_mode": true,
2051
+ "trace_as_input": true,
2052
+ "trace_as_metadata": true,
2053
+ "type": "str",
2054
+ "value": ""
2055
+ }
2056
+ },
2057
+ "tool_mode": false
2058
+ },
2059
+ "selected_output": "prompt",
2060
+ "type": "Prompt"
2061
+ },
2062
+ "dragging": false,
2063
+ "height": 433,
2064
+ "id": "Prompt-WvveL",
2065
+ "measured": {
2066
+ "height": 433,
2067
+ "width": 320
2068
+ },
2069
+ "position": {
2070
+ "x": 416.02309796632085,
2071
+ "y": -1081.5957453651372
2072
+ },
2073
+ "positionAbsolute": {
2074
+ "x": 416.02309796632085,
2075
+ "y": -1081.5957453651372
2076
+ },
2077
+ "selected": false,
2078
+ "type": "genericNode",
2079
+ "width": 320
2080
+ },
2081
+ {
2082
+ "data": {
2083
+ "id": "ChatInput-NuUHZ",
2084
+ "node": {
2085
+ "base_classes": [
2086
+ "Message"
2087
+ ],
2088
+ "beta": false,
2089
+ "conditional_paths": [],
2090
+ "custom_fields": {},
2091
+ "description": "Get chat inputs from the Playground.",
2092
+ "display_name": "Chat Input",
2093
+ "documentation": "",
2094
+ "edited": false,
2095
+ "field_order": [
2096
+ "input_value",
2097
+ "should_store_message",
2098
+ "sender",
2099
+ "sender_name",
2100
+ "session_id",
2101
+ "files",
2102
+ "background_color",
2103
+ "chat_icon",
2104
+ "text_color"
2105
+ ],
2106
+ "frozen": false,
2107
+ "icon": "MessagesSquare",
2108
+ "legacy": false,
2109
+ "lf_version": "1.0.19.post2",
2110
+ "metadata": {},
2111
+ "output_types": [],
2112
+ "outputs": [
2113
+ {
2114
+ "allows_loop": false,
2115
+ "cache": true,
2116
+ "display_name": "Chat Message",
2117
+ "group_outputs": false,
2118
+ "method": "message_response",
2119
+ "name": "message",
2120
+ "selected": "Message",
2121
+ "tool_mode": true,
2122
+ "types": [
2123
+ "Message"
2124
+ ],
2125
+ "value": "__UNDEFINED__"
2126
+ }
2127
+ ],
2128
+ "pinned": false,
2129
+ "template": {
2130
+ "_type": "Component",
2131
+ "code": {
2132
+ "advanced": true,
2133
+ "dynamic": true,
2134
+ "fileTypes": [],
2135
+ "file_path": "",
2136
+ "info": "",
2137
+ "list": false,
2138
+ "load_from_db": false,
2139
+ "multiline": true,
2140
+ "name": "code",
2141
+ "password": false,
2142
+ "placeholder": "",
2143
+ "required": true,
2144
+ "show": true,
2145
+ "title_case": false,
2146
+ "type": "code",
2147
+ "value": "from vibe_surf.langflow.base.data.utils import IMG_FILE_TYPES, TEXT_FILE_TYPES\nfrom vibe_surf.langflow.base.io.chat import ChatComponent\nfrom vibe_surf.langflow.inputs.inputs import BoolInput\nfrom vibe_surf.langflow.io import (\n DropdownInput,\n FileInput,\n MessageTextInput,\n MultilineInput,\n Output,\n)\nfrom vibe_surf.langflow.schema.message import Message\nfrom vibe_surf.langflow.utils.constants import (\n MESSAGE_SENDER_AI,\n MESSAGE_SENDER_NAME_USER,\n MESSAGE_SENDER_USER,\n)\n\n\nclass ChatInput(ChatComponent):\n display_name = \"Chat Input\"\n description = \"Get chat inputs from the Playground.\"\n documentation: str = \"https://docs.vibe_surf.langflow.org/components-io#chat-input\"\n icon = \"MessagesSquare\"\n name = \"ChatInput\"\n minimized = True\n\n inputs = [\n MultilineInput(\n name=\"input_value\",\n display_name=\"Input Text\",\n value=\"\",\n info=\"Message to be passed as input.\",\n input_types=[],\n ),\n BoolInput(\n name=\"should_store_message\",\n display_name=\"Store Messages\",\n info=\"Store the message in the history.\",\n value=True,\n advanced=True,\n ),\n DropdownInput(\n name=\"sender\",\n display_name=\"Sender Type\",\n options=[MESSAGE_SENDER_AI, MESSAGE_SENDER_USER],\n value=MESSAGE_SENDER_USER,\n info=\"Type of sender.\",\n advanced=True,\n ),\n MessageTextInput(\n name=\"sender_name\",\n display_name=\"Sender Name\",\n info=\"Name of the sender.\",\n value=MESSAGE_SENDER_NAME_USER,\n advanced=True,\n ),\n MessageTextInput(\n name=\"session_id\",\n display_name=\"Session ID\",\n info=\"The session ID of the chat. If empty, the current session ID parameter will be used.\",\n advanced=True,\n ),\n FileInput(\n name=\"files\",\n display_name=\"Files\",\n file_types=TEXT_FILE_TYPES + IMG_FILE_TYPES,\n info=\"Files to be sent with the message.\",\n advanced=True,\n is_list=True,\n temp_file=True,\n ),\n ]\n outputs = [\n Output(display_name=\"Chat Message\", name=\"message\", method=\"message_response\"),\n ]\n\n async def message_response(self) -> Message:\n # Ensure files is a list and filter out empty/None values\n files = self.files if self.files else []\n if files and not isinstance(files, list):\n files = [files]\n files = [f for f in files if f is not None and f != \"\"]\n\n message = await Message.create(\n text=self.input_value,\n sender=self.sender,\n sender_name=self.sender_name,\n session_id=self.session_id,\n files=files,\n )\n if self.session_id and isinstance(message, Message) and self.should_store_message:\n stored_message = await self.send_message(\n message,\n )\n self.message.value = stored_message\n message = stored_message\n\n self.status = message\n return message\n"
2148
+ },
2149
+ "files": {
2150
+ "_input_type": "FileInput",
2151
+ "advanced": true,
2152
+ "display_name": "Files",
2153
+ "dynamic": false,
2154
+ "fileTypes": [
2155
+ "csv",
2156
+ "json",
2157
+ "pdf",
2158
+ "txt",
2159
+ "md",
2160
+ "mdx",
2161
+ "yaml",
2162
+ "yml",
2163
+ "xml",
2164
+ "html",
2165
+ "htm",
2166
+ "docx",
2167
+ "py",
2168
+ "sh",
2169
+ "sql",
2170
+ "js",
2171
+ "ts",
2172
+ "tsx",
2173
+ "jpg",
2174
+ "jpeg",
2175
+ "png",
2176
+ "bmp",
2177
+ "image"
2178
+ ],
2179
+ "file_path": "",
2180
+ "info": "Files to be sent with the message.",
2181
+ "list": true,
2182
+ "name": "files",
2183
+ "placeholder": "",
2184
+ "required": false,
2185
+ "show": true,
2186
+ "temp_file": true,
2187
+ "title_case": false,
2188
+ "trace_as_metadata": true,
2189
+ "type": "file",
2190
+ "value": ""
2191
+ },
2192
+ "input_value": {
2193
+ "_input_type": "MultilineInput",
2194
+ "advanced": false,
2195
+ "display_name": "Input Text",
2196
+ "dynamic": false,
2197
+ "info": "Message to be passed as input.",
2198
+ "input_types": [],
2199
+ "list": false,
2200
+ "load_from_db": false,
2201
+ "multiline": true,
2202
+ "name": "input_value",
2203
+ "placeholder": "",
2204
+ "required": false,
2205
+ "show": true,
2206
+ "title_case": false,
2207
+ "tool_mode": false,
2208
+ "trace_as_input": true,
2209
+ "trace_as_metadata": true,
2210
+ "type": "str",
2211
+ "value": "Should I invest in Tesla (TSLA) stock right now? Please analyze the company's current position, market trends, financial health, and provide a clear investment recommendation."
2212
+ },
2213
+ "sender": {
2214
+ "_input_type": "DropdownInput",
2215
+ "advanced": true,
2216
+ "combobox": false,
2217
+ "display_name": "Sender Type",
2218
+ "dynamic": false,
2219
+ "info": "Type of sender.",
2220
+ "name": "sender",
2221
+ "options": [
2222
+ "Machine",
2223
+ "User"
2224
+ ],
2225
+ "placeholder": "",
2226
+ "required": false,
2227
+ "show": true,
2228
+ "title_case": false,
2229
+ "tool_mode": false,
2230
+ "trace_as_metadata": true,
2231
+ "type": "str",
2232
+ "value": "User"
2233
+ },
2234
+ "sender_name": {
2235
+ "_input_type": "MessageTextInput",
2236
+ "advanced": true,
2237
+ "display_name": "Sender Name",
2238
+ "dynamic": false,
2239
+ "info": "Name of the sender.",
2240
+ "input_types": [
2241
+ "Message"
2242
+ ],
2243
+ "list": false,
2244
+ "load_from_db": false,
2245
+ "name": "sender_name",
2246
+ "placeholder": "",
2247
+ "required": false,
2248
+ "show": true,
2249
+ "title_case": false,
2250
+ "tool_mode": false,
2251
+ "trace_as_input": true,
2252
+ "trace_as_metadata": true,
2253
+ "type": "str",
2254
+ "value": "User"
2255
+ },
2256
+ "session_id": {
2257
+ "_input_type": "MessageTextInput",
2258
+ "advanced": true,
2259
+ "display_name": "Session ID",
2260
+ "dynamic": false,
2261
+ "info": "The session ID of the chat. If empty, the current session ID parameter will be used.",
2262
+ "input_types": [
2263
+ "Message"
2264
+ ],
2265
+ "list": false,
2266
+ "load_from_db": false,
2267
+ "name": "session_id",
2268
+ "placeholder": "",
2269
+ "required": false,
2270
+ "show": true,
2271
+ "title_case": false,
2272
+ "tool_mode": false,
2273
+ "trace_as_input": true,
2274
+ "trace_as_metadata": true,
2275
+ "type": "str",
2276
+ "value": ""
2277
+ },
2278
+ "should_store_message": {
2279
+ "_input_type": "BoolInput",
2280
+ "advanced": true,
2281
+ "display_name": "Store Messages",
2282
+ "dynamic": false,
2283
+ "info": "Store the message in the history.",
2284
+ "list": false,
2285
+ "name": "should_store_message",
2286
+ "placeholder": "",
2287
+ "required": false,
2288
+ "show": true,
2289
+ "title_case": false,
2290
+ "trace_as_metadata": true,
2291
+ "type": "bool",
2292
+ "value": true
2293
+ }
2294
+ },
2295
+ "tool_mode": false
2296
+ },
2297
+ "selected_output": "message",
2298
+ "type": "ChatInput"
2299
+ },
2300
+ "dragging": false,
2301
+ "height": 234,
2302
+ "id": "ChatInput-NuUHZ",
2303
+ "measured": {
2304
+ "height": 234,
2305
+ "width": 320
2306
+ },
2307
+ "position": {
2308
+ "x": -1510.6054210793818,
2309
+ "y": -947.702056394023
2310
+ },
2311
+ "positionAbsolute": {
2312
+ "x": -1510.6054210793818,
2313
+ "y": -947.702056394023
2314
+ },
2315
+ "selected": false,
2316
+ "type": "genericNode",
2317
+ "width": 320
2318
+ },
2319
+ {
2320
+ "data": {
2321
+ "id": "note-VLQWH",
2322
+ "node": {
2323
+ "description": "This flow demonstrates how to chain multiple AI agents for comprehensive research and analysis. Each agent specializes in different aspects of the research process, building upon the previous agent's work. \n\n## Quickstart\n1. Add your **OpenAI API Key** to the three **Agent** components. If you want to use a different model or provider, change the **Model Provider**, **Model Name**, and **API Key** fields accordingly.\n2. Add your **Tavily API Key** to the **Tavily AI Search** component.\n3. Open the **Playground** and enter a query to run the flow. Be specific, clear, and include key aspects that you want the agents to analyze in a financial perspective.\nBecause this flow includes a financial analysis agent, useful queries should include a financial aspect, such as \"Should I invest in Tesla (TSLA)? Focus on AI development impact\". In contrast, asking the agent, \"Tell me about Tesla\" isn't as useful because it doesn't trigger the financial research agent or provide specific talking points for the other agents to research.\n\n## Next steps\nThis template uses financial analysis as an example. Try adapting it for other research-intensive tasks that require multiple perspectives and data sources.",
2324
+ "display_name": "",
2325
+ "documentation": "",
2326
+ "template": {}
2327
+ },
2328
+ "type": "note"
2329
+ },
2330
+ "dragging": false,
2331
+ "height": 769,
2332
+ "id": "note-VLQWH",
2333
+ "measured": {
2334
+ "height": 769,
2335
+ "width": 581
2336
+ },
2337
+ "position": {
2338
+ "x": -2122.739127560837,
2339
+ "y": -1305.2541787135094
2340
+ },
2341
+ "positionAbsolute": {
2342
+ "x": -2122.739127560837,
2343
+ "y": -1302.6582482086806
2344
+ },
2345
+ "resizing": false,
2346
+ "selected": false,
2347
+ "style": {
2348
+ "height": 800,
2349
+ "width": 600
2350
+ },
2351
+ "type": "noteNode",
2352
+ "width": 581
2353
+ },
2354
+ {
2355
+ "data": {
2356
+ "description": "Define the agent's instructions, then enter a task to complete using tools.",
2357
+ "display_name": "Researcher Agent",
2358
+ "id": "Agent-b7nmW",
2359
+ "node": {
2360
+ "base_classes": [
2361
+ "Message"
2362
+ ],
2363
+ "beta": false,
2364
+ "conditional_paths": [],
2365
+ "custom_fields": {},
2366
+ "description": "Define the agent's instructions, then enter a task to complete using tools.",
2367
+ "display_name": "Researcher Agent",
2368
+ "documentation": "",
2369
+ "edited": false,
2370
+ "field_order": [
2371
+ "agent_llm",
2372
+ "max_tokens",
2373
+ "model_kwargs",
2374
+ "json_mode",
2375
+ "model_name",
2376
+ "openai_api_base",
2377
+ "api_key",
2378
+ "temperature",
2379
+ "seed",
2380
+ "max_retries",
2381
+ "timeout",
2382
+ "system_prompt",
2383
+ "n_messages",
2384
+ "tools",
2385
+ "input_value",
2386
+ "handle_parsing_errors",
2387
+ "verbose",
2388
+ "max_iterations",
2389
+ "agent_description",
2390
+ "add_current_date_tool"
2391
+ ],
2392
+ "frozen": false,
2393
+ "icon": "bot",
2394
+ "legacy": false,
2395
+ "metadata": {},
2396
+ "minimized": false,
2397
+ "output_types": [],
2398
+ "outputs": [
2399
+ {
2400
+ "allows_loop": false,
2401
+ "cache": true,
2402
+ "display_name": "Response",
2403
+ "group_outputs": false,
2404
+ "method": "message_response",
2405
+ "name": "response",
2406
+ "selected": "Message",
2407
+ "tool_mode": true,
2408
+ "types": [
2409
+ "Message"
2410
+ ],
2411
+ "value": "__UNDEFINED__"
2412
+ }
2413
+ ],
2414
+ "pinned": false,
2415
+ "template": {
2416
+ "_type": "Component",
2417
+ "add_current_date_tool": {
2418
+ "_input_type": "BoolInput",
2419
+ "advanced": true,
2420
+ "display_name": "Current Date",
2421
+ "dynamic": false,
2422
+ "info": "If true, will add a tool to the agent that returns the current date.",
2423
+ "list": false,
2424
+ "list_add_label": "Add More",
2425
+ "name": "add_current_date_tool",
2426
+ "placeholder": "",
2427
+ "required": false,
2428
+ "show": true,
2429
+ "title_case": false,
2430
+ "tool_mode": false,
2431
+ "trace_as_metadata": true,
2432
+ "type": "bool",
2433
+ "value": true
2434
+ },
2435
+ "agent_description": {
2436
+ "_input_type": "MultilineInput",
2437
+ "advanced": true,
2438
+ "copy_field": false,
2439
+ "display_name": "Agent Description [Deprecated]",
2440
+ "dynamic": false,
2441
+ "info": "The description of the agent. This is only used when in Tool Mode. Defaults to 'A helpful assistant with access to the following tools:' and tools are added dynamically. This feature is deprecated and will be removed in future versions.",
2442
+ "input_types": [
2443
+ "Message"
2444
+ ],
2445
+ "list": false,
2446
+ "list_add_label": "Add More",
2447
+ "load_from_db": false,
2448
+ "multiline": true,
2449
+ "name": "agent_description",
2450
+ "placeholder": "",
2451
+ "required": false,
2452
+ "show": true,
2453
+ "title_case": false,
2454
+ "tool_mode": false,
2455
+ "trace_as_input": true,
2456
+ "trace_as_metadata": true,
2457
+ "type": "str",
2458
+ "value": "A helpful assistant with access to the following tools:"
2459
+ },
2460
+ "agent_llm": {
2461
+ "_input_type": "DropdownInput",
2462
+ "advanced": false,
2463
+ "combobox": false,
2464
+ "dialog_inputs": {},
2465
+ "display_name": "Model Provider",
2466
+ "dynamic": false,
2467
+ "external_options": {
2468
+ "fields": {
2469
+ "data": {
2470
+ "node": {
2471
+ "display_name": "Connect other models",
2472
+ "icon": "CornerDownLeft",
2473
+ "name": "connect_other_models"
2474
+ }
2475
+ }
2476
+ }
2477
+ },
2478
+ "info": "The provider of the language model that the agent will use to generate responses.",
2479
+ "input_types": [],
2480
+ "name": "agent_llm",
2481
+ "options": [
2482
+ "Anthropic",
2483
+ "Google Generative AI",
2484
+ "OpenAI"
2485
+ ],
2486
+ "options_metadata": [
2487
+ {
2488
+ "icon": "Anthropic"
2489
+ },
2490
+ {
2491
+ "icon": "GoogleGenerativeAI"
2492
+ },
2493
+ {
2494
+ "icon": "OpenAI"
2495
+ }
2496
+ ],
2497
+ "placeholder": "",
2498
+ "real_time_refresh": true,
2499
+ "required": false,
2500
+ "show": true,
2501
+ "title_case": false,
2502
+ "toggle": false,
2503
+ "tool_mode": false,
2504
+ "trace_as_metadata": true,
2505
+ "type": "str",
2506
+ "value": "OpenAI"
2507
+ },
2508
+ "api_key": {
2509
+ "_input_type": "SecretStrInput",
2510
+ "advanced": false,
2511
+ "display_name": "OpenAI API Key",
2512
+ "dynamic": false,
2513
+ "info": "The OpenAI API Key to use for the OpenAI model.",
2514
+ "input_types": [],
2515
+ "load_from_db": true,
2516
+ "name": "api_key",
2517
+ "password": true,
2518
+ "placeholder": "",
2519
+ "real_time_refresh": true,
2520
+ "required": false,
2521
+ "show": true,
2522
+ "title_case": false,
2523
+ "type": "str",
2524
+ "value": "OPENAI_API_KEY"
2525
+ },
2526
+ "code": {
2527
+ "advanced": true,
2528
+ "dynamic": true,
2529
+ "fileTypes": [],
2530
+ "file_path": "",
2531
+ "info": "",
2532
+ "list": false,
2533
+ "load_from_db": false,
2534
+ "multiline": true,
2535
+ "name": "code",
2536
+ "password": false,
2537
+ "placeholder": "",
2538
+ "required": true,
2539
+ "show": true,
2540
+ "title_case": false,
2541
+ "type": "code",
2542
+ "value": "import json\nimport re\n\nfrom langchain_core.tools import StructuredTool\nfrom pydantic import ValidationError\n\nfrom vibe_surf.langflow.base.agents.agent import LCToolsAgentComponent\nfrom vibe_surf.langflow.base.agents.events import ExceptionWithMessageError\nfrom vibe_surf.langflow.base.models.model_input_constants import (\n ALL_PROVIDER_FIELDS,\n MODEL_DYNAMIC_UPDATE_FIELDS,\n MODEL_PROVIDERS_DICT,\n MODELS_METADATA,\n)\nfrom vibe_surf.langflow.base.models.model_utils import get_model_name\nfrom vibe_surf.langflow.components.helpers.current_date import CurrentDateComponent\nfrom vibe_surf.langflow.components.helpers.memory import MemoryComponent\nfrom vibe_surf.langflow.components.langchain_utilities.tool_calling import (\n ToolCallingAgentComponent,\n)\nfrom vibe_surf.langflow.custom.custom_component.component import _get_component_toolkit\nfrom vibe_surf.langflow.custom.utils import update_component_build_config\nfrom vibe_surf.langflow.field_typing import Tool\nfrom vibe_surf.langflow.helpers.base_model import build_model_from_schema\nfrom vibe_surf.langflow.io import (\n BoolInput,\n DropdownInput,\n IntInput,\n MultilineInput,\n Output,\n TableInput,\n)\nfrom vibe_surf.langflow.logging import logger\nfrom vibe_surf.langflow.schema.data import Data\nfrom vibe_surf.langflow.schema.dotdict import dotdict\nfrom vibe_surf.langflow.schema.message import Message\nfrom vibe_surf.langflow.schema.table import EditMode\n\n\ndef set_advanced_true(component_input):\n component_input.advanced = True\n return component_input\n\n\nMODEL_PROVIDERS_LIST = [\"Anthropic\", \"Google Generative AI\", \"OpenAI\"]\n\n\nclass AgentComponent(ToolCallingAgentComponent):\n display_name: str = \"Agent\"\n description: str = \"Define the agent's instructions, then enter a task to complete using tools.\"\n documentation: str = \"https://docs.vibe_surf.langflow.org/agents\"\n icon = \"bot\"\n beta = False\n name = \"Agent\"\n\n memory_inputs = [set_advanced_true(component_input) for component_input in MemoryComponent().inputs]\n\n # Filter out json_mode from OpenAI inputs since we handle structured output differently\n openai_inputs_filtered = [\n input_field\n for input_field in MODEL_PROVIDERS_DICT[\"OpenAI\"][\"inputs\"]\n if not (hasattr(input_field, \"name\") and input_field.name == \"json_mode\")\n ]\n\n inputs = [\n DropdownInput(\n name=\"agent_llm\",\n display_name=\"Model Provider\",\n info=\"The provider of the language model that the agent will use to generate responses.\",\n options=[*MODEL_PROVIDERS_LIST],\n value=\"OpenAI\",\n real_time_refresh=True,\n refresh_button=False,\n input_types=[],\n options_metadata=[MODELS_METADATA[key] for key in MODEL_PROVIDERS_LIST],\n external_options={\n \"fields\": {\n \"data\": {\n \"node\": {\n \"name\": \"connect_other_models\",\n \"display_name\": \"Connect other models\",\n \"icon\": \"CornerDownLeft\",\n }\n }\n },\n },\n ),\n *openai_inputs_filtered,\n MultilineInput(\n name=\"system_prompt\",\n display_name=\"Agent Instructions\",\n info=\"System Prompt: Initial instructions and context provided to guide the agent's behavior.\",\n value=\"You are a helpful assistant that can use tools to answer questions and perform tasks.\",\n advanced=False,\n ),\n IntInput(\n name=\"n_messages\",\n display_name=\"Number of Chat History Messages\",\n value=100,\n info=\"Number of chat history messages to retrieve.\",\n advanced=True,\n show=True,\n ),\n MultilineInput(\n name=\"format_instructions\",\n display_name=\"Output Format Instructions\",\n info=\"Generic Template for structured output formatting. Valid only with Structured response.\",\n value=(\n \"You are an AI that extracts structured JSON objects from unstructured text. \"\n \"Use a predefined schema with expected types (str, int, float, bool, dict). \"\n \"Extract ALL relevant instances that match the schema - if multiple patterns exist, capture them all. \"\n \"Fill missing or ambiguous values with defaults: null for missing values. \"\n \"Remove exact duplicates but keep variations that have different field values. \"\n \"Always return valid JSON in the expected format, never throw errors. \"\n \"If multiple objects can be extracted, return them all in the structured format.\"\n ),\n advanced=True,\n ),\n TableInput(\n name=\"output_schema\",\n display_name=\"Output Schema\",\n info=(\n \"Schema Validation: Define the structure and data types for structured output. \"\n \"No validation if no output schema.\"\n ),\n advanced=True,\n required=False,\n value=[],\n table_schema=[\n {\n \"name\": \"name\",\n \"display_name\": \"Name\",\n \"type\": \"str\",\n \"description\": \"Specify the name of the output field.\",\n \"default\": \"field\",\n \"edit_mode\": EditMode.INLINE,\n },\n {\n \"name\": \"description\",\n \"display_name\": \"Description\",\n \"type\": \"str\",\n \"description\": \"Describe the purpose of the output field.\",\n \"default\": \"description of field\",\n \"edit_mode\": EditMode.POPOVER,\n },\n {\n \"name\": \"type\",\n \"display_name\": \"Type\",\n \"type\": \"str\",\n \"edit_mode\": EditMode.INLINE,\n \"description\": (\"Indicate the data type of the output field (e.g., str, int, float, bool, dict).\"),\n \"options\": [\"str\", \"int\", \"float\", \"bool\", \"dict\"],\n \"default\": \"str\",\n },\n {\n \"name\": \"multiple\",\n \"display_name\": \"As List\",\n \"type\": \"boolean\",\n \"description\": \"Set to True if this output field should be a list of the specified type.\",\n \"default\": \"False\",\n \"edit_mode\": EditMode.INLINE,\n },\n ],\n ),\n *LCToolsAgentComponent._base_inputs,\n # removed memory inputs from agent component\n # *memory_inputs,\n BoolInput(\n name=\"add_current_date_tool\",\n display_name=\"Current Date\",\n advanced=True,\n info=\"If true, will add a tool to the agent that returns the current date.\",\n value=True,\n ),\n ]\n outputs = [\n Output(name=\"response\", display_name=\"Response\", method=\"message_response\"),\n ]\n\n async def get_agent_requirements(self):\n \"\"\"Get the agent requirements for the agent.\"\"\"\n llm_model, display_name = await self.get_llm()\n if llm_model is None:\n msg = \"No language model selected. Please choose a model to proceed.\"\n raise ValueError(msg)\n self.model_name = get_model_name(llm_model, display_name=display_name)\n\n # Get memory data\n self.chat_history = await self.get_memory_data()\n if isinstance(self.chat_history, Message):\n self.chat_history = [self.chat_history]\n\n # Add current date tool if enabled\n if self.add_current_date_tool:\n if not isinstance(self.tools, list): # type: ignore[has-type]\n self.tools = []\n current_date_tool = (await CurrentDateComponent(**self.get_base_args()).to_toolkit()).pop(0)\n if not isinstance(current_date_tool, StructuredTool):\n msg = \"CurrentDateComponent must be converted to a StructuredTool\"\n raise TypeError(msg)\n self.tools.append(current_date_tool)\n return llm_model, self.chat_history, self.tools\n\n async def message_response(self) -> Message:\n try:\n llm_model, self.chat_history, self.tools = await self.get_agent_requirements()\n # Set up and run agent\n self.set(\n llm=llm_model,\n tools=self.tools or [],\n chat_history=self.chat_history,\n input_value=self.input_value,\n system_prompt=self.system_prompt,\n )\n agent = self.create_agent_runnable()\n result = await self.run_agent(agent)\n\n # Store result for potential JSON output\n self._agent_result = result\n\n except (ValueError, TypeError, KeyError) as e:\n await logger.aerror(f\"{type(e).__name__}: {e!s}\")\n raise\n except ExceptionWithMessageError as e:\n await logger.aerror(f\"ExceptionWithMessageError occurred: {e}\")\n raise\n # Avoid catching blind Exception; let truly unexpected exceptions propagate\n except Exception as e:\n await logger.aerror(f\"Unexpected error: {e!s}\")\n raise\n else:\n return result\n\n def _preprocess_schema(self, schema):\n \"\"\"Preprocess schema to ensure correct data types for build_model_from_schema.\"\"\"\n processed_schema = []\n for field in schema:\n processed_field = {\n \"name\": str(field.get(\"name\", \"field\")),\n \"type\": str(field.get(\"type\", \"str\")),\n \"description\": str(field.get(\"description\", \"\")),\n \"multiple\": field.get(\"multiple\", False),\n }\n # Ensure multiple is handled correctly\n if isinstance(processed_field[\"multiple\"], str):\n processed_field[\"multiple\"] = processed_field[\"multiple\"].lower() in [\n \"true\",\n \"1\",\n \"t\",\n \"y\",\n \"yes\",\n ]\n processed_schema.append(processed_field)\n return processed_schema\n\n async def build_structured_output_base(self, content: str):\n \"\"\"Build structured output with optional BaseModel validation.\"\"\"\n json_pattern = r\"\\{.*\\}\"\n schema_error_msg = \"Try setting an output schema\"\n\n # Try to parse content as JSON first\n json_data = None\n try:\n json_data = json.loads(content)\n except json.JSONDecodeError:\n json_match = re.search(json_pattern, content, re.DOTALL)\n if json_match:\n try:\n json_data = json.loads(json_match.group())\n except json.JSONDecodeError:\n return {\"content\": content, \"error\": schema_error_msg}\n else:\n return {\"content\": content, \"error\": schema_error_msg}\n\n # If no output schema provided, return parsed JSON without validation\n if not hasattr(self, \"output_schema\") or not self.output_schema or len(self.output_schema) == 0:\n return json_data\n\n # Use BaseModel validation with schema\n try:\n processed_schema = self._preprocess_schema(self.output_schema)\n output_model = build_model_from_schema(processed_schema)\n\n # Validate against the schema\n if isinstance(json_data, list):\n # Multiple objects\n validated_objects = []\n for item in json_data:\n try:\n validated_obj = output_model.model_validate(item)\n validated_objects.append(validated_obj.model_dump())\n except ValidationError as e:\n await logger.aerror(f\"Validation error for item: {e}\")\n # Include invalid items with error info\n validated_objects.append({\"data\": item, \"validation_error\": str(e)})\n return validated_objects\n\n # Single object\n try:\n validated_obj = output_model.model_validate(json_data)\n return [validated_obj.model_dump()] # Return as list for consistency\n except ValidationError as e:\n await logger.aerror(f\"Validation error: {e}\")\n return [{\"data\": json_data, \"validation_error\": str(e)}]\n\n except (TypeError, ValueError) as e:\n await logger.aerror(f\"Error building structured output: {e}\")\n # Fallback to parsed JSON without validation\n return json_data\n\n async def json_response(self) -> Data:\n \"\"\"Convert agent response to structured JSON Data output with schema validation.\"\"\"\n # Always use structured chat agent for JSON response mode for better JSON formatting\n try:\n system_components = []\n\n # 1. Agent Instructions (system_prompt)\n agent_instructions = getattr(self, \"system_prompt\", \"\") or \"\"\n if agent_instructions:\n system_components.append(f\"{agent_instructions}\")\n\n # 2. Format Instructions\n format_instructions = getattr(self, \"format_instructions\", \"\") or \"\"\n if format_instructions:\n system_components.append(f\"Format instructions: {format_instructions}\")\n\n # 3. Schema Information from BaseModel\n if hasattr(self, \"output_schema\") and self.output_schema and len(self.output_schema) > 0:\n try:\n processed_schema = self._preprocess_schema(self.output_schema)\n output_model = build_model_from_schema(processed_schema)\n schema_dict = output_model.model_json_schema()\n schema_info = (\n \"You are given some text that may include format instructions, \"\n \"explanations, or other content alongside a JSON schema.\\n\\n\"\n \"Your task:\\n\"\n \"- Extract only the JSON schema.\\n\"\n \"- Return it as valid JSON.\\n\"\n \"- Do not include format instructions, explanations, or extra text.\\n\\n\"\n \"Input:\\n\"\n f\"{json.dumps(schema_dict, indent=2)}\\n\\n\"\n \"Output (only JSON schema):\"\n )\n system_components.append(schema_info)\n except (ValidationError, ValueError, TypeError, KeyError) as e:\n await logger.aerror(f\"Could not build schema for prompt: {e}\", exc_info=True)\n\n # Combine all components\n combined_instructions = \"\\n\\n\".join(system_components) if system_components else \"\"\n llm_model, self.chat_history, self.tools = await self.get_agent_requirements()\n self.set(\n llm=llm_model,\n tools=self.tools or [],\n chat_history=self.chat_history,\n input_value=self.input_value,\n system_prompt=combined_instructions,\n )\n\n # Create and run structured chat agent\n try:\n structured_agent = self.create_agent_runnable()\n except (NotImplementedError, ValueError, TypeError) as e:\n await logger.aerror(f\"Error with structured chat agent: {e}\")\n raise\n try:\n result = await self.run_agent(structured_agent)\n except (\n ExceptionWithMessageError,\n ValueError,\n TypeError,\n RuntimeError,\n ) as e:\n await logger.aerror(f\"Error with structured agent result: {e}\")\n raise\n # Extract content from structured agent result\n if hasattr(result, \"content\"):\n content = result.content\n elif hasattr(result, \"text\"):\n content = result.text\n else:\n content = str(result)\n\n except (\n ExceptionWithMessageError,\n ValueError,\n TypeError,\n NotImplementedError,\n AttributeError,\n ) as e:\n await logger.aerror(f\"Error with structured chat agent: {e}\")\n # Fallback to regular agent\n content_str = \"No content returned from agent\"\n return Data(data={\"content\": content_str, \"error\": str(e)})\n\n # Process with structured output validation\n try:\n structured_output = await self.build_structured_output_base(content)\n\n # Handle different output formats\n if isinstance(structured_output, list) and structured_output:\n if len(structured_output) == 1:\n return Data(data=structured_output[0])\n return Data(data={\"results\": structured_output})\n if isinstance(structured_output, dict):\n return Data(data=structured_output)\n return Data(data={\"content\": content})\n\n except (ValueError, TypeError) as e:\n await logger.aerror(f\"Error in structured output processing: {e}\")\n return Data(data={\"content\": content, \"error\": str(e)})\n\n async def get_memory_data(self):\n # TODO: This is a temporary fix to avoid message duplication. We should develop a function for this.\n messages = (\n await MemoryComponent(**self.get_base_args())\n .set(\n session_id=self.graph.session_id,\n order=\"Ascending\",\n n_messages=self.n_messages,\n )\n .retrieve_messages()\n )\n return [\n message for message in messages if getattr(message, \"id\", None) != getattr(self.input_value, \"id\", None)\n ]\n\n async def get_llm(self):\n if not isinstance(self.agent_llm, str):\n return self.agent_llm, None\n\n try:\n provider_info = MODEL_PROVIDERS_DICT.get(self.agent_llm)\n if not provider_info:\n msg = f\"Invalid model provider: {self.agent_llm}\"\n raise ValueError(msg)\n\n component_class = provider_info.get(\"component_class\")\n display_name = component_class.display_name\n inputs = provider_info.get(\"inputs\")\n prefix = provider_info.get(\"prefix\", \"\")\n\n return self._build_llm_model(component_class, inputs, prefix), display_name\n\n except (AttributeError, ValueError, TypeError, RuntimeError) as e:\n await logger.aerror(f\"Error building {self.agent_llm} language model: {e!s}\")\n msg = f\"Failed to initialize language model: {e!s}\"\n raise ValueError(msg) from e\n\n def _build_llm_model(self, component, inputs, prefix=\"\"):\n model_kwargs = {}\n for input_ in inputs:\n if hasattr(self, f\"{prefix}{input_.name}\"):\n model_kwargs[input_.name] = getattr(self, f\"{prefix}{input_.name}\")\n return component.set(**model_kwargs).build_model()\n\n def set_component_params(self, component):\n provider_info = MODEL_PROVIDERS_DICT.get(self.agent_llm)\n if provider_info:\n inputs = provider_info.get(\"inputs\")\n prefix = provider_info.get(\"prefix\")\n # Filter out json_mode and only use attributes that exist on this component\n model_kwargs = {}\n for input_ in inputs:\n if hasattr(self, f\"{prefix}{input_.name}\"):\n model_kwargs[input_.name] = getattr(self, f\"{prefix}{input_.name}\")\n\n return component.set(**model_kwargs)\n return component\n\n def delete_fields(self, build_config: dotdict, fields: dict | list[str]) -> None:\n \"\"\"Delete specified fields from build_config.\"\"\"\n for field in fields:\n build_config.pop(field, None)\n\n def update_input_types(self, build_config: dotdict) -> dotdict:\n \"\"\"Update input types for all fields in build_config.\"\"\"\n for key, value in build_config.items():\n if isinstance(value, dict):\n if value.get(\"input_types\") is None:\n build_config[key][\"input_types\"] = []\n elif hasattr(value, \"input_types\") and value.input_types is None:\n value.input_types = []\n return build_config\n\n async def update_build_config(\n self, build_config: dotdict, field_value: str, field_name: str | None = None\n ) -> dotdict:\n # Iterate over all providers in the MODEL_PROVIDERS_DICT\n # Existing logic for updating build_config\n if field_name in (\"agent_llm\",):\n build_config[\"agent_llm\"][\"value\"] = field_value\n provider_info = MODEL_PROVIDERS_DICT.get(field_value)\n if provider_info:\n component_class = provider_info.get(\"component_class\")\n if component_class and hasattr(component_class, \"update_build_config\"):\n # Call the component class's update_build_config method\n build_config = await update_component_build_config(\n component_class, build_config, field_value, \"model_name\"\n )\n\n provider_configs: dict[str, tuple[dict, list[dict]]] = {\n provider: (\n MODEL_PROVIDERS_DICT[provider][\"fields\"],\n [\n MODEL_PROVIDERS_DICT[other_provider][\"fields\"]\n for other_provider in MODEL_PROVIDERS_DICT\n if other_provider != provider\n ],\n )\n for provider in MODEL_PROVIDERS_DICT\n }\n if field_value in provider_configs:\n fields_to_add, fields_to_delete = provider_configs[field_value]\n\n # Delete fields from other providers\n for fields in fields_to_delete:\n self.delete_fields(build_config, fields)\n\n # Add provider-specific fields\n if field_value == \"OpenAI\" and not any(field in build_config for field in fields_to_add):\n build_config.update(fields_to_add)\n else:\n build_config.update(fields_to_add)\n # Reset input types for agent_llm\n build_config[\"agent_llm\"][\"input_types\"] = []\n build_config[\"agent_llm\"][\"display_name\"] = \"Model Provider\"\n elif field_value == \"connect_other_models\":\n # Delete all provider fields\n self.delete_fields(build_config, ALL_PROVIDER_FIELDS)\n # # Update with custom component\n custom_component = DropdownInput(\n name=\"agent_llm\",\n display_name=\"Language Model\",\n info=\"The provider of the language model that the agent will use to generate responses.\",\n options=[*MODEL_PROVIDERS_LIST],\n real_time_refresh=True,\n refresh_button=False,\n input_types=[\"LanguageModel\"],\n placeholder=\"Awaiting model input.\",\n options_metadata=[MODELS_METADATA[key] for key in MODEL_PROVIDERS_LIST],\n external_options={\n \"fields\": {\n \"data\": {\n \"node\": {\n \"name\": \"connect_other_models\",\n \"display_name\": \"Connect other models\",\n \"icon\": \"CornerDownLeft\",\n },\n }\n },\n },\n )\n build_config.update({\"agent_llm\": custom_component.to_dict()})\n # Update input types for all fields\n build_config = self.update_input_types(build_config)\n\n # Validate required keys\n default_keys = [\n \"code\",\n \"_type\",\n \"agent_llm\",\n \"tools\",\n \"input_value\",\n \"add_current_date_tool\",\n \"system_prompt\",\n \"agent_description\",\n \"max_iterations\",\n \"handle_parsing_errors\",\n \"verbose\",\n ]\n missing_keys = [key for key in default_keys if key not in build_config]\n if missing_keys:\n msg = f\"Missing required keys in build_config: {missing_keys}\"\n raise ValueError(msg)\n if (\n isinstance(self.agent_llm, str)\n and self.agent_llm in MODEL_PROVIDERS_DICT\n and field_name in MODEL_DYNAMIC_UPDATE_FIELDS\n ):\n provider_info = MODEL_PROVIDERS_DICT.get(self.agent_llm)\n if provider_info:\n component_class = provider_info.get(\"component_class\")\n component_class = self.set_component_params(component_class)\n prefix = provider_info.get(\"prefix\")\n if component_class and hasattr(component_class, \"update_build_config\"):\n # Call each component class's update_build_config method\n # remove the prefix from the field_name\n if isinstance(field_name, str) and isinstance(prefix, str):\n field_name = field_name.replace(prefix, \"\")\n build_config = await update_component_build_config(\n component_class, build_config, field_value, \"model_name\"\n )\n return dotdict({k: v.to_dict() if hasattr(v, \"to_dict\") else v for k, v in build_config.items()})\n\n async def _get_tools(self) -> list[Tool]:\n component_toolkit = _get_component_toolkit()\n tools_names = self._build_tools_names()\n agent_description = self.get_tool_description()\n # TODO: Agent Description Depreciated Feature to be removed\n description = f\"{agent_description}{tools_names}\"\n tools = component_toolkit(component=self).get_tools(\n tool_name=\"Call_Agent\",\n tool_description=description,\n callbacks=self.get_langchain_callbacks(),\n )\n if hasattr(self, \"tools_metadata\"):\n tools = component_toolkit(component=self, metadata=self.tools_metadata).update_tools_metadata(tools=tools)\n return tools\n"
2543
+ },
2544
+ "format_instructions": {
2545
+ "_input_type": "MultilineInput",
2546
+ "advanced": true,
2547
+ "copy_field": false,
2548
+ "display_name": "Output Format Instructions",
2549
+ "dynamic": false,
2550
+ "info": "Generic Template for structured output formatting. Valid only with Structured response.",
2551
+ "input_types": [
2552
+ "Message"
2553
+ ],
2554
+ "list": false,
2555
+ "list_add_label": "Add More",
2556
+ "load_from_db": false,
2557
+ "multiline": true,
2558
+ "name": "format_instructions",
2559
+ "placeholder": "",
2560
+ "required": false,
2561
+ "show": true,
2562
+ "title_case": false,
2563
+ "tool_mode": false,
2564
+ "trace_as_input": true,
2565
+ "trace_as_metadata": true,
2566
+ "type": "str",
2567
+ "value": "You are an AI that extracts structured JSON objects from unstructured text. Use a predefined schema with expected types (str, int, float, bool, dict). Extract ALL relevant instances that match the schema - if multiple patterns exist, capture them all. Fill missing or ambiguous values with defaults: null for missing values. Remove exact duplicates but keep variations that have different field values. Always return valid JSON in the expected format, never throw errors. If multiple objects can be extracted, return them all in the structured format."
2568
+ },
2569
+ "handle_parsing_errors": {
2570
+ "_input_type": "BoolInput",
2571
+ "advanced": true,
2572
+ "display_name": "Handle Parse Errors",
2573
+ "dynamic": false,
2574
+ "info": "Should the Agent fix errors when reading user input for better processing?",
2575
+ "list": false,
2576
+ "list_add_label": "Add More",
2577
+ "name": "handle_parsing_errors",
2578
+ "placeholder": "",
2579
+ "required": false,
2580
+ "show": true,
2581
+ "title_case": false,
2582
+ "tool_mode": false,
2583
+ "trace_as_metadata": true,
2584
+ "type": "bool",
2585
+ "value": true
2586
+ },
2587
+ "input_value": {
2588
+ "_input_type": "MessageTextInput",
2589
+ "advanced": false,
2590
+ "display_name": "Input",
2591
+ "dynamic": false,
2592
+ "info": "The input provided by the user for the agent to process.",
2593
+ "input_types": [
2594
+ "Message"
2595
+ ],
2596
+ "list": false,
2597
+ "list_add_label": "Add More",
2598
+ "load_from_db": false,
2599
+ "name": "input_value",
2600
+ "placeholder": "",
2601
+ "required": false,
2602
+ "show": true,
2603
+ "title_case": false,
2604
+ "tool_mode": true,
2605
+ "trace_as_input": true,
2606
+ "trace_as_metadata": true,
2607
+ "type": "str",
2608
+ "value": ""
2609
+ },
2610
+ "max_iterations": {
2611
+ "_input_type": "IntInput",
2612
+ "advanced": true,
2613
+ "display_name": "Max Iterations",
2614
+ "dynamic": false,
2615
+ "info": "The maximum number of attempts the agent can make to complete its task before it stops.",
2616
+ "list": false,
2617
+ "list_add_label": "Add More",
2618
+ "name": "max_iterations",
2619
+ "placeholder": "",
2620
+ "required": false,
2621
+ "show": true,
2622
+ "title_case": false,
2623
+ "tool_mode": false,
2624
+ "trace_as_metadata": true,
2625
+ "type": "int",
2626
+ "value": 15
2627
+ },
2628
+ "max_retries": {
2629
+ "_input_type": "IntInput",
2630
+ "advanced": true,
2631
+ "display_name": "Max Retries",
2632
+ "dynamic": false,
2633
+ "info": "The maximum number of retries to make when generating.",
2634
+ "list": false,
2635
+ "list_add_label": "Add More",
2636
+ "name": "max_retries",
2637
+ "placeholder": "",
2638
+ "required": false,
2639
+ "show": true,
2640
+ "title_case": false,
2641
+ "tool_mode": false,
2642
+ "trace_as_metadata": true,
2643
+ "type": "int",
2644
+ "value": 5
2645
+ },
2646
+ "max_tokens": {
2647
+ "_input_type": "IntInput",
2648
+ "advanced": true,
2649
+ "display_name": "Max Tokens",
2650
+ "dynamic": false,
2651
+ "info": "The maximum number of tokens to generate. Set to 0 for unlimited tokens.",
2652
+ "list": false,
2653
+ "list_add_label": "Add More",
2654
+ "name": "max_tokens",
2655
+ "placeholder": "",
2656
+ "range_spec": {
2657
+ "max": 128000,
2658
+ "min": 0,
2659
+ "step": 0.1,
2660
+ "step_type": "float"
2661
+ },
2662
+ "required": false,
2663
+ "show": true,
2664
+ "title_case": false,
2665
+ "tool_mode": false,
2666
+ "trace_as_metadata": true,
2667
+ "type": "int",
2668
+ "value": ""
2669
+ },
2670
+ "model_kwargs": {
2671
+ "_input_type": "DictInput",
2672
+ "advanced": true,
2673
+ "display_name": "Model Kwargs",
2674
+ "dynamic": false,
2675
+ "info": "Additional keyword arguments to pass to the model.",
2676
+ "list": false,
2677
+ "list_add_label": "Add More",
2678
+ "name": "model_kwargs",
2679
+ "placeholder": "",
2680
+ "required": false,
2681
+ "show": true,
2682
+ "title_case": false,
2683
+ "tool_mode": false,
2684
+ "trace_as_input": true,
2685
+ "type": "dict",
2686
+ "value": {}
2687
+ },
2688
+ "model_name": {
2689
+ "_input_type": "DropdownInput",
2690
+ "advanced": false,
2691
+ "combobox": true,
2692
+ "dialog_inputs": {},
2693
+ "display_name": "Model Name",
2694
+ "dynamic": false,
2695
+ "info": "To see the model names, first choose a provider. Then, enter your API key and click the refresh button next to the model name.",
2696
+ "load_from_db": false,
2697
+ "name": "model_name",
2698
+ "options": [
2699
+ "gpt-4o-mini",
2700
+ "gpt-4o",
2701
+ "gpt-4.1",
2702
+ "gpt-4.1-mini",
2703
+ "gpt-4.1-nano",
2704
+ "gpt-4-turbo",
2705
+ "gpt-4-turbo-preview",
2706
+ "gpt-4",
2707
+ "gpt-3.5-turbo",
2708
+ "gpt-5",
2709
+ "gpt-5-mini",
2710
+ "gpt-5-nano",
2711
+ "gpt-5-chat-latest",
2712
+ "o1",
2713
+ "o3-mini",
2714
+ "o3",
2715
+ "o3-pro",
2716
+ "o4-mini",
2717
+ "o4-mini-high"
2718
+ ],
2719
+ "options_metadata": [],
2720
+ "placeholder": "",
2721
+ "real_time_refresh": false,
2722
+ "required": false,
2723
+ "show": true,
2724
+ "title_case": false,
2725
+ "toggle": false,
2726
+ "tool_mode": false,
2727
+ "trace_as_metadata": true,
2728
+ "type": "str",
2729
+ "value": "gpt-4.1-mini"
2730
+ },
2731
+ "n_messages": {
2732
+ "_input_type": "IntInput",
2733
+ "advanced": true,
2734
+ "display_name": "Number of Chat History Messages",
2735
+ "dynamic": false,
2736
+ "info": "Number of chat history messages to retrieve.",
2737
+ "list": false,
2738
+ "list_add_label": "Add More",
2739
+ "name": "n_messages",
2740
+ "placeholder": "",
2741
+ "required": false,
2742
+ "show": true,
2743
+ "title_case": false,
2744
+ "tool_mode": false,
2745
+ "trace_as_metadata": true,
2746
+ "type": "int",
2747
+ "value": 100
2748
+ },
2749
+ "openai_api_base": {
2750
+ "_input_type": "StrInput",
2751
+ "advanced": true,
2752
+ "display_name": "OpenAI API Base",
2753
+ "dynamic": false,
2754
+ "info": "The base URL of the OpenAI API. Defaults to https://api.openai.com/v1. You can change this to use other APIs like JinaChat, LocalAI and Prem.",
2755
+ "list": false,
2756
+ "list_add_label": "Add More",
2757
+ "load_from_db": false,
2758
+ "name": "openai_api_base",
2759
+ "placeholder": "",
2760
+ "required": false,
2761
+ "show": true,
2762
+ "title_case": false,
2763
+ "tool_mode": false,
2764
+ "trace_as_metadata": true,
2765
+ "type": "str",
2766
+ "value": ""
2767
+ },
2768
+ "output_schema": {
2769
+ "_input_type": "TableInput",
2770
+ "advanced": true,
2771
+ "display_name": "Output Schema",
2772
+ "dynamic": false,
2773
+ "info": "Schema Validation: Define the structure and data types for structured output. No validation if no output schema.",
2774
+ "is_list": true,
2775
+ "list_add_label": "Add More",
2776
+ "name": "output_schema",
2777
+ "placeholder": "",
2778
+ "required": false,
2779
+ "show": true,
2780
+ "table_icon": "Table",
2781
+ "table_schema": {
2782
+ "columns": [
2783
+ {
2784
+ "default": "field",
2785
+ "description": "Specify the name of the output field.",
2786
+ "disable_edit": false,
2787
+ "display_name": "Name",
2788
+ "edit_mode": "inline",
2789
+ "filterable": true,
2790
+ "formatter": "text",
2791
+ "hidden": false,
2792
+ "name": "name",
2793
+ "sortable": true,
2794
+ "type": "str"
2795
+ },
2796
+ {
2797
+ "default": "description of field",
2798
+ "description": "Describe the purpose of the output field.",
2799
+ "disable_edit": false,
2800
+ "display_name": "Description",
2801
+ "edit_mode": "popover",
2802
+ "filterable": true,
2803
+ "formatter": "text",
2804
+ "hidden": false,
2805
+ "name": "description",
2806
+ "sortable": true,
2807
+ "type": "str"
2808
+ },
2809
+ {
2810
+ "default": "str",
2811
+ "description": "Indicate the data type of the output field (e.g., str, int, float, bool, dict).",
2812
+ "disable_edit": false,
2813
+ "display_name": "Type",
2814
+ "edit_mode": "inline",
2815
+ "filterable": true,
2816
+ "formatter": "text",
2817
+ "hidden": false,
2818
+ "name": "type",
2819
+ "options": [
2820
+ "str",
2821
+ "int",
2822
+ "float",
2823
+ "bool",
2824
+ "dict"
2825
+ ],
2826
+ "sortable": true,
2827
+ "type": "str"
2828
+ },
2829
+ {
2830
+ "default": false,
2831
+ "description": "Set to True if this output field should be a list of the specified type.",
2832
+ "disable_edit": false,
2833
+ "display_name": "As List",
2834
+ "edit_mode": "inline",
2835
+ "filterable": true,
2836
+ "formatter": "boolean",
2837
+ "hidden": false,
2838
+ "name": "multiple",
2839
+ "sortable": true,
2840
+ "type": "boolean"
2841
+ }
2842
+ ]
2843
+ },
2844
+ "title_case": false,
2845
+ "tool_mode": false,
2846
+ "trace_as_metadata": true,
2847
+ "trigger_icon": "Table",
2848
+ "trigger_text": "Open table",
2849
+ "type": "table",
2850
+ "value": []
2851
+ },
2852
+ "seed": {
2853
+ "_input_type": "IntInput",
2854
+ "advanced": true,
2855
+ "display_name": "Seed",
2856
+ "dynamic": false,
2857
+ "info": "The seed controls the reproducibility of the job.",
2858
+ "list": false,
2859
+ "list_add_label": "Add More",
2860
+ "name": "seed",
2861
+ "placeholder": "",
2862
+ "required": false,
2863
+ "show": true,
2864
+ "title_case": false,
2865
+ "tool_mode": false,
2866
+ "trace_as_metadata": true,
2867
+ "type": "int",
2868
+ "value": 1
2869
+ },
2870
+ "system_prompt": {
2871
+ "_input_type": "MultilineInput",
2872
+ "advanced": false,
2873
+ "copy_field": false,
2874
+ "display_name": "Agent Instructions",
2875
+ "dynamic": false,
2876
+ "info": "System Prompt: Initial instructions and context provided to guide the agent's behavior.",
2877
+ "input_types": [
2878
+ "Message"
2879
+ ],
2880
+ "list": false,
2881
+ "list_add_label": "Add More",
2882
+ "load_from_db": false,
2883
+ "multiline": true,
2884
+ "name": "system_prompt",
2885
+ "placeholder": "",
2886
+ "required": false,
2887
+ "show": true,
2888
+ "title_case": false,
2889
+ "tool_mode": false,
2890
+ "trace_as_input": true,
2891
+ "trace_as_metadata": true,
2892
+ "type": "str",
2893
+ "value": "You are a helpful assistant that can use tools to answer questions and perform tasks."
2894
+ },
2895
+ "temperature": {
2896
+ "_input_type": "SliderInput",
2897
+ "advanced": true,
2898
+ "display_name": "Temperature",
2899
+ "dynamic": false,
2900
+ "info": "",
2901
+ "max_label": "",
2902
+ "max_label_icon": "",
2903
+ "min_label": "",
2904
+ "min_label_icon": "",
2905
+ "name": "temperature",
2906
+ "placeholder": "",
2907
+ "range_spec": {
2908
+ "max": 1,
2909
+ "min": 0,
2910
+ "step": 0.01,
2911
+ "step_type": "float"
2912
+ },
2913
+ "required": false,
2914
+ "show": true,
2915
+ "slider_buttons": false,
2916
+ "slider_buttons_options": [],
2917
+ "slider_input": false,
2918
+ "title_case": false,
2919
+ "tool_mode": false,
2920
+ "type": "slider",
2921
+ "value": 0.1
2922
+ },
2923
+ "timeout": {
2924
+ "_input_type": "IntInput",
2925
+ "advanced": true,
2926
+ "display_name": "Timeout",
2927
+ "dynamic": false,
2928
+ "info": "The timeout for requests to OpenAI completion API.",
2929
+ "list": false,
2930
+ "list_add_label": "Add More",
2931
+ "name": "timeout",
2932
+ "placeholder": "",
2933
+ "required": false,
2934
+ "show": true,
2935
+ "title_case": false,
2936
+ "tool_mode": false,
2937
+ "trace_as_metadata": true,
2938
+ "type": "int",
2939
+ "value": 700
2940
+ },
2941
+ "tools": {
2942
+ "_input_type": "HandleInput",
2943
+ "advanced": false,
2944
+ "display_name": "Tools",
2945
+ "dynamic": false,
2946
+ "info": "These are the tools that the agent can use to help with tasks.",
2947
+ "input_types": [
2948
+ "Tool"
2949
+ ],
2950
+ "list": true,
2951
+ "list_add_label": "Add More",
2952
+ "name": "tools",
2953
+ "placeholder": "",
2954
+ "required": false,
2955
+ "show": true,
2956
+ "title_case": false,
2957
+ "trace_as_metadata": true,
2958
+ "type": "other",
2959
+ "value": ""
2960
+ },
2961
+ "verbose": {
2962
+ "_input_type": "BoolInput",
2963
+ "advanced": true,
2964
+ "display_name": "Verbose",
2965
+ "dynamic": false,
2966
+ "info": "",
2967
+ "list": false,
2968
+ "list_add_label": "Add More",
2969
+ "name": "verbose",
2970
+ "placeholder": "",
2971
+ "required": false,
2972
+ "show": true,
2973
+ "title_case": false,
2974
+ "tool_mode": false,
2975
+ "trace_as_metadata": true,
2976
+ "type": "bool",
2977
+ "value": true
2978
+ }
2979
+ },
2980
+ "tool_mode": false
2981
+ },
2982
+ "selected_output": "response",
2983
+ "type": "Agent"
2984
+ },
2985
+ "dragging": false,
2986
+ "height": 650,
2987
+ "id": "Agent-b7nmW",
2988
+ "measured": {
2989
+ "height": 650,
2990
+ "width": 320
2991
+ },
2992
+ "position": {
2993
+ "x": -715.1798010873374,
2994
+ "y": -1342.256094001045
2995
+ },
2996
+ "positionAbsolute": {
2997
+ "x": -715.1798010873374,
2998
+ "y": -1342.256094001045
2999
+ },
3000
+ "selected": false,
3001
+ "type": "genericNode",
3002
+ "width": 320
3003
+ },
3004
+ {
3005
+ "data": {
3006
+ "description": "Uses [yfinance](https://pypi.org/project/yfinance/) (unofficial package) to access financial data and market information from Yahoo! Finance.",
3007
+ "display_name": "Yahoo! Finance",
3008
+ "id": "YfinanceComponent-hAneS",
3009
+ "node": {
3010
+ "base_classes": [
3011
+ "Data",
3012
+ "DataFrame",
3013
+ "Message"
3014
+ ],
3015
+ "beta": false,
3016
+ "conditional_paths": [],
3017
+ "custom_fields": {},
3018
+ "description": "Uses [yfinance](https://pypi.org/project/yfinance/) (unofficial package) to access financial data and market information from Yahoo! Finance.",
3019
+ "display_name": "Yahoo! Finance",
3020
+ "documentation": "",
3021
+ "edited": false,
3022
+ "field_order": [
3023
+ "symbol",
3024
+ "method",
3025
+ "num_news"
3026
+ ],
3027
+ "frozen": false,
3028
+ "icon": "trending-up",
3029
+ "legacy": false,
3030
+ "metadata": {},
3031
+ "minimized": false,
3032
+ "output_types": [],
3033
+ "outputs": [
3034
+ {
3035
+ "allows_loop": false,
3036
+ "cache": true,
3037
+ "display_name": "Toolset",
3038
+ "group_outputs": false,
3039
+ "hidden": null,
3040
+ "method": "to_toolkit",
3041
+ "name": "component_as_tool",
3042
+ "options": null,
3043
+ "required_inputs": null,
3044
+ "selected": "Tool",
3045
+ "tool_mode": true,
3046
+ "types": [
3047
+ "Tool"
3048
+ ],
3049
+ "value": "__UNDEFINED__"
3050
+ }
3051
+ ],
3052
+ "pinned": false,
3053
+ "template": {
3054
+ "_type": "Component",
3055
+ "code": {
3056
+ "advanced": true,
3057
+ "dynamic": true,
3058
+ "fileTypes": [],
3059
+ "file_path": "",
3060
+ "info": "",
3061
+ "list": false,
3062
+ "load_from_db": false,
3063
+ "multiline": true,
3064
+ "name": "code",
3065
+ "password": false,
3066
+ "placeholder": "",
3067
+ "required": true,
3068
+ "show": true,
3069
+ "title_case": false,
3070
+ "type": "code",
3071
+ "value": "import ast\r\nimport pprint\r\nfrom enum import Enum\r\n\r\nimport yfinance as yf\r\nfrom langchain_core.tools import ToolException\r\nfrom pydantic import BaseModel, Field\r\nfrom vibe_surf.langflow.schema.message import Message\r\nfrom vibe_surf.langflow.custom.custom_component.component import Component\r\nfrom vibe_surf.langflow.inputs.inputs import DropdownInput, IntInput, MessageTextInput\r\nfrom vibe_surf.langflow.io import Output\r\nfrom vibe_surf.langflow.logging.logger import logger\r\nfrom vibe_surf.langflow.schema.data import Data\r\nfrom vibe_surf.langflow.schema.dataframe import DataFrame\r\nfrom vibe_surf.tools.finance_tools import FinanceMethod, FinanceDataRetriever\r\n\r\n\r\nclass YahooFinanceSchema(BaseModel):\r\n symbol: str = Field(..., description=\"The stock symbol to retrieve data for.\")\r\n method: FinanceMethod = Field(FinanceMethod.GET_INFO, description=\"The type of data to retrieve.\")\r\n num_news: int | None = Field(5, description=\"The number of news articles to retrieve.\")\r\n start_date: str | None = Field(None, description=\"The start date to retrieve data for.\")\r\n end_date: str | None = Field(None, description=\"The end date to retrieve data for.\")\r\n period: str | None = Field('1y', description=\"The period to retrieve data for.\")\r\n interval: str | None = Field('1d', description=\"The interval to retrieve data for.\")\r\n\r\n\r\nclass YfinanceComponent(Component):\r\n display_name = \"Yahoo! Finance\"\r\n description = \"\"\"Uses [yfinance](https://pypi.org/project/yfinance/) (unofficial package) \\\r\nto access financial data and market information from Yahoo! Finance.\"\"\"\r\n icon = \"trending-up\"\r\n\r\n inputs = [\r\n MessageTextInput(\r\n name=\"symbol\",\r\n display_name=\"Stock Symbol\",\r\n info=\"The stock symbol to retrieve data for (e.g., AAPL, GOOG).\",\r\n tool_mode=True,\r\n ),\r\n DropdownInput(\r\n name=\"method\",\r\n display_name=\"Data Method\",\r\n info=\"The type of data to retrieve.\",\r\n options=list(FinanceMethod),\r\n value=\"get_news\",\r\n ),\r\n IntInput(\r\n name=\"num_news\",\r\n display_name=\"Number of News\",\r\n info=\"The number of news articles to retrieve (only applicable for GET_NEWS).\",\r\n value=5,\r\n advanced=True\r\n ),\r\n MessageTextInput(\r\n name=\"period\",\r\n display_name=\"Period\",\r\n info=\"Time period for historical data (1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max). (only applicable for GET_HISTORY)\",\r\n value='1mo',\r\n advanced=True\r\n ),\r\n MessageTextInput(\r\n name=\"start_date\",\r\n display_name=\"Start Date\",\r\n info=\"Start date for historical data (YYYY-MM-DD format). Use with end_date instead of period. (only applicable for GET_HISTORY)\",\r\n advanced=True\r\n ),\r\n MessageTextInput(\r\n name=\"end_date\",\r\n display_name=\"End Date\",\r\n info=\"End date for historical data (YYYY-MM-DD format). Use with start_date instead of period. (only applicable for GET_HISTORY)\",\r\n advanced=True\r\n\r\n ),\r\n MessageTextInput(\r\n name=\"interval\",\r\n display_name=\"Interval\",\r\n info=\"Data interval for historical data (1m, 2m, 5m, 15m, 30m, 60m, 90m, 1h, 1d, 5d, 1wk, 1mo, 3mo). (only applicable for GET_HISTORY)\",\r\n advanced=True,\r\n value='1d'\r\n )\r\n ]\r\n\r\n outputs = [\r\n Output(display_name=\"FinanceResult\", name=\"finance_result\", method=\"fetch_yfinance_data\"),\r\n ]\r\n\r\n def fetch_yfinance_data(self) -> Message:\r\n try:\r\n retriever = FinanceDataRetriever(self.symbol)\r\n if self.method == FinanceMethod.GET_NEWS:\r\n result = retriever._get_news(num_news=self.num_news)\r\n elif self.method == FinanceMethod.GET_HISTORY:\r\n result = retriever._get_history(period=self.period, interval=self.interval, start_date=self.start_date,\r\n end_date=self.end_date)\r\n else:\r\n result = getattr(retriever, f\"_{self.method}\")()\r\n return Message(text=pprint.pformat(result))\r\n except Exception as e:\r\n error_message = f\"Error retrieving data: {e}\"\r\n logger.debug(error_message)\r\n self.status = error_message\r\n raise ToolException(error_message) from e\r\n"
3072
+ },
3073
+ "end_date": {
3074
+ "_input_type": "MessageTextInput",
3075
+ "advanced": true,
3076
+ "display_name": "End Date",
3077
+ "dynamic": false,
3078
+ "info": "End date for historical data (YYYY-MM-DD format). Use with start_date instead of period. (only applicable for GET_HISTORY)",
3079
+ "input_types": [
3080
+ "Message"
3081
+ ],
3082
+ "list": false,
3083
+ "list_add_label": "Add More",
3084
+ "load_from_db": false,
3085
+ "name": "end_date",
3086
+ "placeholder": "",
3087
+ "required": false,
3088
+ "show": true,
3089
+ "title_case": false,
3090
+ "tool_mode": false,
3091
+ "trace_as_input": true,
3092
+ "trace_as_metadata": true,
3093
+ "type": "str",
3094
+ "value": ""
3095
+ },
3096
+ "interval": {
3097
+ "_input_type": "MessageTextInput",
3098
+ "advanced": true,
3099
+ "display_name": "Interval",
3100
+ "dynamic": false,
3101
+ "info": "Data interval for historical data (1m, 2m, 5m, 15m, 30m, 60m, 90m, 1h, 1d, 5d, 1wk, 1mo, 3mo). (only applicable for GET_HISTORY)",
3102
+ "input_types": [
3103
+ "Message"
3104
+ ],
3105
+ "list": false,
3106
+ "list_add_label": "Add More",
3107
+ "load_from_db": false,
3108
+ "name": "interval",
3109
+ "placeholder": "",
3110
+ "required": false,
3111
+ "show": true,
3112
+ "title_case": false,
3113
+ "tool_mode": false,
3114
+ "trace_as_input": true,
3115
+ "trace_as_metadata": true,
3116
+ "type": "str",
3117
+ "value": "1d"
3118
+ },
3119
+ "method": {
3120
+ "_input_type": "DropdownInput",
3121
+ "advanced": false,
3122
+ "combobox": false,
3123
+ "dialog_inputs": {},
3124
+ "display_name": "Data Method",
3125
+ "dynamic": false,
3126
+ "info": "The type of data to retrieve.",
3127
+ "name": "method",
3128
+ "options": [
3129
+ "get_info",
3130
+ "get_fast_info",
3131
+ "get_history",
3132
+ "get_actions",
3133
+ "get_dividends",
3134
+ "get_splits",
3135
+ "get_capital_gains",
3136
+ "get_financials",
3137
+ "get_quarterly_financials",
3138
+ "get_balance_sheet",
3139
+ "get_quarterly_balance_sheet",
3140
+ "get_cashflow",
3141
+ "get_quarterly_cashflow",
3142
+ "get_earnings",
3143
+ "get_quarterly_earnings",
3144
+ "get_earnings_dates",
3145
+ "get_calendar",
3146
+ "get_recommendations",
3147
+ "get_recommendations_summary",
3148
+ "get_upgrades_downgrades",
3149
+ "get_analysis",
3150
+ "get_major_holders",
3151
+ "get_institutional_holders",
3152
+ "get_mutualfund_holders",
3153
+ "get_insider_purchases",
3154
+ "get_insider_transactions",
3155
+ "get_insider_roster_holders",
3156
+ "get_news",
3157
+ "get_sustainability",
3158
+ "get_sec_filings",
3159
+ "get_shares",
3160
+ "get_options"
3161
+ ],
3162
+ "options_metadata": [],
3163
+ "placeholder": "",
3164
+ "required": false,
3165
+ "show": true,
3166
+ "title_case": false,
3167
+ "tool_mode": false,
3168
+ "trace_as_metadata": true,
3169
+ "type": "str",
3170
+ "value": "get_news"
3171
+ },
3172
+ "num_news": {
3173
+ "_input_type": "IntInput",
3174
+ "advanced": false,
3175
+ "display_name": "Number of News",
3176
+ "dynamic": false,
3177
+ "info": "The number of news articles to retrieve (only applicable for GET_NEWS).",
3178
+ "list": false,
3179
+ "list_add_label": "Add More",
3180
+ "name": "num_news",
3181
+ "placeholder": "",
3182
+ "required": false,
3183
+ "show": true,
3184
+ "title_case": false,
3185
+ "tool_mode": false,
3186
+ "trace_as_metadata": true,
3187
+ "type": "int",
3188
+ "value": 5
3189
+ },
3190
+ "period": {
3191
+ "_input_type": "MessageTextInput",
3192
+ "advanced": true,
3193
+ "display_name": "Period",
3194
+ "dynamic": false,
3195
+ "info": "Time period for historical data (1d, 5d, 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max). (only applicable for GET_HISTORY)",
3196
+ "input_types": [
3197
+ "Message"
3198
+ ],
3199
+ "list": false,
3200
+ "list_add_label": "Add More",
3201
+ "load_from_db": false,
3202
+ "name": "period",
3203
+ "placeholder": "",
3204
+ "required": false,
3205
+ "show": true,
3206
+ "title_case": false,
3207
+ "tool_mode": false,
3208
+ "trace_as_input": true,
3209
+ "trace_as_metadata": true,
3210
+ "type": "str",
3211
+ "value": "1y"
3212
+ },
3213
+ "start_date": {
3214
+ "_input_type": "MessageTextInput",
3215
+ "advanced": true,
3216
+ "display_name": "Start Date",
3217
+ "dynamic": false,
3218
+ "info": "Start date for historical data (YYYY-MM-DD format). Use with end_date instead of period. (only applicable for GET_HISTORY)",
3219
+ "input_types": [
3220
+ "Message"
3221
+ ],
3222
+ "list": false,
3223
+ "list_add_label": "Add More",
3224
+ "load_from_db": false,
3225
+ "name": "start_date",
3226
+ "placeholder": "",
3227
+ "required": false,
3228
+ "show": true,
3229
+ "title_case": false,
3230
+ "tool_mode": false,
3231
+ "trace_as_input": true,
3232
+ "trace_as_metadata": true,
3233
+ "type": "str",
3234
+ "value": ""
3235
+ },
3236
+ "symbol": {
3237
+ "_input_type": "MessageTextInput",
3238
+ "advanced": false,
3239
+ "display_name": "Stock Symbol",
3240
+ "dynamic": false,
3241
+ "info": "The stock symbol to retrieve data for (e.g., AAPL, GOOG).",
3242
+ "input_types": [
3243
+ "Message"
3244
+ ],
3245
+ "list": false,
3246
+ "list_add_label": "Add More",
3247
+ "load_from_db": false,
3248
+ "name": "symbol",
3249
+ "placeholder": "",
3250
+ "required": false,
3251
+ "show": true,
3252
+ "title_case": false,
3253
+ "tool_mode": true,
3254
+ "trace_as_input": true,
3255
+ "trace_as_metadata": true,
3256
+ "type": "str",
3257
+ "value": ""
3258
+ },
3259
+ "tools_metadata": {
3260
+ "_input_type": "ToolsInput",
3261
+ "advanced": false,
3262
+ "display_name": "Actions",
3263
+ "dynamic": false,
3264
+ "info": "Modify tool names and descriptions to help agents understand when to use each tool.",
3265
+ "is_list": true,
3266
+ "list_add_label": "Add More",
3267
+ "name": "tools_metadata",
3268
+ "placeholder": "",
3269
+ "real_time_refresh": true,
3270
+ "required": false,
3271
+ "show": true,
3272
+ "title_case": false,
3273
+ "tool_mode": false,
3274
+ "trace_as_metadata": true,
3275
+ "type": "tools",
3276
+ "value": [
3277
+ {
3278
+ "args": {
3279
+ "symbol": {
3280
+ "default": "",
3281
+ "description": "The stock symbol to retrieve data for (e.g., AAPL, GOOG).",
3282
+ "title": "Symbol",
3283
+ "type": "string"
3284
+ }
3285
+ },
3286
+ "description": "Uses [yfinance](https://pypi.org/project/yfinance/) (unofficial package) to access financial data and market information from Yahoo! Finance.",
3287
+ "display_description": "Uses [yfinance](https://pypi.org/project/yfinance/) (unofficial package) to access financial data and market information from Yahoo! Finance.",
3288
+ "display_name": "fetch_content_dataframe",
3289
+ "name": "fetch_content_dataframe",
3290
+ "readonly": false,
3291
+ "status": true,
3292
+ "tags": [
3293
+ "fetch_content_dataframe"
3294
+ ]
3295
+ }
3296
+ ]
3297
+ }
3298
+ },
3299
+ "tool_mode": true
3300
+ },
3301
+ "selected_output": "component_as_tool",
3302
+ "showNode": true,
3303
+ "type": "YfinanceComponent"
3304
+ },
3305
+ "dragging": true,
3306
+ "id": "YfinanceComponent-hAneS",
3307
+ "measured": {
3308
+ "height": 397,
3309
+ "width": 320
3310
+ },
3311
+ "position": {
3312
+ "x": -347.05382068428014,
3313
+ "y": -950.8279673971418
3314
+ },
3315
+ "selected": false,
3316
+ "type": "genericNode"
3317
+ },
3318
+ {
3319
+ "data": {
3320
+ "id": "CalculatorComponent-0P2yI",
3321
+ "node": {
3322
+ "base_classes": [
3323
+ "Data"
3324
+ ],
3325
+ "beta": false,
3326
+ "category": "tools",
3327
+ "conditional_paths": [],
3328
+ "custom_fields": {},
3329
+ "description": "Perform basic arithmetic operations on a given expression.",
3330
+ "display_name": "Calculator",
3331
+ "documentation": "",
3332
+ "edited": false,
3333
+ "field_order": [
3334
+ "expression"
3335
+ ],
3336
+ "frozen": false,
3337
+ "icon": "calculator",
3338
+ "key": "CalculatorComponent",
3339
+ "legacy": false,
3340
+ "metadata": {},
3341
+ "minimized": false,
3342
+ "output_types": [],
3343
+ "outputs": [
3344
+ {
3345
+ "allows_loop": false,
3346
+ "cache": true,
3347
+ "display_name": "Toolset",
3348
+ "group_outputs": false,
3349
+ "hidden": null,
3350
+ "method": "to_toolkit",
3351
+ "name": "component_as_tool",
3352
+ "options": null,
3353
+ "required_inputs": null,
3354
+ "selected": "Tool",
3355
+ "tool_mode": true,
3356
+ "types": [
3357
+ "Tool"
3358
+ ],
3359
+ "value": "__UNDEFINED__"
3360
+ }
3361
+ ],
3362
+ "pinned": false,
3363
+ "score": 0.001,
3364
+ "template": {
3365
+ "_type": "Component",
3366
+ "code": {
3367
+ "advanced": true,
3368
+ "dynamic": true,
3369
+ "fileTypes": [],
3370
+ "file_path": "",
3371
+ "info": "",
3372
+ "list": false,
3373
+ "load_from_db": false,
3374
+ "multiline": true,
3375
+ "name": "code",
3376
+ "password": false,
3377
+ "placeholder": "",
3378
+ "required": true,
3379
+ "show": true,
3380
+ "title_case": false,
3381
+ "type": "code",
3382
+ "value": "import ast\nimport operator\nfrom collections.abc import Callable\n\nfrom vibe_surf.langflow.custom.custom_component.component import Component\nfrom vibe_surf.langflow.inputs.inputs import MessageTextInput\nfrom vibe_surf.langflow.io import Output\nfrom vibe_surf.langflow.schema.data import Data\n\n\nclass CalculatorComponent(Component):\n display_name = \"Calculator\"\n description = \"Perform basic arithmetic operations on a given expression.\"\n documentation: str = \"https://docs.vibe_surf.langflow.org/components-helpers#calculator\"\n icon = \"calculator\"\n\n # Cache operators dictionary as a class variable\n OPERATORS: dict[type[ast.operator], Callable] = {\n ast.Add: operator.add,\n ast.Sub: operator.sub,\n ast.Mult: operator.mul,\n ast.Div: operator.truediv,\n ast.Pow: operator.pow,\n }\n\n inputs = [\n MessageTextInput(\n name=\"expression\",\n display_name=\"Expression\",\n info=\"The arithmetic expression to evaluate (e.g., '4*4*(33/22)+12-20').\",\n tool_mode=True,\n ),\n ]\n\n outputs = [\n Output(display_name=\"Data\", name=\"result\", type_=Data, method=\"evaluate_expression\"),\n ]\n\n def _eval_expr(self, node: ast.AST) -> float:\n \"\"\"Evaluate an AST node recursively.\"\"\"\n if isinstance(node, ast.Constant):\n if isinstance(node.value, int | float):\n return float(node.value)\n error_msg = f\"Unsupported constant type: {type(node.value).__name__}\"\n raise TypeError(error_msg)\n if isinstance(node, ast.Num): # For backwards compatibility\n if isinstance(node.n, int | float):\n return float(node.n)\n error_msg = f\"Unsupported number type: {type(node.n).__name__}\"\n raise TypeError(error_msg)\n\n if isinstance(node, ast.BinOp):\n op_type = type(node.op)\n if op_type not in self.OPERATORS:\n error_msg = f\"Unsupported binary operator: {op_type.__name__}\"\n raise TypeError(error_msg)\n\n left = self._eval_expr(node.left)\n right = self._eval_expr(node.right)\n return self.OPERATORS[op_type](left, right)\n\n error_msg = f\"Unsupported operation or expression type: {type(node).__name__}\"\n raise TypeError(error_msg)\n\n def evaluate_expression(self) -> Data:\n \"\"\"Evaluate the mathematical expression and return the result.\"\"\"\n try:\n tree = ast.parse(self.expression, mode=\"eval\")\n result = self._eval_expr(tree.body)\n\n formatted_result = f\"{float(result):.6f}\".rstrip(\"0\").rstrip(\".\")\n self.log(f\"Calculation result: {formatted_result}\")\n\n self.status = formatted_result\n return Data(data={\"result\": formatted_result})\n\n except ZeroDivisionError:\n error_message = \"Error: Division by zero\"\n self.status = error_message\n return Data(data={\"error\": error_message, \"input\": self.expression})\n\n except (SyntaxError, TypeError, KeyError, ValueError, AttributeError, OverflowError) as e:\n error_message = f\"Invalid expression: {e!s}\"\n self.status = error_message\n return Data(data={\"error\": error_message, \"input\": self.expression})\n\n def build(self):\n \"\"\"Return the main evaluation function.\"\"\"\n return self.evaluate_expression\n"
3383
+ },
3384
+ "expression": {
3385
+ "_input_type": "MessageTextInput",
3386
+ "advanced": false,
3387
+ "display_name": "Expression",
3388
+ "dynamic": false,
3389
+ "info": "The arithmetic expression to evaluate (e.g., '4*4*(33/22)+12-20').",
3390
+ "input_types": [
3391
+ "Message"
3392
+ ],
3393
+ "list": false,
3394
+ "list_add_label": "Add More",
3395
+ "load_from_db": false,
3396
+ "name": "expression",
3397
+ "placeholder": "",
3398
+ "required": false,
3399
+ "show": true,
3400
+ "title_case": false,
3401
+ "tool_mode": true,
3402
+ "trace_as_input": true,
3403
+ "trace_as_metadata": true,
3404
+ "type": "str",
3405
+ "value": ""
3406
+ },
3407
+ "tools_metadata": {
3408
+ "_input_type": "ToolsInput",
3409
+ "advanced": false,
3410
+ "display_name": "Actions",
3411
+ "dynamic": false,
3412
+ "info": "Modify tool names and descriptions to help agents understand when to use each tool.",
3413
+ "is_list": true,
3414
+ "list_add_label": "Add More",
3415
+ "name": "tools_metadata",
3416
+ "placeholder": "",
3417
+ "real_time_refresh": true,
3418
+ "required": false,
3419
+ "show": true,
3420
+ "title_case": false,
3421
+ "tool_mode": false,
3422
+ "trace_as_metadata": true,
3423
+ "type": "tools",
3424
+ "value": [
3425
+ {
3426
+ "args": {
3427
+ "expression": {
3428
+ "default": "",
3429
+ "description": "The arithmetic expression to evaluate (e.g., '4*4*(33/22)+12-20').",
3430
+ "title": "Expression",
3431
+ "type": "string"
3432
+ }
3433
+ },
3434
+ "description": "Perform basic arithmetic operations on a given expression.",
3435
+ "display_description": "Perform basic arithmetic operations on a given expression.",
3436
+ "display_name": "evaluate_expression",
3437
+ "name": "evaluate_expression",
3438
+ "readonly": false,
3439
+ "status": true,
3440
+ "tags": [
3441
+ "evaluate_expression"
3442
+ ]
3443
+ }
3444
+ ]
3445
+ }
3446
+ },
3447
+ "tool_mode": true
3448
+ },
3449
+ "selected_output": "component_as_tool",
3450
+ "showNode": true,
3451
+ "type": "CalculatorComponent"
3452
+ },
3453
+ "dragging": false,
3454
+ "id": "CalculatorComponent-0P2yI",
3455
+ "measured": {
3456
+ "height": 217,
3457
+ "width": 320
3458
+ },
3459
+ "position": {
3460
+ "x": 418.5430081507146,
3461
+ "y": -498.99999708804125
3462
+ },
3463
+ "selected": false,
3464
+ "type": "genericNode"
3465
+ },
3466
+ {
3467
+ "data": {
3468
+ "id": "TavilySearchComponent-DTUmi",
3469
+ "node": {
3470
+ "base_classes": [
3471
+ "Data",
3472
+ "Message"
3473
+ ],
3474
+ "beta": false,
3475
+ "conditional_paths": [],
3476
+ "custom_fields": {},
3477
+ "description": "**Tavily Search** is a search engine optimized for LLMs and RAG, aimed at efficient, quick, and persistent search results.",
3478
+ "display_name": "Tavily AI Search",
3479
+ "documentation": "",
3480
+ "edited": false,
3481
+ "field_order": [
3482
+ "api_key",
3483
+ "query",
3484
+ "search_depth",
3485
+ "topic",
3486
+ "time_range",
3487
+ "max_results",
3488
+ "include_images",
3489
+ "include_answer"
3490
+ ],
3491
+ "frozen": false,
3492
+ "icon": "TavilyIcon",
3493
+ "legacy": false,
3494
+ "metadata": {},
3495
+ "minimized": false,
3496
+ "output_types": [],
3497
+ "outputs": [
3498
+ {
3499
+ "allows_loop": false,
3500
+ "cache": true,
3501
+ "display_name": "Toolset",
3502
+ "group_outputs": false,
3503
+ "hidden": null,
3504
+ "method": "to_toolkit",
3505
+ "name": "component_as_tool",
3506
+ "options": null,
3507
+ "required_inputs": null,
3508
+ "selected": "Tool",
3509
+ "tool_mode": true,
3510
+ "types": [
3511
+ "Tool"
3512
+ ],
3513
+ "value": "__UNDEFINED__"
3514
+ }
3515
+ ],
3516
+ "pinned": false,
3517
+ "template": {
3518
+ "_type": "Component",
3519
+ "api_key": {
3520
+ "_input_type": "SecretStrInput",
3521
+ "advanced": false,
3522
+ "display_name": "Tavily API Key",
3523
+ "dynamic": false,
3524
+ "info": "Your Tavily API Key.",
3525
+ "input_types": [],
3526
+ "load_from_db": true,
3527
+ "name": "api_key",
3528
+ "password": true,
3529
+ "placeholder": "",
3530
+ "required": true,
3531
+ "show": true,
3532
+ "title_case": false,
3533
+ "type": "str",
3534
+ "value": "OPENAI_API_KEY"
3535
+ },
3536
+ "chunks_per_source": {
3537
+ "_input_type": "IntInput",
3538
+ "advanced": true,
3539
+ "display_name": "Chunks Per Source",
3540
+ "dynamic": false,
3541
+ "info": "The number of content chunks to retrieve from each source (1-3). Only works with advanced search.",
3542
+ "list": false,
3543
+ "list_add_label": "Add More",
3544
+ "name": "chunks_per_source",
3545
+ "placeholder": "",
3546
+ "required": false,
3547
+ "show": true,
3548
+ "title_case": false,
3549
+ "tool_mode": false,
3550
+ "trace_as_metadata": true,
3551
+ "type": "int",
3552
+ "value": 3
3553
+ },
3554
+ "code": {
3555
+ "advanced": true,
3556
+ "dynamic": true,
3557
+ "fileTypes": [],
3558
+ "file_path": "",
3559
+ "info": "",
3560
+ "list": false,
3561
+ "load_from_db": false,
3562
+ "multiline": true,
3563
+ "name": "code",
3564
+ "password": false,
3565
+ "placeholder": "",
3566
+ "required": true,
3567
+ "show": true,
3568
+ "title_case": false,
3569
+ "type": "code",
3570
+ "value": "import httpx\n\nfrom vibe_surf.langflow.custom.custom_component.component import Component\nfrom vibe_surf.langflow.inputs.inputs import BoolInput, DropdownInput, IntInput, MessageTextInput, SecretStrInput\nfrom vibe_surf.langflow.logging.logger import logger\nfrom vibe_surf.langflow.schema.data import Data\nfrom vibe_surf.langflow.schema.dataframe import DataFrame\nfrom vibe_surf.langflow.template.field.base import Output\n\n\nclass TavilySearchComponent(Component):\n display_name = \"Tavily Search API\"\n description = \"\"\"**Tavily Search** is a search engine optimized for LLMs and RAG, \\\n aimed at efficient, quick, and persistent search results.\"\"\"\n icon = \"TavilyIcon\"\n\n inputs = [\n SecretStrInput(\n name=\"api_key\",\n display_name=\"Tavily API Key\",\n required=True,\n info=\"Your Tavily API Key.\",\n ),\n MessageTextInput(\n name=\"query\",\n display_name=\"Search Query\",\n info=\"The search query you want to execute with Tavily.\",\n tool_mode=True,\n ),\n DropdownInput(\n name=\"search_depth\",\n display_name=\"Search Depth\",\n info=\"The depth of the search.\",\n options=[\"basic\", \"advanced\"],\n value=\"advanced\",\n advanced=True,\n ),\n IntInput(\n name=\"chunks_per_source\",\n display_name=\"Chunks Per Source\",\n info=(\"The number of content chunks to retrieve from each source (1-3). Only works with advanced search.\"),\n value=3,\n advanced=True,\n ),\n DropdownInput(\n name=\"topic\",\n display_name=\"Search Topic\",\n info=\"The category of the search.\",\n options=[\"general\", \"news\"],\n value=\"general\",\n advanced=True,\n ),\n IntInput(\n name=\"days\",\n display_name=\"Days\",\n info=\"Number of days back from current date to include. Only available with news topic.\",\n value=7,\n advanced=True,\n ),\n IntInput(\n name=\"max_results\",\n display_name=\"Max Results\",\n info=\"The maximum number of search results to return.\",\n value=5,\n advanced=True,\n ),\n BoolInput(\n name=\"include_answer\",\n display_name=\"Include Answer\",\n info=\"Include a short answer to original query.\",\n value=True,\n advanced=True,\n ),\n DropdownInput(\n name=\"time_range\",\n display_name=\"Time Range\",\n info=\"The time range back from the current date to filter results.\",\n options=[\"day\", \"week\", \"month\", \"year\"],\n value=None, # Default to None to make it optional\n advanced=True,\n ),\n BoolInput(\n name=\"include_images\",\n display_name=\"Include Images\",\n info=\"Include a list of query-related images in the response.\",\n value=True,\n advanced=True,\n ),\n MessageTextInput(\n name=\"include_domains\",\n display_name=\"Include Domains\",\n info=\"Comma-separated list of domains to include in the search results.\",\n advanced=True,\n ),\n MessageTextInput(\n name=\"exclude_domains\",\n display_name=\"Exclude Domains\",\n info=\"Comma-separated list of domains to exclude from the search results.\",\n advanced=True,\n ),\n BoolInput(\n name=\"include_raw_content\",\n display_name=\"Include Raw Content\",\n info=\"Include the cleaned and parsed HTML content of each search result.\",\n value=False,\n advanced=True,\n ),\n ]\n\n outputs = [\n Output(display_name=\"DataFrame\", name=\"dataframe\", method=\"fetch_content_dataframe\"),\n ]\n\n def fetch_content(self) -> list[Data]:\n try:\n # Only process domains if they're provided\n include_domains = None\n exclude_domains = None\n\n if self.include_domains:\n include_domains = [domain.strip() for domain in self.include_domains.split(\",\") if domain.strip()]\n\n if self.exclude_domains:\n exclude_domains = [domain.strip() for domain in self.exclude_domains.split(\",\") if domain.strip()]\n\n url = \"https://api.tavily.com/search\"\n headers = {\n \"content-type\": \"application/json\",\n \"accept\": \"application/json\",\n }\n\n payload = {\n \"api_key\": self.api_key,\n \"query\": self.query,\n \"search_depth\": self.search_depth,\n \"topic\": self.topic,\n \"max_results\": self.max_results,\n \"include_images\": self.include_images,\n \"include_answer\": self.include_answer,\n \"include_raw_content\": self.include_raw_content,\n \"days\": self.days,\n \"time_range\": self.time_range,\n }\n\n # Only add domains to payload if they exist and have values\n if include_domains:\n payload[\"include_domains\"] = include_domains\n if exclude_domains:\n payload[\"exclude_domains\"] = exclude_domains\n\n # Add conditional parameters only if they should be included\n if self.search_depth == \"advanced\" and self.chunks_per_source:\n payload[\"chunks_per_source\"] = self.chunks_per_source\n\n if self.topic == \"news\" and self.days:\n payload[\"days\"] = int(self.days) # Ensure days is an integer\n\n # Add time_range if it's set\n if hasattr(self, \"time_range\") and self.time_range:\n payload[\"time_range\"] = self.time_range\n\n # Add timeout handling\n with httpx.Client(timeout=90.0) as client:\n response = client.post(url, json=payload, headers=headers)\n\n response.raise_for_status()\n search_results = response.json()\n\n data_results = []\n\n if self.include_answer and search_results.get(\"answer\"):\n data_results.append(Data(text=search_results[\"answer\"]))\n\n for result in search_results.get(\"results\", []):\n content = result.get(\"content\", \"\")\n result_data = {\n \"title\": result.get(\"title\"),\n \"url\": result.get(\"url\"),\n \"content\": content,\n \"score\": result.get(\"score\"),\n }\n if self.include_raw_content:\n result_data[\"raw_content\"] = result.get(\"raw_content\")\n\n data_results.append(Data(text=content, data=result_data))\n\n if self.include_images and search_results.get(\"images\"):\n data_results.append(Data(text=\"Images found\", data={\"images\": search_results[\"images\"]}))\n\n except httpx.TimeoutException:\n error_message = \"Request timed out (90s). Please try again or adjust parameters.\"\n logger.error(error_message)\n return [Data(text=error_message, data={\"error\": error_message})]\n except httpx.HTTPStatusError as exc:\n error_message = f\"HTTP error occurred: {exc.response.status_code} - {exc.response.text}\"\n logger.error(error_message)\n return [Data(text=error_message, data={\"error\": error_message})]\n except httpx.RequestError as exc:\n error_message = f\"Request error occurred: {exc}\"\n logger.error(error_message)\n return [Data(text=error_message, data={\"error\": error_message})]\n except ValueError as exc:\n error_message = f\"Invalid response format: {exc}\"\n logger.error(error_message)\n return [Data(text=error_message, data={\"error\": error_message})]\n else:\n self.status = data_results\n return data_results\n\n def fetch_content_dataframe(self) -> DataFrame:\n data = self.fetch_content()\n return DataFrame(data)\n"
3571
+ },
3572
+ "days": {
3573
+ "_input_type": "IntInput",
3574
+ "advanced": true,
3575
+ "display_name": "Days",
3576
+ "dynamic": false,
3577
+ "info": "Number of days back from current date to include. Only available with news topic.",
3578
+ "list": false,
3579
+ "list_add_label": "Add More",
3580
+ "name": "days",
3581
+ "placeholder": "",
3582
+ "required": false,
3583
+ "show": true,
3584
+ "title_case": false,
3585
+ "tool_mode": false,
3586
+ "trace_as_metadata": true,
3587
+ "type": "int",
3588
+ "value": 7
3589
+ },
3590
+ "exclude_domains": {
3591
+ "_input_type": "MessageTextInput",
3592
+ "advanced": true,
3593
+ "display_name": "Exclude Domains",
3594
+ "dynamic": false,
3595
+ "info": "Comma-separated list of domains to exclude from the search results.",
3596
+ "input_types": [
3597
+ "Message"
3598
+ ],
3599
+ "list": false,
3600
+ "list_add_label": "Add More",
3601
+ "load_from_db": false,
3602
+ "name": "exclude_domains",
3603
+ "placeholder": "",
3604
+ "required": false,
3605
+ "show": true,
3606
+ "title_case": false,
3607
+ "tool_mode": false,
3608
+ "trace_as_input": true,
3609
+ "trace_as_metadata": true,
3610
+ "type": "str",
3611
+ "value": ""
3612
+ },
3613
+ "include_answer": {
3614
+ "_input_type": "BoolInput",
3615
+ "advanced": true,
3616
+ "display_name": "Include Answer",
3617
+ "dynamic": false,
3618
+ "info": "Include a short answer to original query.",
3619
+ "list": false,
3620
+ "list_add_label": "Add More",
3621
+ "name": "include_answer",
3622
+ "placeholder": "",
3623
+ "required": false,
3624
+ "show": true,
3625
+ "title_case": false,
3626
+ "tool_mode": false,
3627
+ "trace_as_metadata": true,
3628
+ "type": "bool",
3629
+ "value": true
3630
+ },
3631
+ "include_domains": {
3632
+ "_input_type": "MessageTextInput",
3633
+ "advanced": true,
3634
+ "display_name": "Include Domains",
3635
+ "dynamic": false,
3636
+ "info": "Comma-separated list of domains to include in the search results.",
3637
+ "input_types": [
3638
+ "Message"
3639
+ ],
3640
+ "list": false,
3641
+ "list_add_label": "Add More",
3642
+ "load_from_db": false,
3643
+ "name": "include_domains",
3644
+ "placeholder": "",
3645
+ "required": false,
3646
+ "show": true,
3647
+ "title_case": false,
3648
+ "tool_mode": false,
3649
+ "trace_as_input": true,
3650
+ "trace_as_metadata": true,
3651
+ "type": "str",
3652
+ "value": ""
3653
+ },
3654
+ "include_images": {
3655
+ "_input_type": "BoolInput",
3656
+ "advanced": true,
3657
+ "display_name": "Include Images",
3658
+ "dynamic": false,
3659
+ "info": "Include a list of query-related images in the response.",
3660
+ "list": false,
3661
+ "list_add_label": "Add More",
3662
+ "name": "include_images",
3663
+ "placeholder": "",
3664
+ "required": false,
3665
+ "show": true,
3666
+ "title_case": false,
3667
+ "tool_mode": false,
3668
+ "trace_as_metadata": true,
3669
+ "type": "bool",
3670
+ "value": true
3671
+ },
3672
+ "include_raw_content": {
3673
+ "_input_type": "BoolInput",
3674
+ "advanced": true,
3675
+ "display_name": "Include Raw Content",
3676
+ "dynamic": false,
3677
+ "info": "Include the cleaned and parsed HTML content of each search result.",
3678
+ "list": false,
3679
+ "list_add_label": "Add More",
3680
+ "name": "include_raw_content",
3681
+ "placeholder": "",
3682
+ "required": false,
3683
+ "show": true,
3684
+ "title_case": false,
3685
+ "tool_mode": false,
3686
+ "trace_as_metadata": true,
3687
+ "type": "bool",
3688
+ "value": false
3689
+ },
3690
+ "max_results": {
3691
+ "_input_type": "IntInput",
3692
+ "advanced": true,
3693
+ "display_name": "Max Results",
3694
+ "dynamic": false,
3695
+ "info": "The maximum number of search results to return.",
3696
+ "list": false,
3697
+ "list_add_label": "Add More",
3698
+ "name": "max_results",
3699
+ "placeholder": "",
3700
+ "required": false,
3701
+ "show": true,
3702
+ "title_case": false,
3703
+ "tool_mode": false,
3704
+ "trace_as_metadata": true,
3705
+ "type": "int",
3706
+ "value": 5
3707
+ },
3708
+ "query": {
3709
+ "_input_type": "MessageTextInput",
3710
+ "advanced": false,
3711
+ "display_name": "Search Query",
3712
+ "dynamic": false,
3713
+ "info": "The search query you want to execute with Tavily.",
3714
+ "input_types": [
3715
+ "Message"
3716
+ ],
3717
+ "list": false,
3718
+ "list_add_label": "Add More",
3719
+ "load_from_db": false,
3720
+ "name": "query",
3721
+ "placeholder": "",
3722
+ "required": false,
3723
+ "show": true,
3724
+ "title_case": false,
3725
+ "tool_mode": true,
3726
+ "trace_as_input": true,
3727
+ "trace_as_metadata": true,
3728
+ "type": "str",
3729
+ "value": ""
3730
+ },
3731
+ "search_depth": {
3732
+ "_input_type": "DropdownInput",
3733
+ "advanced": true,
3734
+ "combobox": false,
3735
+ "dialog_inputs": {},
3736
+ "display_name": "Search Depth",
3737
+ "dynamic": false,
3738
+ "info": "The depth of the search.",
3739
+ "name": "search_depth",
3740
+ "options": [
3741
+ "basic",
3742
+ "advanced"
3743
+ ],
3744
+ "options_metadata": [],
3745
+ "placeholder": "",
3746
+ "required": false,
3747
+ "show": true,
3748
+ "title_case": false,
3749
+ "tool_mode": false,
3750
+ "trace_as_metadata": true,
3751
+ "type": "str",
3752
+ "value": "advanced"
3753
+ },
3754
+ "time_range": {
3755
+ "_input_type": "DropdownInput",
3756
+ "advanced": true,
3757
+ "combobox": false,
3758
+ "dialog_inputs": {},
3759
+ "display_name": "Time Range",
3760
+ "dynamic": false,
3761
+ "info": "The time range back from the current date to filter results.",
3762
+ "name": "time_range",
3763
+ "options": [
3764
+ "day",
3765
+ "week",
3766
+ "month",
3767
+ "year"
3768
+ ],
3769
+ "options_metadata": [],
3770
+ "placeholder": "",
3771
+ "required": false,
3772
+ "show": true,
3773
+ "title_case": false,
3774
+ "tool_mode": false,
3775
+ "trace_as_metadata": true,
3776
+ "type": "str"
3777
+ },
3778
+ "tools_metadata": {
3779
+ "_input_type": "ToolsInput",
3780
+ "advanced": false,
3781
+ "display_name": "Actions",
3782
+ "dynamic": false,
3783
+ "info": "Modify tool names and descriptions to help agents understand when to use each tool.",
3784
+ "is_list": true,
3785
+ "list_add_label": "Add More",
3786
+ "name": "tools_metadata",
3787
+ "placeholder": "",
3788
+ "real_time_refresh": true,
3789
+ "required": false,
3790
+ "show": true,
3791
+ "title_case": false,
3792
+ "tool_mode": false,
3793
+ "trace_as_metadata": true,
3794
+ "type": "tools",
3795
+ "value": [
3796
+ {
3797
+ "args": {
3798
+ "query": {
3799
+ "default": "",
3800
+ "description": "The search query you want to execute with Tavily.",
3801
+ "title": "Query",
3802
+ "type": "string"
3803
+ }
3804
+ },
3805
+ "description": "**Tavily Search** is a search engine optimized for LLMs and RAG, aimed at efficient, quick, and persistent search results.",
3806
+ "display_description": "**Tavily Search** is a search engine optimized for LLMs and RAG, aimed at efficient, quick, and persistent search results.",
3807
+ "display_name": "fetch_content_dataframe",
3808
+ "name": "fetch_content_dataframe",
3809
+ "readonly": false,
3810
+ "status": true,
3811
+ "tags": [
3812
+ "fetch_content_dataframe"
3813
+ ]
3814
+ }
3815
+ ]
3816
+ },
3817
+ "topic": {
3818
+ "_input_type": "DropdownInput",
3819
+ "advanced": true,
3820
+ "combobox": false,
3821
+ "dialog_inputs": {},
3822
+ "display_name": "Search Topic",
3823
+ "dynamic": false,
3824
+ "info": "The category of the search.",
3825
+ "name": "topic",
3826
+ "options": [
3827
+ "general",
3828
+ "news"
3829
+ ],
3830
+ "options_metadata": [],
3831
+ "placeholder": "",
3832
+ "required": false,
3833
+ "show": true,
3834
+ "title_case": false,
3835
+ "tool_mode": false,
3836
+ "trace_as_metadata": true,
3837
+ "type": "str",
3838
+ "value": "general"
3839
+ }
3840
+ },
3841
+ "tool_mode": true
3842
+ },
3843
+ "selected_output": "component_as_tool",
3844
+ "showNode": true,
3845
+ "type": "TavilySearchComponent"
3846
+ },
3847
+ "dragging": false,
3848
+ "id": "TavilySearchComponent-DTUmi",
3849
+ "measured": {
3850
+ "height": 315,
3851
+ "width": 320
3852
+ },
3853
+ "position": {
3854
+ "x": -1141.5659597640242,
3855
+ "y": -555.3170116751562
3856
+ },
3857
+ "selected": false,
3858
+ "type": "genericNode"
3859
+ },
3860
+ {
3861
+ "data": {
3862
+ "id": "ChatOutput-gbqPo",
3863
+ "node": {
3864
+ "base_classes": [
3865
+ "Message"
3866
+ ],
3867
+ "beta": false,
3868
+ "category": "outputs",
3869
+ "conditional_paths": [],
3870
+ "custom_fields": {},
3871
+ "description": "Display a chat message in the Playground.",
3872
+ "display_name": "Chat Output",
3873
+ "documentation": "",
3874
+ "edited": false,
3875
+ "field_order": [
3876
+ "input_value",
3877
+ "should_store_message",
3878
+ "sender",
3879
+ "sender_name",
3880
+ "session_id",
3881
+ "data_template",
3882
+ "background_color",
3883
+ "chat_icon",
3884
+ "text_color",
3885
+ "clean_data"
3886
+ ],
3887
+ "frozen": false,
3888
+ "icon": "MessagesSquare",
3889
+ "key": "ChatOutput",
3890
+ "legacy": false,
3891
+ "metadata": {},
3892
+ "minimized": true,
3893
+ "output_types": [],
3894
+ "outputs": [
3895
+ {
3896
+ "allows_loop": false,
3897
+ "cache": true,
3898
+ "display_name": "Output Message",
3899
+ "group_outputs": false,
3900
+ "method": "message_response",
3901
+ "name": "message",
3902
+ "selected": "Message",
3903
+ "tool_mode": true,
3904
+ "types": [
3905
+ "Message"
3906
+ ],
3907
+ "value": "__UNDEFINED__"
3908
+ }
3909
+ ],
3910
+ "pinned": false,
3911
+ "score": 0.003169567463043492,
3912
+ "template": {
3913
+ "_type": "Component",
3914
+ "code": {
3915
+ "advanced": true,
3916
+ "dynamic": true,
3917
+ "fileTypes": [],
3918
+ "file_path": "",
3919
+ "info": "",
3920
+ "list": false,
3921
+ "load_from_db": false,
3922
+ "multiline": true,
3923
+ "name": "code",
3924
+ "password": false,
3925
+ "placeholder": "",
3926
+ "required": true,
3927
+ "show": true,
3928
+ "title_case": false,
3929
+ "type": "code",
3930
+ "value": "from collections.abc import Generator\nfrom typing import Any\n\nimport orjson\nfrom fastapi.encoders import jsonable_encoder\n\nfrom vibe_surf.langflow.base.io.chat import ChatComponent\nfrom vibe_surf.langflow.helpers.data import safe_convert\nfrom vibe_surf.langflow.inputs.inputs import BoolInput, DropdownInput, HandleInput, MessageTextInput\nfrom vibe_surf.langflow.schema.data import Data\nfrom vibe_surf.langflow.schema.dataframe import DataFrame\nfrom vibe_surf.langflow.schema.message import Message\nfrom vibe_surf.langflow.schema.properties import Source\nfrom vibe_surf.langflow.template.field.base import Output\nfrom vibe_surf.langflow.utils.constants import (\n MESSAGE_SENDER_AI,\n MESSAGE_SENDER_NAME_AI,\n MESSAGE_SENDER_USER,\n)\n\n\nclass ChatOutput(ChatComponent):\n display_name = \"Chat Output\"\n description = \"Display a chat message in the Playground.\"\n documentation: str = \"https://docs.vibe_surf.langflow.org/components-io#chat-output\"\n icon = \"MessagesSquare\"\n name = \"ChatOutput\"\n minimized = True\n\n inputs = [\n HandleInput(\n name=\"input_value\",\n display_name=\"Inputs\",\n info=\"Message to be passed as output.\",\n input_types=[\"Data\", \"DataFrame\", \"Message\"],\n required=True,\n ),\n BoolInput(\n name=\"should_store_message\",\n display_name=\"Store Messages\",\n info=\"Store the message in the history.\",\n value=True,\n advanced=True,\n ),\n DropdownInput(\n name=\"sender\",\n display_name=\"Sender Type\",\n options=[MESSAGE_SENDER_AI, MESSAGE_SENDER_USER],\n value=MESSAGE_SENDER_AI,\n advanced=True,\n info=\"Type of sender.\",\n ),\n MessageTextInput(\n name=\"sender_name\",\n display_name=\"Sender Name\",\n info=\"Name of the sender.\",\n value=MESSAGE_SENDER_NAME_AI,\n advanced=True,\n ),\n MessageTextInput(\n name=\"session_id\",\n display_name=\"Session ID\",\n info=\"The session ID of the chat. If empty, the current session ID parameter will be used.\",\n advanced=True,\n ),\n MessageTextInput(\n name=\"data_template\",\n display_name=\"Data Template\",\n value=\"{text}\",\n advanced=True,\n info=\"Template to convert Data to Text. If left empty, it will be dynamically set to the Data's text key.\",\n ),\n ]\n outputs = [\n Output(\n display_name=\"Output Message\",\n name=\"message\",\n method=\"message_response\",\n ),\n ]\n\n def _build_source(self, id_: str | None, display_name: str | None, source: str | None) -> Source:\n source_dict = {}\n if id_:\n source_dict[\"id\"] = id_\n if display_name:\n source_dict[\"display_name\"] = display_name\n if source:\n # Handle case where source is a ChatOpenAI object\n if hasattr(source, \"model_name\"):\n source_dict[\"source\"] = source.model_name\n elif hasattr(source, \"model\"):\n source_dict[\"source\"] = str(source.model)\n else:\n source_dict[\"source\"] = str(source)\n return Source(**source_dict)\n\n async def message_response(self) -> Message:\n # First convert the input to string if needed\n text = self.convert_to_string()\n\n # Get source properties\n source, _icon, display_name, source_id = self.get_properties_from_source_component()\n\n # Create or use existing Message object\n if isinstance(self.input_value, Message):\n message = self.input_value\n # Update message properties\n message.text = text\n else:\n message = Message(text=text)\n\n # Set message properties\n message.sender = self.sender\n message.sender_name = self.sender_name\n message.session_id = self.session_id\n message.flow_id = self.graph.flow_id if hasattr(self, \"graph\") else None\n message.properties.source = self._build_source(source_id, display_name, source)\n\n # Store message if needed\n if self.session_id and self.should_store_message:\n stored_message = await self.send_message(message)\n self.message.value = stored_message\n message = stored_message\n\n self.status = message\n return message\n\n def _serialize_data(self, data: Data) -> str:\n \"\"\"Serialize Data object to JSON string.\"\"\"\n # Convert data.data to JSON-serializable format\n serializable_data = jsonable_encoder(data.data)\n # Serialize with orjson, enabling pretty printing with indentation\n json_bytes = orjson.dumps(serializable_data, option=orjson.OPT_INDENT_2)\n # Convert bytes to string and wrap in Markdown code blocks\n return \"```json\\n\" + json_bytes.decode(\"utf-8\") + \"\\n```\"\n\n def _validate_input(self) -> None:\n \"\"\"Validate the input data and raise ValueError if invalid.\"\"\"\n if self.input_value is None:\n msg = \"Input data cannot be None\"\n raise ValueError(msg)\n if isinstance(self.input_value, list) and not all(\n isinstance(item, Message | Data | DataFrame | str) for item in self.input_value\n ):\n invalid_types = [\n type(item).__name__\n for item in self.input_value\n if not isinstance(item, Message | Data | DataFrame | str)\n ]\n msg = f\"Expected Data or DataFrame or Message or str, got {invalid_types}\"\n raise TypeError(msg)\n if not isinstance(\n self.input_value,\n Message | Data | DataFrame | str | list | Generator | type(None),\n ):\n type_name = type(self.input_value).__name__\n msg = f\"Expected Data or DataFrame or Message or str, Generator or None, got {type_name}\"\n raise TypeError(msg)\n\n def convert_to_string(self) -> str | Generator[Any, None, None]:\n \"\"\"Convert input data to string with proper error handling.\"\"\"\n self._validate_input()\n if isinstance(self.input_value, list):\n clean_data: bool = getattr(self, \"clean_data\", False)\n return \"\\n\".join([safe_convert(item, clean_data=clean_data) for item in self.input_value])\n if isinstance(self.input_value, Generator):\n return self.input_value\n return safe_convert(self.input_value)\n"
3931
+ },
3932
+ "data_template": {
3933
+ "_input_type": "MessageTextInput",
3934
+ "advanced": true,
3935
+ "display_name": "Data Template",
3936
+ "dynamic": false,
3937
+ "info": "Template to convert Data to Text. If left empty, it will be dynamically set to the Data's text key.",
3938
+ "input_types": [
3939
+ "Message"
3940
+ ],
3941
+ "list": false,
3942
+ "list_add_label": "Add More",
3943
+ "load_from_db": false,
3944
+ "name": "data_template",
3945
+ "placeholder": "",
3946
+ "required": false,
3947
+ "show": true,
3948
+ "title_case": false,
3949
+ "tool_mode": false,
3950
+ "trace_as_input": true,
3951
+ "trace_as_metadata": true,
3952
+ "type": "str",
3953
+ "value": "{text}"
3954
+ },
3955
+ "input_value": {
3956
+ "_input_type": "HandleInput",
3957
+ "advanced": false,
3958
+ "display_name": "Inputs",
3959
+ "dynamic": false,
3960
+ "info": "Message to be passed as output.",
3961
+ "input_types": [
3962
+ "Data",
3963
+ "DataFrame",
3964
+ "Message"
3965
+ ],
3966
+ "list": false,
3967
+ "list_add_label": "Add More",
3968
+ "name": "input_value",
3969
+ "placeholder": "",
3970
+ "required": true,
3971
+ "show": true,
3972
+ "title_case": false,
3973
+ "trace_as_metadata": true,
3974
+ "type": "other",
3975
+ "value": ""
3976
+ },
3977
+ "sender": {
3978
+ "_input_type": "DropdownInput",
3979
+ "advanced": true,
3980
+ "combobox": false,
3981
+ "dialog_inputs": {},
3982
+ "display_name": "Sender Type",
3983
+ "dynamic": false,
3984
+ "info": "Type of sender.",
3985
+ "name": "sender",
3986
+ "options": [
3987
+ "Machine",
3988
+ "User"
3989
+ ],
3990
+ "options_metadata": [],
3991
+ "placeholder": "",
3992
+ "required": false,
3993
+ "show": true,
3994
+ "title_case": false,
3995
+ "tool_mode": false,
3996
+ "trace_as_metadata": true,
3997
+ "type": "str",
3998
+ "value": "Machine"
3999
+ },
4000
+ "sender_name": {
4001
+ "_input_type": "MessageTextInput",
4002
+ "advanced": true,
4003
+ "display_name": "Sender Name",
4004
+ "dynamic": false,
4005
+ "info": "Name of the sender.",
4006
+ "input_types": [
4007
+ "Message"
4008
+ ],
4009
+ "list": false,
4010
+ "list_add_label": "Add More",
4011
+ "load_from_db": false,
4012
+ "name": "sender_name",
4013
+ "placeholder": "",
4014
+ "required": false,
4015
+ "show": true,
4016
+ "title_case": false,
4017
+ "tool_mode": false,
4018
+ "trace_as_input": true,
4019
+ "trace_as_metadata": true,
4020
+ "type": "str",
4021
+ "value": "AI"
4022
+ },
4023
+ "session_id": {
4024
+ "_input_type": "MessageTextInput",
4025
+ "advanced": true,
4026
+ "display_name": "Session ID",
4027
+ "dynamic": false,
4028
+ "info": "The session ID of the chat. If empty, the current session ID parameter will be used.",
4029
+ "input_types": [
4030
+ "Message"
4031
+ ],
4032
+ "list": false,
4033
+ "list_add_label": "Add More",
4034
+ "load_from_db": false,
4035
+ "name": "session_id",
4036
+ "placeholder": "",
4037
+ "required": false,
4038
+ "show": true,
4039
+ "title_case": false,
4040
+ "tool_mode": false,
4041
+ "trace_as_input": true,
4042
+ "trace_as_metadata": true,
4043
+ "type": "str",
4044
+ "value": ""
4045
+ },
4046
+ "should_store_message": {
4047
+ "_input_type": "BoolInput",
4048
+ "advanced": true,
4049
+ "display_name": "Store Messages",
4050
+ "dynamic": false,
4051
+ "info": "Store the message in the history.",
4052
+ "list": false,
4053
+ "list_add_label": "Add More",
4054
+ "name": "should_store_message",
4055
+ "placeholder": "",
4056
+ "required": false,
4057
+ "show": true,
4058
+ "title_case": false,
4059
+ "tool_mode": false,
4060
+ "trace_as_metadata": true,
4061
+ "type": "bool",
4062
+ "value": true
4063
+ }
4064
+ },
4065
+ "tool_mode": false
4066
+ },
4067
+ "showNode": false,
4068
+ "type": "ChatOutput"
4069
+ },
4070
+ "dragging": false,
4071
+ "id": "ChatOutput-gbqPo",
4072
+ "measured": {
4073
+ "height": 48,
4074
+ "width": 192
4075
+ },
4076
+ "position": {
4077
+ "x": 1262.4089496614665,
4078
+ "y": -820.603331268768
4079
+ },
4080
+ "selected": false,
4081
+ "type": "genericNode"
4082
+ }
4083
+ ],
4084
+ "viewport": {
4085
+ "x": 1533.7052263026967,
4086
+ "y": 1073.77865240331,
4087
+ "zoom": 0.6664527015753855
4088
+ }
4089
+ },
4090
+ "description": "This Agent is designed to systematically execute a series of tasks following a meticulously predefined sequence. By adhering to this structured order, the Agent ensures that each task is completed efficiently and effectively, optimizing overall performance and maintaining a high level of accuracy.",
4091
+ "endpoint_name": null,
4092
+ "id": "764f4084-d58d-4817-9673-e4ec5b78f3dc",
4093
+ "is_component": false,
4094
+ "last_tested_version": "1.4.3",
4095
+ "name": "Sequential Tasks Agents",
4096
+ "tags": [
4097
+ "assistants",
4098
+ "agents",
4099
+ "web-scraping"
4100
+ ]
4101
+ }