You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/a2aproject/a2a-python/actions/workflows/unit-tests.yml)
<h3align="center">A Python library that helps run agentic applications as A2AServers following the <ahref="https://a2a-protocol.org">Agent2Agent (A2A) Protocol</a>.</h3>
15
-
</html>
14
+
<h3>
15
+
A Python library for running agentic applications as A2A Servers, following the <a href="https://a2a-protocol.org">Agent2Agent (A2A) Protocol</a>.
16
+
</h3>
17
+
</div>
16
18
17
19
<!-- markdownlint-enable no-inline-html -->
18
20
19
-
## Installation
21
+
---
20
22
21
-
You can install the A2A SDK using either `uv` or `pip`.
23
+
## ✨ Features
22
24
23
-
## Prerequisites
25
+
-**A2A Protocol Compliant:** Build agentic applications that adhere to the Agent2Agent (A2A) Protocol.
26
+
-**Extensible:** Easily add support for different communication protocols and database backends.
27
+
-**Asynchronous:** Built on modern async Python for high performance.
28
+
-**Optional Integrations:** Includes optional support for:
3. You can validate your agent using the agent inspector. Follow the instructions at the [a2a-inspector](https://github.com/a2aproject/a2a-inspector) repo.
132
85
133
-
You can also find more Python samples [here](https://github.com/a2aproject/a2a-samples/tree/main/samples/python) and JavaScript samples [here](https://github.com/a2aproject/a2a-samples/tree/main/samples/js).
86
+
---
87
+
88
+
## 🌐 More Examples
89
+
90
+
You can find a variety of more detailed examples in the [a2a-samples](https://github.com/a2aproject/a2a-samples) repository:
0 commit comments