<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>Autonomous AI Agents on Producthunt daily</title>
        <link>https://producthunt.programnotes.cn/en/tags/autonomous-ai-agents/</link>
        <description>Recent content in Autonomous AI Agents on Producthunt daily</description>
        <generator>Hugo -- gohugo.io</generator>
        <language>en</language>
        <lastBuildDate>Thu, 10 Jul 2025 15:31:08 +0800</lastBuildDate><atom:link href="https://producthunt.programnotes.cn/en/tags/autonomous-ai-agents/index.xml" rel="self" type="application/rss+xml" /><item>
        <title>agents</title>
        <link>https://producthunt.programnotes.cn/en/p/agents/</link>
        <pubDate>Thu, 10 Jul 2025 15:31:08 +0800</pubDate>
        
        <guid>https://producthunt.programnotes.cn/en/p/agents/</guid>
        <description>&lt;img src="https://images.unsplash.com/photo-1508874343624-e697766fd01a?ixid=M3w0NjAwMjJ8MHwxfHJhbmRvbXx8fHx8fHx8fDE3NTIxMzI2MjF8&amp;ixlib=rb-4.1.0" alt="Featured image of post agents" /&gt;&lt;h1 id=&#34;ed-donneragents&#34;&gt;&lt;a class=&#34;link&#34; href=&#34;https://github.com/ed-donner/agents&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;ed-donner/agents&lt;/a&gt;
&lt;/h1&gt;&lt;h2 id=&#34;master-ai-agentic-engineering----build-autonomous-ai-agents&#34;&gt;Master AI Agentic Engineering -  build autonomous AI Agents
&lt;/h2&gt;&lt;h3 id=&#34;6-week-journey-to-code-and-deploy-ai-agents-with-openai-agents-sdk-crewai-langgraph-autogen-and-mcp&#34;&gt;6 week journey to code and deploy AI Agents with OpenAI Agents SDK, CrewAI, LangGraph, AutoGen and MCP
&lt;/h3&gt;&lt;p&gt;&lt;img src=&#34;https://producthunt.programnotes.cn/assets/autonomy.png&#34;
	
	
	
	loading=&#34;lazy&#34;
	
		alt=&#34;Autonomous Agent&#34;
	
	
