dify/api/core/workflow/nodes
QuantumGhost 65ae25e09b test(api): add test cases for ParameterConfig validation logic 2025-08-01 15:25:28 +08:00
..
agent Fix incorrect assert type in the AgentNode class (#22964) 2025-07-25 16:31:21 +08:00
answer make logging not use f-str, change others to f-str (#22882) 2025-07-25 10:32:48 +08:00
base make logging not use f-str, change others to f-str (#22882) 2025-07-25 10:32:48 +08:00
code feat(api): Implement boolean types support for Code Node 2025-07-30 10:56:51 +08:00
document_extractor fix: correct typo in function name paser_docx_part -> parser_docx_part (#22936) 2025-07-25 10:33:55 +08:00
end refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
event fix: delete some dead code using vulture (#20999) 2025-06-16 12:07:41 +08:00
http_request make logging not use f-str, change others to f-str (#22882) 2025-07-25 10:32:48 +08:00
if_else make logging not use f-str, change others to f-str (#22882) 2025-07-25 10:32:48 +08:00
iteration make logging not use f-str, change others to f-str (#22882) 2025-07-25 10:32:48 +08:00
knowledge_retrieval Remove redundant condition check (#22983) 2025-07-25 23:38:16 +08:00
list_operator feat(api): update boolean type handling in ListOperatorNode 2025-08-01 13:11:24 +08:00
llm chore(api): put import for type annotation inside TYPE_CHECKING in llm/nodes.py 2025-07-30 16:13:04 +08:00
loop feat(api): Initial support for `boolean` / `array[boolean]` types 2025-07-30 10:56:51 +08:00
parameter_extractor test(api): add test cases for ParameterConfig validation logic 2025-08-01 15:25:28 +08:00
question_classifier Fix: correct misplaced `ensure_ascii=False` (#22997) 2025-07-26 18:29:03 +08:00
start refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
template_transform refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
tool minor fix: fix error messages (#23081) 2025-07-29 10:59:43 +08:00
variable_aggregator refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
variable_assigner feat(api): Initial support for `boolean` / `array[boolean]` types 2025-07-30 10:56:51 +08:00
__init__.py feat/enhance the multi-modal support (#8818) 2024-10-21 10:43:49 +08:00
enums.py refactor: decouple Node and NodeData (#22581) 2025-07-18 10:08:51 +08:00
node_mapping.py fix: avoid using node_data.version for judgement tool node version (#22462) 2025-07-21 09:28:47 +08:00