@@ -39,27 +39,27 @@ the Agent Config files.
39
39
40
40
!!! note
41
41
The Agent Config feature currently only supports Gemini models. For more
42
- information about additional; functional restrictions, see [ Known
43
- limitations] ( ?tab=t.0#heading=h.xefmlyt7zh0i )
42
+ information about additional; functional restrictions, see
43
+ [ Known limitations] ( #known-limitations ) .
44
44
45
45
To setup ADK for use with Agent Config:
46
46
47
47
1 . Install the ADK Python libraries by following the
48
- [ Installation] ( https://google.github.io /adk-docs/get-started/installation/#python)
48
+ [ Installation] ( /adk-docs/get-started/installation/#python )
49
49
instructions. * Python is currently required.* For more information, see the
50
50
[ Known limitations] ( ?tab=t.0#heading=h.xefmlyt7zh0i ) .
51
51
1 . Verify that ADK is installed by running the following command in your
52
52
terminal:
53
53
54
- adk – version
54
+ adk -- version
55
55
56
56
This command should show the ADK version you have installed.
57
57
58
58
!!! Tip
59
59
If the ` adk ` command fails to run and the version is not listed in step 2, make
60
60
sure your Python environment is active. Execute ` source .venv/bin/activate ` in
61
61
your terminal on Mac and Linux. For other platform commands, see the
62
- [ Installation] ( https://google.github.io /adk-docs/get-started/installation/#python)
62
+ [ Installation] ( /adk-docs/get-started/installation/#python )
63
63
page.
64
64
65
65
### Build an agent
@@ -88,9 +88,9 @@ To create an ADK project for use with Agent Config:
88
88
GOOGLE_API_KEY=<your-Google-Gemini-API-key>
89
89
90
90
You can get an API key from the Google AI Studio
91
- [ API Keys] ( google.com/app/apikey ) page.
91
+ [ API Keys] ( https://aistudio. google.com/app/apikey) page.
92
92
93
- 1 . For Gemini model access through Google Cloud, add these lines to the file
93
+ 1 . For Gemini model access through Google Cloud, add these lines to the file:
94
94
95
95
GOOGLE_GENAI_USE_VERTEXAI=1
96
96
GOOGLE_CLOUD_PROJECT=<your_gcp_project>
@@ -115,7 +115,7 @@ You can discover more configuration options for your `root_agent.yaml` agent
115
115
configuration file by referring to the ADK
116
116
[ samples repository] ( https://github.com/search?q=repo%3Agoogle%2Fadk-python+path%3A%2F%5Econtributing%5C%2Fsamples%5C%2F%2F+.yaml&type=code )
117
117
or the
118
- [ Agent Config syntax] ( https://google.github.io /adk-docs/api-reference/agentconfig/)
118
+ [ Agent Config syntax] ( /adk-docs/api-reference/agentconfig/ )
119
119
reference.
120
120
121
121
### Run the agent
@@ -136,9 +136,9 @@ To run your Agent Config-defined agent:
136
136
137
137
For more information on the ways to run your agent, see the * Run Your Agent*
138
138
topic in the
139
- [ Quickstart] ( https://google.github.io /adk-docs/get-started/quickstart/#run-your-agent) .
140
- For more information about the ADK command line options, see the [ ADK CLI
141
- reference] ( https://google.github.io /adk-docs/api-reference/cli/) .
139
+ [ Quickstart] ( /adk-docs/get-started/quickstart/#run-your-agent ) .
140
+ For more information about the ADK command line options, see the
141
+ [ ADK CLI reference] ( /adk-docs/api-reference/cli/ ) .
142
142
143
143
## Example configs
144
144
@@ -223,12 +223,12 @@ For more details, see the full code for this sample in the
223
223
## Deploy agent configs
224
224
225
225
You can deploy Agent Config agents with
226
- [ Cloud Run] ( https://google.github.io /adk-docs/deploy/cloud-run/) and
227
- [ Agent Engine] ( https://google.github.io /adk-docs/deploy/agent-engine/) ,
226
+ [ Cloud Run] ( /adk-docs/deploy/cloud-run/ ) and
227
+ [ Agent Engine] ( /adk-docs/deploy/agent-engine/ ) ,
228
228
using the same procedure as code-based agents. For more information on how
229
229
to prepare and deploy Agent Config-based agents, see the
230
- [ Cloud Run] ( https://google.github.io /adk-docs/deploy/cloud-run/) and
231
- [ Agent Engine] ( https://google.github.io /adk-docs/deploy/agent-engine/)
230
+ [ Cloud Run] ( /adk-docs/deploy/cloud-run/ ) and
231
+ [ Agent Engine] ( /adk-docs/deploy/agent-engine/ )
232
232
deployment guides.
233
233
234
234
## Known limitations {#known-limitations}
@@ -268,4 +268,4 @@ agent definitions in the ADK
268
268
[ adk-samples] ( https://github.com/search?q=repo:google/adk-python+path:/%5Econtributing%5C/samples%5C//+root_agent.yaml&type=code )
269
269
repository. For detailed information on the syntax and settings supported by
270
270
the Agent Config format, see the
271
- [ Agent Config syntax reference] ( https://google.github.io /adk-docs/api-reference/agentconfig/) .
271
+ [ Agent Config syntax reference] ( /adk-docs/api-reference/agentconfig/ ) .
0 commit comments