Commit Graph

33 Commits

Author SHA1 Message Date
Emir Karabeg
4edd0ee3bf improvement(starter): added date/time picker 2025-02-19 20:41:15 -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
12ac77613c Fixed config error with code block 2025-02-13 19:39:10 -08:00
Emir Karabeg
4e998f53b0 Feature: added eval input 2025-02-12 19:31:18 -08:00
Waleed Latif
4b92eb0209 Added gmail tool to send/reach/search gmail, added condition display of sub-blocks. Need to integrate oauth2 credentials for gmail 2025-02-10 10:54:52 -08:00
Emir Karabeg
1e627af93a Finished if block completely 2025-02-08 04:26:48 -08:00
Waleed Latif
70e4158428 Make response format minimizable 2025-02-07 17:08:33 -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
a10a724a51 Added support for response format in agent block. Works in all but deepseek (will fix) and gemini (does not support for this model). If responseformat is not specified, we get the response back wrapped in 'content' like before 2025-02-06 19:59:44 -08:00
Emir Karabeg
563f770cf0 Organized types in blocks better 2025-02-05 22:52:38 -08:00
Emir Karabeg
51e0819409 Reverted code block and removed conditional-input; trying solution with codeblock params 2025-02-05 19:26:23 -08:00
Emir Karabeg
3471520347 Stashing condition and code changes before proceeding with final implementation 2025-02-05 18:48:08 -08:00
Waleed Latif
9493055c60 Added prettier, added husky pre-commit hook to ensure formatting 2025-02-05 03:10:23 -08:00
Emir Karabeg
22e695eec1 Added dynamic handles; added conditional block; changed function block 2025-02-04 18:39:19 -08:00
Waleed Latif
98c39afe43 Created new providers/ directory for model providers, modified tool names to have '_' instead of '.', added support for function/tool calling by agent block. Works for OpenAI w firecrawl tool, needs to be implemented still for other providers 2025-02-04 13:07:03 -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
38a8a7c201 Deleted unnecessary type for output in block types 2025-02-03 22:01:34 -08:00
Emir Karabeg
08fe6f2d39 Added tool UI to agent 2025-02-03 21:56:27 -08:00
Emir Karabeg
838fee32bc Switched from basic/advanced to blocks/tools and added toolbar tabs dynamic width calculation 2025-02-03 19:02:29 -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
b7aa70b87f Added translate block, added ability to add default value during block definition 2025-01-31 18:08:27 -08:00
Emir Karabeg
678134b559 Changed droppable to connectionDroppable 2025-01-30 19:39:02 -08:00
Emir Karabeg
3d147dc8bf Added code ability to be dropped in and added ability to prevent drop in block config 2025-01-30 19:37:13 -08:00
Waleed Latif
985db94d68 Modified block implementation so block output format relies on tool outputs 2025-01-30 16:35:08 -08:00
Waleed Latif
3850c112ca Standardized output format for blocks/tools. Updated executor so we can now resolve sub-json values for tagged inputs. Updated serializer to match new block output format. 2025-01-30 13:50:38 -08:00
Waleed Latif
dc64f0b388 Added Firecrawl web scrape tool/block and switch toggle sub-block 2025-01-29 22:27:50 -08:00
Waleed Latif
4d3aead26c Added output to workflow state, since it can dynamically change based on what fields are filled/not filled out. Simplified execution by removing interface validation, moved to serializer. Modified unit tests accordingly 2025-01-28 13:52:10 -08:00
Waleed Latif
f23350e6b4 Added ToolResponse interface to standardize block response format, updated executor to use response transformation specified in the tool it is using, confirmed agent & api tool working individually 2025-01-19 23:36:26 -08:00
Waleed Latif
2f3fa0c059 Moved tools property out of workflows in block definitions, updated serializer & tests accordingly 2025-01-19 01:29:48 -08:00
Waleed Latif
07cb295200 Modified tools directory to be more generic, updated serializer and executor accordingly 2025-01-17 19:08:40 -08:00
Emir Karabeg
a14e9fc8aa Simplified blocks file structure 2025-01-17 16:20:16 -08:00