dify/api/core/workflow/nodes
jyong 56fc9088dd add recommended rag plugin endpoint 2025-09-02 11:56:05 +08:00
..
agent feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
answer feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
base fix(tests): fix broken tests and linter issues 2025-09-01 14:55:35 +08:00
code feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
datasource add recommended rag plugin endpoint 2025-09-02 11:56:05 +08:00
document_extractor Merge branch 'main' into feat/rag-2 2025-08-29 11:29:51 +08:00
end feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
http_request feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
if_else feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
iteration feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
knowledge_index fix chunk format 2025-08-29 16:27:22 +08:00
knowledge_retrieval feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
list_operator feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
llm feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
loop feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
parameter_extractor feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
question_classifier feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
start feat(graph_engine): Add NodeExecutionType.ROOT and auto mark skipped in Graph.init 2025-08-28 16:41:51 +08:00
template_transform feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
tool fix(api): fix ToolNode._extract_variable_selector_to_variable_mapping 2025-09-01 18:11:33 +08:00
variable_aggregator feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
variable_assigner feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
__init__.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
enums.py Merge branch 'feat/queue-based-graph-engine' into feat/rag-2 2025-08-27 16:05:59 +08:00
node_factory.py feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
node_mapping.py Merge branch 'feat/queue-based-graph-engine' into feat/rag-2 2025-08-27 16:05:59 +08:00