Commit Graph

5276 Commits

Author SHA1 Message Date
Yi b752c0654e Merge branch 'feat/plugins' of https://github.com/langgenius/dify into feat/plugins 2024-12-26 10:59:33 +08:00
AkaraChen e07d7ee4fc chore: remove console 2024-12-26 10:55:30 +08:00
Yi c476f06388 Merge branch 'feat/plugins' of https://github.com/langgenius/dify into feat/plugins 2024-12-26 10:53:02 +08:00
AkaraChen 5f13402c6e Merge branch 'feat/plugins' of https://github.com/langgenius/dify into feat/plugins 2024-12-26 10:17:21 +08:00
AkaraChen 8dcd82290c feat: select strategy 2024-12-26 10:16:52 +08:00
zxhlyh 86eb618b84 refact workflow run log 2024-12-26 10:16:12 +08:00
Joel e1ea82475d feat: format agent 2024-12-25 18:37:05 +08:00
zxhlyh 08515957f1 refact workflow run log 2024-12-25 16:57:22 +08:00
Joel 8503099d65 feat: integration 2024-12-25 16:46:32 +08:00
Yi c04a89d5b1 Merge branch 'feat/plugins' of https://github.com/langgenius/dify into feat/plugins 2024-12-25 16:39:22 +08:00
Joel 8d225264fa feat: retry 2024-12-25 16:25:19 +08:00
zxhlyh 26901b2c87 refact workflow run log 2024-12-25 16:15:20 +08:00
JzoNg b56acb825f fix org info in tool detail panel 2024-12-25 15:34:07 +08:00
Yi f1e17ad134 Merge branch 'feat/plugins' of https://github.com/langgenius/dify into feat/plugins 2024-12-25 15:24:59 +08:00
AkaraChen b8e4580074 Merge branch 'feat/plugins' of https://github.com/langgenius/dify into feat/plugins 2024-12-25 15:23:50 +08:00
JzoNg 935c126abd strategy detail panel 2024-12-25 15:15:55 +08:00
JzoNg b4105fcc9c strategy list 2024-12-25 15:15:55 +08:00
AkaraChen 5f65fb1b62 chore: add model select mock 2024-12-25 15:12:33 +08:00
Yi 986d6eed36 Merge branch 'feat/plugins' of https://github.com/langgenius/dify into feat/plugins 2024-12-25 15:10:05 +08:00
AkaraChen e0f83d06d8 chore: add model select mock 2024-12-25 15:06:58 +08:00
Yi f42cfe8075 Merge branch 'feat/plugins' of https://github.com/langgenius/dify into feat/plugins 2024-12-25 14:54:22 +08:00
AkaraChen a7b2f9aef0 chore: add i18n 2024-12-25 14:52:11 +08:00
AkaraChen c867584049 Merge branch 'feat/plugins' of https://github.com/langgenius/dify into feat/plugins 2024-12-25 14:24:02 +08:00
AkaraChen ac2c8344f2 chore: add i18n 2024-12-25 14:23:57 +08:00
Joel 8c662e04e0 feat: add iteration error 2024-12-25 14:20:39 +08:00
AkaraChen e1d0c29711 chore: add icon for agent 2024-12-25 14:13:20 +08:00
Yi 50c77ad405 Merge branch 'feat/plugins' of https://github.com/langgenius/dify into feat/plugins 2024-12-25 14:12:54 +08:00
Joel 880496db0b chore: add more tests 2024-12-25 14:12:53 +08:00
AkaraChen 057da6c31b chore: gen agent icon 2024-12-25 14:07:05 +08:00
AkaraChen c0a8b89e93 Merge branch 'feat/plugins' of https://github.com/langgenius/dify into feat/plugins 2024-12-25 14:06:08 +08:00
AkaraChen a8a956b5f1 chore: add i18n 2024-12-25 14:05:49 +08:00
Joel ff02e1cb8f chore: enchance test output struct 2024-12-25 14:04:46 +08:00
Yi d78719a6f8 Merge branch 'feat/plugins' of https://github.com/langgenius/dify into feat/plugins 2024-12-25 13:41:06 +08:00
JzoNg da6d65b072 fix style of account setting 2024-12-25 12:35:27 +08:00
JzoNg 8d1a8eac51 add use-strategy 2024-12-25 11:55:59 +08:00
Joel e34fe3d10a feat: support iteration handle 2024-12-25 11:47:31 +08:00
Yi 8d79b24883 Merge branch 'feat/plugins' of https://github.com/langgenius/dify into feat/plugins 2024-12-25 11:43:00 +08:00
AkaraChen 03520a5a81 feat: strategy form init 2024-12-25 11:24:24 +08:00
Yi d43b2c62f5 Merge branch 'main' into feat/plugins 2024-12-24 17:44:12 +08:00
Yi Xiao c91e8b1737
fix: modal bg color (#12042) 2024-12-24 16:26:47 +08:00
JzoNg 07d7965e3b support custom output schema in tool node 2024-12-24 16:26:09 +08:00
Joel e4d72f3442 chore: hide log 2024-12-24 16:10:37 +08:00
Joel c93c264c5a feat: format to tracing 2024-12-24 16:08:48 +08:00
AkaraChen 77017522b8 chore: init tool select component 2024-12-24 16:01:14 +08:00
-LAN- 094343739b
fix/array file cannot use in iteration node (#12035)
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-24 15:56:59 +08:00
AkaraChen aa309964e5 chore: init tool select component 2024-12-24 15:55:45 +08:00
zxhlyh 754baf8d02 refact workflow run 2024-12-24 15:38:54 +08:00
zxhlyh b98dd22491 refact workflow run 2024-12-24 15:31:46 +08:00
-LAN- 82134a1d50
fix: Replace generic exceptions with specific error classes in task p… (#12036)
Signed-off-by: -LAN- <laipz8200@outlook.com>
2024-12-24 15:24:19 +08:00
yihong 6a0ff3686c
fix: fix typo (#12034)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-12-24 15:23:27 +08:00