<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Interoperability on Nitin Kumar Singh</title><link>https://nitinksingh.com/tags/interoperability/</link><description>Recent content in Interoperability on Nitin Kumar Singh</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Nitin Kumar Singh. All rights reserved.</copyright><lastBuildDate>Sun, 12 Apr 2026 11:40:00 +0530</lastBuildDate><atom:link href="https://nitinksingh.com/tags/interoperability/index.xml" rel="self" type="application/rss+xml"/><item><title>Multi-Agent Architecture: Orchestration and the A2A Protocol</title><link>https://nitinksingh.com/posts/multi-agent-architecture-orchestration-and-the-a2a-protocol/</link><pubDate>Sun, 12 Apr 2026 11:40:00 +0530</pubDate><guid>https://nitinksingh.com/posts/multi-agent-architecture-orchestration-and-the-a2a-protocol/</guid><description>&lt;p&gt;You have five specialist agents, each with domain expertise. One handles product search and recommendations. Another manages orders and returns. A third deals with pricing, promotions, and loyalty discounts. The fourth analyzes product reviews and sentiment. The fifth tracks inventory and shipping.&lt;/p&gt;</description></item><item><title>MCP Integration -- Connecting AI Agents to the Tool Ecosystem</title><link>https://nitinksingh.com/posts/mcp-integration--connecting-ai-agents-to-the-tool-ecosystem/</link><pubDate>Sun, 12 Apr 2026 11:10:00 +0530</pubDate><guid>https://nitinksingh.com/posts/mcp-integration--connecting-ai-agents-to-the-tool-ecosystem/</guid><description>&lt;p&gt;Every agent in ECommerce Agents has hand-coded tools. The inventory agent has &lt;code&gt;check_stock&lt;/code&gt;, &lt;code&gt;get_warehouses&lt;/code&gt;, and &lt;code&gt;estimate_shipping&lt;/code&gt; as &lt;code&gt;@tool&lt;/code&gt;-decorated Python functions that query PostgreSQL directly. The product discovery agent has &lt;code&gt;search_products&lt;/code&gt; and &lt;code&gt;semantic_search&lt;/code&gt;. The order management agent has &lt;code&gt;get_orders&lt;/code&gt; and &lt;code&gt;create_order&lt;/code&gt;. Each tool is tightly coupled to the agent that owns it, written in the same language, deployed in the same container, and imported as a Python module.&lt;/p&gt;</description></item></channel></rss>