Commit Graph

129 Commits

Author SHA1 Message Date
Waleed Latif
0e20e340c0 feat(oauth): modified google drive/gmail icons, added credentials selector sub-block to gmail tool 2025-03-06 18:21:39 -08:00
Waleed Latif
4d702cfdbf feat(tools): added reddit hot subreddit posts tool/block 2025-03-06 13:53:47 -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
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
Waleed Latif
6e7c34992b fix(executor/function): fix resolution of tag inputs to function block 2025-03-04 13:38:09 -08:00
Emir Karabeg
2799651f05 fix(ui): minor changes; max zoom 2025-03-04 10:29:41 -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
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
Emir Karabeg
18c16c217c Feat/api input (#89)
* feat(api-input): correctly passing in body into executor; need to resolve tag value in blocks following starter

* feat(api-input): input is now resolved

* feat(api-input): cleaned up logs and added comments
2025-02-27 14:01:42 -08:00
Waleed Latif
5c11e9da16 feat(providers): modified all providers to use SDK rather than creating an HTTP request 2025-02-27 13:39:33 -08:00
Waleed Latif
fa67494fe7 feat(providers): removed providers from tools directory, added cerebras sdk 2025-02-27 13:29:52 -08:00
Waleed Latif
ee1932c856 feat(models): added claude-3-7-sonnet 2025-02-24 13:35:53 -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
1309c71086 fix(github): add missing pr number to comment tool 2025-02-24 00:39:11 -08:00
Waleed Latif
9ff1783dcf feat(github): add github read pr & write comment tools to the github block, tested & works 2025-02-24 00:03:58 -08:00
Emir Karabeg
4edd0ee3bf improvement(starter): added date/time picker 2025-02-19 20:41:15 -08:00
Waleed Latif
22887211b4 feat(starter): update starter block placeholders to make it clear that it accepts 24-hr values 2025-02-19 14:47:37 -08:00
Waleed Latif
3d132927bf fix(table): fixed resolution of query params & headers 2025-02-18 14:36:14 -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
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
Waleed Latif
5c86d1de16 feat(memory): add openai embeddings tool/block 2025-02-18 00:34:55 -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
Emir Karabeg
472ea89282 fix(bug): memory block bug 2025-02-16 16:22:25 -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
5e2c3806b8 Fix: agent temperature 2025-02-15 12:13:27 -08:00
Emir Karabeg
5c8bd0551f Changed id back to type on config 2025-02-15 01:21:40 -08:00
Emir Karabeg
73e4bbc3b4 Changed block types config for simplicity 2025-02-14 16:39:14 -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
deea02099b Fixed agent config 2025-02-13 19:39:51 -08:00
Emir Karabeg
12ac77613c Fixed config error with code block 2025-02-13 19:39:10 -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
Waleed Latif
487248a858 Reiterate in evaluator prompt to only resond with JSOn 2025-02-13 15:03:12 -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
4e998f53b0 Feature: added eval input 2025-02-12 19:31:18 -08:00
Emir Karabeg
0cba346c51 Fix: subblock rendering based on condition of other subblock 2025-02-12 18:38:04 -08:00
Waleed Latif
322b2bec80 Reiterate in evaluator system prompt that if no blocks are available, return end 2025-02-12 13:45:50 -08:00
Waleed Latif
c203fbf1d2 Include prior history with responses/justifications in later calls to agent block 2025-02-12 13:33:02 -08:00
Waleed Latif
e52233898b Include justification in evaluator response 2025-02-12 12:30:36 -08:00
Waleed Latif
3fb861b85a Added case for when evaluator does not have any target blocks 2025-02-12 12:13:05 -08:00
Waleed Latif
ec2150ac3b Modify evaluator to just loop back and forth if there is only one destination in loop 2025-02-12 12:08:46 -08:00
Waleed Latif
5100e2e2fc Modified evaluator, runs similar to router and selects correct route but doesn't actually continue down that route. WIP 2025-02-11 13:47:22 -08:00
Waleed Latif
100e711023 Updated evaluator block 2025-02-10 15:14:26 -08:00
Emir Karabeg
85b35eacdf Changed evaluator block 2025-02-10 14:39:15 -08:00