@ibiz-template-plugin/ai-chat 0.0.21 → 0.0.23
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/LICENSE +1 -1
- package/README.md +2 -2
- package/package.json +4 -3
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
一款深度集成于iBiz设计平台的AI智能辅助插件,提供基于自然语言交互的智能问答服务,支持实时消息列表管理、会话历史持久化存储、多模态文件附件及结构化业务数据上传能力。系统核心扩展了与iBiz平台深度绑定的领域特定语言(DSL)构建引擎,可基于用户需求动态生成平台配置脚本,同时集成智能模型解析技术,自动生成可视化架构看板,有效降低用户学习曲线,助力开发者快速掌握iBiz平台的领域驱动设计体系。
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## 📂 项目结构
|
|
6
6
|
|
|
7
7
|
```javascript
|
|
8
8
|
├─ src
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
│ └─ utils 工具包
|
|
46
46
|
```
|
|
47
47
|
|
|
48
|
-
## 开发
|
|
48
|
+
## 📦 开发
|
|
49
49
|
|
|
50
50
|
1. 安装依赖
|
|
51
51
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template-plugin/ai-chat",
|
|
3
|
-
"version": "0.0.
|
|
4
|
-
"description": "iBiz AI
|
|
3
|
+
"version": "0.0.23",
|
|
4
|
+
"description": "iBiz AI交互框插件",
|
|
5
5
|
"main": "dist/index.es.js",
|
|
6
6
|
"module": "dist/index.es.js",
|
|
7
7
|
"types": "dist/types/index.d.ts",
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"dist/index.min.css"
|
|
11
11
|
],
|
|
12
12
|
"files": [
|
|
13
|
-
"dist"
|
|
13
|
+
"dist",
|
|
14
|
+
"README.md"
|
|
14
15
|
],
|
|
15
16
|
"author": "iBiz",
|
|
16
17
|
"license": "MIT",
|