File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Install the core SDK and any desired extras using your preferred package manager
5050| ** All Extras** | ` uv add "a2a-sdk[all]" ` | ` pip install "a2a-sdk[all]" ` |
5151| ** protobuf** | ` uv add "a2a-sdk[proto]" ` | ` pip install "a2a-sdk[proto]" ` |
5252| ** JSON-RPC Server** | ` uv add "a2a-sdk[jsonrpc-server]" ` | ` pip install "a2a-sdk[jsonrpc-server]" ` |
53- | ** HTTP (Rest ) Server** | ` uv add "a2a-sdk[http-server]" ` | ` pip install "a2a-sdk[http-server]" ` |
53+ | ** HTTP (REST ) Server** | ` uv add "a2a-sdk[http-server]" ` | ` pip install "a2a-sdk[http-server]" ` |
5454| ** gRPC Support** | ` uv add "a2a-sdk[grpc]" ` | ` pip install "a2a-sdk[grpc]" ` |
5555| ** OpenTelemetry Tracing** | ` uv add "a2a-sdk[telemetry]" ` | ` pip install "a2a-sdk[telemetry]" ` |
5656| ** Encryption** | ` uv add "a2a-sdk[encryption]" ` | ` pip install "a2a-sdk[encryption]" ` |
You can’t perform that action at this time.
0 commit comments