Browse Source

Merge pull request #256 from tiansiyuan/patch-10

add missing module
jjyaoao 5 tháng trước cách đây
mục cha
commit
8bef1bc4bd

+ 1 - 0
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(

+ 1 - 0
docs/chapter10/第十章 智能体通信协议.md

@@ -1305,6 +1305,7 @@ HelloAgents 提供了统一的 A2A 工具接口。
 ```python
 from hello_agents.protocols import A2AServer
 import threading
+import time
 
 # 创建研究员Agent服务
 researcher = A2AServer(