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
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,12 @@ uv add a2a-sdk
34
34
```
35
35
36
36
To install with database support:
37
+
37
38
```bash
38
39
# PostgreSQL support
39
40
uv add "a2a-sdk[postgresql]"
40
41
41
-
# MySQL support
42
+
# MySQL support
42
43
uv add "a2a-sdk[mysql]"
43
44
44
45
# SQLite support
@@ -57,6 +58,7 @@ pip install a2a-sdk
57
58
```
58
59
59
60
To install with database support:
61
+
60
62
```bash
61
63
# PostgreSQL support
62
64
pip install "a2a-sdk[postgresql]"
@@ -90,7 +92,7 @@ pip install "a2a-sdk[sql]"
90
92
uv run test_client.py
91
93
```
92
94
93
-
3. You can validate your agent using the agent inspector. Follow the instructions at the [a2a-inspector](https://github.com/a2aproject/a2a-inspector) repo.
95
+
3. You can validate your agent using the agent inspector. Follow the instructions at the [a2a-inspector](https://github.com/a2aproject/a2a-inspector) repo.
94
96
95
97
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).
0 commit comments