File tree Expand file tree Collapse file tree 8 files changed +14
-9
lines changed Expand file tree Collapse file tree 8 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ AppBuilder-SDK不仅提供了百度智能云提供的基础能力组件,同时
75
75
76
76
## 如何安装AppBuilder-SDK
77
77
78
- #### 百度智能云千帆AppBuilder-SDK 最新版本 1.0.5 (2025-04-05 )
78
+ #### 百度智能云千帆AppBuilder-SDK 最新版本 1.1.0 (2025-06-20 )
79
79
80
80
百度智能云千帆AppBuilder-SDK 更新记录&最新特性请查阅我们的[ 版本说明] ( /docs/DevelopGuide/ChangeLog/changelog.md )
81
81
Original file line number Diff line number Diff line change 93
93
* 新增百度AI搜索的MCP Server
94
94
* AppBuilderClient调用支持显示DeepSeek-R1思考过程
95
95
* ** 2025.04.05 v1.0.5版本发布** [ ReleaseNote] ( https://github.com/baidubce/app-builder/releases/tag/1.0.5 )
96
- * ** 2025.04.05 v1.0.6版本发布** [ ReleaseNote] ( https://github.com/baidubce/app-builder/releases/tag/1.0.6 )
96
+ * ** 2025.04.24 v1.0.6版本发布** [ ReleaseNote] ( https://github.com/baidubce/app-builder/releases/tag/1.0.6 )
97
97
* 组件MCP SSE Server支持多副本
98
98
* 新增 AppBuilder RAG MCP服务
99
99
* 新增 AppBuilder Agent MCP服务
100
- * MCP Server支持添加OpenAPI tools
100
+ * MCP Server支持添加OpenAPI tools
101
+ * ** 2025.06.20 v1.1.0版本发布** [ ReleaseNote] ( https://github.com/baidubce/app-builder/releases/tag/1.1.0 )
102
+ * Python/Java 支持AI搜索V2,支持百度搜索
103
+ * Python模型列表SDK切换v2接口,新增
104
+ * Python/Go/Java 增加应用详情SDK,支持自主规划Agent、工作流Agent
105
+ * Java SDK 流式响应支持手动中断
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Baidu AI Cloud Qianfan AppBuilder-SDK offers the following essential features fo
47
47
48
48
## How to install?
49
49
50
- #### The latest version of Baidu AI Cloud Qianfan AppBuilder SDK is 1.0.6. (2025-04-24 )
50
+ #### The latest version of Baidu AI Cloud Qianfan AppBuilder SDK is 1.1.0. (2025-06-20 )
51
51
52
52
Baidu AI Cloud Qianfan AppBuilder SDK ReleaseNote please refer to our [ version description] ( /docs/DevelopGuide/ChangeLog/changelog.md )
53
53
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Baidu AI Cloud Qianfan AppBuilder-SDKは、AIアプリケーション開発者
44
44
45
45
## どのようにインストールしますか?
46
46
47
- #### Baidu AI Cloud Qianfan AppBuilder SDKの最新バージョンは1.0.6 (2025-04-24 )です
47
+ #### Baidu AI Cloud Qianfan AppBuilder SDKの最新バージョンは1.1.0 (2025-06-20 )です
48
48
49
49
Baidu AI Cloud Qianfan AppBuilder SDKのリリースノートについては、[ バージョン説明] ( DevelopGuide/ChangeLog/changelog.md ) をご覧ください。
50
50
Original file line number Diff line number Diff line change 14
14
project = 'Appbuilder-SDK'
15
15
copyright = '2024, baidubce'
16
16
author = 'baidubce'
17
- release = '1.0.6 '
17
+ release = '1.1.0 '
18
18
19
19
# -- General configuration ---------------------------------------------------
20
20
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.baidubce</groupId >
8
8
<artifactId >appbuilder</artifactId >
9
- <version >1.0.4 </version >
9
+ <version >1.1.0 </version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >app-builder</name >
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
16
- __version__ = '1.0.6 '
16
+ __version__ = '1.1.0 '
17
17
18
18
import os
19
19
import sys
Original file line number Diff line number Diff line change 55
55
setup (
56
56
name = "appbuilder-sdk" ,
57
57
# NOTE(chengmo): 修改此版本号时,请注意同时修改 __init__.py 中的 __version__
58
- version = "1.0.6 " ,
58
+ version = "1.1.0 " ,
59
59
author = "dongdaxiang" ,
60
60
61
61
packages = packages ,
You can’t perform that action at this time.
0 commit comments