Commit Graph

16 Commits

Author SHA1 Message Date
Waleed Latif
af30c296f4 fix(stateless): add support for oauth credentials in stateless executions 2025-03-09 18:13:22 -07:00
Waleed Latif
6b10c8fedc improvement: standardized oauth implementation & ui 2025-03-08 20:47:50 -08:00
Waleed Latif
a4d04c788e feat(oauth): added google sheets scopes and oauth 2025-03-08 03:35:29 -08:00
Waleed Latif
c2406c4eb6 feat(oauth): added google docs, added icons for other oauth providers, removed client side oauth utils 2025-03-07 12:10:54 -08:00
Waleed Latif
26bcdd7b34 feat(oauth): added google drive credentials, fixed some oauth bugs 2025-03-06 23:59:52 -08:00
Waleed Latif
3d9d125bba feat(oauth): simplified logic for oauth, tested with send email and it works 2025-03-06 21:38:11 -08:00
Waleed Latif
3df326f8ba feat(oauth): add oauth as param for tool, if required & user doesn't have access, modal will popup that allows user to grant access for that group of scopes 2025-03-06 17:22:18 -08:00
Waleed Latif
a345b2ffab feat(code): added complex code execution for agents' custom tools, added envvar resolution/styling/dropdown for agent custom tool code modal 2025-03-01 17:03:03 -08:00
Waleed Latif
3d132927bf fix(table): fixed resolution of query params & headers 2025-02-18 14:36:14 -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
9493055c60 Added prettier, added husky pre-commit hook to ensure formatting 2025-02-05 03:10:23 -08:00
Emir Karabeg
08fe6f2d39 Added tool UI to agent 2025-02-03 21:56:27 -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
f0f88dec5d Removed extraneous semicolons 2025-01-28 10:40:38 -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
07cb295200 Modified tools directory to be more generic, updated serializer and executor accordingly 2025-01-17 19:08:40 -08:00