Auto-sync: 2026-04-17 22:17

This commit is contained in:
2026-04-17 22:17:27 +08:00
parent 52f4a5acad
commit 76a9b34042
32 changed files with 902 additions and 5 deletions

View File

@@ -0,0 +1,31 @@
---
id: ambient-mode
title: "Ambient Mode环境模式"
type: concept
tags: []
aliases:
- Ambient
last_updated: 2026-04-17
---
## Definition
AI Agent 在后台被动监控环境(消息、日历、文件系统等),当检测到可执行事项时主动采取行动,无需用户主动请求。
## Why It Matters
- 传统 AI 交互是"请求-响应"模式,用户必须明确告诉 AI 要做什么
- Ambient Mode 实现"感知-行动"模式AI 主动识别用户需求并提前处理
- 本用例中AI 监控 iMessage发现牙医预约确认短信后自动创建日历事件并添加驾驶时间缓冲
## Use Cases
- 日历自动创建(从消息中识别预约)
- 待办事项提取(从邮件/对话中识别承诺)
- 库存变化检测(从购物小票照片更新库存)
## Related Concepts
- [[Cron-Jobs]]:定时任务调度
- [[上下文记忆]]:保留对话历史
- [[Preference-Learning]]:学习用户偏好
## Related Entities
- [[OpenClaw]]:支持 Ambient Mode 的 AI Agent 平台
- [[Mac-Mini]]:适合长期运行的设备