dify/api/core/workflow/nodes
Ron bf682302ee
fix error with literal_eval (#16297)
Co-authored-by: Novice <novice12185727@gmail.com>
2025-03-21 09:30:24 +08:00
..
agent fix error with literal_eval (#16297) 2025-03-21 09:30:24 +08:00
answer fix: exclude additional unreachable nodes (#16329) 2025-03-20 16:53:56 +08:00
base chore(api): improve type hints for BaseNode and its subclasses (#15826) 2025-03-14 18:09:11 +08:00
code Introduce Plugins (#13836) 2025-02-17 17:05:13 +08:00
document_extractor reopen PR for #14411 (#16148) 2025-03-19 10:24:35 +08:00
end Feature/newnew workflow loop node (#14863) 2025-03-05 17:41:15 +08:00
event feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
http_request Fix HTTP Request node to give priority to file extension of content-disposition (#12653) 2025-03-18 11:00:20 +08:00
if_else chore: cleanup unchanged overridden method in subclasses of BaseNode (#14281) 2025-02-26 09:41:38 +08:00
iteration chore(api): improve type hints for BaseNode and its subclasses (#15826) 2025-03-14 18:09:11 +08:00
knowledge_retrieval metadata expect value check error (#16210) 2025-03-19 17:48:01 +08:00
list_operator feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
llm fix: avoid llm node result var not init issue while do retry. (#14286) 2025-03-11 12:43:24 +08:00
loop chore: bump ruff to 0.11.0 and fix linting violations (#15953) 2025-03-17 16:13:11 +08:00
parameter_extractor fix: respect resolution settings for vision for basic chatbot, text generator, and parameter extractor node (#16041) 2025-03-18 14:37:07 +08:00
question_classifier feat: mypy for all type check (#10921) 2024-12-24 18:38:51 +08:00
start chore: cleanup unchanged overridden method in subclasses of BaseNode (#14281) 2025-02-26 09:41:38 +08:00
template_transform feat(workflow-nodes): handle missing variables without failure (#10471) 2024-11-08 19:48:05 +08:00
tool fix(api): fix fail branch functionality for WorkflowTool (#15966) 2025-03-17 11:53:32 +08:00
variable_aggregator chore: Simplify the unchanged overrided method in VariableAggregatorNode (#14175) 2025-02-23 13:46:48 +08:00
variable_assigner chore(api): improve type hints for BaseNode and its subclasses (#15826) 2025-03-14 18:09:11 +08:00
__init__.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
enums.py Feature/newnew workflow loop node (#14863) 2025-03-05 17:41:15 +08:00
node_mapping.py Feature/newnew workflow loop node (#14863) 2025-03-05 17:41:15 +08:00