AINewsCollector/README.md

36 lines
659 B
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.

# AINewsCollector
自动收集并整理 AI 圈最新消息的 Agent。
## 功能
- 从 arXiv、Hugging Face Papers、GitHub Trending、技术博客采集信息
- 基于话题关键词筛选和排序
- 生成每日简报 (.md)
- 推送至飞书
## 话题配置
- AI 编程工具 / Code Agent
- Agent 框架
- AI 基础设施 / 推理优化
## 调度
- 23:00 收集任务
- 09:00 推送任务
## 目录结构
```
AINewsCollector/
├── config.yaml # 话题配置
├── daily/ # 日期归档
├── cache/ # 去重缓存
└── skill/ # OpenClaw Skill
```
---
创建日期2026-02-22