We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39476de commit 9bbca36Copy full SHA for 9bbca36
README.md
@@ -28,9 +28,20 @@ pip install a2a-sdk
28
29
## Examples
30
31
-A simple hello world example agent is available here:
+### [Helloworld Example](https://github.com/google/a2a-python/tree/main/examples/helloworld)
32
33
-* [Hello World example](https://github.com/google/a2a-python/tree/main/examples/helloworld)
+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
43
+uv run test_client.py
44
45
46
You can also find more examples [here](https://github.com/google/A2A/tree/main/samples/python/agents)
47
0 commit comments