--- title: "Ambient Message Monitoring" type: concept tags: [] sources: [] last_updated: 2026-04-22 --- # Ambient Message Monitoring ## Definition Agent 被动监听消息流(iMessage/SMS/Telegram 等),在识别到可执行模式(如预约确认、承诺回复、活动变更)时自动采取行动,无需用户主动请求。 ## How It Works 1. **定时轮询**:每 N 分钟(典型 15 分钟)检查新消息 2. **模式识别**:检测预约类文本(如 "confirmed for...", "moved to Saturday at 3pm") 3. **自动行动**:创建日历事件 → 添加行车缓冲 → 推送确认消息 4. **承诺追踪**:检测承诺类文本(如 "I'll send that by Friday")→ 创建待办提醒 ## Key Properties - **被动**:Agent 主动感知,用户无需发起请求 - **上下文感知**:理解对话意图,而非机械关键词匹配 - **行动闭环**:从识别 → 创建事件 → 通知伴侣,全自动完成 ## Comparison | | Active(主动请求) | Ambient(环境感知) | |---|---|---| | 触发方式 | 用户说"创建日历事件" | Agent 自动检测到预约后行动 | | 用户负担 | 高(需主动指令) | 低(零摩擦) | | 覆盖面 | 只覆盖被请求的事项 | 覆盖所有对话中的可执行项 | ## Related Concepts - [[Morning Briefing]]:Ambient Monitoring 的输出之一 - [[Cron Job]]:Ambient Monitoring 的底层调度机制 - [[Second Brain]]:Ambient Monitoring 的认知增强效果 ## Related Sources - [[family-calendar-household-assistant]] — 主要来源,牙医预约短信自动创建日历事件案例 - [[n8n-workflow-orchestration]] — n8n Webhook 触发机制对比