dify/api/core/workflow/nodes
leon.Huang 465859f632
Merge c74af1e065 into 2c919efa69
2025-12-29 16:33:41 +08:00
..
agent Update api/core/workflow/nodes/agent/agent_node.py 2025-12-18 20:18:57 +08:00
answer Refactor workflow nodes to use generic node_data (#28782) 2025-11-27 20:46:56 +08:00
base feat: add GraphEngine layer node execution hooks (#28583) 2025-12-16 13:26:31 +08:00
code Refactor workflow nodes to use generic node_data (#28782) 2025-11-27 20:46:56 +08:00
datasource Refactor workflow nodes to use generic node_data (#28782) 2025-11-27 20:46:56 +08:00
document_extractor feat: using charset_normalizer instead of chardet (#29022) 2025-12-05 11:19:19 +08:00
end Refactor workflow nodes to use generic node_data (#28782) 2025-11-27 20:46:56 +08:00
http_request fix: validate API key is not empty in HTTPRequest node (#29950) 2025-12-21 17:04:07 +08:00
human_input Refactor workflow nodes to use generic node_data (#28782) 2025-11-27 20:46:56 +08:00
if_else Refactor workflow nodes to use generic node_data (#28782) 2025-11-27 20:46:56 +08:00
iteration Refactor workflow nodes to use generic node_data (#28782) 2025-11-27 20:46:56 +08:00
knowledge_index Refactor workflow nodes to use generic node_data (#28782) 2025-11-27 20:46:56 +08:00
knowledge_retrieval fix: fix DatasetRetrieval._process_metadata_filter_func miss in operator (#30199) 2025-12-26 16:34:50 +08:00
list_operator Refactor workflow nodes to use generic node_data (#28782) 2025-11-27 20:46:56 +08:00
llm fix: session unbound during parent-child retrieval (#29396) 2025-12-10 14:08:55 +08:00
loop fix: loop streaming by clearing stale subgraph variables (#30059) 2025-12-24 11:28:52 +08:00
parameter_extractor fix: handle list content type in Parameter Extraction node (#30070) 2025-12-25 10:19:50 +08:00
question_classifier adding llm_usage and error_type (#26546) 2025-12-10 09:19:13 +08:00
start fix: fix json object validate (#29840) 2025-12-18 14:46:00 +08:00
template_transform Refactor workflow nodes to use generic node_data (#28782) 2025-11-27 20:46:56 +08:00
tool feat(api): automatically `NODE_TYPE_CLASSES_MAPPING` generation from node class definitions (#28525) 2025-12-01 14:14:19 +08:00
trigger_plugin Refactor workflow nodes to use generic node_data (#28782) 2025-11-27 20:46:56 +08:00
trigger_schedule Refactor: centralize node data hydration (#27771) 2025-11-27 15:41:56 +08:00
trigger_webhook fix: webhook node output file as file variable (#29621) 2025-12-15 19:55:59 +08:00
variable_aggregator Refactor workflow nodes to use generic node_data (#28782) 2025-11-27 20:46:56 +08:00
variable_assigner Refactor workflow nodes to use generic node_data (#28782) 2025-11-27 20:46:56 +08:00
__init__.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +08:00
node_factory.py fix: Variable Assigner node silently fails for legacy V1 data format (#28867) 2025-12-05 15:27:18 +08:00
node_mapping.py feat(api): automatically `NODE_TYPE_CLASSES_MAPPING` generation from node class definitions (#28525) 2025-12-01 14:14:19 +08:00