@@ -53,7 +53,7 @@ This is a GitHub Actions-driven automation project for tracking and filtering Ji
5353- Keyword filtering with built-in defaults and optional ` KEYWORDS_FILE `
5454- Gemini grading and summary logic: ` src/gemini.py `
5555- Telegram push messaging: ` src/tg01.py `
56- - Telegram Q&A listener: ` src/telegram_qa .py `
56+ - Telegram Q&A listener: ` src/telegram_assistant .py `
5757- Shared recent-news context: ` data/recent_news.json `
5858- Scheduled execution via GitHub Actions every 6 hours
5959
@@ -74,10 +74,10 @@ Telegram push
7474 ↓
7575Save to data/recent_news.json
7676 ↓
77- telegram_qa .py answers questions using recent context
77+ telegram_assistant .py answers questions using recent context
7878```
7979
80- ` jin10_monitor.py ` and ` telegram_qa .py` run as separate processes and share the same ` recent_news.json ` file for context.
80+ ` jin10_monitor.py ` and ` telegram_assistant .py` run as separate processes and share the same ` recent_news.json ` file for context.
8181
8282---
8383
@@ -116,7 +116,7 @@ python src/jin10_monitor.py
116116### 5. Run the Telegram Q&A bot (optional)
117117
118118``` bash
119- python src/telegram_qa .py
119+ python src/telegram_assistant .py
120120```
121121
122122In a Telegram group, you can mention the bot or use ` /ask ` ; in private chat, you can send a question directly.
@@ -130,7 +130,7 @@ This project includes two workflows:
130130| Workflow | Purpose |
131131| ---| ---|
132132| ` flash_monitor.yml ` | Runs ` src/jin10_monitor.py ` on a schedule and pushes filtered news |
133- | ` telegram_qa .yml` | Runs ` src/telegram_qa .py ` to answer Telegram questions |
133+ | ` telegram_assistant .yml` | Runs ` src/telegram_assistant .py ` to answer Telegram questions |
134134
135135Set these in GitHub ` Settings → Secrets and variables → Actions ` :
136136
0 commit comments