Skip to content

Commit b23c112

Browse files
committed
fix readme
1 parent 9b6f0ee commit b23c112

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

samples/README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This directory contains runnable examples demonstrating how to build and interac
99
| `hello_world_agent.py` | **Server** | A2A agent server |
1010
| `cli.py` | **Client** | Interactive terminal client |
1111

12-
All three samples are designed to work together out of the box: the agent listens on `http://127.0.0.1:41241`, which is the default URL used by both clients.
12+
The samples are designed to work together out of the box: the agent listens on `http://127.0.0.1:41241`, which is the default URL used by the client.
1313
---
1414

1515
## `hello_world_agent.py` — Agent Server
@@ -53,21 +53,8 @@ uv run python samples/cli.py
5353
uv run python samples/cli.py --url http://192.168.1.10:41241 --transport GRPC
5454
```
5555

56-
Type `/quit` or `/exit` to stop, or press `Ctrl+C`.
57-
58-
---
59-
60-
61-
## Quick Start
62-
63-
In two separate terminals:
56+
Then type a message like `hello` and press Enter.
6457

65-
```bash
66-
# Terminal 1 — start the agent
67-
uv run python samples/hello_world_agent.py
58+
Type `/quit` or `/exit` to stop, or press `Ctrl+C`.
6859

69-
# Terminal 2 — start the client
70-
uv run python samples/cli.py
71-
```
7260

73-
Then type a message like `hello` and press Enter.

0 commit comments

Comments
 (0)