We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c50ee1 commit 4d658a5Copy full SHA for 4d658a5
1 file changed
README.md
@@ -48,13 +48,14 @@ pip install a2a-sdk
48
49
```bash
50
git clone https://github.com/google-a2a/a2a-samples.git
51
- cd samples/helloworld
+ cd a2a-samples/samples/python/agents/helloworld
52
uv run .
53
```
54
55
2. In another terminal, run the client
56
57
58
59
uv run test_client.py
60
61
0 commit comments