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,25 +1,25 @@
---
title: "Telephony Integration"
type: concept
tags: []
sources: []
last_updated: 2026-04-22
---
# Telephony Integration电话能力集成
## Definition
电话能力集成指 AI Agent 框架通过电信 API 实现来电接收和去电呼叫的能力,使 AI Agent 能够通过传统电话网络与用户通信,无需依赖智能手机 App 或互联网连接。
## Implementation Pattern
1. **电信 API**:通过 [[Telnyx]] 等提供商获取电话号码和电话连接
2. **客户端库**:通过 [[ClawdTalk]] 等客户端库与 Agent 框架对接
3. **Agent 框架**[[OpenClaw]] 等支持 phone skill 的多 Agent 框架
4. **语音处理**:实时语音流与 Agent 的对话能力结合
## Use Cases
- **来电接收**:用户主动拨打,接听并与 AI 对话
- **去电外呼**Agent 主动拨打电话(参见 [[event-guest-confirmation]] 中的 [[SuperCall]] 方案)
## Sources
- [[phone-based-personal-assistant]]
---
title: "Telephony Integration"
type: concept
tags: []
sources: []
last_updated: 2026-04-22
---
# Telephony Integration电话能力集成
## Definition
电话能力集成指 AI Agent 框架通过电信 API 实现来电接收和去电呼叫的能力,使 AI Agent 能够通过传统电话网络与用户通信,无需依赖智能手机 App 或互联网连接。
## Implementation Pattern
1. **电信 API**:通过 [[Telnyx]] 等提供商获取电话号码和电话连接
2. **客户端库**:通过 [[ClawdTalk]] 等客户端库与 Agent 框架对接
3. **Agent 框架**[[OpenClaw]] 等支持 phone skill 的多 Agent 框架
4. **语音处理**:实时语音流与 Agent 的对话能力结合
## Use Cases
- **来电接收**:用户主动拨打,接听并与 AI 对话
- **去电外呼**Agent 主动拨打电话(参见 [[event-guest-confirmation]] 中的 [[SuperCall]] 方案)
## Sources
- [[phone-based-personal-assistant]]