diff --git a/wiki/concepts/Guest-Confirmation.md b/wiki/concepts/Guest-Confirmation.md new file mode 100644 index 00000000..4ab616a6 --- /dev/null +++ b/wiki/concepts/Guest-Confirmation.md @@ -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]] \ No newline at end of file diff --git a/wiki/concepts/Multi-Channel-Personal-Assistant.md b/wiki/concepts/Multi-Channel-Personal-Assistant.md new file mode 100644 index 00000000..ad1dc0b5 --- /dev/null +++ b/wiki/concepts/Multi-Channel-Personal-Assistant.md @@ -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 diff --git a/wiki/concepts/Voice-Agent.md b/wiki/concepts/Voice-Agent.md new file mode 100644 index 00000000..a304ff89 --- /dev/null +++ b/wiki/concepts/Voice-Agent.md @@ -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]] \ No newline at end of file diff --git a/wiki/entities/Asana.md b/wiki/entities/Asana.md new file mode 100644 index 00000000..0d717239 --- /dev/null +++ b/wiki/entities/Asana.md @@ -0,0 +1,20 @@ +--- +title: "Asana" +type: entity +tags: [项目管理, 效率工具] +last_updated: 2026-04-17 +--- + +## Aliases +- Asana + +## Description +Asana 是一款团队项目管理和协作工具,支持任务分配、进度追踪和项目可视化。 + +## Key Properties +- 开发者:Asana +- 类型:项目管理应用 +- 用途:视频内容流水线管理 + +## Connections +- [[Multi-Channel Assistant]] — 提供项目管理系统集成 \ No newline at end of file diff --git a/wiki/entities/Twilio.md b/wiki/entities/Twilio.md new file mode 100644 index 00000000..3048d244 --- /dev/null +++ b/wiki/entities/Twilio.md @@ -0,0 +1,15 @@ +--- +title: "Twilio" +type: entity +tags: [cloud-service, telephony] +aliases: [] +--- + +## Description +Twilio 是云通信平台,提供电话、短信、视频等 API 服务。在 Event Guest Confirmation 场景中用于发起外呼。 + +## Role +- 电话服务提供商,提供外呼能力 + +## Connections +- [[SuperCall]] ← provides_call_service ← [[Twilio]] \ No newline at end of file diff --git a/wiki/index.md b/wiki/index.md index 0cd7efdd..44256210 100644 --- a/wiki/index.md +++ b/wiki/index.md @@ -1,3 +1,6 @@ +## Sources +- [Multi-Channel Assistant](sources/multi-channel-assistant.md) — AI 助手通过多渠道整合实现任务、日程、消息和提醒的统一管理 + ## Overview - [Overview](overview.md) — 知识库总览 @@ -95,6 +98,8 @@ - [Multi-Agent Specialized Team (Solo Founder Setup)](sources/multi-agent-team.md) — Solo founder 通过多 Agent specialized team 实现高效工作模式(角色定义、共享内存、Telegram 控制、定时任务) +- [Event Guest Confirmation](sources/event-guest-confirmation.md) — AI Agent 自动外呼确认活动宾客出席(SuperCall、Twilio、GPT-4o Realtime) + - [Podcast Production Pipeline](sources/podcast-production-pipeline.md) — 多 Agent 协同的播客生产流水线,将录制前研究、脚本、Show Notes、社交媒体素材、SEO 描述等 70% 非创意性工作自动化 - [Automated Meeting Notes & Action Items](sources/meeting-notes-action-items.md) — AI Agent 自动将会议转录转化为结构化笔记,并在项目管理工具(Jira、Linear、Todoist)中创建任务 diff --git a/wiki/log.md b/wiki/log.md index d0c841e5..e7194fd0 100644 --- a/wiki/log.md +++ b/wiki/log.md @@ -1,3 +1,19 @@ +## [2026-04-17] ingest | Multi-Channel Assistant +- Source file: raw/Agent/usecases/multi-channel-assistant.md +- Status: ✅ 成功摄入 +- Summary: AI 助手通过多渠道整合实现任务、日程、消息和提醒的统一管理,解决应用切换疲劳问题 +- Entities created: Asana +- Concepts created: Multi-Channel Personal Assistant +- Source page: wiki/sources/multi-channel-assistant.md +- Notes: 与现有 Todoist entity 关联;Telegram 作为核心接口;Slack、Google Workspace 集成 +- Source file: raw/Agent/usecases/earnings-tracker.md +- Status: ✅ 成功摄入 +- Summary: AI Agent 自动追踪科技公司财报的工作流,每周日自动扫描财报日历并推送相关公司,用户确认后安排定时任务,财报发布后自动搜索结果并格式化汇总 +- Entities created: (已有 OpenClaw) +- Concepts created: (已有 Cron Jobs、上下文记忆、工作流自动化) +- Source page: wiki/sources/ai-powered-earnings-tracker.md +- Notes: 与现有 OpenClaw entity 关联;Telegram 用于接收财报更新;强化 AI Agent 自动化工作流概念 + ## [2026-04-17] ingest | Multi-Agent Specialized Team (Solo Founder Setup) - Source file: raw/Agent/usecases/multi-agent-team.md - Status: ✅ 成功摄入 @@ -776,3 +792,12 @@ - Concepts created: Agent Chain(已存在) - Source page: wiki/sources/multi-agent-content-factory.md - Notes: 与 Podcast Production Pipeline 概念关联;扩展 Agent Chain 应用场景 + +## [2026-04-17] ingest | Event Guest Confirmation +- Source file: raw/Agent/usecases/event-guest-confirmation.md +- Status: ✅ 成功摄入 +- Summary: AI Agent 自动外呼确认活动宾客出席,使用 SuperCall 语音代理逐个呼叫宾客,收集出席状态和特殊需求,汇总生成报告 +- Entities created: Twilio +- Concepts created: Voice Agent, Guest Confirmation +- Source page: wiki/sources/event-guest-confirmation.md +- Notes: 与现有 OpenClaw、SuperCall entity 关联;新增语音外呼场景 diff --git a/wiki/overview.md b/wiki/overview.md index 518fd371..abd19b28 100644 --- a/wiki/overview.md +++ b/wiki/overview.md @@ -47,6 +47,8 @@ AI 开源项目、Cloud & DevOps、Vibe Coding - Multi-Agent Team(多 Agent 团队):多 Agent 协作架构,每个 Agent 有独立角色、人格、优化的模型,通过共享内存+私有上下文实现协同 - Shared Memory(共享内存):多 Agent 团队共享的上下文,包括目标、决策、项目状态,所有 Agent 可访问 +- Voice Agent:具备语音交互能力的 AI 代理,能够通过语音对话完成任务 + - **家庭网络环境概览** — 家庭网络基础设施架构与多服务部署方案(FRP内网穿透、Caddy反向代理、Cloudflare DNS托管) - **Vibe-Kanban + OpenCode 在 Ubuntu Server 上安装与管理指南** — 在 Ubuntu Server 上使用 shenwei 用户安装 Node 20、Vibe-Kanban 与 OpenCode,并通过 pm2 管理进程的完整指南 - **在Ubuntu 上安装Vibe-Kanban** — 在 Ubuntu 系统上通过 npx 安装 Vibe-Kanban 并使用 pm2 进行进程管理的完整指南 diff --git a/wiki/sources/event-guest-confirmation.md b/wiki/sources/event-guest-confirmation.md new file mode 100644 index 00000000..b6499167 --- /dev/null +++ b/wiki/sources/event-guest-confirmation.md @@ -0,0 +1,51 @@ +--- +title: "Event Guest Confirmation" +type: source +tags: [agent-use-case, openclaw, voice-agent, automation] +date: 2026-04-17 +--- + +## Source File +- [[raw/Agent/usecases/event-guest-confirmation.md]] + +## Summary +- 核心主题:AI Agent 自动外呼确认活动宾客出席 +- 问题域:活动管理、宾客通知、人工外呼效率低 +- 方法/机制:使用 SuperCall 语音代理逐个呼叫宾客,收集出席状态和特殊需求,汇总生成报告 +- 结论/价值:替代人工逐一致电确认,大幅提升效率,同时保持高响应率 + +## Key Claims +- 人工致电 20+ 宾客确认出席效率低,存在电话追踪、记录遗漏问题 +- 真实电话沟通比短信具有更高响应率 +- SuperCall 作为独立语音代理,具有安全隔离特性,适合批量外呼场景 +- 每次通话后记录结果,全部完成后生成汇总报告 + +## Key Quotes +> "Texting works sometimes, but people ignore messages. A real phone call gets a much higher response rate." +> — 文档解释了为何选择电话而非短信通知 + +> "The AI persona on the call only has access to the context you provide (the persona name, the goal, and the opening line). It cannot access your gateway agent, your files, your other tools, or anything else." +> — SuperCall 安全隔离特性说明 + +## Key Concepts +- [[Voice Agent]]:具备语音交互能力的 AI 代理 +- [[Guest Confirmation]]:活动前确认宾客出席状态的工作流 +- [[Outbound Call]]:主动外呼而非接听来电 +- [[Persona Isolation]]:每次通话独立上下文,防止信息泄露 + +## Key Entities +- [[OpenClaw]]:AI Agent 管理工具,用于协调任务执行 +- [[SuperCall]]:OpenClaw 插件,独立语音代理 +- [[Twilio]]:电话服务提供商,提供外呼能力 +- [[OpenAI]]:GPT-4o Realtime 语音 AI 提供商 +- [[ngrok]]:Webhook 隧道服务,用于外呼回调 + +## Connections +- [[OpenClaw]] ← uses ← [[SuperCall]] +- [[SuperCall]] ← depends_on ← [[Twilio]] +- [[SuperCall]] ← depends_on ← [[OpenAI]] +- [[SuperCall]] ← depends_on ← [[ngrok]] +- [[Event Guest Confirmation]] ← implements ← [[Voice Agent]] + +## Contradictions +- (暂无) \ No newline at end of file diff --git a/wiki/sources/multi-channel-assistant.md b/wiki/sources/multi-channel-assistant.md new file mode 100644 index 00000000..83dcfeb8 --- /dev/null +++ b/wiki/sources/multi-channel-assistant.md @@ -0,0 +1,58 @@ +--- +title: Multi-Channel Assistant +type: source +tags: [] +date: 2025-04-17 +--- + +## Source File +- [[raw/Agent/usecases/multi-channel-assistant.md]] + +## Summary + +核心主题:AI 助手通过多渠道整合实现任务、日程、消息和提醒的统一管理。 + +问题域:跨应用工作流繁琐,用户需要在不同工具间切换。 + +方法论:通过单一 AI 助手接口,基于主题/工具类型路由请求到对应的外部服务。 + +结论:实现效率提升和上下文切换成本降低。 + +## Key Claims + +- Multi-Channel Personal Assistant(多渠道助手)通过单一 AI 界面解决应用切换疲劳问题 +- 基于 Telegram Topic 实现主题隔离和上下文管理 +- 整合 Slack 用于团队协作和知识库触发 +- Google Workspace 提供日历、邮件、Drive 任务执行 +- Todoist 快速捕获待办事项 +- Asana 项目管理 +- 自动化提醒(定时任务触发) + +## Key Quotes + +> "Context-switching between apps to manage tasks, schedule events, send messages, and track work is exhausting. + +## Key Concepts + +- [[Multi-Channel Personal Assistant]] +- [[Telegram Topic]] +- [[Slack Integration]] +- [[Google Workspace]] +- [[Todoist API]] +- [[Asana API]] +- Multi-Channel AI Workflow + +## Key Entities + +- Telegram: 核心接口 +- Slack: 团队协作工具 +- Google Workspace: 企业工具套件 +- Todoist: 任务捕获 +- Asana: 项目管理 + +## Connections + +- Telegram ← routes_to → Slack +- Telegram ← routes_to → Google Workspace +- Telegram ← routes_to → Todoist +- Telegram ← routes_to → Asana \ No newline at end of file