Yeuoly
|
f748d6c7c4
|
fix: mypy issues
|
2025-01-09 16:53:30 +08:00 |
|
Yeuoly
|
fb309462ad
|
Merge branch 'main' into fix/chore-fix
|
2025-01-08 20:36:22 +08:00 |
|
Yingchun Lai
|
c135967e59
|
refactor: simplify some exception catch code (#12246)
|
2025-01-02 14:25:12 +08:00 |
|
Yeuoly
|
4199998c7e
|
Merge branch 'main' into fix/chore-fix
|
2024-12-24 21:28:56 +08:00 |
|
yihong
|
56e15d09a9
|
feat: mypy for all type check (#10921)
|
2024-12-24 18:38:51 +08:00 |
|
Yeuoly
|
75fe785d88
|
Merge branch 'main' into fix/chore-fix
|
2024-12-16 14:08:18 +08:00 |
|
-LAN-
|
fd354d999d
|
fix(app_generator_service): overload type hints (#11507)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-10 09:06:34 +08:00 |
|
Yeuoly
|
86291c13e4
|
Merge branch 'main' into fix/chore-fix
|
2024-12-04 15:34:39 +08:00 |
|
Yeuoly
|
7679a57f18
|
fix: agent type errors
|
2024-12-03 19:44:57 +08:00 |
|
Yeuoly
|
dcf19549cb
|
feat: move audio and webscraper back to dify
|
2024-12-03 19:27:57 +08:00 |
|
Yeuoly
|
ad899844a1
|
fix: workflow loads tool provider icon
|
2024-12-02 21:08:36 +08:00 |
|
-LAN-
|
c34bdb74e6
|
Fix/type-error (#11240)
Signed-off-by: -LAN- <laipz8200@outlook.com>
|
2024-12-02 10:24:21 +08:00 |
|
Yeuoly
|
e4b8220bc2
|
Merge branch 'main' into fix/chore-fix
|
2024-11-26 18:02:41 +08:00 |
|
-LAN-
|
8d5a1be227
|
fix: Cannot use files in the user inputs. (#11112)
|
2024-11-26 13:43:38 +08:00 |
|
Yeuoly
|
5ff9cee326
|
Merge branch 'main' into fix/chore-fix
|
2024-11-25 15:37:19 +08:00 |
|
-LAN-
|
3eb51d85da
|
fix(workflow_entry): Support receive File and FileList in single step run. (#10947)
Signed-off-by: -LAN- <laipz8200@outlook.com>
Co-authored-by: JzoNg <jzongcode@gmail.com>
|
2024-11-25 12:46:50 +08:00 |
|
Yeuoly
|
5cdbfe2f41
|
Merge branch 'main' into fix/chore-fix
|
2024-11-11 14:00:53 +08:00 |
|
-LAN-
|
25ca0278dd
|
refactor(core): Remove extra_config from File. (#10203)
|
2024-11-08 18:13:24 +08:00 |
|
Yeuoly
|
7a2b2a04c9
|
Merge branch 'main' into fix/chore-fix
|
2024-11-08 13:47:24 +08:00 |
|
Bowen Liang
|
0ebe198ff1
|
chore: use DEBUG in dify_config instead of parsing raw system environment variable in place (#10437)
|
2024-11-08 09:34:11 +08:00 |
|
Yeuoly
|
bedbd658fe
|
Merge main into fix/chore-fix
|
2024-10-21 20:01:49 +08:00 |
|
-LAN-
|
e61752bd3a
|
feat/enhance the multi-modal support (#8818)
|
2024-10-21 10:43:49 +08:00 |
|
Yeuoly
|
fa7215cfea
|
Merge branch 'main' into fix/chore-fix
|
2024-10-17 13:46:43 +08:00 |
|
Hash Brown
|
fa47f0c707
|
chore: disable chat service API passing parent_message_id (#8984)
|
2024-10-14 19:13:16 +08:00 |
|
takatost
|
47c8824be6
|
feat: move model request to plugin daemon
|
2024-09-29 00:15:17 +08:00 |
|
Yeuoly
|
cda9f6ec6b
|
Merge main into fix/chore-fix
|
2024-09-24 16:38:38 +08:00 |
|
Hash Brown
|
8c51d06222
|
feat: regenerate in Chat , agent and Chatflow app (#7661)
|
2024-09-22 03:15:11 +08:00 |
|
Yeuoly
|
91cb80f795
|
refactor: tool
|
2024-09-20 23:48:48 +08:00 |
|
Yeuoly
|
00d1c45518
|
Merge main
|
2024-09-14 02:47:01 +08:00 |
|
Bowen Liang
|
292220c596
|
chore: apply pep8-naming rules for naming convention (#8261)
|
2024-09-11 16:40:52 +08:00 |
|
Bowen Liang
|
2cf1187b32
|
chore(api/core): apply ruff reformatting (#7624)
|
2024-09-10 17:00:20 +08:00 |
|
Yeuoly
|
ec711d094d
|
refactor: enforce return object in app generator
|
2024-08-29 19:49:57 +08:00 |
|
Yeuoly
|
a073de44e9
|
Merge branch 'main' into feat/plugin
|
2024-08-29 17:08:44 +08:00 |
|
Yeuoly
|
962cdbbebd
|
chore: add app generator overload (#7792)
|
2024-08-29 16:04:01 +08:00 |
|
Yeuoly
|
f47712beae
|
feat: add type annatation
|
2024-08-29 14:18:00 +08:00 |
|
Joe
|
26e46d365c
|
fix: workflow trace user_id error (#6932)
|
2024-08-04 03:28:50 +08:00 |
|
Bowen Liang
|
dcb72e0067
|
chore: apply flake8-comprehensions Ruff rules to improve collection comprehensions (#5652)
Co-authored-by: -LAN- <laipz8200@outlook.com>
|
2024-06-27 11:21:31 +08:00 |
|
Joe
|
4e2de638af
|
feat: add ops trace (#5483)
Co-authored-by: takatost <takatost@gmail.com>
|
2024-06-26 17:33:29 +08:00 |
|
takatost
|
4a031de0d9
|
feat: make Citations and Attributions display enable default (#5508)
Co-authored-by: StyleZhang <jasonapring2015@outlook.com>
|
2024-06-24 13:03:49 +08:00 |
|
takatost
|
415022aa14
|
fix: pydantic2 error (#5172)
|
2024-06-14 03:05:04 +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 |
|
Yeuoly
|
e852a21634
|
Feat/workflow phase2 (#4687)
|
2024-05-27 22:01:11 +08:00 |
|
Bowen Liang
|
04ad46dd31
|
chore: skip unnecessary key checks prior to accessing a dictionary (#4497)
|
2024-05-19 18:30:45 +08:00 |
|
takatost
|
5b447d61a6
|
feat: refactor tongyi models (#3496)
|
2024-04-15 22:28:32 +08:00 |
|
Yeuoly
|
cea107b165
|
Refactor/react agent (#3355)
|
2024-04-11 18:34:17 +08:00 |
|
Yeuoly
|
14bb0b02ac
|
Feat/Agent-Image-Processing (#3293)
Co-authored-by: Joel <iamjoel007@gmail.com>
|
2024-04-10 14:48:40 +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 |
|