Commit Graph

70 Commits

Author SHA1 Message Date
Waleed Latif
4d702cfdbf feat(tools): added reddit hot subreddit posts tool/block 2025-03-06 13:53:47 -08:00
Emir Karabeg
43d22d2f06 feat(logs): added logs structure; connecting to DB now 2025-03-05 14:47:51 -08:00
Waleed Latif
07780800d8 fix(starter): change starter block output format from .type.input to .input, tested 2025-03-05 13:57:18 -08:00
Emir Karabeg
2eb02a3369 feat(account): added account to settings 2025-03-04 16:39:56 -08:00
Emir Karabeg
790d73d40b fix(tool-input): search fixed 2025-03-04 09:28:57 -08:00
Emir Karabeg
76dbc4a52f Feat/db sync (#94)
* feat(db-sync): added general sync file and implemented environment sync

* improvement(workflows-store): structured workflows store system better and added getter for values across stores

* fix(stores): deleted workflows/types since unused

* improvement(db-sync): added workflow event syncs and debounce

* improvement(db-sync): clean and upgraded db-sync system; environment sync implemented

* improvement(db-sync): added batch sync with registry; init bug needs fixing

* improvement(db-sync): finalized sync system and implemented for workflow

* fix(db-sync): fixed client-side rendering

* improvement(db-sync): created backwards sync system; environment implemented

* improvement(db-sync): added colors to db

* fix(db-sync): color sync with db

* improvement(db-sync): added workflow backwards sync; fixing color bug and race condition

* fix(db-stores): color sync

* feature(db-sync): db-sync complete; need to sync history

* improvement(db-sync): added scheduling

* fix(db-sync): environment sync to db
2025-03-03 19:43:39 -08:00
Waleed Latif
12c2566f30 feat: added exa ai blocks/tools 2025-03-02 14:15:17 -08:00
Waleed Latif
4771541d27 fix(code): removed deprecated flags from next config, removed unused webcontainer provider 2025-03-02 10:40:51 -08:00
Waleed Latif
a345b2ffab feat(code): added complex code execution for agents' custom tools, added envvar resolution/styling/dropdown for agent custom tool code modal 2025-03-01 17:03:03 -08:00
Waleed Latif
9d55ec4e5c feat(code): additional cleanup for stdout response from WebContainer 2025-03-01 15:30:37 -08:00
Emir Karabeg
96f48766b8 improvement(stores/ui): consolidated init/create of workflows and fixed hydration error 2025-02-28 18:39:57 -08:00
Emir Karabeg
47a3a1657f improvement(ux): autocomplete off on envvars and toolbar 2025-02-28 18:03:16 -08:00
Emir Karabeg
4158dd33e7 feat(custom-functions): completed UI 2025-02-27 15:03:30 -08:00
Waleed Latif
1ad9746b2b feat(pinecone): added pinecone search by vector tool & fixed dropdown tag for evaluator 2025-02-24 11:10:23 -08:00
Waleed Latif
99a645cfad fix(ui/connections): fixed tag dropdown and connection block not accurately reflecting source block response format by changing reference from workflow/subblock response format to dedicated subblock store 2025-02-23 00:46:02 -08:00
Emir Karabeg
4edd0ee3bf improvement(starter): added date/time picker 2025-02-19 20:41:15 -08:00
Waleed Latif
c7e07b4d77 feat(memory): all pinecone tools/blocks work 2025-02-18 11:30:30 -08:00
danielschwartz4
6d0de86532 dark mode (#45)
* dark mode

* fix(ui): cleaned up dark mode

---------

Co-authored-by: Emir Karabeg <emirkarabeg@berkeley.edu>
2025-02-18 02:06:17 -08:00
Waleed Latif
5c86d1de16 feat(memory): add openai embeddings tool/block 2025-02-18 00:34:55 -08:00
Waleed Latif
2d77590d03 feat(memory): added pinecone block/tools 2025-02-17 18:06:19 -08:00
Emir Karabeg
6004c8d070 fix(registry-state): fixed bug on add workflow / improvement(ux): added autoconnect 2025-02-16 17:34:25 -08:00
Emir Karabeg
cef91e14d0 improvement(settings): added sections to settings and improved layout 2025-02-16 01:31:05 -08:00
Waleed Latif
4fd1cac074 npm run format 2025-02-14 22:59:23 -08:00
Waleed Latif
627a275450 Fixed out-of-order execution in executor 2025-02-14 22:58:45 -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
11a830f7fe Deleted memory block; added input block 2025-02-13 18:52:34 -08:00
Emir Karabeg
5dc45509c1 Added memory block 2025-02-13 17:59:03 -08:00
Emir Karabeg
79b55a0825 Fix: tag dropdown on no filtered tag avail 2025-02-13 16:15:16 -08:00
Waleed Latif
af323a71ab Modify executor to treat evaluator as an 'output' block instead of a 'router' block, looping logic still needs to be updated but forward path works 2025-02-13 00:59:25 -08:00
Emir Karabeg
bddc6cb7f7 Fixed delete block in loop error 2025-02-11 16:12:29 -08:00
Waleed Latif
83c88f3990 Added x block/tools, added additional check in executor to check for disconnected, disabled blocks at execution time 2025-02-10 11:52:26 -08:00
Emir Karabeg
fde430ff1e Fixed YouTube icon 2025-02-10 01:44:17 -08:00
Waleed Latif
da1d2adf5d Added company icons 2025-02-09 23:31:18 -08:00
Waleed Latif
e537a2a120 Added perplexity icon 2025-02-09 22:49:50 -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
Waleed Latif
5c34f82d91 Added youtube search tool/block 2025-02-06 12:50:31 -08:00
Emir Karabeg
707b7fd8bc Added router block; fixed hidden rendering on workflow block 2025-02-05 12:44:09 -08:00
Waleed Latif
4f3fa9000a Fixed small bug with envvar dropdown text replacement that resulted in extra '}}' 2025-02-05 11:59:53 -08:00
Waleed Latif
9493055c60 Added prettier, added husky pre-commit hook to ensure formatting 2025-02-05 03:10:23 -08:00
Waleed Latif
70aa37414b Added some svgs 2025-02-04 20:44:39 -08:00
Waleed Latif
13ed31740d Added tavily search/extract blocks/tools 2025-02-04 20:19:51 -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
c17272f2da Fixed dragging a connection block into an input when multiple connection blocks. Added filter for tag dropdown while typing 2025-02-03 23:06:19 -08:00
Emir Karabeg
a0dacfd906 Fixed styling on github block 2025-02-03 22:43:17 -08:00
Emir Karabeg
08fe6f2d39 Added tool UI to agent 2025-02-03 21:56:27 -08:00
Waleed Latif
a47c50c61e Added github repo block and tool 2025-02-03 13:32:23 -08:00
Waleed Latif
0e99fdd311 Added Slack post message tool. Tested, publishes message correctly but proxy needs to be setup 2025-02-02 23:43:31 -08:00
Waleed Latif
6eadc0ae34 Added tag dropdown when user drags in connection tag or types in '<' that shows them what fields are available. Works for short-input and long-input 2025-02-01 22:48:28 -08:00
Waleed Latif
3fa92e245e Added a dropdown selector for envvars to enhance UX for short-input and long-input sub-blocks 2025-02-01 18:32:32 -08:00
Waleed Latif
667704820d Modified envvar detection & evaluation criteria to be text inside of {{}} instead of {} 2025-02-01 17:37:04 -08:00