&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;If you&amp;rsquo;re looking at this in Cursor, please right click on the filename in the Explorer on the left, and select &amp;ldquo;Open preview&amp;rdquo;, to view the formatted version.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;I couldn&amp;rsquo;t be more excited to welcome you! This is the start of your 6 week adventure into the powerful, astonishing and often surreal world of Agentic AI.&lt;/p&gt;
&lt;h3 id=&#34;before-you-begin&#34;&gt;Before you begin
&lt;/h3&gt;&lt;p&gt;I&amp;rsquo;m here to help you be most successful! Please do reach out if I can help, either in the platform or by emailing me direct (&lt;a class=&#34;link&#34; href=&#34;mailto:ed@edwarddonner.com&#34; &gt;ed@edwarddonner.com&lt;/a&gt;). It&amp;rsquo;s always great to connect with people on LinkedIn to build up the community - you&amp;rsquo;ll find me here:&lt;br&gt;
&lt;a class=&#34;link&#34; href=&#34;https://www.linkedin.com/in/eddonner/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;https://www.linkedin.com/in/eddonner/&lt;/a&gt;&lt;br&gt;
And this is new to me, but I&amp;rsquo;m also trying out X/Twitter at &lt;a class=&#34;link&#34; href=&#34;https://x.com/edwarddonner&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;@edwarddonner&lt;/a&gt; - if you&amp;rsquo;re on X, please show me how it&amp;rsquo;s done 😂&lt;/p&gt;
&lt;h3 id=&#34;the-not-so-dreaded-setup-instructions&#34;&gt;The not-so-dreaded setup instructions
&lt;/h3&gt;&lt;p&gt;Perhaps famous last words: but I really, truly hope that I&amp;rsquo;ve put together an environment that will be not too horrific to set up!&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows people, your instructions are &lt;a class=&#34;link&#34; href=&#34;setup/SETUP-PC.md&#34; &gt;here&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Mac people, yours are &lt;a class=&#34;link&#34; href=&#34;setup/SETUP-mac.md&#34; &gt;here&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Linux people, yours are &lt;a class=&#34;link&#34; href=&#34;setup/SETUP-linux.md&#34; &gt;here&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Any problems, please do contact me.&lt;/p&gt;
&lt;h3 id=&#34;important-notes-for-crewai-week-week-3&#34;&gt;Important notes for CrewAI week (Week 3)
&lt;/h3&gt;&lt;p&gt;Windows PC users: you will need to have checked the &amp;ldquo;gotcha #4&amp;rdquo; at the top of the &lt;a class=&#34;link&#34; href=&#34;setup/SETUP-PC.md&#34; &gt;SETUP-PC&lt;/a&gt; instructions &amp;ndash; installing Microsoft Build Tools.&lt;br&gt;
If you don&amp;rsquo;t do this, then CrewAI will fail with an obscure error involving Chroma..&lt;/p&gt;
&lt;p&gt;Then, you will need to run this command in a Cursor Terminal in the project root directory in order to run the Crew commands:&lt;br&gt;
&lt;code&gt;uv tool install crewai&lt;/code&gt;&lt;br&gt;
And in case you&amp;rsquo;ve used Crew before, it might be worth doing this to make sure you have the latest:&lt;br&gt;
&lt;code&gt;uv tool upgrade crewai&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Then please keep in mind for Crew:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;There are two ways that you can work on the CrewAI project in week 3. Either review the code for each project while I build it, and then do &lt;code&gt;crewai run&lt;/code&gt; to see it in action. Or if you prefer to be more hands-on, then create your own Crew project from scratch to mirror mine; for example, create &lt;code&gt;my_debate&lt;/code&gt; to go alongside &lt;code&gt;debate&lt;/code&gt;, and write the code alongside me. Either approach works!&lt;/li&gt;
&lt;li&gt;Windows users: there&amp;rsquo;s a new issue that was recently introduced by one of Crew&amp;rsquo;s libraries. Until this is fixed, you might get a &amp;ldquo;unicode&amp;rdquo; error when you try to run &lt;code&gt;crewai create crew&lt;/code&gt;.  If that happens, please try running this command in the Terminal first: &lt;code&gt;$env:PYTHONUTF8 = &amp;quot;1&amp;quot;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Gemini users: in addition to a key in your &lt;code&gt;.env&lt;/code&gt; file for &lt;code&gt;GOOGLE_API_KEY&lt;/code&gt;, you will need an identical key for &lt;code&gt;GEMINI_API_KEY&lt;/code&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id=&#34;super-useful-resources&#34;&gt;Super useful resources
&lt;/h3&gt;&lt;ul&gt;
&lt;li&gt;The course &lt;a class=&#34;link&#34; href=&#34;https://edwarddonner.com/2025/04/21/the-complete-agentic-ai-engineering-course/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;resources&lt;/a&gt; with videos&lt;/li&gt;
&lt;li&gt;Many essential guides in the &lt;a class=&#34;link&#34; href=&#34;guides/01_intro.ipynb&#34; &gt;guides&lt;/a&gt; section&lt;/li&gt;
&lt;li&gt;The &lt;a class=&#34;link&#34; href=&#34;setup/troubleshooting.ipynb&#34; &gt;troubleshooting&lt;/a&gt; notebook&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;api-costs---please-read-me&#34;&gt;API costs - please read me!
&lt;/h3&gt;&lt;p&gt;This course does involve making calls to OpenAI and other frontier models, requiring an API key and a small spend, which we set up in the SETUP instructions. If you&amp;rsquo;d prefer not to spend on API calls, there are cheaper alternatives like DeepSeek and free alternatives like using Ollama!&lt;/p&gt;
&lt;p&gt;Details are &lt;a class=&#34;link&#34; href=&#34;guides/09_ai_apis_and_ollama.ipynb&#34; &gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Be sure to monitor your API costs to ensure you are totally happy with any spend. For OpenAI, the dashboard is &lt;a class=&#34;link&#34; href=&#34;https://platform.openai.com/usage&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;above-all-else--&#34;&gt;ABOVE ALL ELSE -
&lt;/h3&gt;&lt;p&gt;Be sure to have fun with the course! You could not have picked a better time to be learning about Agentic AI. I hope you enjoy every single minute! And if you get stuck at any point - &lt;a class=&#34;link&#34; href=&#34;https://www.linkedin.com/in/eddonner/&#34;  target=&#34;_blank&#34; rel=&#34;noopener&#34;
    &gt;contact me&lt;/a&gt;.&lt;/p&gt;
</description>
        </item>
        
    </channel>
</rss>
