gpt-newspaper

GPT based autonomous agent designed to create personalized newspapers tailored to user preferences.

open-sourceagent-frameworks
1.5k
Stars
+0
Stars/month
0
Releases (6m)

Star Growth

+1 (0.1%)
1.4k1.5k1.5kMar 27Apr 1

Overview

GPT Newspaper 是一个基于 AI 的自动化新闻生成系统,使用 LangChain 的 LangGraph 库构建了七个专门的子代理来创建个性化报纸。系统包含搜索代理(网络搜索最新新闻)、策展代理(根据用户偏好筛选内容)、写作代理(撰写引人入胜的文章)、批评代理(提供反馈直到文章获得批准)、设计代理(处理版面和视觉设计)、编辑代理(构建最终报纸)和发布代理(将报纸发布到前端)。该工具彻底改变了新闻消费方式,通过 AI 技术根据个人品味和兴趣自动策划、撰写、设计和编辑内容。用户只需设置偏好和感兴趣的主题,系统就会自动从多个权威新闻源聚合内容,生成具有吸引力视觉设计的个性化报纸。整个流程完全自动化,从新闻搜索到最终交付,为用户提供了独特的个性化新闻体验。

Deep Analysis

Key Differentiator

vs news aggregators: six autonomous agents (search, curate, write, critique, design, edit) create fully personalized newspapers — generates original content rather than simply filtering existing articles

Capabilities

  • Personalized newspaper generation through six specialized AI agents
  • Autonomous workflow: search, curate, write, critique, design, edit, publish
  • Topic-based customization for personalized news consumption
  • Multi-source web search and content aggregation
  • LangGraph-powered agent coordination

🔗 Integrations

Tavily API (web search)OpenAI APILangChain LangGraph

Best For

  • Personalized news aggregation with AI curation
  • Research into multi-agent content creation workflows
  • Custom topic-based news digests

Not Ideal For

  • Professional journalism or news distribution
  • Mission-critical news applications
  • Real-time breaking news coverage

Languages

Python

Deployment

local deployment via CLIlocalhost:5000 browser access

Known Limitations

  • Experimental project provided as-is without warranty
  • Not a replacement for professional news outlets
  • Requires Tavily and OpenAI API keys
  • No production hosting options documented

Pros

  • + 多代理架构实现端到端自动化,从搜索、策划到写作、设计、编辑和发布的完整工作流程
  • + 基于用户偏好的深度个性化,可根据兴趣、主题和新闻源偏好定制内容
  • + 内置质量保证机制,通过批评代理和编辑代理确保内容的准确性和可读性

Cons

  • - 需要 Tavily 和 OpenAI API 密钥,涉及持续的使用成本
  • - 内容质量依赖于可用的源材料和 AI 模型的能力
  • - AI 生成的内容可能存在偏见或准确性问题

Use Cases

  • 个人新闻消费,为忙碌的专业人士创建定制化的每日新闻摘要
  • 研究和内容策划,为特定主题或行业生成专业化的新闻报告
  • 自动化新闻工作流程,为小型媒体机构或博客作者提供内容创作支持

Getting Started

1. 克隆仓库并获取 Tavily 和 OpenAI API 密钥;2. 导出 API 密钥到环境变量并安装 Python 依赖 (pip install -r requirements.txt);3. 运行 python app.py 启动应用,在浏览器中访问 [link] 设置偏好并开始使用

Compare gpt-newspaper