<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Agents on EverythingPython</title><link>https://everythingpython.in/blog/agents/</link><description>Recent content in Agents on EverythingPython</description><generator>Hugo</generator><language>en-US</language><copyright>Contents under CC-BY-NC</copyright><lastBuildDate>Fri, 07 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://everythingpython.in/blog/agents/index.xml" rel="self" type="application/rss+xml"/><item><title>Understanding Deepagents: Building Agents for Complex Tasks</title><link>https://everythingpython.in/blog/understanding-deepagents-building-agents-for-complex-tasks/</link><pubDate>Fri, 07 Aug 2026 00:00:00 +0000</pubDate><guid>https://everythingpython.in/blog/understanding-deepagents-building-agents-for-complex-tasks/</guid><description>&lt;p&gt;Notes from a talk on &lt;a href="https://www.youtube.com/watch?v=GbzEDgcuGJU"&gt;Deepagents&lt;/a&gt; - Building agents for complex &amp;amp; long-running tasks.&lt;/p&gt;
&lt;h2 id="what-is-deepagents"&gt;What is Deepagents?&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Deepagents&lt;/strong&gt; is a &lt;a href="https://github.com/langchain-ai/langgraph"&gt;batteries-included harness&lt;/a&gt; for building agents that excel at &lt;strong&gt;complex or long-running tasks&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;It&amp;rsquo;s not just a model + tool calling framework. It&amp;rsquo;s a complete infrastructure that provides everything you need to build production-grade agents.&lt;/p&gt;
&lt;h3 id="what-is-a-harness"&gt;What is a Harness?&lt;/h3&gt;
&lt;p&gt;A harness is &lt;strong&gt;surrounding support for the model and tool calling loop&lt;/strong&gt;&lt;label for="sn-1" class="margin-toggle sidenote-number"&gt;&lt;/label&gt;
&lt;input type="checkbox" id="sn-1" class="margin-toggle"/&gt;
&lt;span class="sidenote"&gt;This is the fundamental difference between a simple chatbot and a production agent—the harness is what transforms a model into a reliable system.&lt;/span&gt;
. Building an agent isn&amp;rsquo;t trivial—there&amp;rsquo;s a lot of engineering needed around the core concept:&lt;/p&gt;</description></item></channel></rss>