File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ export EXAMPLES_A2A_BUYER__AMPERSEND_API_URL=https://api.staging.ampersend.ai
8686uv --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
117117uv --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
159159uv --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** :
You can’t perform that action at this time.
0 commit comments