瀏覽代碼

Update 第十章 智能体通信协议.md

Tian Siyuan 8 月之前
父節點
當前提交
849e6bb650
共有 1 個文件被更改,包括 1 次插入 和 0 次删除
  1. 1 0
      docs/chapter10/第十章 智能体通信协议.md

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

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