Skip to content

Commit ba4389f

Browse files
committed
feat: 适配 ag-ui 协议
1 parent 8ba65a3 commit ba4389f

File tree

15 files changed

+819
-326
lines changed

15 files changed

+819
-326
lines changed

apps/miniprogram-agent-ui/miniprogram/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ App({
1010
// env 参数决定接下来小程序发起的云开发调用(wx.cloud.xxx)会默认请求到哪个云环境的资源
1111
// 此处请填入环境 ID, 环境 ID 可打开云控制台查看
1212
// 如不填则使用默认环境(第一个创建的环境)
13-
env: "luke-personal-test-new-8d0d90f5f",
13+
env: "luke-agent-dev-7g1nc8tqc2ab76af",
1414
traceUser: true,
1515
});
1616
}

apps/miniprogram-agent-ui/miniprogram/app.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"pages": ["pages/index/index", "pages/chatBot/chatBot", "pages/foodBuy/foodBuy"],
2+
"pages": [
3+
"pages/index/index",
4+
"pages/chatBot/chatBot",
5+
"pages/foodBuy/foodBuy"
6+
],
37
"usingComponents": {
48
"custom-map": "/components/toolCard/map/index",
59
"custom-weather": "/components/toolCard/weather/index",
@@ -23,4 +27,4 @@
2327
"uploadFile": 60000,
2428
"downloadFile": 60000
2529
}
26-
}
30+
}

0 commit comments

Comments
 (0)