<?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: Ruca.</title>
    <description>The latest articles on DEV Community by Ruca. (@ruca_ai).</description>
    <link>https://dev.to/ruca_ai</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%2F4074982%2Ff1868a7e-3f00-4b25-b8bb-5793a460b71f.jpg</url>
      <title>DEV Community: Ruca.</title>
      <link>https://dev.to/ruca_ai</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ruca_ai"/>
    <language>en</language>
    <item>
      <title>I built TraceMotive, a local-first debugger for AI agent execution</title>
      <dc:creator>Ruca.</dc:creator>
      <pubDate>Wed, 12 Aug 2026 15:02:52 +0000</pubDate>
      <link>https://dev.to/ruca_ai/i-built-tracemotive-a-local-first-debugger-for-ai-agent-execution-29ek</link>
      <guid>https://dev.to/ruca_ai/i-built-tracemotive-a-local-first-debugger-for-ai-agent-execution-29ek</guid>
      <description>&lt;p&gt;I just released TraceMotive v0.1, an open-source, local-first tracing and debugging tool for AI agent execution.&lt;/p&gt;

&lt;p&gt;I built it because I kept running into the same problem:&lt;/p&gt;

&lt;p&gt;When an agent behaves incorrectly, the final error often doesn't tell you enough about how the execution actually got there.&lt;/p&gt;

&lt;p&gt;TraceMotive records agent runs as traces and spans so you can inspect the execution step by step.&lt;/p&gt;

&lt;h2&gt;
  
  
  What v0.1 includes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Trace and Span collection&lt;/li&gt;
&lt;li&gt;Parent/child Span hierarchy&lt;/li&gt;
&lt;li&gt;Execution Timeline&lt;/li&gt;
&lt;li&gt;Span Inspector&lt;/li&gt;
&lt;li&gt;SQLite-backed local Collector&lt;/li&gt;
&lt;li&gt;OpenAI Agents SDK integration&lt;/li&gt;
&lt;li&gt;Privacy-first content capture defaults&lt;/li&gt;
&lt;li&gt;Bounded local transport and failure isolation&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;

&lt;p&gt;pip install tracemotive&lt;/p&gt;

&lt;p&gt;GitHub:&lt;br&gt;
&lt;a href="https://github.com/doraemonfv-glitch/tracemotive" rel="noopener noreferrer"&gt;https://github.com/doraemonfv-glitch/tracemotive&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;PyPI:&lt;br&gt;
&lt;a href="https://pypi.org/project/tracemotive/" rel="noopener noreferrer"&gt;https://pypi.org/project/tracemotive/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;TraceMotive's own tracing data stays local by default. Model-provider traffic still depends on how the agent itself is configured.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;v0.1 is intentionally focused on observation and debugging rather than automatic diagnosis.&lt;/p&gt;

&lt;p&gt;The longer-term direction is to move from:&lt;/p&gt;

&lt;p&gt;“Where did the error happen?”&lt;/p&gt;

&lt;p&gt;toward:&lt;/p&gt;

&lt;p&gt;“Where did the execution first start going wrong?”&lt;/p&gt;

&lt;p&gt;That is the idea behind the long-term goal:&lt;/p&gt;

&lt;p&gt;“The causal debugger for AI agents.”&lt;/p&gt;

&lt;p&gt;I'd especially appreciate feedback from people building agents:&lt;/p&gt;

&lt;p&gt;What information do you usually wish you had when debugging an agent execution?&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>ai</category>
      <category>agents</category>
      <category>python</category>
    </item>
  </channel>
</rss>
