From 86cc5b1f8775e4cd74f4a68bcf66df18b7ab593d Mon Sep 17 00:00:00 2001 From: Mandar D <11888634+dmandar@users.noreply.github.com> Date: Wed, 18 Jun 2025 10:13:12 -0700 Subject: [PATCH] Update README.md for inspector --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f2c94010..63bf9cd5c 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,8 @@ pip install a2a-sdk uv run test_client.py ``` +3. You can validate your agent using the agent inspector. Follow the instructions at the [a2a-inspector](https://github.com/google-a2a/a2a-inspector) repo. + You can also find more Python samples [here](https://github.com/google-a2a/a2a-samples/tree/main/samples/python) and JavaScript samples [here](https://github.com/google-a2a/a2a-samples/tree/main/samples/js). ## License