Skip to content

Commit 8873748

Browse files
committed
fix: correct adk web command to use parent directory
adk web requires the parent directory containing agent folders, not the agent folder itself (e.g., src/examples/a2a/buyer not .../adk).
1 parent e668d9c commit 8873748

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python/examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export EXAMPLES_A2A_BUYER__AMPERSEND_API_URL=https://api.staging.ampersend.ai
8686
uv --directory=python/examples run -- adk run src/examples/a2a/buyer/adk
8787

8888
# Option 2: Web UI (opens in browser)
89-
uv --directory=python/examples run -- adk web src/examples/a2a/buyer/adk
89+
uv --directory=python/examples run -- adk web src/examples/a2a/buyer
9090
```
9191

9292
**Features**:
@@ -117,7 +117,7 @@ export GOOGLE_API_KEY=... # Get from https://aistudio.google.com/apikey
117117
uv --directory=python/examples run -- adk run src/examples/a2a/buyer/local_agent
118118

119119
# Option 2: Web UI (opens in browser)
120-
uv --directory=python/examples run -- adk web src/examples/a2a/buyer/local_agent
120+
uv --directory=python/examples run -- adk web src/examples/a2a/buyer
121121
```
122122

123123
**Features**:
@@ -159,7 +159,7 @@ export EXAMPLE_BUYER__MCP__TARGET_SERVER_URL=https://subgraph-mcp.x402.staging.a
159159
uv --directory=python/examples run -- adk run src/examples/mcp/buyer/adk
160160

161161
# Option 2: Web UI (opens in browser)
162-
uv --directory=python/examples run -- adk web src/examples/mcp/buyer/adk
162+
uv --directory=python/examples run -- adk web src/examples/mcp/buyer
163163
```
164164

165165
**Features**:

0 commit comments

Comments
 (0)