Initial commit: AINewsCollector project setup

This commit is contained in:
bojunc 2026-02-22 23:34:50 +08:00
commit 8564190abc
2 changed files with 39 additions and 0 deletions

35
README.md Normal file
View File

@ -0,0 +1,35 @@
# 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

4
cache/seen_urls.json vendored Normal file
View File

@ -0,0 +1,4 @@
{
"lastUpdate": "",
"urls": []
}