Waleed Latif
|
9493055c60
|
Added prettier, added husky pre-commit hook to ensure formatting
|
2025-02-05 03:10:23 -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 |
|
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
|
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
|
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 |
|
Emir Karabeg
|
ef72e52782
|
Created functional protocol for output type dependencies
|
2025-01-20 19:07:00 -08:00 |
|