Commit Graph

136 Commits

Author SHA1 Message Date
Emir Karabeg
04fb16ce40 Fixed switch and deleted unnecessary page 2025-01-29 23:30:42 -08:00
Waleed Latif
dc64f0b388 Added Firecrawl web scrape tool/block and switch toggle sub-block 2025-01-29 22:27:50 -08:00
Emir Karabeg
38e3731111 Added duplicate block function 2025-01-29 21:29:40 -08:00
Emir Karabeg
c37be5c8d7 Toggle enable/disabled doesnt go into history 2025-01-29 21:09:12 -08:00
Emir Karabeg
dc5707031f Added disabled tag to disabled workflow block 2025-01-29 21:06:19 -08:00
Emir Karabeg
c22d612fa7 Created visual effect for disabled workflow block 2025-01-29 21:01:41 -08:00
Emir Karabeg
9b8f124e01 Added block enable/disable state 2025-01-29 20:52:21 -08:00
Emir Karabeg
8b9522d0eb Fixed refresh duplicating workflows bug 2025-01-29 20:30:16 -08:00
Emir Karabeg
006a4523a8 Added logic for when user is entering platform with no workflow history, and adding checks for validating current workflow id 2025-01-29 20:19:24 -08:00
Emir Karabeg
3d97f1df58 Solved hydration error 2025-01-29 19:23:05 -08:00
Waleed Latif
c5545397a9 Made CrewAI vision block functional 2025-01-29 14:40:05 -08:00
Emir Karabeg
8058e36733 Fixed minor styling on settings page 2025-01-29 14:19:01 -08:00
Emir Karabeg
55b1a41de2 Added dummy settings page 2025-01-29 14:17:45 -08:00
Emir Karabeg
0984a60ca2 Added state persistence before unload 2025-01-29 13:56:16 -08:00
Emir Karabeg
47dc2e78dc Added persistence and localization of notifications to each workflow 2025-01-29 13:49:35 -08:00
Emir Karabeg
e336aea733 Fixed workflow naming and added to control bar 2025-01-29 13:39:05 -08:00
Emir Karabeg
13e30eb0a3 Added ability to add/delete workflows and persist state and history 2025-01-29 13:26:45 -08:00
Waleed Latif
9c473bb8a3 Added Salesforce & Hubspot Icons, changed CrewAI block bg color 2025-01-29 12:06:01 -08:00
Waleed Latif
d31d19f64b Added CrewAI vision block, not functional 2025-01-29 11:43:23 -08:00
Emir Karabeg
7330c6fe99 Fixed history timestamp bug 2025-01-29 10:24:28 -08:00
Emir Karabeg
5ee1a8c299 Fixed history id error 2025-01-29 10:01:40 -08:00
Emir Karabeg
2a55ae9563 Made sidebar tooltips above toolbar 2025-01-29 09:49:29 -08:00
Emir Karabeg
87f49a42a6 Fixed sidebar toggle height on open 2025-01-28 21:19:17 -08:00
Emir Karabeg
1152f6f494 Toolbar expand and collapse does not influence workflow 2025-01-28 21:09:50 -08:00
Emir Karabeg
293aff8508 Added search to toolbar and added collapse/open toggle 2025-01-28 21:06:33 -08:00
Emir Karabeg
ce3da9b7e0 Added toolbar block search 2025-01-28 19:49:47 -08:00
Waleed Latif
1ce6a1ec25 Fixed hydration error from mismatched server-rendered HTML and client-side rendered content by unifying initial timestamp 2025-01-28 19:49:41 -08:00
Waleed Latif
5ccf55cbb8 Extended and simplified executor and workflow execution hook, connections work. Added new unit test for Agent -> Function -> API and it passes. Tested Agent -> API in workflow UI, succeeds. 2025-01-28 19:36:17 -08:00
Emir Karabeg
70c5b9e1d1 Pushed correct files into toolbar 2025-01-28 19:13:18 -08:00
Emir Karabeg
58d5a83150 Took out input styling but kept state logic for dropping into input 2025-01-28 15:02:55 -08:00
Waleed Latif
4d3aead26c Added output to workflow state, since it can dynamically change based on what fields are filled/not filled out. Simplified execution by removing interface validation, moved to serializer. Modified unit tests accordingly 2025-01-28 13:52:10 -08:00
Waleed Latif
f0f88dec5d Removed extraneous semicolons 2025-01-28 10:40:38 -08:00
Emir Karabeg
c71b6aa18f Input sub block connection UI complete with cursor disappear error and scroll right error 2025-01-27 19:48:27 -08:00
Emir Karabeg
1fda706dbe Storing connection typing and styling changes before implementation in state 2025-01-27 19:48:27 -08:00
Waleed Latif
af26d926c2 Add openAI reasoning models to agent block 2025-01-27 19:13:21 -08:00
Waleed Latif
7ffdfff1a4 Added deepseek-v3 and deepseek-r1 to agent block 2025-01-27 13:38:45 -08:00
Waleed Latif
edcea1504b Created hook to run workflow, attached to run button in control bar 2025-01-22 19:07:51 -08:00
Waleed Latif
7f8a1e3b16 Added code execution functionality for function block 2025-01-21 23:30:43 -08:00
Emir Karabeg
428ec5a45f Prevent dragging into other blocks for connection block 2025-01-21 21:44:10 -08:00
Emir Karabeg
51835e9aa6 Set up basic drag connection block into sub block. For now only finished short-input. 2025-01-21 20:52:10 -08:00
Emir Karabeg
cc68272b48 Fixed block deletion bug 2025-01-21 20:38:40 -08:00
Emir Karabeg
c61ac72b47 Added accurate last saved in control bar 2025-01-21 18:17:41 -08:00
Emir Karabeg
7b11c958eb Fixed dropdown default value and styling issue when text was too long 2025-01-21 18:12:39 -08:00
Emir Karabeg
9600627a0c Fixed auto scroll on input typing when cursor goes outside of the input width for sub blocks 2025-01-21 17:45:34 -08:00
Emir Karabeg
d4033842ba Fixed allow scroll on all components 2025-01-21 14:26:52 -08:00
Emir Karabeg
2b553546dd Fixed scrolling on long input and short input 2025-01-21 14:24:31 -08:00
Emir Karabeg
b423cc0b4f Added notification as example for console interaction 2025-01-21 14:15:27 -08:00
Emir Karabeg
d87e5e07cf Scaffolding for drag and drop connection block set up 2025-01-21 11:48:03 -08:00
Emir Karabeg
203333ae0b Commented out state logger 2025-01-20 19:54:17 -08:00
Emir Karabeg
f4507bf816 Fixed bug with table cursor disappearing 2025-01-20 19:38:23 -08:00