File tree Expand file tree Collapse file tree 4 files changed +11
-19
lines changed
google_adk/birthday_planner Expand file tree Collapse file tree 4 files changed +11
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ offensive, or harmful.
4747
4848This Code of Conduct applies both within project spaces and in public spaces
4949when an individual is representing the project or its community. Examples of
50- representing a project or community include using an official project e-mail
50+ representing a project or community include using an official project email
5151address, posting via an official social media account, or acting as an appointed
5252representative at an online or offline event. Representation of a project may be
5353further defined and clarified by project maintainers.
@@ -93,4 +93,4 @@ available at
9393https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
9494
9595Note: A version of this file is also available in the
96- [ New Project repo ] ( https://github.com/google/new-project/blob/master/docs/code-of-conduct.md ) .
96+ [ New Project repository ] ( https://github.com/google/new-project/blob/master/docs/code-of-conduct.md ) .
Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ This agent helps plan birthday parties. It has access to a Calendar Agent that i
1414
15151 . Create the ` .env ` file with your API Key
1616
17- ``` bash
18- echo " GOOGLE_API_KEY=your_api_key_here" > .env
19- ```
17+ ``` bash
18+ echo " GOOGLE_API_KEY=your_api_key_here" > .env
19+ ```
2020
21212 . Run the Calendar Agent. See examples/google_adk/calendar_agent.
2222
23233 . Run the example
2424
25- ``` sh
26- uv run .
27- ```
25+ ``` sh
26+ uv run .
27+ ```
Original file line number Diff line number Diff line change @@ -4,21 +4,19 @@ An example LangGraph agent that helps with currency conversion.
44
55## Getting started
66
7- 1 . Extract the zip file and cd to examples folder
8-
9- 2 . Create an environment file with your API key:
7+ 1 . Create an environment file with your API key:
108
119 ``` bash
1210 echo " GOOGLE_API_KEY=your_api_key_here" > .env
1311 ```
1412
15- 3 . Start the server
13+ 2 . Start the server
1614
1715 ``` bash
1816 uv run main.py
1917 ```
2018
21- 4 . Run the test client
19+ 3 . Run the test client
2220
2321 ``` bash
2422 uv run test_client.py
You can’t perform that action at this time.
0 commit comments