Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/chapter10/Chapter10-Agent-Communication-Protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
1 change: 1 addition & 0 deletions docs/chapter10/第十章 智能体通信协议.md
Original file line number Diff line number Diff line change
Expand Up @@ -1305,6 +1305,7 @@ HelloAgents 提供了统一的 A2A 工具接口。
```python
from hello_agents.protocols import A2AServer
import threading
import time

# 创建研究员Agent服务
researcher = A2AServer(
Expand Down