Multi-Agent Research & Content Pipeline
A multi-agent AI system where four specialized agents collaborate to research and write articles: a Researcher gathers sources via web search, a Writer drafts, a Fact-Checker flags unsupported claims, and a Critic reviews and sends the draft back for revision until it's approved. Orchestrated as a LangGraph state machine with an explicit revise loop, served over FastAPI, and streamed live to a Next.js frontend via Server-Sent Events so each stage appears as it finishes.
View on GitHub →