Commit Graph

375 Commits

Author SHA1 Message Date
Waleed Latif
cb9f46c983 fix(cli): improve root path redirect and bump version to 0.1.3 2025-03-06 12:01:38 -08:00
Emir Karabeg
259e2707e2 improvement(ui): error on logs dark mode 2025-03-05 22:32:38 -08:00
Emir Karabeg
28cfb7ea58 fix(notifications): resizeable based on content 2025-03-05 22:13:15 -08:00
Emir Karabeg
154c789f26 improvement(logs): loading animation 2025-03-05 22:02:32 -08:00
Emir Karabeg
2b1bd50721 fix(landing): static stars 2025-03-05 21:58:43 -08:00
Emir Karabeg
8d5ecb534a feat(logs): added searching, refresh, live updates 2025-03-05 21:58:30 -08:00
Emir Karabeg
b7a80ecdb5 fix(ui): short input overlay 2025-03-05 21:20:11 -08:00
Emir Karabeg
bbea7b6afe feat(logs): completed filters 2025-03-05 21:13:57 -08:00
Emir Karabeg
8851beea1b feat(logs): added block output to db 2025-03-05 17:50:57 -08:00
Emir Karabeg
3810db2b03 feat(logs): added responsive columns 2025-03-05 16:14:53 -08:00
Emir Karabeg
5d838e6255 feat(logs): added logs fetch and UI; connecting filters and control bar 2025-03-05 15:57:48 -08:00
Emir Karabeg
7efe569ae7 improvement(ui): sidebar consistency 2025-03-05 14:58:45 -08:00
Emir Karabeg
43d22d2f06 feat(logs): added logs structure; connecting to DB now 2025-03-05 14:47:51 -08:00
Waleed Latif
9af2d21283 fix(landing): programatically fetch github stars 2025-03-05 13:10:41 -08:00
Emir Karabeg
f56d2d1f71 feat(logs/folders): moved file structure and added relevant layouts 2025-03-05 12:58:32 -08:00
Emir Karabeg
1485a9e498 fix(landing): updated stars 2025-03-05 12:15:19 -08:00
Emir Karabeg
0a7bd68ca4 improvement(ui): added links to landing 2025-03-04 23:20:18 -08:00
Emir Karabeg
2d005ec900 feat(long-description): added long description to blocks and info in workflow bloc kheader 2025-03-04 22:46:30 -08:00
Emir Karabeg
440b287899 improvement(ux): added slight running animation 2025-03-04 22:11:14 -08:00
Emir Karabeg
4f3e771e0e fix(ux): zoom in/out on inputs 2025-03-04 21:30:52 -08:00
Emir Karabeg
93b292f58a improvement(ui): account styling 2025-03-04 19:30:29 -08:00
Waleed Latif
301b156139 feat(npm): added logic to disable auth, middleware validation, & db syncing for npm package 2025-03-04 17:56:14 -08:00
Emir Karabeg
2eb02a3369 feat(account): added account to settings 2025-03-04 16:39:56 -08:00
Waleed Latif
74180549b1 fix: renamed /api/execute to /api/function/execute 2025-03-04 13:48:27 -08:00
Emir Karabeg
3470036a40 improvement(file-structure): standardized components in folders 2025-03-04 10:34:56 -08:00
Emir Karabeg
2799651f05 fix(ui): minor changes; max zoom 2025-03-04 10:29:41 -08:00
Emir Karabeg
d117be8764 improvement(ui): loop-input badge padding 2025-03-04 09:36:24 -08:00
Emir Karabeg
790d73d40b fix(tool-input): search fixed 2025-03-04 09:28:57 -08:00
Waleed Latif
2472e28f85 fix(api): make api key check case insensitive 2025-03-03 23:56:07 -08:00
Emir Karabeg
39b3c61d3c fix(deployment: fixed api key get 2025-03-03 21:30:30 -08:00
Emir Karabeg
3b28f7c653 fix(db-sync): runtime type error 2025-03-03 21:04:42 -08:00
Waleed Latif
0a7684c523 feat(loops): allow user to specify min number of loops, on top of the existing maxIterations functionality 2025-03-03 19:47:18 -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
90a3f618f3 fix(code): fix styling for dark mode code block 2025-03-01 18:20:35 -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
Emir Karabeg
f48884aaf2 improvement(ui): tool input subblock title and x placeholder 2025-03-01 15:30:37 -08:00
Waleed Latif
8171706f6c feat(code): updated nextjs, added webcontainer dependencies, added more complex code execution for the function block. use secure, sandboxed webcontainer and fallback to vm 2025-03-01 14:13:21 -08:00
Waleed Latif
ae226e977c fix(agent): add dropdown for specific tool selection for blocks that have more than one tool, give that tool to the agent instead of arbitrarily selecting the first tool 2025-03-01 01:04:18 -08:00
Emir Karabeg
86e1f2d8dd fix(ui): close button improvement on notifications 2025-02-28 22:43:13 -08:00
Emir Karabeg
a4eefd1f64 improvement(deploy): ui/ux improvement, added deletion to API, added handling when inactive 2025-02-28 22:28:43 -08:00
Emir Karabeg
478db6aa2e improvement(store): cleaned up deploy store 2025-02-28 20:29:11 -08:00
Emir Karabeg
cad3db9cae improvement(stores): added deploy store and added subblock value to history 2025-02-28 20:16:51 -08:00
Emir Karabeg
756c3293eb improvement(ui): theme matches user system 2025-02-28 18:52:35 -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
7502434738 improvement(ux): autocomplete off on envvars and toolbar 2025-02-28 17:50:40 -08:00
Emir Karabeg
7774b720f3 Revert "improvement(sync): added backwards sync from db"
This reverts commit 6125b2f0b5.
2025-02-28 17:34:37 -08:00
Emir Karabeg
6125b2f0b5 improvement(sync): added backwards sync from db 2025-02-28 17:26:30 -08:00
Waleed Latif
87bb34e0dd feat(logging): standardize logging across manual, scheduled, and api executions. persist manual executions to db 2025-02-28 10:32:23 -08:00
Emir Karabeg
199ccf5d30 fix(dropdown-bug): resolved subblock value for dropdown 2025-02-27 16:46:17 -08:00
Waleed Latif
16f5065678 feat(custom-functions): add support for custom functions, tested with & without code provided 2025-02-27 15:03:30 -08:00