diff --git a/tutorials/03-multi-agent-systems/a2a_tutorial/a2a-tutorial.md b/tutorials/03-multi-agent-systems/a2a_tutorial/a2a-tutorial.md index 6ccbf8f07..a540b1704 100644 --- a/tutorials/03-multi-agent-systems/a2a_tutorial/a2a-tutorial.md +++ b/tutorials/03-multi-agent-systems/a2a_tutorial/a2a-tutorial.md @@ -10,7 +10,7 @@ Most agentic AI applications implement custom communication between components, (e.g. [ChatDev's ChatChain](https://www.ibm.com/think/tutorials/chatdev-chatchain-agent-communication-watsonx-ai)), making it difficult to reuse the same agent across different applications or integrate external tools. This lack of standardization prevents interoperability -and limits the developement of a broader agent ecosystem. +and limits the development of a broader agent ecosystem. A2A solves this by separating the communication layer from the agent logic through a standardized protocol built on HTTP, JSON-RPC 2.0, and Server-Sent