Auto-sync: 2026-04-17 14:18
This commit is contained in:
24
wiki/concepts/Guest-Confirmation.md
Normal file
24
wiki/concepts/Guest-Confirmation.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "Guest Confirmation"
|
||||
type: concept
|
||||
tags: [workflow, event-management]
|
||||
aliases: [宾客确认, 活动确认]
|
||||
---
|
||||
|
||||
## Definition
|
||||
活动管理中的宾客确认工作流,指在活动(晚宴、婚礼、公司团建等)前逐一联系宾客,确认其出席状态、特殊需求(如饮食禁忌、+1 加人等)的标准化流程。
|
||||
|
||||
## Context
|
||||
传统方式依赖人工逐一致电,效率低且易遗漏。AI Agent 通过自动外呼实现规模化确认。
|
||||
|
||||
## Workflow
|
||||
1. 准备宾客名单(姓名 + 电话)
|
||||
2. 配置事件信息(时间、地点、主题)
|
||||
3. 设置 AI persona(角色名称、对话目标、开场白)
|
||||
4. 逐个外呼并记录结果
|
||||
5. 汇总生成报告
|
||||
|
||||
## Related
|
||||
- [[Event Guest Confirmation]]
|
||||
- [[Voice Agent]]
|
||||
- [[SuperCall]]
|
||||
24
wiki/concepts/Multi-Channel-Personal-Assistant.md
Normal file
24
wiki/concepts/Multi-Channel-Personal-Assistant.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "Multi-Channel Personal Assistant"
|
||||
type: concept
|
||||
tags: [AI助理, 多渠道]
|
||||
last_updated: 2026-04-17
|
||||
---
|
||||
|
||||
## Definition
|
||||
多渠道个人助手是一种 AI Agent 工作模式,通过统一接口整合多个通信渠道(消息、日历、邮件、任务管理等),解决应用切换疲劳问题。
|
||||
|
||||
## Key Characteristics
|
||||
- 统一对话入口(Telegram 等)
|
||||
- 多渠道任务、日程、消息、提醒统一管理
|
||||
- 与外部服务(Asana、Todoist、Google Workspace、Slack 等)深度集成
|
||||
- Context 跨渠道保持
|
||||
|
||||
## Related Concepts
|
||||
- [[Agent Chain]]
|
||||
- [[Multi-Agent Team]]
|
||||
- [[Context Memory]]
|
||||
|
||||
## Connections
|
||||
- [[Asana]] — 项目管理集成
|
||||
- [[Multi-Channel Assistant]] — Source page
|
||||
27
wiki/concepts/Voice-Agent.md
Normal file
27
wiki/concepts/Voice-Agent.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
title: "Voice Agent"
|
||||
type: concept
|
||||
tags: [ai-agent, voice-technology]
|
||||
aliases: [语音代理]
|
||||
---
|
||||
|
||||
## Definition
|
||||
具备语音交互能力的 AI 代理,能够通过语音对话完成任务。在 Event Guest Confirmation 场景中用于自动外呼宾客并收集出席信息。
|
||||
|
||||
## Context
|
||||
Voice Agent 与传统语音识别不同,它不仅能听懂语音,还能理解上下文、进行多轮对话、完成复杂任务。典型应用场景包括:
|
||||
- 活动宾客确认
|
||||
- 预约提醒
|
||||
- 客户回访
|
||||
- 语音客服
|
||||
|
||||
## Key Characteristics
|
||||
- 实时语音处理
|
||||
- 多轮对话能力
|
||||
- 上下文理解
|
||||
- 任务导向对话
|
||||
|
||||
## Related
|
||||
- [[OpenClaw]]
|
||||
- [[SuperCall]]
|
||||
- [[Event Guest Confirmation]]
|
||||
Reference in New Issue
Block a user