Files
nexus/wiki/concepts/Ai-Powered-Digest.md

30 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "AI-Powered Digest"
type: concept
tags: []
last_updated: 2026-04-22
---
## Definition
AI-Powered DigestAI 驱动的自动化摘要)是一种由 AI Agent 主导的信息获取-整理-格式化-投递模式。核心特征:定时/事件触发 → 自动抓取原始数据 → AI 理解与结构化 → 投递到即时通讯工具 → 用户无需主动搜索。
## Pattern Components
1. **Trigger**定时Cron Job或事件驱动
2. **Collection**:通过 API/Web 搜索/爬虫获取原始数据
3. **Processing**AI 理解内容,提取关键信息
4. **Formatting**结构化摘要分类、排序、highlight
5. **Delivery**:推送至 Telegram/Slack/Email 等即时渠道
## Variants in the Wiki
| 场景 | 来源 | Trigger | 内容源 |
|------|------|---------|--------|
| 财报追踪 | [[earnings-tracker]] | Cron Job周日扫描+财报发布后触发) | 财报日历+搜索结果 |
| YouTube 摘要 | [[daily-youtube-digest]] | Cron Job频道更新检测 | 视频转录+摘要 |
| 晨报 | [[self-healing-home-server]] | Cron Job每日 8AM | 天气/日历/系统状态 |
## Related Concepts
- [[Cron Job]] — 定时触发的技术基础
- [[Telegram Topic]] — 投递渠道
- [[Daily-Digest]] — Digest 模式在 YouTube 场景的具体化
- [[Earnings Calendar]] — Digest 模式的金融场景应用