Files
nexus/wiki/concepts/AmbientMessageMonitoring.md
2026-04-23 00:02:55 +08:00

1.6 KiB
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
Ambient Message Monitoring concept
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 自动检测到预约后行动
用户负担 高(需主动指令) 低(零摩擦)
覆盖面 只覆盖被请求的事项 覆盖所有对话中的可执行项