<?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: Dev Khant</title>
    <description>The latest articles on DEV Community by Dev Khant (@dev_khant).</description>
    <link>https://dev.to/dev_khant</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3802547%2F542ca220-c504-4437-ad32-152f7252333b.jpg</url>
      <title>DEV Community: Dev Khant</title>
      <link>https://dev.to/dev_khant</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dev_khant"/>
    <language>en</language>
    <item>
      <title>OpenAlerts - Monitoring layer for Agentic frameworks</title>
      <dc:creator>Dev Khant</dc:creator>
      <pubDate>Mon, 02 Mar 2026 23:21:03 +0000</pubDate>
      <link>https://dev.to/dev_khant/openalerts-monitoring-layer-for-agentic-frameworks-5p8</link>
      <guid>https://dev.to/dev_khant/openalerts-monitoring-layer-for-agentic-frameworks-5p8</guid>
      <description>&lt;p&gt;If you're building with agentic frameworks, you've probably been through this.&lt;/p&gt;

&lt;p&gt;Everything looks fine. Your agent is running. Users are chatting. Then someone messages you: "Hey, your bot hasn't replied in 20 minutes."&lt;/p&gt;

&lt;p&gt;You check the logs. Your LLM provider started throwing 401s an hour ago. Or a tool call failed mid-session and your agent just started making things up. Or your gateway stopped working and no one noticed.&lt;/p&gt;

&lt;p&gt;No alert. No error. Nothing.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Tools like Datadog, PagerDuty, and Grafana are great for monitoring servers and infrastructure. But they don't catch agent-specific issues - things like expired API keys, sessions stuck in loops, tool calls failing quietly while the agent hallucinates, or message queues backing up with no warning.&lt;/p&gt;

&lt;p&gt;These aren't server problems. They're agent problems. And without something watching for them, you'll only find out when your users complain.&lt;/p&gt;




&lt;h2&gt;
  
  
  What We Built
&lt;/h2&gt;

&lt;p&gt;I'm Dev, co-founder of Steadwing. We kept running into silent failures with our own agents in production. We looked for a simple alerting tool made for agent frameworks and couldn't find one.&lt;/p&gt;

&lt;p&gt;So we built &lt;strong&gt;OpenAlerts&lt;/strong&gt; - an open-source alerting layer that watches your agents in real-time and tells you when something breaks.&lt;/p&gt;

&lt;p&gt;Just install it, connect a messaging channel, and you're good to go. No complicated setup.&lt;/p&gt;

&lt;p&gt;Here's what it does:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;8 real-time alert rules&lt;/strong&gt; - covers LLM errors, infra failures, gateway downtime, stuck sessions, high error rates, queue buildup, tool failures, and heartbeat issues. You can adjust all thresholds and cooldowns.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-channel alerts&lt;/strong&gt; - get notified on Telegram, Discord, Slack, WhatsApp, or Signal.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;LLM-enriched alerts&lt;/strong&gt; - optionally uses your model to add a plain-English summary and a suggested fix to each alert. If the LLM call fails, it just sends the regular alert.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Built-in dashboard&lt;/strong&gt; - a live view of events, logs, and system health. Runs locally, nothing extra to set up.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero-token chat commands&lt;/strong&gt; - &lt;code&gt;/health&lt;/code&gt;, &lt;code&gt;/alerts&lt;/code&gt;, and &lt;code&gt;/dashboard&lt;/code&gt; work in any connected channel and don't use any LLM tokens.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Framework support&lt;/strong&gt; - works with OpenClaw, OpenManus, and Nanobot today, with more coming.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Open Source &amp;amp; Free
&lt;/h2&gt;

&lt;p&gt;With Apache-2.0 license.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/steadwing/openalerts" rel="noopener noreferrer"&gt;github.com/steadwing/openalerts&lt;/a&gt;&lt;br&gt;
👉 &lt;strong&gt;Discord:&lt;/strong&gt; &lt;a href="https://discord.gg/4rUP86tSXn" rel="noopener noreferrer"&gt;Join the community&lt;/a&gt;&lt;br&gt;
👉 &lt;strong&gt;Website:&lt;/strong&gt; &lt;a href="https://www.openalerts.dev/" rel="noopener noreferrer"&gt;openalerts.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to try it out, star it, and share any feedback 🙏&lt;/p&gt;

</description>
      <category>ai</category>
      <category>opensource</category>
      <category>github</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
