We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12affc9 commit 8372cafCopy full SHA for 8372caf
examples/a2a-adk-app/README.md
@@ -45,7 +45,7 @@ WEA_AGENT_URL=http://localhost:10001
45
```
46
47
## Install SDK
48
-Go to `a2a-mcp-app` folder in terminal:
+Go to `a2a-adk-app` folder in terminal:
49
```bash
50
uv sync
51
@@ -61,15 +61,15 @@ uv run .
61
62
63
## 2. Run Weather server
64
-Open a new terminal, go to `a2a-mcp-app` folder run the server
+Open a new terminal, go to `a2a-adk-app` folder run the server
65
66
67
cd weather_agent
68
uv run .
69
70
71
## 3. Run Host Agent
72
73
74
75
cd host_agent
0 commit comments