File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Host applications that use the A2AClient. Includes a CLI which shows simple task
15
15
16
16
## Prerequisites
17
17
18
- - Python 3.13 or higher
18
+ - Python 3.11 or higher
19
19
- [ UV] ( https://docs.astral.sh/uv/ )
20
20
21
21
## Running the Samples
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Each agent can be run as its own A2A server with the instructions on its README.
6
6
7
7
To interact with the servers, use an A2AClient in a host app (such as the CLI). See [ Host Apps] ( /samples/python/hosts/README.md ) for details.
8
8
9
+ ## Agents Directory
10
+
9
11
* [ ** Google ADK** ] ( /samples/python/agents/google_adk/README.md )
10
12
Sample agent to (mock) fill out expense reports. Showcases multi-turn interactions and returning/replying to webforms through A2A.
11
13
You can’t perform that action at this time.
0 commit comments