Early version of the A2A Python SDK.
python3.13 -m venv .venv
source .venv/bin/activatepip install .import a2aRun Remote Agent
cd examples/helloworld
python __main__.py
# or
uv run __main__.pyIn another terminal, run the client
cd examples/helloworld
python test_client.py
# or
uv run test_client.pyThis project is licensed under the terms of the Apache 2.0 License.
See CONTRIBUTING.md for contribution guidelines.