Commit Graph

2599 Commits

Author SHA1 Message Date
3798eac490 Merge branch 'feat/plugin-auto-upgrade' into deploy/dev 2025-07-10 14:39:03 +08:00
bcfbeee333 perf: split tasks to multi worker 2025-07-10 14:25:07 +08:00
769b43cc3b update worklow events logs. (#19871)
Signed-off-by: zhanluxianshen <zhanluxianshen@163.com>
2025-07-10 14:25:05 +08:00
535fff62f3 feat: add MCP support (#20716)
Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com>
2025-07-10 14:01:34 +08:00
18b58424ec Fix: Resolve issue with json_output (#22053) 2025-07-10 13:34:06 +08:00
ebae6741bb Merge branch 'feat/mcp' into deploy/dev 2025-07-10 11:02:45 +08:00
286315527f chore: change the mcp tool return 2025-07-10 11:02:13 +08:00
914430aa35 Merge branch 'feat/mcp' into deploy/dev 2025-07-10 10:27:29 +08:00
fe3a41194e fix: the parsing of list type returned by MCP 2025-07-10 10:25:29 +08:00
a371390d6c optimize: batch embedding and qdrant write_consistency_factor parameter (#21776)
Co-authored-by: hobo.l <hobo.l@binance.com>
2025-07-10 10:16:59 +08:00
746ffc8678 Merge branch 'feat/mcp' into deploy/dev 2025-07-09 20:07:49 +08:00
762f85fd46 fix: completion and agent app server can't be invoked 2025-07-09 20:07:18 +08:00
73e209505a merge feat/tool-oauth 2025-07-09 18:31:51 +08:00
4cb50f1809 feat(libs): Introduce extract_tenant_id (#22086)
Signed-off-by: -LAN- <laipz8200@outlook.com>
2025-07-09 17:45:56 +08:00
89b52471fb Optimize the memory usage of Tencent Vector Database (#22079)
Co-authored-by: wlleiiwang <wlleiiwang@tencent.com>
2025-07-09 15:53:06 +08:00
24c5ee1d6d Merge branch 'feat/mcp' into deploy/dev 2025-07-09 14:45:46 +08:00
87e8e0f69a fix: change the mcp tool node error type 2025-07-09 14:07:02 +08:00
f6ddcfdcfd Merge branch 'feat/mcp' into deploy/dev 2025-07-09 09:44:01 +08:00
cca3cff759 Merge branch 'main' into feat/mcp 2025-07-09 09:41:42 +08:00
521488f926 Remove tow unused files (#22022) 2025-07-09 09:28:26 +08:00
816210d744 Expose LLM usage in workflows (#21766)
Co-authored-by: crazywoola <100913391+crazywoola@users.noreply.github.com>
2025-07-08 21:18:00 +08:00
d2208cd34e fix(api): migration dify version in MCP code 2025-07-08 20:36:45 +08:00
a3e1a15ef6 chore: fix ruff lint check errors 2025-07-08 18:56:42 +08:00
2a54cec5a7 feat: add prompt optimization metaprompt 2025-07-08 18:56:42 +08:00
ccc0e58e64 fix(api): migration dify version in MCP code 2025-07-08 18:36:28 +08:00
df1e84ef99 merge 2025-07-08 17:25:40 +08:00
0f0c30e978 Merge branch 'feat/mcp' into deploy/dev 2025-07-08 15:27:34 +08:00
978598f06e refactor: streamable http app server 2025-07-08 15:26:25 +08:00
2ffbf5435d minro fix: fix duplicate local import of ToolProviderType (#22013)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
2025-07-08 09:49:53 +08:00
53c4912cbb feat: add unit tests and validation for aliyun tracing (#22012)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
2025-07-08 09:32:30 +08:00
1760179093 minro fix: fix a typo for aliyun (#22001)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
2025-07-07 22:04:38 +08:00
5b0b64c7e5 fix: document delete image files check file exist (#21991) 2025-07-07 21:53:40 +08:00
731ad0d349 Merge branch 'feat/mcp' into deploy/dev 2025-07-07 15:14:13 +08:00
1a67cb77cc fix: parameter key error 2025-07-07 15:13:43 +08:00
8f723697ef refactor(graph_engine): Take GraphRuntimeState out of GraphEngine (#21882) 2025-07-07 13:15:18 +08:00
b9f56852dc fix: resolve JSON.parse precision issue causing 'list index out of ra… (#21253) 2025-07-07 10:05:54 +08:00
108cc3486f fix(agent): show agent run steps, fixes #21718 (#21945)
Co-authored-by: crazywoola <427733928@qq.com>
2025-07-07 09:59:47 +08:00
ac69b8b191 refactor: extract common url validator for config_entity.py (#21934)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
2025-07-07 09:34:13 +08:00
2d5b1a2b3d Merge branch 'feat/mcp' into deploy/dev 2025-07-06 15:49:51 +08:00
17c3033710 chore: change the oauth model 2025-07-06 15:48:36 +08:00
a201e9faee feat: Add Aliyun LLM Observability Integration (#21471) 2025-07-04 21:54:33 +08:00
1d0ef4c4d8 refactor(tool_manager): clean up unused imports 2025-07-04 18:39:46 +08:00
5298e06763 Merge branch 'feat/tool-plugin-oauth' into deploy/dev
# Conflicts:
#	api/core/plugin/backwards_invocation/encrypt.py
#	api/core/tools/tool_manager.py
#	api/core/tools/utils/encryption.py
#	api/services/plugin/plugin_parameter_service.py
#	api/services/tools/api_tools_manage_service.py
#	api/services/tools/builtin_tools_manage_service.py
#	api/services/tools/tools_transform_service.py
2025-07-04 17:37:26 +08:00
0dc5bfb2c7 feat(oauth): refactor tool encryption utils 2025-07-04 17:28:22 +08:00
eaefa1b7e6 feat(oauth): refactor encryption 2025-07-04 17:28:13 +08:00
9f053f3bbc feat(oauth): rename ToolProviderCredentialType to CredentialType for consistency 2025-07-04 17:28:09 +08:00
26b46b88c9 feat(oauth): add multi credentials support 2025-07-04 17:28:06 +08:00
2639f950cc minor fix: removes the duplicated handling logic for TracingProviderEnum.ARIZE and TracingProviderEnum.PHOENIX from the OpsTraceProviderConfigMap (#21927)
Signed-off-by: neatguycoding <15627489+NeatGuyCoding@users.noreply.github.com>
2025-07-04 16:46:48 +08:00
478c156f7d feat(oauth&mcp): refactor credential encrypter 2025-07-04 15:28:41 +08:00
c160a0e5e3 Merge branch 'feat/tool-plugin-oauth' into deploy/dev
# Conflicts:
#	api/controllers/console/workspace/tool_providers.py
#	api/core/tools/entities/api_entities.py
#	api/core/tools/tool_manager.py
#	api/core/tools/utils/configuration.py
#	api/services/tools/tools_transform_service.py
2025-07-04 14:42:43 +08:00