<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>Agency Tech News</title>
    <link>https://example.com</link>
    <description>Latest updates from the tech world</description>
    <language>en-us</language>
    <lastBuildDate>Mon, 03 Feb 2025 12:00:00 +0000</lastBuildDate>

    <!-- Item 1: Full example with all fields -->
    <item>
      <title>The Future of AI in 2025</title>
      <link>https://example.com/articles/future-of-ai-2025</link>
      <guid isPermaLink="true">https://example.com/articles/future-of-ai-2025</guid>
      <pubDate>Mon, 03 Feb 2025 09:30:00 +0000</pubDate>
      <description>Artificial intelligence continues to evolve at a rapid pace. Here are the top trends to watch this year.</description>
      <content:encoded>
        <![CDATA[
          <p>Artificial intelligence continues to evolve at a rapid pace. Here are the top trends to watch this year.</p>
          <h3>1. Generative Agents</h3>
          <p>Agents that can autonomously perform tasks are becoming mainstream.</p>
          <h3>2. Multimodal Models</h3>
          <p>Models that understand text, images, and audio simultaneously are unlocking new possibilities.</p>
          <p>Stay tuned for more updates as we explore these technologies in depth.</p>
        ]]>
      </content:encoded>
      <media:content url="https://images.unsplash.com/photo-1677442136019-21780ecad995.jpg" medium="image" type="image/jpeg" />
    </item>

    <!-- Item 2: Another complete example -->
    <item>
      <title>Sustainable Energy Breakthroughs</title>
      <link>https://example.com/articles/sustainable-energy-breakthroughs</link>
      <guid isPermaLink="true">https://example.com/articles/sustainable-energy-breakthroughs</guid>
      <pubDate>Sun, 02 Feb 2025 14:15:00 +0000</pubDate>
      <description>New solar technology promises 50% higher efficiency with advanced materials.</description>
      <content:encoded>
        <![CDATA[
          <p>Researchers have unveiled a new solar panel design that significantly increases energy capture.</p>
          <img src="https://images.unsplash.com/photo-1509391366360-2e959784a276.jpg" alt="Solar Panels" />
          <p>The new design utilizes advanced materials to capture a broader spectrum of sunlight.</p>
        ]]>
      </content:encoded>
      <media:content url="https://images.unsplash.com/photo-1509391366360-2e959784a276.jpg" medium="image" type="image/jpeg" />
    </item>

  </channel>
</rss>
