Skip to content

Commit 183ba55

Browse files
authored
fix: Fixed some issues with Agent Config doc (#638)
1 parent e4215bf commit 183ba55

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/agents/config.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,27 @@ the Agent Config files.
3939

4040
!!! note
4141
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).
4444

4545
To setup ADK for use with Agent Config:
4646

4747
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)
4949
instructions. *Python is currently required.* For more information, see the
5050
[Known limitations](?tab=t.0#heading=h.xefmlyt7zh0i).
5151
1. Verify that ADK is installed by running the following command in your
5252
terminal:
5353

54-
adk version
54+
adk --version
5555

5656
This command should show the ADK version you have installed.
5757

5858
!!! Tip
5959
If the `adk` command fails to run and the version is not listed in step 2, make
6060
sure your Python environment is active. Execute `source .venv/bin/activate` in
6161
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)
6363
page.
6464

6565
### Build an agent
@@ -88,9 +88,9 @@ To create an ADK project for use with Agent Config:
8888
GOOGLE_API_KEY=<your-Google-Gemini-API-key>
8989

9090
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.
9292

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:
9494

9595
GOOGLE_GENAI_USE_VERTEXAI=1
9696
GOOGLE_CLOUD_PROJECT=<your_gcp_project>
@@ -115,7 +115,7 @@ You can discover more configuration options for your `root_agent.yaml` agent
115115
configuration file by referring to the ADK
116116
[samples repository](https://github.com/search?q=repo%3Agoogle%2Fadk-python+path%3A%2F%5Econtributing%5C%2Fsamples%5C%2F%2F+.yaml&type=code)
117117
or the
118-
[Agent Config syntax](https://google.github.io/adk-docs/api-reference/agentconfig/)
118+
[Agent Config syntax](/adk-docs/api-reference/agentconfig/)
119119
reference.
120120

121121
### Run the agent
@@ -136,9 +136,9 @@ To run your Agent Config-defined agent:
136136

137137
For more information on the ways to run your agent, see the *Run Your Agent*
138138
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/).
142142

143143
## Example configs
144144

@@ -223,12 +223,12 @@ For more details, see the full code for this sample in the
223223
## Deploy agent configs
224224

225225
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/),
228228
using the same procedure as code-based agents. For more information on how
229229
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/)
232232
deployment guides.
233233

234234
## Known limitations {#known-limitations}
@@ -268,4 +268,4 @@ agent definitions in the ADK
268268
[adk-samples](https://github.com/search?q=repo:google/adk-python+path:/%5Econtributing%5C/samples%5C//+root_agent.yaml&type=code)
269269
repository. For detailed information on the syntax and settings supported by
270270
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

Comments
 (0)