Commit Graph

239 Commits

Author SHA1 Message Date
Emir Karabeg
0aeeb65bc6 Added starter block with options; added nesting ability for subblock config 2025-02-14 12:43:26 -08:00
Emir Karabeg
12ac77613c Fixed config error with code block 2025-02-13 19:39:10 -08:00
Emir Karabeg
9686f8cf5f Fix: collapsed state on code block 2025-02-13 19:30:52 -08:00
Emir Karabeg
d1c71e9276 Adjusted min zoom 2025-02-13 17:04:58 -08:00
Emir Karabeg
32a1cd71c3 Improvement: expanded min zoom 2025-02-13 16:54:44 -08:00
Emir Karabeg
ffd1373a37 Fix: key error on multiple connect 2025-02-13 15:21:01 -08:00
Emir Karabeg
08cd1d6ae9 Fix: edge connection logic (self-connect and duplicate connections) 2025-02-13 14:46:02 -08:00
Emir Karabeg
9ad71b88b5 Fix: conditional input handle error on delete 2025-02-13 13:59:51 -08:00
Emir Karabeg
e0736870ab Improvement: input styling on evaluator and placeholder 2025-02-13 13:52:08 -08:00
Emir Karabeg
f7dbbf1c3e Fix: eval-input input ref and styling 2025-02-13 13:35:00 -08:00
Emir Karabeg
e2a5e39b0b Fix: range input experience 2025-02-12 19:37:02 -08:00
Emir Karabeg
a4cf9bf8cc Removed range restriction 2025-02-12 19:32:50 -08:00
Emir Karabeg
4e998f53b0 Feature: added eval input 2025-02-12 19:31:18 -08:00
Emir Karabeg
0cba346c51 Fix: subblock rendering based on condition of other subblock 2025-02-12 18:38:04 -08:00
Emir Karabeg
11cbd1dab2 Feature: max iterations can be updated from UI 2025-02-12 11:46:38 -08:00
Emir Karabeg
660a203c75 Fix: table subblock input 2025-02-12 11:13:38 -08:00
Emir Karabeg
1f9acf313e Feature: added max iterations to loop UI; will add adjustable 2025-02-12 00:43:28 -08:00
Emir Karabeg
ddfa86641b Added block height to state and made loop relative to block height and position 2025-02-11 21:36:52 -08:00
Emir Karabeg
a7339b515d Fix: removed shadow from loop label 2025-02-11 20:05:34 -08:00
Emir Karabeg
dbfc9df44f Added loop label 2025-02-11 20:03:44 -08:00
Emir Karabeg
867a4f8279 Added back border transition for handles 2025-02-11 19:43:17 -08:00
Emir Karabeg
866ce994fd Fixed re-render edge bug 2025-02-11 19:38:08 -08:00
Emir Karabeg
2f8181162b Fixed custom edge implementation to match ReactFlow 2025-02-11 16:12:29 -08:00
Emir Karabeg
bddc6cb7f7 Fixed delete block in loop error 2025-02-11 16:12:29 -08:00
Waleed Latif
3d52dec731 Added loops to serialized blob sent to executor, loop between evaluator -> agent works 2025-02-11 14:53:32 -08:00
Emir Karabeg
8469601d0b Consolidated workflow and workflow-block for simplicity and clarity with ReactFlow 2025-02-10 23:54:02 -08:00
Emir Karabeg
ff4fee0cb8 Added loop block to workflow canvas; need to fix height calculation 2025-02-10 19:42:37 -08:00
Waleed Latif
4b92eb0209 Added gmail tool to send/reach/search gmail, added condition display of sub-blocks. Need to integrate oauth2 credentials for gmail 2025-02-10 10:54:52 -08:00
Emir Karabeg
3cf6e1a2d9 Fixed conditional if/else UI 2025-02-10 01:04:07 -08:00
Emir Karabeg
9a3378d3d8 Adding multiple blocks now spaces them out on the screen 2025-02-10 01:04:07 -08:00
Emir Karabeg
121ea36ba4 Disable run block in action bar for now 2025-02-09 23:18:03 -08:00
Emir Karabeg
0a09e9a6d3 Made tool expanding on isWide nicer 2025-02-09 12:00:39 -08:00
Emir Karabeg
a2305da9bb Added tool collapsable 2025-02-09 01:59:09 -08:00
Emir Karabeg
82a827409f Added block horizontal/vertical mode 2025-02-08 22:13:00 -08:00
Emir Karabeg
6f904dc947 Fixed edge re-render on handle port toggle 2025-02-08 21:58:15 -08:00
Emir Karabeg
33ce486729 Switched context to user 2025-02-08 15:11:16 -08:00
Emir Karabeg
16a8982f8e Renamed to chat instead of aichat 2025-02-08 14:52:37 -08:00
Waleed Latif
30d3e934db Added function execution logic locally instead of 3P API using vm, modified executor to handle connection block (still testing) 2025-02-08 14:21:41 -08:00
Emir Karabeg
e14164db52 Fixed envvar dropdown on condition input 2025-02-08 04:43:19 -08:00
Emir Karabeg
e807c9b1ca Fixed tag dropdown on condition input 2025-02-08 04:41:17 -08:00
Emir Karabeg
1e627af93a Finished if block completely 2025-02-08 04:26:48 -08:00
Emir Karabeg
2999176c7a Fixed minimize to show past 3 lines and changed color to align with rest of application 2025-02-08 03:18:56 -08:00
Emir Karabeg
cea1d9383b Added border change for subblock handles as well 2025-02-08 02:49:48 -08:00
Emir Karabeg
4783d142f3 Made ports slightly more obvious 2025-02-08 02:49:48 -08:00
Waleed Latif
70e4158428 Make response format minimizable 2025-02-07 17:08:33 -08:00
Waleed Latif
01d2a8acd5 Added support for structured response format from agent block in the target block's connectio tags & connection dropdown menu. Tested, resolves values when response format is specified, and when it isn't 2025-02-07 13:01:38 -08:00
Emir Karabeg
2ca3d29c49 Storing workflow canvas changes for getting location of viewport and changing viewport location 2025-02-06 19:51:11 -08:00
Emir Karabeg
f42882e3ae Added functional chat for simply adding blocks and connections 2025-02-06 19:51:11 -08:00
Emir Karabeg
c415467db4 Added chat UI 2025-02-06 19:51:11 -08:00
Waleed Latif
e89a320458 Added envvar resolution for code sub-block 2025-02-06 13:02:38 -08:00