<?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: Jacopo Sardella</title>
    <description>The latest articles on DEV Community by Jacopo Sardella (@jacopo_sardella_b7670f3f4).</description>
    <link>https://dev.to/jacopo_sardella_b7670f3f4</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4074529%2F57142b3b-9bbd-4c42-9d22-a8f2d92d9987.png</url>
      <title>DEV Community: Jacopo Sardella</title>
      <link>https://dev.to/jacopo_sardella_b7670f3f4</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jacopo_sardella_b7670f3f4"/>
    <language>en</language>
    <item>
      <title>Agent-Devtools: A local toolkit for building &amp; debugging AI Agents</title>
      <dc:creator>Jacopo Sardella</dc:creator>
      <pubDate>Wed, 12 Aug 2026 09:56:20 +0000</pubDate>
      <link>https://dev.to/jacopo_sardella_b7670f3f4/agent-devtools-a-local-toolkit-for-building-debugging-ai-agents-3j2a</link>
      <guid>https://dev.to/jacopo_sardella_b7670f3f4/agent-devtools-a-local-toolkit-for-building-debugging-ai-agents-3j2a</guid>
      <description>&lt;p&gt;Hi everyone!&lt;/p&gt;

&lt;p&gt;I built Agent-Devtools — a lightweight Python project to simplify debugging and tracking AI agents without the bloat.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Causal Debugging: Track memory influence, retrieval winners, injected context, and tool calls.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Behavior Diffing: Compare a "good" vs. "bad" run to pinpoint the exact root cause of divergence.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Deterministic Replay: Re-play recorded events offline to verify memory &amp;amp; retrieval consistency.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Context Provenance: Inspect the exact final LLM prompt with tags for every context source.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;100% Local-First: Stores data in local SQLite with an auto-opening FastAPI dashboard (zero API keys needed).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Integrations: Native callbacks for LangChain, Groq, and custom Python agent loops.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;GitHub Repo:&lt;a href="https://github.com/Jacopos311/Agent-Devtools" rel="noopener noreferrer"&gt;https://github.com/Jacopos311/Agent-Devtools&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>python</category>
      <category>github</category>
    </item>
  </channel>
</rss>
