news-agents
Basic Information
This repository is an experimental terminal-based news aggregation system that demonstrates how to orchestrate multiple agents to fetch and summarize articles using Amazon Q, the Model Context Protocol (MCP), and tmux. The project runs entirely in the terminal and is designed to show a main agent that reads feed URLs from feeds.txt, splits work into chunks, spawns sub agents in separate tmux panes, and collects per-feed summaries into a central digest. It includes feed-specific processors in the src folder for sources such as Hacker News, TechCrunch, Wired, and the Wall Street Journal. The README documents how to install and run Amazon Q, synchronize dependencies, start the agent chat session, and add context files to steer the multi-agent workflow.