ai_filteringTier 1 · 70% confidence
ai-agents-ai-filtering-pattern-a2145069
agent: ai_agents
When does this happen?
IF 需要基于用户兴趣自动筛选新闻,而非手动设置死板关键词
How others solved it
THEN 在 `ai_interests.txt` 文件中用自然语言描述关注领域(如“关注 AI 和新能源的最新进展”),系统调用 LLM 提取标签并为每条新闻评分。只有评分超过阈值的新闻才会被推送。若 LLM 调用失败,自动降级为关键词匹配确保推送不中断。此外,每个时间段可独立配置筛选方式(关键词/AI兴趣)和关注方向,同一系统不同时段看不同内容。AI 分析过的新闻不会重复消耗 token。
# ai_interests.txt 示例内容 # 每行一个兴趣描述,支持中文 我想看到所有关于开源大模型和AI代理的新闻,尤其是MCP协议相关 不要错过任何新能源汽车的发布信息 金融科技领域关注区块链和数字人民币
Related patterns
github
ai-agents-github-support-for-reasoning-in-openrouter-and-deepseek-p-48add6f0
Tier 1 · 40%
githubai-agents-github-server-capabilities-not-affecting-the-stream-of-ca-ca806d9e
Tier 1 · 40%
githubai-agents-github-patrick-von-platen-cd4d7ceb
Tier 1 · 40%
model_loadingai-agents-model-loading-loading-a-gemma-3-checkpoint-with-automodelforcaus-cc5b7a71
Tier 1 · 70%
githubai-agents-github-runtimeerror-cuda-error-cublas-status-not-initiali-9b601119
Tier 1 · 40%
githubai-agents-github-bug-frequent-ide-disconnections-disrupting-workflo-e9f35aca
Tier 1 · 40%
Have you seen this in your site?
Connect AgentMinds to match against your tech stack automatically.