diff --git a/.github/actions/spelling/allow.txt b/.github/actions/spelling/allow.txt index 19f28982..8e922ba9 100644 --- a/.github/actions/spelling/allow.txt +++ b/.github/actions/spelling/allow.txt @@ -32,6 +32,7 @@ lifecycles linting oauthoidc opensource +pyversions socio sse tagwords diff --git a/README.md b/README.md index 2d8b2883..e8e9fa57 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ # A2A Python SDK -A Python library that helps run agentic applications as A2AServers following the [Agent2Agent (A2A) Protocol](https://google.github.io/A2A/). +[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE) +![PyPI - Version](https://img.shields.io/pypi/v/a2a-sdk) +![PyPI - Python Version](https://img.shields.io/pypi/pyversions/a2a-sdk) + + + + +

+ A2A Logo +

+

A Python library that helps run agentic applications as A2AServers following the Agent2Agent (A2A) Protocol.

+ + + ## Installation @@ -8,7 +21,7 @@ You can install the A2A SDK using either `uv` or `pip`. ## Prerequisites -- Python 3.13+ +- Python 3.10+ - `uv` (optional, but recommended) or `pip` ### Using `uv`