<?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: Pooja Ramachandran</title>
    <description>The latest articles on DEV Community by Pooja Ramachandran (@pooja_ramachandran_43ffca).</description>
    <link>https://dev.to/pooja_ramachandran_43ffca</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%2F4081387%2F0196b0a8-b539-4a88-b3e4-5651eeb04677.png</url>
      <title>DEV Community: Pooja Ramachandran</title>
      <link>https://dev.to/pooja_ramachandran_43ffca</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pooja_ramachandran_43ffca"/>
    <language>en</language>
    <item>
      <title>I got tired of Docker + Postgres just to debug a local AI agent, so I built this</title>
      <dc:creator>Pooja Ramachandran</dc:creator>
      <pubDate>Mon, 17 Aug 2026 10:23:49 +0000</pubDate>
      <link>https://dev.to/pooja_ramachandran_43ffca/i-got-tired-of-docker-postgres-just-to-debug-a-local-ai-agent-so-i-built-this-m9i</link>
      <guid>https://dev.to/pooja_ramachandran_43ffca/i-got-tired-of-docker-postgres-just-to-debug-a-local-ai-agent-so-i-built-this-m9i</guid>
      <description>&lt;p&gt;Every time I wanted to check token usage or cost on a local smolagents&lt;br&gt;
run, I ended up spinning up a full observability stack for what should&lt;br&gt;
be a two-second check. So I built AgentBox — single Python file, zero&lt;br&gt;
dependencies, logs to local SQLite, live dashboard at localhost:8888.&lt;/p&gt;

&lt;p&gt;Nothing leaves your machine — no signup, no cloud, no config. Drop&lt;br&gt;
agentbox.py in your project, wrap your agent function with a decorator,&lt;br&gt;
done.&lt;/p&gt;

&lt;p&gt;Currently tuned for smolagents (auto-detects token/cost data from the&lt;br&gt;
.monitor object), but the core tracing works with any Python function.&lt;br&gt;
LangChain/CrewAI adapters are next.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/pujaaaaaa/agentbox" rel="noopener noreferrer"&gt;https://github.com/pujaaaaaa/agentbox&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback — especially from anyone doing local agent work,&lt;br&gt;
what's missing or what you'd want tracked.&lt;/p&gt;

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