Auto-sync: 2026-04-27 12:02
This commit is contained in:
31
wiki/concepts/ScheduledReport.md
Normal file
31
wiki/concepts/ScheduledReport.md
Normal file
@@ -0,0 +1,31 @@
|
||||
---
|
||||
title: "ScheduledReport"
|
||||
type: concept
|
||||
tags: []
|
||||
---
|
||||
|
||||
## Definition
|
||||
定时推送结构化报告的工作流模式——AI 代理按预设时间(每日 8AM 等)主动推送包含多类信息的摘要报告,而非等待用户按需查询。
|
||||
|
||||
## Aliases
|
||||
- Morning Brief
|
||||
- Morning Briefing
|
||||
- Daily Digest
|
||||
- Scheduled Summary
|
||||
|
||||
## Key Characteristics
|
||||
- **主动性(Proactive)**:Agent 主动推送,用户无需发起请求
|
||||
- **时间触发(Time-Triggered)**:基于 Cron 或调度器在固定时间执行
|
||||
- **内容聚合(Content Aggregation)**:整合多个数据源(新闻、任务、日历等)到单一报告
|
||||
- **推送通道(Push Channel)**:Telegram / Discord / iMessage / Email
|
||||
|
||||
## Examples
|
||||
- [[custom-morning-brief]]:每日 8AM 推送新闻+任务+草稿+AI推荐
|
||||
- [[self-healing-home-server]] 的 Morning Briefing:天气+日历+系统状态
|
||||
- [[family-calendar-household-assistant]]:家庭日程聚合晨报
|
||||
- [[daily-reddit-digest]]:每日 Reddit 社区摘要
|
||||
|
||||
## Related Concepts
|
||||
- [[ProactiveAI]]:主动推送背后的核心设计理念
|
||||
- [[ScheduledReminder]]:简化版定时提醒
|
||||
- [[SecondBrain]]:被动查询式知识管理,与主动推送互补
|
||||
Reference in New Issue
Block a user