Skip to content

Commit 026a891

Browse files
committed
fix spelling
1 parent ad133bd commit 026a891

File tree

6 files changed

+23
-35
lines changed

6 files changed

+23
-35
lines changed

.github/actions/spelling/allow.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ INR
1313
JPY
1414
JSONRPCt
1515
Llm
16+
Nominatim
1617
WEA
1718
aconnect
1819
adk
@@ -26,19 +27,24 @@ cla
2627
cls
2728
coc
2829
codegen
30+
codelab
2931
coro
3032
datamodel
3133
dunders
3234
genai
35+
geolocator
3336
gle
37+
gridpoint
3438
htmlcov
3539
inmemory
3640
ipynb
3741
kwarg
3842
langgraph
3943
lifecycles
4044
linting
45+
llm
4146
mcp
47+
nominatim
4248
nosetests
4349
npx
4450
oauthoidc
@@ -50,5 +56,6 @@ pytype
5056
socio
5157
sse
5258
tagwords
59+
uvx
5360
vulnz
5461
webassets

examples/a2a-mcp-app/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Before running the application locally, ensure you have the following installed:
2929
4. **set up .env**
3030

3131

32-
- create .env file in `airbnb_agent` and `weater_agent`folder with the following content
32+
- create .env file in `airbnb_agent` and `weather_agent`folder with the following content
3333
```bash
3434
GOOGLE_API_KEY="your_api_key_here"
3535
```
@@ -88,5 +88,4 @@ Here're example questions:
8888
## References
8989
- https://github.com/google/a2a-python
9090
- https://codelabs.developers.google.com/intro-a2a-purchasing-concierge#1
91-
- https://github.com/alphinside/purchasing-concierge-intro-a2a-codelab-starter
9291
- https://google.github.io/adk-docs/

examples/a2a-mcp-app/airbnb_agent/.env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
GOOGLE_API_KEY="your key"
2-
# Choose Model Backend: 0 -> ML Dev, 1 -> Vertex
32
GOOGLE_GENAI_USE_VERTEXAI=True
43

54
# Vertex AI backend config

examples/a2a-mcp-app/host_agent/Dockerfile

Lines changed: 0 additions & 31 deletions
This file was deleted.

examples/a2a-mcp-app/weather_agent/.env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
GOOGLE_API_KEY="your key"
2-
# Choose Model Backend: 0 -> ML Dev, 1 -> Vertex
32
GOOGLE_GENAI_USE_VERTEXAI=True
43

54
# Vertex AI backend config
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
"""
2+
Copyright 2025 Google LLC
3+
4+
Licensed under the Apache License, Version 2.0 (the "License");
5+
you may not use this file except in compliance with the License.
6+
You may obtain a copy of the License at
7+
8+
https://www.apache.org/licenses/LICENSE-2.0
9+
10+
Unless required by applicable law or agreed to in writing, software
11+
distributed under the License is distributed on an "AS IS" BASIS,
12+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
See the License for the specific language governing permissions and
14+
limitations under the License.
15+
"""

0 commit comments

Comments
 (0)