<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>A2A on Go Micro</title><link>https://go-micro.dev/tags/a2a.html</link><description>Recent content in A2A on Go Micro</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 29 Jul 2026 08:42:34 +0100</lastBuildDate><atom:link href="https://go-micro.dev/tags/a2a/index.xml" rel="self" type="application/rss+xml"/><item><title>Agents Across Frameworks: A2A</title><link>https://go-micro.dev/blog/2026/06/18/agents-across-frameworks-a2a.html</link><pubDate>Thu, 18 Jun 2026 00:00:00 +0000</pubDate><guid>https://go-micro.dev/blog/2026/06/18/agents-across-frameworks-a2a.html</guid><description>&lt;p&gt;Inside a Go Micro system, agents already talk to each other. An agent is a service with an &lt;code&gt;Agent.Chat&lt;/code&gt; endpoint, so &lt;code&gt;delegate&lt;/code&gt; just calls another agent over RPC. That works as long as everyone is on Go Micro. The moment an agent is built on a different framework, the conversation stops: it can&amp;rsquo;t call yours, and yours can&amp;rsquo;t call it.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://a2a-protocol.org"&gt;A2A&lt;/a&gt; — the open Agent2Agent protocol — is the standard that closes that gap, and Go Micro now speaks it.&lt;/p&gt;</description></item></channel></rss>