Files
nexus/wiki/sources/phone-based-personal-assistant.md
2026-04-22 19:20:32 +08:00

46 lines
2.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Phone-Based Personal Assistant"
type: source
tags: []
date: 2026-04-22
---
## Source File
- [[Agent/usecases/phone-based-personal-assistant.md]]
## Summary用中文描述
- 核心主题:基于电话的 AI 个人助理——通过拨打电话与 AI Agent 语音对话
- 问题域:用户需要从任何手机(无需智能机 App 或浏览器)访问 AI Agent在驾驶、步行或双手忙碌时获取免提语音辅助
- 方法/机制ClawdTalk + OpenClaw 实现来电/去电能力,通过 Telnyx 提供电话连接服务支持日历查询、Jira 更新、网络搜索等技能
- 结论/价值:把任意手机变成 AI 助理网关,覆盖无屏幕/双手占用场景
## Key Claims用中文描述
- ClawdTalk 使 OpenClaw 能够接收和拨打电话,将任何手机变成 AI 助理入口
- 通过 Telnyx API 提供可靠的电信连接
- 用户可通过电话查询日历、获取 Jira 任务更新、进行网络搜索
## Key Quotes
> "Call a phone number to speak with your AI agent via voice" — 核心使用场景
## Key Concepts
- [[Voice Interface]]:通过电话语音与 AI Agent 交互的接口层
- [[Telephony Integration]]:电话连接与来电/去电能力集成
## Key Entities
- [[ClawdTalk]]Telnyx 出品的电话集成客户端,使 OpenClaw 支持语音通话
- [[OpenClaw]]:多 Agent 框架,通过 ClawdTalk 实现电话能力
- [[Telnyx]]:电信 API 提供商,提供可靠的电话连接服务
## Connections
- [[multi-channel-assistant]] ← related_to ← [[phone-based-personal-assistant]]
- [[event-guest-confirmation]] ← related_to ← [[phone-based-personal-assistant]]
- [[ClawdTalk]] ← enables ← [[OpenClaw]]
- [[Telnyx]] ← powers ← [[ClawdTalk]]
## Contradictions
- 与 [[event-guest-confirmation]] 冲突(已在 overview.md Conflict Area #10 记录):
- 冲突点AI 电话外呼的应用场景定位
- [[phone-based-personal-assistant]]侧重通用个人助手场景需要访问更多上下文Calendar/Jira/Web Search
- [[event-guest-confirmation]]SuperCall强调独立沙盒设计适用于确认类单一任务安全、无注入风险
- 当前观点:通用语音 Agent 适用于跨系统协调的复杂助手场景Sandboxed Persona 适用于确认类单一任务