Skip to content

Commit 65c09b3

Browse files
signoredemsWorkshop Participant
authored andcommitted
docs(multiagent): Update A2AServer docstrings (#377)
1 parent d4b02a6 commit 65c09b3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/strands/multiagent/a2a/server.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,10 @@ def __init__(
3434
version: str = "0.0.1",
3535
skills: list[AgentSkill] | None = None,
3636
):
37-
"""Initialize an A2A-compatible agent from a Strands agent.
37+
"""Initialize an A2A-compatible server from a Strands agent.
3838
3939
Args:
4040
agent: The Strands Agent to wrap with A2A compatibility.
41-
name: The name of the agent, used in the AgentCard.
42-
description: A description of the agent's capabilities, used in the AgentCard.
4341
host: The hostname or IP address to bind the A2A server to. Defaults to "0.0.0.0".
4442
port: The port to bind the A2A server to. Defaults to 9000.
4543
version: The version of the agent. Defaults to "0.0.1".

0 commit comments

Comments
 (0)