Initial commit: AINewsCollector project setup
This commit is contained in:
commit
8564190abc
35
README.md
Normal file
35
README.md
Normal 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
4
cache/seen_urls.json
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"lastUpdate": "",
|
||||
"urls": []
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user