From 3b36bb753a20d1865e953a9fc79b23e9742179d7 Mon Sep 17 00:00:00 2001 From: meichuanyi Date: Sun, 14 Jun 2026 15:01:22 +0800 Subject: [PATCH] docs: fix typo in A2A tutorial Signed-off-by: meichuanyi --- tutorials/03-multi-agent-systems/a2a_tutorial/a2a-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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