dify/api/core/workflow/nodes
jyong d4ee915058 Merge branch 'feat/queue-based-graph-engine' into feat/rag-2 2025-09-04 20:51:48 +08:00
..
agent fix: some errors reported by basedpyright 2025-09-04 11:58:54 +08:00
answer [Chore/Refactor] Switch from MyPy to Basedpyright for type checking (#25047) 2025-09-03 11:52:26 +08:00
base Merge branch 'feat/queue-based-graph-engine' into feat/rag-2 2025-09-04 20:30:08 +08:00
code fix: correct type checking for None values in code node output validation 2025-09-04 20:39:37 +08:00
datasource fix file name 2025-09-04 10:36:44 +08:00
document_extractor Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-03 11:56:05 +08:00
end feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
http_request [autofix.ci] apply automated fixes 2025-09-04 04:50:21 +00:00
if_else Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-03 01:33:17 +08:00
iteration chore: apply ty checks on api code with script and ci action (#24653) 2025-09-02 16:05:13 +08:00
knowledge_index fix preview and recommend plugins 2025-09-02 16:44:18 +08:00
knowledge_retrieval [Chore/Refactor] Switch from MyPy to Basedpyright for type checking (#25047) 2025-09-03 11:52:26 +08:00
list_operator fix: some errors reported by basedpyright 2025-09-04 11:58:54 +08:00
llm fix: some errors reported by basedpyright 2025-09-04 11:58:54 +08:00
loop feat: add property-based access control to GraphRuntimeState 2025-09-04 02:08:58 +08:00
parameter_extractor test: fix test 2025-09-04 17:47:36 +08:00
question_classifier Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-02 11:52:25 +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 Merge branch 'feat/queue-based-graph-engine' into feat/rag-2 2025-09-04 20:30:08 +08:00
variable_aggregator feat: queue-based graph engine 2025-08-27 15:33:28 +08:00
variable_assigner [autofix.ci] apply automated fixes 2025-09-04 04:50:21 +00: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 fix: resolve type error in node_factory by using type guard for node_type_str 2025-08-29 16:16:58 +08:00
node_mapping.py Merge branch 'feat/queue-based-graph-engine' into feat/rag-2 2025-08-27 16:05:59 +08:00