industry-news-agent

industry-news-agent

newsindustry-intelligenceopenaiproduct-managementresearch
Details
Visibility
public
Deploys
0
Build Number
6564fadc
Updated
Jun 2, 2026
Contributors
Repository
Integrations
OpenAINewsAPIGNewsThe GuardianMediaStack
Capabilities
Fetch news in parallel from any configured sources (NewsAPI, GNews, The Guardian, MediaStack)
Deduplicate articles across sources by title
Summarise all deduplicated articles into a structured briefing using GPT-4o mini
Deliver output as summary, deep analysis, or key insights
More blueprints
AGENT.md

Industry News Agent

Keeping up with your industry means checking four different news sites every morning. Industry News Agent does it in one shot — fetching from NewsAPI, GNews, The Guardian, and MediaStack in parallel, removing duplicates, and handing the result to GPT-4o mini for a structured briefing. Ask for a summary, a deep analysis, or just the key insights.

Usage

Send a topic — optionally append a format keyword:

MessageEffect
AI newsKey themes, top stories, takeaway (default summary)
startup funding analysisMarket signals, key players, risks & opportunities
fintech key insights5-7 actionable bullet points + what to watch

Examples:

  • "electric vehicles Europe" — latest EV news summarised
  • "quantum computing analysis" — deep analytical breakdown
  • "SaaS pricing key insights" — direct, actionable bullets

Output formats

FormatTriggered byStructure
SummarydefaultKey themes · Top stories · Takeaway
Analysisanalysis / analyse / analyzeMarket signals · Key players · Risks & opportunities · Verdict
Key insightskey insights / insights5-7 action-verb bullets · What to watch

Sources

SourceKey requiredGet a key
NewsAPINEWS_API_KEYnewsapi.org
GNewsGNEWS_API_KEYgnews.io
The GuardianGUARDIAN_API_KEYopen-platform.theguardian.com
MediaStackMEDIASTACK_API_KEYmediastack.com

All four API keys are optional — configure any combination and the agent will only query the sources you've set up. If none are configured, the agent will tell you which keys to add. Sources that are configured but encounter an error (quota exceeded, outage) are skipped gracefully.

Environment variables

VariableRequiredDescription
NEWS_API_KEYOptionalNewsAPI key — configured at deploy time
GNEWS_API_KEYOptionalGNews API key — configured at deploy time
GUARDIAN_API_KEYOptionalThe Guardian Open Platform key — configured at deploy time
MEDIASTACK_API_KEYOptionalMediaStack API key — configured at deploy time
OPENAI_API_KEYRequiredAuto-injected by Astropods

Slack integration

The agent supports both the web and Slack adapters. At deploy time, choose which adapter(s) to enable — the Slack adapter handles authentication and delivery automatically.

Limitations

  • Up to 10 articles per source (40 total before dedup); all deduplicated articles are sent to the summariser.
  • Article descriptions are truncated at 200 characters before being sent to OpenAI.
  • Deduplication matches on exact (lowercased, trimmed) title only — near-duplicate headlines are not merged.
  • The full briefing is returned once all sources are queried and summarised; per-source progress is not streamed.