feat(aia): Complete AIA V2.0 with universal streaming capabilities

Major Changes:
- Add StreamingService with OpenAI Compatible format
- Upgrade Chat component V2 with Ant Design X integration
- Implement AIA module with 12 intelligent agents
- Update API routes to unified /api/v1 prefix
- Update system documentation

Backend (~1300 lines):
- common/streaming: OpenAI Compatible adapter
- modules/aia: 12 agents, conversation service, streaming integration
- Update route versions (RVW, PKB to v1)

Frontend (~3500 lines):
- modules/aia: AgentHub + ChatWorkspace (100% prototype restoration)
- shared/Chat: AIStreamChat, ThinkingBlock, useAIStream Hook
- Update API endpoints to v1

Documentation:
- AIA module status guide
- Universal capabilities catalog
- System overview updates
- All module documentation sync

Tested: Stream response verified, authentication working
Status: AIA V2.0 core completed (85%)
This commit is contained in:
2026-01-14 19:15:01 +08:00
parent 3d35e9c58b
commit 1b53ab9d52
386 changed files with 52096 additions and 65238 deletions

View File

@@ -1,17 +1,17 @@
# 瀛樺偍鏈嶅姟
> **模块定位:** 平台基础层
> **妯″潡瀹氫綅锛?* 骞冲彴鍩虹<E98DA9>灞?
> **浼樺厛绾э細** P1
> **状态:** ⏳ 待设计
> **鐘舵€侊細** 鈴?寰呰<E5AFB0>璁?
---
## 馃搵 妯″潡姒傝堪
存储服务负责统一管理平台的文件存储,支持:
- 文件上传、下载、删除
- 对象存储OSS/S3
- 本地文件系统(单机版)
瀛樺偍鏈嶅姟璐熻矗缁熶竴绠悊骞冲彴鐨勬枃浠跺瓨鍌<EFBFBD>紝鏀<EFBFBD>寔锛?
- 鏂囦欢涓婁紶銆佷笅杞姐€佸垹闄?
- 瀵硅薄瀛樺偍锛圤SS/S3锛?
- <EFBFBD>湴鏂囦欢绯荤粺锛堝崟鏈虹増锛?
- 鏂囦欢鏉冮檺鎺у埗
---
@@ -28,7 +28,7 @@
- 鍗曟満鐗堬細鏈<E7B4B0>湴鏂囦欢绯荤粺
### 3. 鏂囦欢璁块棶鎺у埗
- 临时访问URL签名URL
- 涓存椂璁块棶URL锛堢<EFBFBD>鍚峌RL锛?
- 鏉冮檺楠岃瘉
---
@@ -37,11 +37,11 @@
```
02-瀛樺偍鏈嶅姟/
├── 00-需求分析/
│ └── README.md
鈹溾攢鈹€ 00-闇€姹傚垎鏋?
鈹? 鈹斺攢鈹€ README.md
鈹溾攢鈹€ 01-璁捐<E79281>鏂囨。/
│ └── README.md
└── README.md # ✅ 当前文档
鈹? 鈹斺攢鈹€ README.md
鈹斺攢鈹€ README.md # 鉁?褰撳墠鏂囨。
```
---