Commit Graph

476 Commits

Author SHA1 Message Date
Waleed Latif
47abb35a22 fix(starter): add temp logging to debug executor inability to resolve envvars 2025-02-19 13:19:38 -08:00
Waleed Latif
d8f34f1538 fix(starter): add temp logging to debug executor inability to resolve envvars 2025-02-19 13:13:01 -08:00
Waleed Latif
384b79ef8d fix(starter): updated table variable names in schema.ts to match actual supabase table names 2025-02-19 12:59:35 -08:00
Waleed Latif
d5f102d419 feat(starter): sync encrypted envvars to db on-save in settings modal, fetch during scheduled execution & decrypt 2025-02-19 12:35:30 -08:00
Waleed Latif
c8a8d9608a feat(starter): add GET for vercel cron job to execute scheduled workflows 2025-02-19 11:56:18 -08:00
waleedlatif1
9de0d6fb95 Merge pull request #71 from simstudioai/feature/starter
feat(starter): add routes for scheduled workflows
2025-02-19 01:10:39 -08:00
Waleed Latif
1c8a51de71 feat(starter): add routes for scheduled workflows 2025-02-19 00:44:59 -08:00
Emir Karabeg
edb7d68d9f improvement(sync): organized sync-manager 2025-02-18 22:10:23 -08:00
Emir Karabeg
d5d39c2b42 fix(bug): sync-manager bug 2025-02-18 22:06:13 -08:00
Emir Karabeg
f710d35fc8 fix(bug): deployment with route (#70) 2025-02-18 22:04:39 -08:00
Emir Karabeg
77f671c103 feat(sync): updated db and fixed syncing value (#69)
* feat(sync): updated db and fixed syncing value

* solved merge conflicts

* fix(sync): updated routes for settings

* fixed merge conflicts

* feat(sync): syncing workflow deletion

* merged changes
2025-02-18 21:41:40 -08:00
Emir Karabeg
666e23fc12 feat(sync): syncing workflow deletion 2025-02-18 20:17:38 -08:00
Emir Karabeg
0c2439fc9d improve(sync): added periodic sync 2025-02-18 20:17:38 -08:00
waleedlatif1
1ae81bfc86 Merge pull request #68 from simstudioai/feature/starter
feat(starter): added workflow_schedule table and helper to convert da…
2025-02-18 20:17:11 -08:00
Waleed Latif
4c9b0e9e2c feat(starter): added workflow_schedule table and helper to convert date to cron expression 2025-02-18 20:13:02 -08:00
Emir Karabeg
4c7630d72e feat(sync): added batch sync for registry (#66) 2025-02-18 19:44:07 -08:00
Waleed Latif
460e44a0f9 feat(executor): modified the condition/router blocks to not further wrap blocks since they are pass-through blocks 2025-02-18 18:43:16 -08:00
Emir Karabeg
756d748bc4 Fix/prod ref (#59) (#65)
* fix(stores): moved subblock value to a separate store; execution currently doesn't work

* fix(execution): resolved merging stores

* fix(stores): deletion crash fix

* fix(stores): dropdown re-render
2025-02-18 18:27:35 -08:00
waleedlatif1
0edbc7b78f Merge pull request #61 from simstudioai/feature/looping
feat(executor): improve executor to allow bi-directional dependencies
2025-02-18 16:52:47 -08:00
Waleed Latif
2de386803a feat(executor): improve executor to allow bi-directional dependencies if the block is in the loop 2025-02-18 16:47:37 -08:00
Waleed Latif
f38c147c93 fix(ui/table): fix the way we display envvars, use formatdisplay like we do for other sub-blocks 2025-02-18 14:39:47 -08:00
Waleed Latif
3d132927bf fix(table): fixed resolution of query params & headers 2025-02-18 14:36:14 -08:00
Emir Karabeg
2de52416d4 feat(table): dropdown tags and envvar 2025-02-18 13:43:26 -08:00
Emir Karabeg
0893090a95 improvement(API): added query params, fixed cursor ref, code placeholder 2025-02-18 13:20:58 -08:00
Waleed Latif
8787f2dbdb fix(memory): include namespace and index host in pinecone search text tool 2025-02-18 12:49:24 -08:00
Waleed Latif
c7e07b4d77 feat(memory): all pinecone tools/blocks work 2025-02-18 11:30:30 -08:00
Emir Karabeg
2b6d36b6cd fix(landing): wording & styling 2025-02-18 02:31:50 -08:00
Emir Karabeg
15c991e0fe fix(ui): expanded settings 2025-02-18 02:10:48 -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
8e3c5db26b feat(memory): pinecone generate embeddings working 2025-02-18 01:26:36 -08:00
Waleed Latif
de6b9ebc31 feat(memory): modified pinecone tools, adjusted pinecone block 2025-02-18 01:26:36 -08:00
Emir Karabeg
d3a042ac22 improvement(stores): standardized quality of stores and added max history to relevant stores 2025-02-18 00:58:32 -08:00
Emir Karabeg
fb5272cb4e fix(stores): consolidated some store values 2025-02-18 00:47:44 -08:00
Waleed Latif
5c86d1de16 feat(memory): add openai embeddings tool/block 2025-02-18 00:34:55 -08:00
Emir Karabeg
b10f2e300f fix(landing): slightly smaller description text and changed title 2025-02-18 00:17:13 -08:00
Emir Karabeg
807105a3af Update CONTRIBUTING.md 2025-02-17 23:53:51 -08:00
Emir Karabeg
c1f975ddae Update CONTRIBUTING.md 2025-02-17 23:52:43 -08:00
Emir Karabeg
7c40f24162 feature(blocks): added github dropdown for actions 2025-02-17 22:16:37 -08:00
Waleed Latif
2d77590d03 feat(memory): added pinecone block/tools 2025-02-17 18:06:19 -08:00
Waleed Latif
9f3c49866f fix(db): remove ssl verification 2025-02-17 16:13:59 -08:00
Waleed Latif
50d03c6896 feat(auth): enforce SSL for db connection to prevent MITM & snooping 2025-02-17 15:21:12 -08:00
Emir Karabeg
59dda992a1 Merge pull request #56 from simstudioai/feature/dbsync
Feature/dbsync
2025-02-17 15:00:35 -08:00
Emir Karabeg
5e0998dc49 edited console msg 2025-02-17 14:57:35 -08:00
Waleed Latif
b5b8f55457 feat(auth): improve error handling for invalid credentials on login, redirect to workspace on successful social login 2025-02-17 14:52:16 -08:00
Emir Karabeg
eb6812aaa8 fix(dbsync): only sync with db on exit 2025-02-17 14:04:26 -08:00
Emir Karabeg
6f0a29675f merged changes 2025-02-17 12:24:26 -08:00
Emir Karabeg
ef5ec1f4b4 fix(landing): mobile friendly 2025-02-17 12:01:46 -08:00
Waleed Latif
f62a0d261e feat(dbsync): add is_debug_mode_enabled to settings schema 2025-02-17 11:17:56 -08:00
Waleed Latif
c4149b9241 feat(auth): created logs, user_environment, and user_settings tables and associated routes 2025-02-17 10:50:35 -08:00
Emir Karabeg
78e210f98d fix(landing): landing layout for reactflow canvas 2025-02-17 03:34:00 -08:00