Commit Graph

38 Commits

Author SHA1 Message Date
Waleed Latif
05ad0846f8 Consolidated separate tavily blocks into one 2025-02-10 12:10:59 -08:00
Waleed Latif
83c88f3990 Added x block/tools, added additional check in executor to check for disconnected, disabled blocks at execution time 2025-02-10 11:52:26 -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
Waleed Latif
46a4a305e3 Added notion tool/block 2025-02-10 00:58:36 -08:00
Waleed Latif
30d3e934db Added function execution logic locally instead of 3P API using vm, modified executor to handle connection block (still testing) 2025-02-08 14:21:41 -08:00
Waleed Latif
660b8887b0 Updated gemini model to 2.0 flash 2025-02-07 00:19:36 -08:00
Waleed Latif
5c34f82d91 Added youtube search tool/block 2025-02-06 12:50:31 -08:00
Waleed Latif
bc5dba714e Updated tool descriptions to be more descriptive 2025-02-06 12:05:44 -08:00
Waleed Latif
ac079cc295 Added logic in executor to execute router block, traversing down one of the paths. Use BFS to determine available paths, continue down the one that the router decides. If there is no router, we can still continue with parallel block execution. Added recursive envvar resolution in executor as well 2025-02-05 14:11:04 -08:00
Waleed Latif
c4559429a3 Fixed typo in tavily tool, acknowledge known error in deepseek-v3 function calling with infinite loops, consolidate providers in registry under providers directory, fixed error handing from 3P APIs 2025-02-05 11:54:19 -08:00
Waleed Latif
9493055c60 Added prettier, added husky pre-commit hook to ensure formatting 2025-02-05 03:10:23 -08:00
Waleed Latif
5b274dadf3 Modified jina block/tool, simplified checklist to evaluate each item as an individual sub-block for serializer/executor consistency 2025-02-05 02:45:17 -08:00
Waleed Latif
13ed31740d Added tavily search/extract blocks/tools 2025-02-04 20:19:51 -08:00
Waleed Latif
3bcf1fedd4 Added serper web search tool/block 2025-02-04 19:45:50 -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
08fe6f2d39 Added tool UI to agent 2025-02-03 21:56:27 -08:00
Waleed Latif
a47c50c61e Added github repo block and tool 2025-02-03 13:32:23 -08:00
Waleed Latif
b67494eeef Fixed error handling in reverse proxy, use executor as centralized place to handle errors. Error bubbles up to proxy -> executor -> block log -> custom console 2025-02-03 12:11:03 -08:00
Waleed Latif
207bd7b4fa Added reverse proxy to resolve CORS issues, now all external API calls are routed through /api/proxy, API keys & credentials are now all on the server 2025-02-03 11:28:46 -08:00
Waleed Latif
0e99fdd311 Added Slack post message tool. Tested, publishes message correctly but proxy needs to be setup 2025-02-02 23:43:31 -08:00
Waleed Latif
49a9dcaa06 Added jina block 2025-01-30 17:47: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
c5545397a9 Made CrewAI vision block functional 2025-01-29 14:40:05 -08:00
Waleed Latif
d31d19f64b Added CrewAI vision block, not functional 2025-01-29 11:43:23 -08:00
Waleed Latif
f0f88dec5d Removed extraneous semicolons 2025-01-28 10:40:38 -08:00
Waleed Latif
af26d926c2 Add openAI reasoning models to agent block 2025-01-27 19:13:21 -08:00
Waleed Latif
7ffdfff1a4 Added deepseek-v3 and deepseek-r1 to agent block 2025-01-27 13:38:45 -08:00
Waleed Latif
7f8a1e3b16 Added code execution functionality for function block 2025-01-21 23:30:43 -08:00
Waleed Latif
1075f8367f Update all the models to take in context as user prompt 2025-01-19 23:50:02 -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
Emir Karabeg
bb9d8f942c Rename registry to index 2025-01-17 20:55:03 -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
Waleed Latif
49fbf801a4 Updated providers to latest models, tested in frontend with running agent block 2025-01-16 18:13:41 -08:00
Waleed Latif
1a95e7630d Updated serializer to be agnostic of block type 2025-01-16 12:13:41 -08:00
Waleed Latif
abd52dd6c6 Added http service to tools 2025-01-14 18:25:14 -08:00
Waleed Latif
4ea867ac7e Added model service under tools directory for LLM calls, added unit testing framework jest 2025-01-14 18:13:00 -08:00