@ray-js/t-agent-ui-ray 0.2.5-beta-2 → 0.2.5-beta-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README-zh_CN.md CHANGED
@@ -1,4 +1,4 @@
1
- # AI 智能体 SDK
1
+ # AI 助手 SDK
2
2
 
3
3
  ## 版本说明
4
4
 
@@ -124,7 +124,7 @@ export default function ChatPage() {
124
124
 
125
125
  # t-agent
126
126
 
127
- t-agent 包是使用 TypeScript 编写的对话智能体 SDK,用于构建对话智能体,支持插件机制,可以扩展对话智能体的功能。
127
+ t-agent 包是使用 TypeScript 编写的对话助手 SDK,用于构建对话智能体,支持插件机制,可以扩展对话智能体的功能。
128
128
  该包是纯 SDK 包,不包含任何 UI 组件,可以和任何 UI 框架搭配使用。
129
129
 
130
130
  ## 基本概念
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # AI Intelligent Agent SDK
1
+ # AI Agent SDK
2
2
 
3
3
  ## Version Notes
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/t-agent-ui-ray",
3
- "version": "0.2.5-beta-2",
3
+ "version": "0.2.5-beta-4",
4
4
  "author": "Tuya.inc",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -40,5 +40,5 @@
40
40
  "@types/echarts": "^4.9.22",
41
41
  "@types/markdown-it": "^14.1.1"
42
42
  },
43
- "gitHead": "cde788174a2b63520507f0606c1e9d41679b46d1"
43
+ "gitHead": "6d86d0eaf360e15d4f8e996e5c388c1f020d8a74"
44
44
  }