takatost
|
6b6750b9ad
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/services/app_generate_service.py
|
2024-08-28 18:01:57 +08:00 |
Bowen Liang
|
a15080a1d7
|
bug: (#7586 followup) fix config of CODE_MAX_STRING_LENGTH (#7683)
|
2024-08-27 10:38:24 +08:00 |
takatost
|
4771e85630
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/tests/integration_tests/workflow/nodes/test_code.py
# api/tests/unit_tests/core/workflow/nodes/test_answer.py
# api/tests/unit_tests/core/workflow/nodes/test_if_else.py
# api/tests/unit_tests/core/workflow/nodes/test_variable_assigner.py
|
2024-08-24 17:26:44 +08:00 |
Bowen Liang
|
3ace01cfb3
|
chore: cleanup and rearrange unclassified configs into feature config groups (#7586)
|
2024-08-23 22:40:07 +08:00 |
takatost
|
5b22d8f8b2
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/core/workflow/nodes/llm/llm_node.py
# api/core/workflow/nodes/question_classifier/question_classifier_node.py
|
2024-08-23 00:32:28 +08:00 |
takatost
|
35be41b337
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/core/app/apps/advanced_chat/app_generator.py
# api/core/app/apps/advanced_chat/generate_task_pipeline.py
# api/core/app/apps/workflow/app_runner.py
# api/core/app/apps/workflow/generate_task_pipeline.py
# api/core/app/task_pipeline/workflow_cycle_state_manager.py
# api/core/workflow/entities/variable_pool.py
# api/core/workflow/nodes/code/code_node.py
# api/core/workflow/nodes/llm/llm_node.py
# api/core/workflow/nodes/start/start_node.py
# api/core/workflow/nodes/variable_assigner/__init__.py
# api/tests/integration_tests/workflow/nodes/test_llm.py
# api/tests/integration_tests/workflow/nodes/test_parameter_extractor.py
# api/tests/unit_tests/core/workflow/nodes/test_answer.py
# api/tests/unit_tests/core/workflow/nodes/test_if_else.py
# api/tests/unit_tests/core/workflow/nodes/test_variable_assigner.py
|
2024-08-21 16:59:23 +08:00 |
Yeuoly
|
784b11ce19
|
Chore/remove python dependencies selector (#7494)
|
2024-08-21 16:57:14 +08:00 |
Yeuoly
|
a02118d5bc
|
Fix/incorrect code template (#7490)
|
2024-08-21 15:31:13 +08:00 |
Nam Vu
|
85fc0fdb51
|
chore: support CODE_MAX_PRECISION (#7484)
|
2024-08-21 15:11:56 +08:00 |
hisir
|
6435b4eb44
|
Separate CODE_MAX_DEPTH and set it as an environment variable (#7474)
|
2024-08-21 12:48:25 +08:00 |
takatost
|
1da5862a96
|
feat(workflow): fix iteration single debug
|
2024-08-15 03:12:49 +08:00 |
takatost
|
6f6b32e1ee
|
feat(workflow): integrate workflow entry with workflow app
|
2024-08-14 19:22:15 +08:00 |
takatost
|
14d020fffe
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/core/app/apps/advanced_chat/app_generator.py
# api/core/app/apps/advanced_chat/app_runner.py
# api/core/app/apps/advanced_chat/generate_task_pipeline.py
# api/core/app/apps/workflow/app_runner.py
# api/core/app/task_pipeline/workflow_cycle_manage.py
# api/core/workflow/entities/variable_pool.py
# api/core/workflow/nodes/base_node.py
# api/core/workflow/workflow_engine_manager.py
|
2024-08-13 17:05:39 +08:00 |
灰灰
|
96dcf0fe8a
|
fix: code tool fails when null property exists in object (#6988)
|
2024-08-06 16:11:00 +08:00 |
takatost
|
7303b53af1
|
fix bug
|
2024-07-23 16:18:52 +08:00 |
takatost
|
0fe516568a
|
Merge branch 'refs/heads/main' into feat/workflow-parallel-support
# Conflicts:
# api/core/workflow/nodes/code/code_node.py
# api/core/workflow/nodes/end/end_node.py
# api/core/workflow/nodes/knowledge_retrieval/knowledge_retrieval_node.py
# api/core/workflow/nodes/parameter_extractor/parameter_extractor_node.py
# api/core/workflow/nodes/variable_aggregator/variable_aggregator_node.py
|
2024-07-23 16:18:34 +08:00 |
-LAN-
|
cfc408095c
|
fix(api/nodes): Fallback to `get_any` in some nodes that use object or array. (#6566)
|
2024-07-23 15:51:07 +08:00 |
takatost
|
a603e01f5e
|
fix bug
|
2024-07-22 19:57:32 +08:00 |
-LAN-
|
5e6fc58db3
|
Feat/environment variables in workflow (#6515)
Co-authored-by: JzoNg <jzongcode@gmail.com>
|
2024-07-22 15:29:39 +08:00 |
takatost
|
16e2d00157
|
optimize
|
2024-07-17 01:07:23 +08:00 |
takatost
|
4ef3d4e65c
|
optimize
|
2024-07-17 01:02:40 +08:00 |
-LAN-
|
4d105d7bd7
|
feat(*): Swtich to dify_config. (#6025)
|
2024-07-06 12:05:13 +08:00 |
Bowen Liang
|
f976740b57
|
improve: mordernizing validation by migrating pydantic from 1.x to 2.x (#4592)
|
2024-06-14 01:05:37 +08:00 |
Bowen Liang
|
083ef2e6fc
|
improve: exract Code Node provider for each supported scripting language (#4164)
|
2024-05-17 11:58:12 +08:00 |
Yeuoly
|
bbef964eb5
|
improve: code upgrade (#4231)
|
2024-05-13 14:39:14 +08:00 |
Bowen Liang
|
049abd698f
|
improve: test CodeExecutor with code templates and extract CodeLanguage enum (#4098)
|
2024-05-07 12:37:18 +08:00 |
Yeuoly
|
e7b4d024ee
|
optimize: code node has a bad error message (#3949)
|
2024-04-28 17:40:29 +08:00 |
Yeuoly
|
c2acb2be60
|
feat: code (#3557)
|
2024-04-18 08:00:02 +08:00 |
Yeuoly
|
337899a03d
|
Fix/code transform result (#3203)
|
2024-04-09 12:20:34 +08:00 |
takatost
|
7753ba2d37
|
FEAT: NEW WORKFLOW ENGINE (#3160)
Co-authored-by: Joel <iamjoel007@gmail.com>
Co-authored-by: Yeuoly <admin@srmxy.cn>
Co-authored-by: JzoNg <jzongcode@gmail.com>
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
Co-authored-by: jyong <jyong@dify.ai>
Co-authored-by: nite-knite <nkCoding@gmail.com>
Co-authored-by: jyong <718720800@qq.com>
|
2024-04-08 18:51:46 +08:00 |