<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nick</title>
    <description>The latest articles on DEV Community by Nick (@nickisbuilding).</description>
    <link>https://dev.to/nickisbuilding</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3938944%2Febb7ddb1-203e-48b2-bec6-0a34e697bbcf.jpeg</url>
      <title>DEV Community: Nick</title>
      <link>https://dev.to/nickisbuilding</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nickisbuilding"/>
    <language>en</language>
    <item>
      <title>I built a Crew AI Tool for Gemini Deep Research and open-sourced it. Open for feedback.</title>
      <dc:creator>Nick</dc:creator>
      <pubDate>Mon, 18 May 2026 21:27:15 +0000</pubDate>
      <link>https://dev.to/nickisbuilding/i-built-a-crew-ai-tool-for-gemini-deep-research-and-open-sourced-it-open-for-feedback-1j7o</link>
      <guid>https://dev.to/nickisbuilding/i-built-a-crew-ai-tool-for-gemini-deep-research-and-open-sourced-it-open-for-feedback-1j7o</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/Nick-is-building/crewai-gemini-deep-research" rel="noopener noreferrer"&gt;GitHubRepo&lt;/a&gt;&lt;br&gt;
Hey everyone.&lt;/p&gt;

&lt;p&gt;I've been teaching myself AI agent development for about six months now, and today I'm sharing my first open-source tool. Nervous but excited.&lt;/p&gt;

&lt;p&gt;The problem I ran into: I wanted to use Google's Deep Research Agent inside a CrewAI pipeline, but Deep Research runs on the Interactions API with async background polling. CrewAI tools are synchronous. I couldn't find an existing solution that just worked as a native BaseTool, so I built one.&lt;/p&gt;

&lt;p&gt;What it does: starts the background research, polls until it's done, enforces a hard timeout so nothing runs forever, and limits how many times an agent can call it per task (because at $2+ per call, that matters). One file, you import it, give it to an agent, done.&lt;/p&gt;

&lt;p&gt;It's already updated for the June 2026 Breaking Change (outputs to steps), so it should keep working when Google makes the switch.&lt;/p&gt;

&lt;p&gt;I'm still learning, so if you see something I could do better, whether it's the code, the architecture, or just the README, I genuinely want to hear it. This is how I get better.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/Nick-is-building/crewai-gemini-deep-research" rel="noopener noreferrer"&gt;https://github.com/Nick-is-building/crewai-gemini-deep-research&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for taking a look.&lt;/p&gt;

</description>
      <category>crewai</category>
      <category>gemini</category>
      <category>python</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
