dify/api/core/workflow/nodes
jyong 0486aa3445 r2 2025-06-03 13:30:51 +08:00
..
agent feat(agent_node): ensure that the enum-checking syntax is compatible with Python 3.11. (#20373) 2025-05-28 19:56:17 +08:00
answer fix: common prerequisite node workflow remove reachable node that failed to streaming llm… (#19552) 2025-05-13 13:47:29 +08:00
base chore(api): improve type hints for BaseNode and its subclasses (#15826) 2025-03-14 18:09:11 +08:00
code fix: handle values in output arrays for CodeNode transformation (#20437) 2025-05-29 17:55:20 +08:00
datasource r2 2025-05-29 09:53:42 +08:00
document_extractor feat: document extractor chardet encoding (#20269) 2025-05-27 13:27:46 +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): force multipart/form-data even without files(#20322) (#20323) 2025-05-28 17:04:38 +08:00
if_else Chore: fix some wrong annotations (#17413) 2025-04-03 17:27:07 +08:00
iteration fix(workflow): fetch user failed when workflow run in parallel mode (#20321) 2025-05-27 22:41:07 +08:00
knowledge_index r2 2025-06-03 13:30:51 +08:00
knowledge_retrieval r2 2025-05-23 00:05:57 +08:00
list_operator fix:the extraction function of the list operation node received 0 that should not be received (#18170) 2025-04-16 16:26:24 +08:00
llm fix: inconsistent metadata definitions (#19343) 2025-05-08 16:33:28 +08:00
loop refactor(workflow): revamp logging module for loop & iteration nodes (#19484) 2025-05-12 09:32:41 +08:00
parameter_extractor Enhance Code Consistency Across Repository with `.editorconfig` (#19023) 2025-04-29 18:04:33 +08:00
question_classifier Enhance Code Consistency Across Repository with `.editorconfig` (#19023) 2025-04-29 18:04:33 +08:00
start chore: cleanup unchanged overridden method in subclasses of BaseNode (#14281) 2025-02-26 09:41:38 +08:00
template_transform Chore: fix some wrong annotations (#17413) 2025-04-03 17:27:07 +08:00
tool refactor: rename plugin manager to plugin client and rename path from manager to impl (#18876) 2025-04-27 14:22:25 +08:00
variable_aggregator Chore: fix some wrong annotations (#17413) 2025-04-03 17:27:07 +08:00
variable_assigner feat: support remove first and remove last in variable assigner (#19144) 2025-04-30 15:50:00 +08:00
__init__.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
enums.py r2 2025-04-28 16:19:12 +08:00
node_mapping.py r2 2025-05-25 23:09:01 +08:00