'''HTML elements for Gradio interface.''' TITLE = ( '''

RSS feed reader

''' ) DESCRIPTION = ( '''

RSS feed reader MCP server. See Agentic RSS readerfor a demonstration. Check out the main project repo on GitHub. Both Spaces by George Perdrizet.

This Space is not meant to be used directly, but you can try out the bare tool below. Enter a website name, website URL, or feed URI. The tool will do it's best to find the feed and return titles, links and summaries for the three most recent posts. Suggestions: http://openai.com/news/rss.xml, hackernews.com, slashdot, etc.

Tools

  1. DONE Given a website name or URL, find its RSS feed and return recent article titles, links and a generated summary of content if avalible
  2. TODO Simple RAG on requested RSS feed content
''' )