Skip to content

Commit 9bbca36

Browse files
committed
update readme
1 parent 39476de commit 9bbca36

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,20 @@ pip install a2a-sdk
2828

2929
## Examples
3030

31-
A simple hello world example agent is available here:
31+
### [Helloworld Example](https://github.com/google/a2a-python/tree/main/examples/helloworld)
3232

33-
* [Hello World example](https://github.com/google/a2a-python/tree/main/examples/helloworld)
33+
1. Run Remote Agent
34+
35+
```bash
36+
cd examples/helloworld
37+
uv run .
38+
```
39+
40+
2. In another terminal, run the client
41+
42+
```bash
43+
uv run test_client.py
44+
```
3445

3546
You can also find more examples [here](https://github.com/google/A2A/tree/main/samples/python/agents)
3647

0 commit comments

Comments
 (0)