diff --git a/docs/chapter10/Chapter10-Agent-Communication-Protocols.md b/docs/chapter10/Chapter10-Agent-Communication-Protocols.md index 33fdbe7c..0fc17119 100644 --- a/docs/chapter10/Chapter10-Agent-Communication-Protocols.md +++ b/docs/chapter10/Chapter10-Agent-Communication-Protocols.md @@ -1305,6 +1305,7 @@ First, let's create an Agent server: ```python from hello_agents.protocols import A2AServer import threading +import time # Create researcher Agent service researcher = A2AServer( diff --git "a/docs/chapter10/\347\254\254\345\215\201\347\253\240 \346\231\272\350\203\275\344\275\223\351\200\232\344\277\241\345\215\217\350\256\256.md" "b/docs/chapter10/\347\254\254\345\215\201\347\253\240 \346\231\272\350\203\275\344\275\223\351\200\232\344\277\241\345\215\217\350\256\256.md" index 06f72b59..c10d06d1 100644 --- "a/docs/chapter10/\347\254\254\345\215\201\347\253\240 \346\231\272\350\203\275\344\275\223\351\200\232\344\277\241\345\215\217\350\256\256.md" +++ "b/docs/chapter10/\347\254\254\345\215\201\347\253\240 \346\231\272\350\203\275\344\275\223\351\200\232\344\277\241\345\215\217\350\256\256.md" @@ -1305,6 +1305,7 @@ HelloAgents 提供了统一的 A2A 工具接口。 ```python from hello_agents.protocols import A2AServer import threading +import time # 创建研究员Agent服务 researcher = A2AServer(