dify/api/core/workflow/nodes
takatost e0a3307563
Some checks failed
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Has been cancelled
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Has been cancelled
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Has been cancelled
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Has been cancelled
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Has been cancelled
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Has been cancelled
fix(workflow): "Max submit count reached" error occurred when executing workflow as tool in iteration (#8595)
2024-09-20 19:47:25 +08:00
..
answer fix(workflow): the answer node after the iteration node containing the answer was output prematurely (#8419) 2024-09-14 14:02:09 +08:00
code chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
end chore: refurish python code by applying Pylint linter rules (#8322) 2024-09-13 22:42:08 +08:00
http_request chore: refurish python code by applying Pylint linter rules (#8322) 2024-09-13 22:42:08 +08:00
if_else chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
iteration fix(workflow): "Max submit count reached" error occurred when executing workflow as tool in iteration (#8595) 2024-09-20 19:47:25 +08:00
knowledge_retrieval chore: apply ruff E501 line-too-long linter rule (#8275) 2024-09-12 14:00:36 +08:00
llm chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
loop chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
parameter_extractor chore: refurish python code by applying Pylint linter rules (#8322) 2024-09-13 22:42:08 +08:00
question_classifier chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
start chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
template_transform chore: apply pep8-naming rules for naming convention (#8261) 2024-09-11 16:40:52 +08:00
tool chore: refurish python code by applying Pylint linter rules (#8322) 2024-09-13 22:42:08 +08:00
variable_aggregator chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
variable_assigner chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
__init__.py
base_node.py chore(api/core): apply ruff reformatting (#7624) 2024-09-10 17:00:20 +08:00
event.py feat: Parallel Execution of Nodes in Workflows (#8192) 2024-09-10 15:23:16 +08:00
node_mapping.py feat: Parallel Execution of Nodes in Workflows (#8192) 2024-09-10 15:23:16 +08:00