dify/api/core/workflow/nodes
99 00e52796e6
refactor(workflow): remove code node helper imports (#32759)
Co-authored-by: -LAN- <laipz8200@outlook.com>
2026-03-01 16:31:45 +08:00
..
agent refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
answer refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
base feat: Human Input Node (#32060) 2026-02-09 14:57:23 +08:00
code refactor(workflow): remove code node helper imports (#32759) 2026-03-01 16:31:45 +08:00
datasource refactor: decouple the business logic from datasource_node (#32515) 2026-02-27 18:49:14 +08:00
document_extractor refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
end Refactor workflow nodes to use generic node_data (#28782) 2025-11-27 20:46:56 +08:00
http_request fix(workflow): decouple http request node external dependencies (#32762) 2026-03-01 15:42:57 +08:00
human_input refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
if_else Refactor workflow nodes to use generic node_data (#28782) 2025-11-27 20:46:56 +08:00
iteration refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
knowledge_index fix: summary index bug (#31810) 2026-02-02 09:45:17 +08:00
knowledge_retrieval refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
list_operator refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
llm refactor: inject memory interface into LLMNode (#32754) 2026-03-01 04:05:18 +08:00
loop refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
parameter_extractor refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
question_classifier refactor: consolidate LLM runtime model state on ModelInstance (#32746) 2026-03-01 02:29:32 +08:00
start feat: enhance start node object value check (#30732) 2026-01-09 16:13:17 +08:00
template_transform refactor: strip external imports in workflow template transform (#32017) 2026-02-06 10:37:26 +08:00
tool refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +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 refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
variable_aggregator refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
variable_assigner refactor(workflow): move variables package into core.workflow (#32750) 2026-03-01 03:15:09 +08:00
__init__.py feat: knowledge pipeline (#25360) 2025-09-18 12:49:10 +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
protocols.py fix(workflow): decouple http request node external dependencies (#32762) 2026-03-01 15:42:57 +08:00