Commit Graph

421 Commits

Author SHA1 Message Date
Emir Karabeg
153baababd improvement(landing): edges animated 2025-02-16 23:11:13 -08:00
waleedlatif1
b76073fddd Merge pull request #55 from simstudioai/feature/dbsync
Feature/dbsync
2025-02-16 23:04:17 -08:00
Emir Karabeg
3ef4e48e07 fix(landing): image background 2025-02-16 22:47:42 -08:00
Waleed Latif
ef47aa5edc feat(dbsync): protect workflow routes by redirecting user to login if they are not logged in, confirmed syncing to supabase is working 2025-02-16 22:46:55 -08:00
Emir Karabeg
9f16692d97 fix(landing): added github link 2025-02-16 22:45:24 -08:00
Emir Karabeg
4e758adf20 improvement(landing): made title slightly larger 2025-02-16 22:44:13 -08:00
Emir Karabeg
5e2a212ad3 feature(landing): created temp landing page 2025-02-16 22:41:18 -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
ddd2aa5d0e feat(dbsync): created new 'workflow' table to hold workflow state 2025-02-16 22:38:19 -08:00
Waleed Latif
a3b7cfb3f1 docs: modified feature request template 2025-02-16 21:39:47 -08:00
Waleed Latif
d2250b2046 docs: modified feature request template 2025-02-16 21:37:28 -08:00
Waleed Latif
71a66c6a13 feat(auth): added better error handling for login/signup flow 2025-02-16 21:31:43 -08:00
Emir Karabeg
eeaf8b0d32 improvement(ui): execution border slightly larger 2025-02-16 19:31:53 -08:00
Emir Karabeg
f85106d00d gitignore: edited comment 2025-02-16 18:39:59 -08:00
Waleed Latif
3db68629ec feat(auth): general auth improvements, added signin/up with google 2025-02-16 18:16:05 -08:00
Waleed Latif
fcf2fe5a2d fix(auth): remove ssl enforcement in prod for supabase db 2025-02-16 17:38:41 -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
Waleed Latif
3b1788a469 fix(auth): remove ssl enforcement in prod for supabase db 2025-02-16 17:33:25 -08:00
Waleed Latif
bd4168c55d fix: use postgres_url provided by supabase/vercel config instead of database_url 2025-02-16 17:06:34 -08:00
Emir Karabeg
9201e783f2 fix(ui): added reliable favicon 2025-02-16 16:43:43 -08:00
Waleed Latif
715c69d744 fix: verify page prerendering issue 2025-02-16 16:25:59 -08:00
Emir Karabeg
472ea89282 fix(bug): memory block bug 2025-02-16 16:22:25 -08:00
Emir Karabeg
2ba9998436 fix(store): block named starter not start 2025-02-16 16:16:24 -08:00
Emir Karabeg
04e0a76c78 improvement(ux): starter block added automatically on workflow create 2025-02-16 16:14:59 -08:00
Emir Karabeg
639f86bcae feature(app): error handling 2025-02-16 02:12:26 -08:00
waleedlatif1
94c4103539 Merge pull request #52 from simstudioai/feature/auth
Implemented Auth using better-auth, drizzle ORM, supabase PGDB via direct URI, resend for email verification
2025-02-16 02:08:05 -08:00
Waleed Latif
92f22c2f19 docs: include .env.example 2025-02-16 02:03:20 -08:00
Waleed Latif
d95d3ca9d0 docs: update README.md 2025-02-16 02:02:01 -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
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
Waleed Latif
5184953ab3 Remove old tests, outdated 2025-02-15 19:49:42 -08:00
Waleed Latif
28051da058 Add .github/ 2025-02-15 19:47:12 -08:00
Waleed Latif
4e9d503944 Added contributing guide 2025-02-15 19:37:01 -08:00
Emir Karabeg
98e795dfd6 Update README.md 2025-02-15 13:38:18 -08:00
Emir Karabeg
a1d29813a5 Update README.md 2025-02-15 13:17:03 -08:00
Emir Karabeg
94fa08ec4c Updated README 2025-02-15 13:08:51 -08:00
Emir Karabeg
ca322170fd Create LICENSE 2025-02-15 12:53:30 -08:00
Emir Karabeg
5e2c3806b8 Fix: agent temperature 2025-02-15 12:13:27 -08:00
Waleed Latif
17bca0bcff Added check to throw error if starter block is disabled 2025-02-15 10:44:10 -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
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