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
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.
13
13
---
14
14
15
15
## `hello_world_agent.py` — Agent Server
@@ -53,21 +53,8 @@ uv run python samples/cli.py
53
53
uv run python samples/cli.py --url http://192.168.1.10:41241 --transport GRPC
54
54
```
55
55
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.
64
57
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`.
0 commit comments