Files
nexus/wiki/concepts/AutomatedReminders.md
2026-04-27 12:03:03 +08:00

1.4 KiB
Raw Blame History

title, type, tags, sources, last_updated
title type tags sources last_updated
AutomatedReminders concept
automation
reminders
scheduling
multi-channel-assistant
2026-04-27

Definition

Automated Reminders自动化提醒是一种由定时任务Cron驱动、由 AI Agent 在预设时间主动向用户发送通知的机制。区别于被动查询——提醒在用户没有主动发起请求的情况下,根据时间或事件自动触发。

Core Pattern

  1. 触发条件:时间驱动(每周一 18:00或事件驱动任务截止前 24h
  2. 提醒生成AI Agent 根据上下文(个人 CRM、 calendario、项目状态生成个性化提醒内容
  3. 发送通道Telegram / Slack / SMS / Email 等
  4. 记忆上下文:提醒内容往往依赖 Agent-Memory 中的个人数据(联系人偏好、日程安排)

Example from multi-channel-assistant

Monday 6 PM: "🗑️ Trash day tomorrow"
Friday 3 PM: "✍️ Time to write the weekly company update"

Connections