Update nexus: fix conflicts and sync local changes

This commit is contained in:
Shen Wei
2026-04-26 12:06:50 +08:00
parent 191797c01b
commit f09834b5a5
2443 changed files with 254323 additions and 255154 deletions

View File

@@ -1,40 +1,40 @@
---
title: "Unified Inbox"
type: concept
tags: []
sources: []
---
# Unified Inbox
## Definition
将多个通信渠道的客户消息整合至单一平台进行统一管理和回复的架构模式。
## Core Properties
- **多渠道汇聚**WhatsApp / Instagram DMs / Email / Google Reviews 等不同渠道的消息统一进入同一个收件箱
- **去重与合并**:同一客户跨渠道的消息能够关联识别
- **统一状态管理**:所有消息共享同一个处理状态(待处理 / 处理中 / 已解决 / 已升级)
- **AI 增强层**:在收件箱之上叠加 AI 自动分类、回复建议和意图识别
## Architecture
```
[WhatsApp] ─┐
[Instagram] ─┼──→ [Unified Inbox] ──→ [AI Auto-Response]
[Gmail] ─┤ │
[Reviews] ─┘ ├──→ [Human Handoff] ──→ [Agent Queue]
└──→ [Knowledge Base Lookup]
```
## Related Concepts
- [[Intent-Classification]]:在统一收件箱内对每条消息进行意图识别
- [[Human-Handoff]]AI 无法处理时转交人工
- [[Multi-Channel-Integration]]:统一收件箱的底层多渠道接入能力
## Sources
- [[multi-channel-customer-service]]
---
title: "Unified Inbox"
type: concept
tags: []
sources: []
---
# Unified Inbox
## Definition
将多个通信渠道的客户消息整合至单一平台进行统一管理和回复的架构模式。
## Core Properties
- **多渠道汇聚**WhatsApp / Instagram DMs / Email / Google Reviews 等不同渠道的消息统一进入同一个收件箱
- **去重与合并**:同一客户跨渠道的消息能够关联识别
- **统一状态管理**:所有消息共享同一个处理状态(待处理 / 处理中 / 已解决 / 已升级)
- **AI 增强层**:在收件箱之上叠加 AI 自动分类、回复建议和意图识别
## Architecture
```
[WhatsApp] ─┐
[Instagram] ─┼──→ [Unified Inbox] ──→ [AI Auto-Response]
[Gmail] ─┤ │
[Reviews] ─┘ ├──→ [Human Handoff] ──→ [Agent Queue]
└──→ [Knowledge Base Lookup]
```
## Related Concepts
- [[Intent-Classification]]:在统一收件箱内对每条消息进行意图识别
- [[Human-Handoff]]AI 无法处理时转交人工
- [[Multi-Channel-Integration]]:统一收件箱的底层多渠道接入能力
## Sources
- [[multi-channel-customer-service]]