<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Multi-Agent on E7Coding</title><link>https://www.e7coding.com/en/tags/multi-agent/</link><description>Recent content in Multi-Agent on E7Coding</description><generator>Hugo</generator><language>en</language><managingEditor>Joy</managingEditor><webMaster>Joy</webMaster><lastBuildDate>Wed, 01 Jul 2026 15:40:00 +0800</lastBuildDate><atom:link href="https://www.e7coding.com/en/tags/multi-agent/index.xml" rel="self" type="application/rss+xml"/><item><title>What Is A2A: How Different Agents Discover, Communicate, and Collaborate</title><link>https://www.e7coding.com/en/posts/agent2agent-a2a-protocol-introduction/</link><pubDate>Wed, 01 Jul 2026 15:40:00 +0800</pubDate><author>Joy</author><guid>https://www.e7coding.com/en/posts/agent2agent-a2a-protocol-introduction/</guid><description>&lt;p&gt;A2A stands for &lt;strong&gt;Agent2Agent Protocol&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;It is not about how a model calls tools. It is about how different agents discover each other, exchange messages, and collaborate on tasks.&lt;/p&gt;
&lt;p&gt;As organizations begin deploying multiple agents internally, a practical problem quickly appears: a sales agent, support agent, finance agent, legal agent, and engineering agent may come from different teams, vendors, and frameworks. They cannot only operate inside their own systems. They also need to delegate work, pass context, and return results to one another.&lt;/p&gt;</description></item><item><title>Why Multi-Agent Parallel Development Works: Git Worktree Isolation and Coordinated Merging</title><link>https://www.e7coding.com/en/posts/multi-agent-worktree-parallel-dev/</link><pubDate>Tue, 16 Jun 2026 15:40:00 +0800</pubDate><author>Joy</author><guid>https://www.e7coding.com/en/posts/multi-agent-worktree-parallel-dev/</guid><description>&lt;blockquote&gt;
&lt;p&gt;When you want &lt;strong&gt;multiple AI agents&lt;/strong&gt; to work on the same codebase at the same time, the first wall you hit is that they share one working directory and overwrite each other&amp;rsquo;s files. &lt;strong&gt;Git Worktree + coordinator/worker mode&lt;/strong&gt; exists to solve this. This article explains the principles, why it works, and where the benefits come from.&lt;/p&gt;</description></item></channel></rss>