| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A Python library that helps run agentic applications as A2AServers following the Agent2Agent (A2A) Protocol.
You can install the A2A SDK using either uv or pip.
When you're working within a uv project or a virtual environment managed by uv, the preferred way to add packages is using uv add.
uv add a2a-sdkIf you prefer to use pip, the standard Python package installer, you can install a2a-sdk as follows
pip install a2a-sdkRun Remote Agent
cd examples/helloworld
uv run .In another terminal, run the client
uv run test_client.pyYou can also find more examples here
This project is licensed under the terms of the Apache 2.0 License.
See CONTRIBUTING.md for contribution guidelines.
| Back | FazBrowse Home | New Git URL |