46 lines
1.8 KiB
Markdown
46 lines
1.8 KiB
Markdown
---
|
||
title: "Phone Call Notifications"
|
||
type: source
|
||
tags: [agent, notification, voice, openclaw]
|
||
date: 2026-04-17
|
||
---
|
||
|
||
## Source File
|
||
- [[raw/Agent/usecases/phone-call-notifications.md]]
|
||
|
||
## Summary
|
||
- 核心主题:AI Agent 电话通知渠道,通过主动呼叫实现重要事项实时提醒
|
||
- 问题域:传统推送通知易被忽视,Chat 消息容易淹没,紧急事项无法触达用户
|
||
- 方法/机制:Agent 通过 clawr.ing 服务主动呼叫用户电话,实现双向语音交互
|
||
- 结论/价值:电话是唯一无法_swipe_away的通知渠道,适合真正重要的事项
|
||
|
||
## Key Claims
|
||
- Agent 主动呼叫用户,而非用户呼叫 Agent
|
||
- 支持双向对话,用户可以实时追问详情
|
||
- clawr.ing 覆盖 100+ 国家,支持真实 PSTN 电话(非 VoIP)
|
||
- 电话通知需设置高阈值,避免过度使用导致麻木
|
||
|
||
## Key Quotes
|
||
> "For the stuff that actually matters, you need something you can't swipe away." — 核心价值主张
|
||
|
||
> "The agent calls YOU. You don't call the agent." — 交互模式定义
|
||
|
||
## Key Concepts
|
||
- [[Voice Agent]]:具备语音交互能力的 AI 代理
|
||
- [[Cron Jobs]]:定时任务调度机制
|
||
- [[Heartbeat]]:周期性检查机制,用于监控任务
|
||
|
||
## Key Entities
|
||
- [[clawr.ing]]:托管电话呼叫服务,AI Agent 通过 API 实现电话通知
|
||
- [[OpenClaw]]:开源 AI Agent 管理框架,支持多种触发器和输出渠道
|
||
|
||
## Connections
|
||
- [[OpenClaw]] ← uses ← [[Voice Agent]]
|
||
- [[OpenClaw]] ← triggers ← [[Cron Jobs]]
|
||
- [[OpenClaw]] ← triggers ← [[Heartbeat]]
|
||
- [[Voice Agent]] ← delivered_by ← [[clawr.ing]]
|
||
|
||
## Contradictions
|
||
- 与 [[Phone-Based Personal Assistant]] 存在场景重叠,但侧重点不同:
|
||
- Phone-Based Personal Assistant:用户主动呼叫 AI 获取服务
|
||
- Phone Call Notifications:AI 主动呼叫用户推送通知 |