Commit Graph

253 Commits

Author SHA1 Message Date
Waleed Latif
51f26d4e1c feature(auth): added basic scaffolding for auth using better-auth, drizzle ORM, resend for email verification 2025-02-16 02:02:01 -08:00
Emir Karabeg
ad546519b6 fix(ui): settings labels 2025-02-16 01:47:00 -08:00
Emir Karabeg
c40798b819 feature(settings-reset): ability to reset all state 2025-02-16 01:44:22 -08:00
Emir Karabeg
8fbdd8bacb refactor(settings): changed name to environment 2025-02-16 01:32:11 -08:00
Emir Karabeg
cef91e14d0 improvement(settings): added sections to settings and improved layout 2025-02-16 01:31:05 -08:00
Emir Karabeg
dc85adc444 fix(execution-store): allowed for multiple concurrent block executions 2025-02-16 00:49:23 -08:00
Emir Karabeg
6896f74579 feature(workflow-ui): show current block being executed 2025-02-15 21:26:40 -08:00
Emir Karabeg
4c2764f09c feature(console): stream console messages back from executor 2025-02-15 20:01:55 -08:00
Emir Karabeg
cc89e80b95 fix(file-structure): moved registry to file in workflow 2025-02-15 19:55:01 -08:00
Emir Karabeg
5e2c3806b8 Fix: agent temperature 2025-02-15 12:13:27 -08:00
Emir Karabeg
5c8bd0551f Changed id back to type on config 2025-02-15 01:21:40 -08:00
Emir Karabeg
f4773d1c51 Fix: block naming +1 2025-02-15 01:01:22 -08:00
Waleed Latif
627a275450 Fixed out-of-order execution in executor 2025-02-14 22:58:45 -08:00
Emir Karabeg
73e4bbc3b4 Changed block types config for simplicity 2025-02-14 16:39:14 -08:00
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