<?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: Ameen Mari</title>
    <description>The latest articles on DEV Community by Ameen Mari (@ameen_mari_34460765566e60).</description>
    <link>https://dev.to/ameen_mari_34460765566e60</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%2F4069707%2F3195e5e5-e856-4c5a-b907-e882806b4d34.jpg</url>
      <title>DEV Community: Ameen Mari</title>
      <link>https://dev.to/ameen_mari_34460765566e60</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ameen_mari_34460765566e60"/>
    <language>en</language>
    <item>
      <title>🚀 Open Source ERPNext Copilot — Ask your ERP data in plain English</title>
      <dc:creator>Ameen Mari</dc:creator>
      <pubDate>Tue, 11 Aug 2026 13:53:22 +0000</pubDate>
      <link>https://dev.to/ameen_mari_34460765566e60/open-source-erpnext-copilot-ask-your-erp-data-in-plain-english-40lf</link>
      <guid>https://dev.to/ameen_mari_34460765566e60/open-source-erpnext-copilot-ask-your-erp-data-in-plain-english-40lf</guid>
      <description>&lt;p&gt;🚀 Open Source ERPNext Copilot — Ask your ERP data in plain English&lt;/p&gt;

&lt;p&gt;I've built an open-source AI assistant directly inside ERPNext.&lt;/p&gt;

&lt;p&gt;Instead of sending your ERP data to an AI, the model creates a validated query plan and ERPNext executes it locally using the logged-in user's permissions.&lt;/p&gt;

&lt;p&gt;It supports:&lt;/p&gt;

&lt;p&gt;Natural-language ERP queries&lt;br&gt;
Permission-safe access&lt;br&gt;
OpenAI, Azure, Groq, Ollama and compatible providers&lt;br&gt;
Local/private ERP data&lt;br&gt;
Human approval before create operations&lt;/p&gt;

&lt;p&gt;GitHub: github.com/ameenmari/erpnext_copilot&lt;/p&gt;

&lt;p&gt;I'd really appreciate feedback from Frappe developers and ERPNext implementers. If you find it useful, ⭐ the repo or contribute.&lt;/p&gt;

</description>
      <category>frappe</category>
    </item>
    <item>
      <title>I built AgentProdReady, an open-source TypeScript / Node.js framework for embedding AI agents into real backend apps</title>
      <dc:creator>Ameen Mari</dc:creator>
      <pubDate>Sun, 09 Aug 2026 10:01:24 +0000</pubDate>
      <link>https://dev.to/ameen_mari_34460765566e60/i-built-agentprodready-an-open-source-typescript-nodejs-framework-for-embedding-ai-agents-into-211h</link>
      <guid>https://dev.to/ameen_mari_34460765566e60/i-built-agentprodready-an-open-source-typescript-nodejs-framework-for-embedding-ai-agents-into-211h</guid>
      <description>&lt;p&gt;Hey guys,&lt;/p&gt;

&lt;p&gt;Quick pitch: I built AgentProdReady, an open-source TypeScript / Node.js framework for embedding AI agents into real backend apps.&lt;/p&gt;

&lt;p&gt;What it is&lt;br&gt;
A production-oriented agent stack with a Simple Agent API (createAgent → invoke / stream / close) so you can ship something useful this week — tools, memory, streaming, OpenAI / Anthropic / OpenAI-compatible providers — without drowning in platform boilerplate on day one.&lt;/p&gt;

&lt;p&gt;Problem it solves&lt;br&gt;
Most agent demos look great in a notebook, then fall apart when you try to put them in a real service: tools with side effects, auth, streaming, providers, and “what happens when this needs to be production-ready?” AgentProdReady is aimed at that gap — start simple, then graduate into clearer Runtime / Security / Capability ownership when you need it. Young ecosystem, honest about that — not claiming enterprise conquest.&lt;/p&gt;

&lt;p&gt;I’ve done most of the core work already (Simple API, tools, memory, providers, diagnostics, scaffold, docs, npm packages). It’s MIT and open source.&lt;/p&gt;

&lt;p&gt;Try it&lt;br&gt;
npm create agentprodready@latest my-agent&lt;/p&gt;

&lt;h1&gt;
  
  
  or
&lt;/h1&gt;

&lt;p&gt;npm install @agentprodready/agent-framework&lt;br&gt;
GitHub: &lt;a href="https://github.com/ameenmari/agentprodready" rel="noopener noreferrer"&gt;https://github.com/ameenmari/agentprodready&lt;/a&gt;&lt;br&gt;
npm: &lt;a href="https://www.npmjs.com/package/@agentprodready/agent-framework" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/@agentprodready/agent-framework&lt;/a&gt;&lt;br&gt;
If this sounds useful, please go check it out — star if you like the direction, open an issue if something’s confusing, or leave feedback. Docs/examples PRs are especially welcome.&lt;/p&gt;

&lt;p&gt;Thanks for reading.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>node</category>
      <category>showdev</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
