Commit Graph

24 Commits

Author SHA1 Message Date
Waleed Latif
fa67494fe7 feat(providers): removed providers from tools directory, added cerebras sdk 2025-02-27 13:29:52 -08:00
waleedlatif1
8218a88ce6 Feature/execution (#87)
* feat(executor): split executor into specialized components

* fix(executor): if there is a dependency on a block that is not along the selected path, ignore it; if we are at max iterations for a loop, stop

* feat(exector): cleanup inline comments in executor

* fix(executor): fix issue in removeDownstreamBlocks when we are breaking out of a loop to prevent infinite recursion

* feat(executor/tests): setup initial testing directory

* feat(executor): make the path selection for routing/conditional blocks independent of context, instead of deactivating paths we just activate others
2025-02-26 02:09:56 -08:00
Waleed Latif
48b6095d53 fix(dependencies): cleanup unused testing dependencies 2025-02-23 13:35:25 -08:00
Emir Karabeg
4edd0ee3bf improvement(starter): added date/time picker 2025-02-19 20:41:15 -08:00
Waleed Latif
1c8a51de71 feat(starter): add routes for scheduled workflows 2025-02-19 00:44:59 -08:00
Waleed Latif
763ea8bb5c feat(dbsync): added workflow sync wrapper to workflow, combine debounce, period, and unload syncing to sync local state store to workflow pg table 2025-02-16 22:39:26 -08:00
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
611ed7da15 Removed vm2 dependency 2025-02-11 20:38:29 -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
f42882e3ae Added functional chat for simply adding blocks and connections 2025-02-06 19:51:11 -08:00
Waleed Latif
9493055c60 Added prettier, added husky pre-commit hook to ensure formatting 2025-02-05 03:10:23 -08:00
Emir Karabeg
47b4984376 Changed code editor subblock to react-simple-code-editor 2025-02-04 15:23:29 -08:00
Emir Karabeg
d419e9879a Added checkbox list subblock; added checkbox list to Jina; reorganized block configs to have API subblock last 2025-02-04 12:34:44 -08:00
Emir Karabeg
08fe6f2d39 Added tool UI to agent 2025-02-03 21:56:27 -08:00
Emir Karabeg
ae4ae535e9 Created console store and console items 2025-01-31 13:04:23 -08:00
Emir Karabeg
ecd41e262c Added delete workflow confirmation 2025-01-30 17:42:12 -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
4c939880cc Added notifications and check notification history 2025-01-17 16:09:46 -08:00
Waleed Latif
4ea867ac7e Added model service under tools directory for LLM calls, added unit testing framework jest 2025-01-14 18:13:00 -08:00
Emir Karabeg
3740b78fac Converted canvas to React Flow 2025-01-14 14:07:13 -08:00
Waleed Latif
57b1fce88c Fix dependency conflict between react and cmdk 2025-01-13 16:35:13 -08:00
Emir Karabeg
de1a71b88e Started scaffolding for sub blocks and created first workflow blocks 2025-01-10 14:16:17 -08:00
Emir Karabeg
1edb3574bd Finished tabs for basic and advanced in toolbar and will work on building block UI 2025-01-07 01:59:30 -08:00
Emir Karabeg
5b1719057b first commit 2025-01-05 14:48:01 -08:00