|
1 | 1 | <!doctype html> |
2 | 2 | <html class="no-js" lang="en" data-content_root="./"> |
3 | | - <head><meta charset="utf-8"/> |
| 3 | + <head><meta charset="utf-8"> |
4 | 4 | <!-- Google Analytics tag (gtag.js) --> |
5 | 5 | <script async src=https://www.googletagmanager.com/gtag/js?id=G-DKHZS27PHP></script> |
6 | 6 | <script> |
|
9 | 9 | gtag('js', new Date()); |
10 | 10 | gtag('config', 'G-DKHZS27PHP'); |
11 | 11 | </script> |
12 | | - <meta name="viewport" content="width=device-width,initial-scale=1"/> |
13 | | - <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" /> |
| 12 | + <meta name="viewport" content="width=device-width,initial-scale=1"> |
| 13 | + <meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html"><link rel="search" title="Search" href="search.html"> |
14 | 14 |
|
15 | | - <!-- Generated with Sphinx 8.2.3 and Furo 2025.07.19 --><title>Python Module Index - Agent Development Kit documentation</title> |
| 15 | + <!-- Generated with Sphinx 8.2.3 and Furo 2025.09.25 --><title>Python Module Index - Agent Development Kit documentation</title> |
16 | 16 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=d111a655" /> |
17 | | - <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=25af2a20" /> |
| 17 | + <link rel="stylesheet" type="text/css" href="_static/styles/furo.css?v=580074bf" /> |
18 | 18 | <link rel="stylesheet" type="text/css" href="_static/autodoc_pydantic.css?v=9e08a393" /> |
19 | 19 | <link rel="stylesheet" type="text/css" href="_static/styles/furo-extensions.css?v=8dab3a3b" /> |
20 | 20 | <link rel="stylesheet" type="text/css" href="_static/css/custom.css" /> |
|
35 | 35 | } |
36 | 36 | @media not print { |
37 | 37 | body[data-theme="dark"] { |
38 | | - --color-code-background: #2b2b2b; |
39 | | - --color-code-foreground: #f8f8f2; |
| 38 | + --color-code-background: #202020; |
| 39 | + --color-code-foreground: #d0d0d0; |
40 | 40 | --font-stack: "Google Sans Text", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; |
41 | 41 | --font-stack--monospace: Roboto Mono, "Helvetica Neue Mono", monospace; |
42 | 42 | --font-stack--headings: "Google Sans Text", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
46 | 46 | } |
47 | 47 | @media (prefers-color-scheme: dark) { |
48 | 48 | body:not([data-theme="light"]) { |
49 | | - --color-code-background: #2b2b2b; |
50 | | - --color-code-foreground: #f8f8f2; |
| 49 | + --color-code-background: #202020; |
| 50 | + --color-code-foreground: #d0d0d0; |
51 | 51 | --font-stack: "Google Sans Text", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; |
52 | 52 | --font-stack--monospace: Roboto Mono, "Helvetica Neue Mono", monospace; |
53 | 53 | --font-stack--headings: "Google Sans Text", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
167 | 167 | </symbol> |
168 | 168 | </svg> |
169 | 169 |
|
170 | | -<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation"> |
171 | | -<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc"> |
172 | | -<label class="overlay sidebar-overlay" for="__navigation"> |
173 | | - <div class="visually-hidden">Hide navigation sidebar</div> |
174 | | -</label> |
175 | | -<label class="overlay toc-overlay" for="__toc"> |
176 | | - <div class="visually-hidden">Hide table of contents sidebar</div> |
177 | | -</label> |
| 170 | +<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation" aria-label="Toggle site navigation sidebar"> |
| 171 | +<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc" aria-label="Toggle table of contents sidebar"> |
| 172 | +<label class="overlay sidebar-overlay" for="__navigation"></label> |
| 173 | +<label class="overlay toc-overlay" for="__toc"></label> |
178 | 174 |
|
179 | 175 | <a class="skip-to-content muted-link" href="#furo-main-content">Skip to content</a> |
180 | 176 |
|
|
184 | 180 | <header class="mobile-header"> |
185 | 181 | <div class="header-left"> |
186 | 182 | <label class="nav-overlay-icon" for="__navigation"> |
187 | | - <div class="visually-hidden">Toggle site navigation sidebar</div> |
188 | | - <i class="icon"><svg><use href="#svg-menu"></use></svg></i> |
| 183 | + <span class="icon"><svg><use href="#svg-menu"></use></svg></span> |
189 | 184 | </label> |
190 | 185 | </div> |
191 | 186 | <div class="header-center"> |
192 | 187 | <a href="index.html"><div class="brand">Agent Development Kit documentation</div></a> |
193 | 188 | </div> |
194 | 189 | <div class="header-right"> |
195 | 190 | <div class="theme-toggle-container theme-toggle-header"> |
196 | | - <button class="theme-toggle"> |
197 | | - <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div> |
| 191 | + <button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme"> |
198 | 192 | <svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg> |
199 | 193 | <svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg> |
200 | 194 | <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg> |
201 | 195 | <svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg> |
202 | 196 | </button> |
203 | 197 | </div> |
204 | 198 | <label class="toc-overlay-icon toc-header-icon no-toc" for="__toc"> |
205 | | - <div class="visually-hidden">Toggle table of contents sidebar</div> |
206 | | - <i class="icon"><svg><use href="#svg-toc"></use></svg></i> |
| 199 | + <span class="icon"><svg><use href="#svg-toc"></use></svg></span> |
207 | 200 | </label> |
208 | 201 | </div> |
209 | 202 | </header> |
|
225 | 218 | <li class="toctree-l1"><a class="reference internal" href="google-adk.html#module-google.adk.a2a">google.adk.a2a module</a></li> |
226 | 219 | <li class="toctree-l1"><a class="reference internal" href="google-adk.html#module-google.adk.agents">google.adk.agents module</a></li> |
227 | 220 | <li class="toctree-l1"><a class="reference internal" href="google-adk.html#module-google.adk.artifacts">google.adk.artifacts module</a></li> |
| 221 | +<li class="toctree-l1"><a class="reference internal" href="google-adk.html#module-google.adk.apps">google.adk.apps package</a></li> |
228 | 222 | <li class="toctree-l1"><a class="reference internal" href="google-adk.html#module-google.adk.auth">google.adk.auth module</a></li> |
229 | 223 | <li class="toctree-l1"><a class="reference internal" href="google-adk.html#module-google.adk.cli">google.adk.cli module</a></li> |
230 | 224 | <li class="toctree-l1"><a class="reference internal" href="google-adk.html#module-google.adk.code_executors">google.adk.code_executors module</a></li> |
|
257 | 251 | <li class="toctree-l1"><a class="reference internal" href="google-adk.html#module-google.adk.tools.function_tool">google.adk.tools.function_tool module</a></li> |
258 | 252 | <li class="toctree-l1"><a class="reference internal" href="google-adk.html#module-google.adk.tools.get_user_choice_tool">google.adk.tools.get_user_choice_tool module</a></li> |
259 | 253 | <li class="toctree-l1"><a class="reference internal" href="google-adk.html#module-google.adk.tools.google_api_tool">google.adk.tools.google_api_tool module</a></li> |
| 254 | +<li class="toctree-l1"><a class="reference internal" href="google-adk.html#google-adk-tools-google-maps-grounding-tool-module">google.adk.tools.google_maps_grounding_tool module</a></li> |
260 | 255 | <li class="toctree-l1"><a class="reference internal" href="google-adk.html#module-google.adk.tools.google_search_tool">google.adk.tools.google_search_tool module</a></li> |
261 | 256 | <li class="toctree-l1"><a class="reference internal" href="google-adk.html#module-google.adk.tools.langchain_tool">google.adk.tools.langchain_tool module</a></li> |
262 | 257 | <li class="toctree-l1"><a class="reference internal" href="google-adk.html#module-google.adk.tools.load_artifacts_tool">google.adk.tools.load_artifacts_tool module</a></li> |
|
294 | 289 | </a> |
295 | 290 | <div class="content-icon-container"> |
296 | 291 | <div class="theme-toggle-container theme-toggle-content"> |
297 | | - <button class="theme-toggle"> |
298 | | - <div class="visually-hidden">Toggle Light / Dark / Auto color theme</div> |
| 292 | + <button class="theme-toggle" aria-label="Toggle Light / Dark / Auto color theme"> |
299 | 293 | <svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg> |
300 | 294 | <svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg> |
301 | 295 | <svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg> |
302 | 296 | <svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg> |
303 | 297 | </button> |
304 | 298 | </div> |
305 | 299 | <label class="toc-overlay-icon toc-content-icon no-toc" for="__toc"> |
306 | | - <div class="visually-hidden">Toggle table of contents sidebar</div> |
307 | | - <i class="icon"><svg><use href="#svg-toc"></use></svg></i> |
| 300 | + <span class="icon"><svg><use href="#svg-toc"></use></svg></span> |
308 | 301 | </label> |
309 | 302 | </div> |
310 | 303 | <article role="main" id="furo-main-content"> |
@@ -339,6 +332,12 @@ <h1>Python Module Index</h1> |
339 | 332 | <a href="google-adk.html#module-google.adk.agents"><code class="xref">google.adk.agents</code></a></td><td> |
340 | 333 | <em></em></td> |
341 | 334 | </tr> |
| 335 | + <tr class="cg-1"> |
| 336 | + <td></td> |
| 337 | + <td>    |
| 338 | + <a href="google-adk.html#module-google.adk.apps"><code class="xref">google.adk.apps</code></a></td><td> |
| 339 | + <em></em></td> |
| 340 | + </tr> |
342 | 341 | <tr class="cg-1"> |
343 | 342 | <td></td> |
344 | 343 | <td>    |
@@ -537,6 +536,12 @@ <h1>Python Module Index</h1> |
537 | 536 | <a href="google-adk.html#module-google.adk.tools.google_api_tool"><code class="xref">google.adk.tools.google_api_tool</code></a></td><td> |
538 | 537 | <em></em></td> |
539 | 538 | </tr> |
| 539 | + <tr class="cg-1"> |
| 540 | + <td></td> |
| 541 | + <td>    |
| 542 | + <a href="google-adk.html#module-google.adk.tools.google_maps_grounding_tool"><code class="xref">google.adk.tools.google_maps_grounding_tool</code></a></td><td> |
| 543 | + <em></em></td> |
| 544 | + </tr> |
540 | 545 | <tr class="cg-1"> |
541 | 546 | <td></td> |
542 | 547 | <td>    |
|
0 commit comments