dify/api/core/workflow/nodes
-LAN- d9aa0ec046
fix: resolve mypy type errors in http_request and list_operator nodes
- Fix str | bytes union type handling in http_request executor
- Add type guard for boolean filter value in list_operator node
2025-09-05 21:17:18 +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 fix: some errors reported by basedpyright 2025-09-04 11:58:54 +08:00
code fix: correct type checking for None values in code node output validation 2025-09-04 20:39:37 +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 fix: resolve mypy type errors in http_request and list_operator nodes 2025-09-05 21:17:18 +08: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_retrieval [Chore/Refactor] Switch from MyPy to Basedpyright for type checking (#25047) 2025-09-03 11:52:26 +08:00
list_operator fix: resolve mypy type errors in http_request and list_operator nodes 2025-09-05 21:17:18 +08:00
llm Merge remote-tracking branch 'origin/main' into feat/queue-based-graph-engine 2025-09-05 21:13:07 +08:00
loop fix: loop node doesn't exit when it react the condition #24717 (#24844) 2025-09-05 14:38:52 +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 fix: some errors reported by basedpyright 2025-09-04 11:58:54 +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
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 feat: queue-based graph engine 2025-08-27 15:33:28 +08:00