Loading...
Loading...
Retrieve time-windowed RSS evidence from SQLite and let the agent produce final summaries using RAG over selected records and fields. Use when generating daily, weekly, monthly, or custom-range AI tech digests directly in agent responses instead of fixed template reports.
npx skill4agent add tiangong-ai/skills ai-tech-summaryfeedsentriesai-tech-rss-fetchentry_contentai-tech-fulltext-fetchAI_RSS_DB_PATHexport AI_RSS_DB_PATH="/absolute/path/to/workspace-rss-bot/ai_rss.db"
python3 scripts/time_report.py \
--db "$AI_RSS_DB_PATH" \
--period weekly \
--date 2026-02-10 \
--max-records 120 \
--max-per-feed 20 \
--summary-chars 8192 \
--fulltext-chars 8192 \
--pretty \
--output /tmp/ai-tech-weekly-context.jsonquerydatasetaggregatesrecordsrecordsentry_id--period daily --date YYYY-MM-DD--period weekly --date YYYY-MM-DD--period monthly --date YYYY-MM-DD--period custom --start ... --end ...entries.first_seen_atYYYY-MM-DD--fieldsentry_id,timestamp_utc,timestamp_source,feed_title,feed_url,title,url,summary,fulltext_status,fulltext_length,fulltext_excerptentry_id,timestamp_utc,feed_title,title,url,summary--dbAI_RSS_DB_PATH--period--date--start--end--max-records--max-per-feed--summary-chars--fulltext-chars--top-feeds--top-keywords--fields--output--pretty--fail-on-emptyfeedsentriesentry_content--fail-on-emptyreferences/time-window-rules.mdreferences/report-format.mdassets/config.example.jsonscripts/time_report.py