dify/api/core/workflow/nodes
orangeclk f53454f81d
Some checks are pending
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
add finish_reason to the LLM node output (#7498)
2024-08-21 17:29:30 +08:00
..
answer Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
code Chore/remove python dependencies selector (#7494) 2024-08-21 16:57:14 +08:00
end fix(api/nodes): Fallback to get_any in some nodes that use object or array. (#6566) 2024-07-23 15:51:07 +08:00
http_request chore: allow download audio/video through HTTP node (#7224) 2024-08-14 16:25:59 +08:00
if_else Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
iteration fix(api/core/workflow/nodes/iteration/iteration_node.py): Extend output in iteration if output is a array. (#6647) 2024-07-25 00:32:39 +08:00
knowledge_retrieval delete weight_type in knowledge retrieval node (#6892) 2024-08-01 21:38:59 +08:00
llm add finish_reason to the LLM node output (#7498) 2024-08-21 17:29:30 +08:00
loop Feat/workflow phase2 (#4687) 2024-05-27 22:01:11 +08:00
parameter_extractor fix(api/nodes): Fallback to get_any in some nodes that use object or array. (#6566) 2024-07-23 15:51:07 +08:00
question_classifier add finish_reason to the LLM node output (#7498) 2024-08-21 17:29:30 +08:00
start refactor(api/core/workflow/enums.py): Rename SystemVariable to SystemVariableKey. (#7445) 2024-08-20 17:52:06 +08:00
template_transform Feat/environment variables in workflow (#6515) 2024-07-22 15:29:39 +08:00
tool fix(tool): tool node error (#7459) 2024-08-21 09:04:54 +08:00
variable_aggregator fix(api/nodes): Fallback to get_any in some nodes that use object or array. (#6566) 2024-07-23 15:51:07 +08:00
variable_assigner refactor(api/core/workflow/nodes/variable_assigner): Split into multi files. (#7434) 2024-08-20 15:40:19 +08:00
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2024-04-08 18:51:46 +08:00
base_node.py Feat: conversation variable & variable assigner node (#7222) 2024-08-13 14:44:10 +08:00