google-adk 0.1.1__py3-none-any.whl → 0.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. google/adk/agents/base_agent.py +4 -4
  2. google/adk/agents/invocation_context.py +1 -1
  3. google/adk/agents/remote_agent.py +1 -1
  4. google/adk/agents/run_config.py +1 -1
  5. google/adk/auth/auth_preprocessor.py +2 -2
  6. google/adk/auth/auth_tool.py +1 -1
  7. google/adk/cli/browser/index.html +2 -2
  8. google/adk/cli/browser/{main-SLIAU2JL.js → main-ZBO76GRM.js} +65 -81
  9. google/adk/cli/cli_create.py +279 -0
  10. google/adk/cli/cli_deploy.py +4 -0
  11. google/adk/cli/cli_eval.py +2 -2
  12. google/adk/cli/cli_tools_click.py +67 -7
  13. google/adk/cli/fast_api.py +51 -16
  14. google/adk/cli/utils/envs.py +0 -3
  15. google/adk/cli/utils/evals.py +2 -2
  16. google/adk/evaluation/evaluation_generator.py +4 -4
  17. google/adk/evaluation/response_evaluator.py +15 -3
  18. google/adk/events/event.py +3 -3
  19. google/adk/flows/llm_flows/_nl_planning.py +10 -4
  20. google/adk/flows/llm_flows/contents.py +1 -1
  21. google/adk/models/lite_llm.py +51 -34
  22. google/adk/planners/plan_re_act_planner.py +2 -2
  23. google/adk/runners.py +1 -1
  24. google/adk/sessions/database_session_service.py +84 -23
  25. google/adk/sessions/state.py +1 -1
  26. google/adk/telemetry.py +2 -2
  27. google/adk/tools/application_integration_tool/clients/integration_client.py +3 -2
  28. google/adk/tools/base_tool.py +1 -1
  29. google/adk/tools/function_parameter_parse_util.py +2 -2
  30. google/adk/tools/google_api_tool/__init__.py +74 -1
  31. google/adk/tools/google_api_tool/google_api_tool_sets.py +91 -34
  32. google/adk/tools/google_api_tool/googleapi_to_openapi_converter.py +3 -1
  33. google/adk/tools/load_memory_tool.py +25 -2
  34. google/adk/tools/mcp_tool/mcp_session_manager.py +176 -0
  35. google/adk/tools/mcp_tool/mcp_tool.py +15 -2
  36. google/adk/tools/mcp_tool/mcp_toolset.py +31 -37
  37. google/adk/tools/openapi_tool/openapi_spec_parser/rest_api_tool.py +1 -1
  38. google/adk/tools/toolbox_tool.py +1 -1
  39. google/adk/version.py +1 -1
  40. {google_adk-0.1.1.dist-info → google_adk-0.2.0.dist-info}/METADATA +72 -41
  41. {google_adk-0.1.1.dist-info → google_adk-0.2.0.dist-info}/RECORD +44 -42
  42. {google_adk-0.1.1.dist-info → google_adk-0.2.0.dist-info}/WHEEL +0 -0
  43. {google_adk-0.1.1.dist-info → google_adk-0.2.0.dist-info}/entry_points.txt +0 -0
  44. {google_adk-0.1.1.dist-info → google_adk-0.2.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: google-adk
3
- Version: 0.1.1
3
+ Version: 0.2.0
4
4
  Summary: Agent Development Kit
5
5
  Author-email: Google LLC <googleapis-packages@google.com>
6
6
  Requires-Python: >=3.9
@@ -60,7 +60,11 @@ Requires-Dist: langgraph>=0.2.60 ; extra == "extensions"
60
60
  Requires-Dist: litellm>=1.63.11 ; extra == "extensions"
61
61
  Requires-Dist: llama-index-readers-file>=0.4.0 ; extra == "extensions"
62
62
  Requires-Dist: lxml>=5.3.0 ; extra == "extensions"
63
+ Requires-Dist: anthropic>=0.43.0 ; extra == "test"
63
64
  Requires-Dist: langchain-community>=0.3.17 ; extra == "test"
65
+ Requires-Dist: langgraph>=0.2.60 ; extra == "test"
66
+ Requires-Dist: litellm>=1.63.11 ; extra == "test"
67
+ Requires-Dist: llama-index-readers-file>=0.4.0 ; extra == "test"
64
68
  Requires-Dist: pytest-asyncio>=0.25.0 ; extra == "test"
65
69
  Requires-Dist: pytest-mock>=3.14.0 ; extra == "test"
66
70
  Requires-Dist: pytest-xdist>=3.6.1 ; extra == "test"
@@ -78,11 +82,13 @@ Provides-Extra: test
78
82
  # Agent Development Kit (ADK)
79
83
 
80
84
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
85
+ [![Python Unit Tests](https://github.com/google/adk-python/actions/workflows/python-unit-tests.yml/badge.svg)](https://github.com/google/adk-python/actions/workflows/python-unit-tests.yml)
86
+ [![r/agentdevelopmentkit](https://img.shields.io/badge/Reddit-r%2Fagentdevelopmentkit-FF4500?style=flat&logo=reddit&logoColor=white)](https://www.reddit.com/r/agentdevelopmentkit/)
81
87
 
82
88
  <html>
83
- <h1 align="center">
84
- <img src="https://github.com/google/adk-python/blob/main/assets/agent-development-kit.png" width="256"/>
85
- </h1>
89
+ <h2 align="center">
90
+ <img src="https://raw.githubusercontent.com/google/adk-python/main/assets/agent-development-kit.png" width="256"/>
91
+ </h2>
86
92
  <h3 align="center">
87
93
  An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
88
94
  </h3>
@@ -93,22 +99,30 @@ Provides-Extra: test
93
99
  </h3>
94
100
  </html>
95
101
 
96
- The Agent Development Kit (ADK) is designed for developers seeking fine-grained control and flexibility when building advanced AI agents that are tightly integrated with services in Google Cloud. It allows you to define agent behavior, orchestration, and tool use directly in code, enabling robust debugging, versioning, and deployment anywhere – from your laptop to the cloud.
102
+ Agent Development Kit (ADK) is designed for developers seeking fine-grained
103
+ control and flexibility when building advanced AI agents that are tightly
104
+ integrated with services in Google Cloud. It allows you to define agent
105
+ behavior, orchestration, and tool use directly in code, enabling robust
106
+ debugging, versioning, and deployment anywhere – from your laptop to the cloud.
107
+
97
108
 
98
109
  ---
99
110
 
100
111
  ## ✨ Key Features
101
112
 
102
- * **Code-First Development:** Define agents, tools, and orchestration logic for maximum control, testability, and versioning.
103
- * **Multi-Agent Architecture:** Build modular and scalable applications by composing multiple specialized agents in flexible hierarchies.
104
- * **Rich Tool Ecosystem:** Equip agents with diverse capabilities using pre-built tools, custom Python functions, API specifications, or integrating existing tools.
105
- * **Flexible Orchestration:** Define workflows using built-in agents for predictable pipelines, or leverage LLM-driven dynamic routing for adaptive behavior.
106
- * **Integrated Developer Experience:** Develop, test, and debug locally with a CLI and visual web UI.
107
- * **Built-in Evaluation:** Measure agent performance by evaluating response quality and step-by-step execution trajectory.
108
- * **Deployment Ready:** Containerize and deploy your agents anywhere – scale with Vertex AI Agent Engine, Cloud Run, or Docker.
109
- * **Native Streaming Support:** Build real-time, interactive experiences with native support for bidirectional streaming (text and audio).
110
- * **State, Memory & Artifacts:** Manage short-term conversational context, configure long-term memory, and handle file uploads/downloads.
111
- * **Extensibility:** Customize agent behavior deeply with callbacks and easily integrate third-party tools and services.
113
+ - **Rich Tool Ecosystem**: Utilize pre-built tools, custom functions,
114
+ OpenAPI specs, or integrate existing tools to give agents diverse
115
+ capabilities, all for tight integration with the Google ecosystem.
116
+
117
+ - **Code-First Development**: Define agent logic, tools, and orchestration
118
+ directly in Python for ultimate flexibility, testability, and versioning.
119
+
120
+ - **Modular Multi-Agent Systems**: Design scalable applications by composing
121
+ multiple specialized agents into flexible hierarchies.
122
+
123
+ - **Deploy Anywhere**: Easily containerize and deploy agents on Cloud Run or
124
+ scale seamlessly with Vertex AI Agent Engine.
125
+
112
126
 
113
127
  ## 🚀 Installation
114
128
 
@@ -118,62 +132,79 @@ You can install the ADK using `pip`:
118
132
  pip install google-adk
119
133
  ```
120
134
 
121
- ## 🏁 Getting Started
135
+ ## 📚 Documentation
122
136
 
123
- Create your first agent (`my_agent/agent.py`):
137
+ Explore the full documentation for detailed guides on building, evaluating, and
138
+ deploying agents:
139
+
140
+ * **[Documentation](https://google.github.io/adk-docs)**
141
+
142
+ ## 🏁 Feature Highlight
143
+
144
+ ### Define a single agent:
124
145
 
125
146
  ```python
126
- # my_agent/agent.py
127
147
  from google.adk.agents import Agent
128
148
  from google.adk.tools import google_search
129
149
 
130
150
  root_agent = Agent(
131
151
  name="search_assistant",
132
- model="gemini-2.0-flash-exp", # Or your preferred Gemini model
152
+ model="gemini-2.0-flash", # Or your preferred Gemini model
133
153
  instruction="You are a helpful assistant. Answer user questions using Google Search when needed.",
134
154
  description="An assistant that can search the web.",
135
155
  tools=[google_search]
136
156
  )
137
157
  ```
138
158
 
139
- Create `my_agent/__init__.py`:
159
+ ### Define a multi-agent system:
160
+
161
+ Define a multi-agent system with coordinator agent, greeter agent, and task execution agent. Then ADK engine and the model will guide the agents works together to accomplish the task.
140
162
 
141
163
  ```python
142
- # my_agent/__init__.py
143
- from . import agent
164
+ from google.adk.agents import LlmAgent, BaseAgent
165
+
166
+ # Define individual agents
167
+ greeter = LlmAgent(name="greeter", model="gemini-2.0-flash", ...)
168
+ task_executor = LlmAgent(name="task_executor", model="gemini-2.0-flash", ...)
169
+
170
+ # Create parent agent and assign children via sub_agents
171
+ coordinator = LlmAgent(
172
+ name="Coordinator",
173
+ model="gemini-2.0-flash",
174
+ description="I coordinate greetings and tasks.",
175
+ sub_agents=[ # Assign sub_agents here
176
+ greeter,
177
+ task_executor
178
+ ]
179
+ )
144
180
  ```
145
181
 
146
- Run it via the CLI (from the directory *containing* `my_agent`):
182
+ ### Development UI
147
183
 
148
- ```bash
149
- adk run my_agent
150
- ```
184
+ A built-in development UI to help you test, evaluate, debug, and showcase your agent(s).
151
185
 
152
- Or launch the Web UI from the folder that contains `my_agent` folder:
186
+ <img src="https://raw.githubusercontent.com/google/adk-python/main/assets/adk-web-dev-ui-function-call.png"/>
187
+
188
+ ### Evaluate Agents
153
189
 
154
190
  ```bash
155
- adk web
191
+ adk eval \
192
+ samples_for_testing/hello_world \
193
+ samples_for_testing/hello_world/hello_world_eval_set_001.evalset.json
156
194
  ```
157
195
 
158
- For a full step-by-step guide, check out the [quickstart](https://google.github.io/adk-docs/get-started/quickstart/) or [sample agents](https://github.com/google/adk-samples).
159
-
160
- ## 📚 Resources
161
-
162
- Explore the full documentation for detailed guides on building, evaluating, and deploying agents:
163
-
164
- * **[Get Started](https://google.github.io/adk-docs/get-started/)**
165
- * **[Browse Sample Agents](https://github.com/google/adk-samples)**
166
- * **[Evaluate Agents](https://google.github.io/adk-docs/guides/evaluate-agents/)**
167
- * **[Deploy Agents](https://google.github.io/adk-docs/deploy/)**
168
- * **[API Reference](https://google.github.io/adk-docs/api-reference/)**
169
196
 
170
197
  ## 🤝 Contributing
171
198
 
172
- We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please see our [**Contributing Guidelines**](https://github.com/google/adk-python/blob/main/CONTRIBUTING.md) to get started.
199
+ We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please see our [**Contributing Guidelines**](./CONTRIBUTING.md) to get started.
173
200
 
174
201
  ## 📄 License
175
202
 
176
- This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/google/adk-python/blob/main/LICENSE) file for details.
203
+ This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.
204
+
205
+ ## Preview
206
+
207
+ This feature is subject to the "Pre-GA Offerings Terms" in the General Service Terms section of the [Service Specific Terms](https://cloud.google.com/terms/service-terms#1). Pre-GA features are available "as is" and might have limited support. For more information, see the [launch stage descriptions](https://cloud.google.com/products?hl=en#product-launch-stages).
177
208
 
178
209
  ---
179
210
 
@@ -1,20 +1,20 @@
1
1
  google/adk/__init__.py,sha256=sSPQK3r0tW8ahl-k8SXkZvMcbiTbGICCtrw6KkFucyg,726
2
- google/adk/runners.py,sha256=r5EG6-3vC-tcW3svdTnebyOw4owIKaRnsPcL4OxvgDg,15506
3
- google/adk/telemetry.py,sha256=kxR9VxIMJKAwtTOS0lnq-rS-ZYTZt3pIegHvcV86z7w,6284
4
- google/adk/version.py,sha256=FrSlBkjwnb7rUl1grMkSiteDTSJUAx3SqyM21_wmk8E,621
2
+ google/adk/runners.py,sha256=EDCUtbe7dXjpBMCXodTFkDEC5cclJzLx5KmkBXUF0Lk,15505
3
+ google/adk/telemetry.py,sha256=P1192g-EJQPXNu3PCv3DXxea7VtsOP_oX6kGm3D6qxc,6285
4
+ google/adk/version.py,sha256=OkM6DUSdovwyRmMMgSlnveMzU4s_zDpSD56V0VSZ4KQ,621
5
5
  google/adk/agents/__init__.py,sha256=WsCiBlvI-ISWrcntboo_sULvVJNwLNxXCe42UGPLKdY,1041
6
6
  google/adk/agents/active_streaming_tool.py,sha256=AYrT9aCFBzaESFzkMTil_fuK1zDoKDfZQaQXL3_Jxog,1159
7
- google/adk/agents/base_agent.py,sha256=wBiVLK11jBDB-bExFeNwoWnbw2dv_f3aYOKKGaSDnjU,10574
7
+ google/adk/agents/base_agent.py,sha256=qN4P0x515T6xWV2XMBFrTduYaEKqQOTnKZWNQqKkvpI,10570
8
8
  google/adk/agents/callback_context.py,sha256=RKO_7-3Svg7F9csGGit1Nrus8biZn2z8NCu3m_jn-kc,3609
9
- google/adk/agents/invocation_context.py,sha256=n0OZperhEvQGDgSYpd26exjLK9YODRRvmB_JxKh0jBk,6174
9
+ google/adk/agents/invocation_context.py,sha256=W4VMfFGecRoSX_rwDIgACzxPIMtMin84eADAX-zHj9Y,6173
10
10
  google/adk/agents/langgraph_agent.py,sha256=CU3onlHGBp61-SgHHJQu6f2KrFXp5qrDYI9nGvLGQC4,4252
11
11
  google/adk/agents/live_request_queue.py,sha256=auQnKALpHQSCh__7CikfGgteqErZaPsivQ7goFySlXI,2074
12
12
  google/adk/agents/llm_agent.py,sha256=7OkwfsWkl2Dy9hP6F78dPqkDgvkXrHkVps9MAT3duUg,12266
13
13
  google/adk/agents/loop_agent.py,sha256=IjmcFQ-vFeXXKuCb7pYOH1vJUdUUEx4sQaynZ7n0cKU,1940
14
14
  google/adk/agents/parallel_agent.py,sha256=PVwlpAO1es7cPsGlK_Pax0sAmPsprn2X6v3cNxRDC3Y,2981
15
15
  google/adk/agents/readonly_context.py,sha256=O5n4Eupq-lWRoMi1MSA3lZu_DoMtcXYpRoK8wknSLX8,1409
16
- google/adk/agents/remote_agent.py,sha256=qPHa770oBh2c9xZgSruW90QhNRP1sWjzX3MR1FlpwJ8,1494
17
- google/adk/agents/run_config.py,sha256=CECuvll8away1rzvWmmh13R_fc1KnJmuh3v6V0iDyMM,2914
16
+ google/adk/agents/remote_agent.py,sha256=LawMfVOp8CUeSk4g159BYOOIsHtxDo-ab7e6CwsYdhU,1494
17
+ google/adk/agents/run_config.py,sha256=l1G-87cYRJz1S2tCax-c4riJv3MbG4DAgisBFSw7Hpw,2915
18
18
  google/adk/agents/sequential_agent.py,sha256=wlinEKlMlpKyNyzqjPmGO7xpCQpUvXxIwqiazZvXiKQ,1388
19
19
  google/adk/agents/transcription_entry.py,sha256=JQahrPoqllljN2mQf9yI9Y7bX3Fhllez6rQGpslzeVw,1060
20
20
  google/adk/artifacts/__init__.py,sha256=D5DYoVYR0tOd2E_KwRu0Cp7yvV25KGuIQmQeCRDyK-k,846
@@ -24,27 +24,28 @@ google/adk/artifacts/in_memory_artifact_service.py,sha256=aiA2PtjuL_dWndoMuB-00H
24
24
  google/adk/auth/__init__.py,sha256=GoFe0aZGdp0ExNE4rXNn1RuXLaB64j7Z-2C5e2Hsh8c,908
25
25
  google/adk/auth/auth_credential.py,sha256=oOBR5VgsYr1rUrWrddBjKOHf4mym49VhRfT_RAIrEaU,6671
26
26
  google/adk/auth/auth_handler.py,sha256=rzTlrdjMncvGlHbKXzHNIAMaUbMmJJvDqYHSaXzn68k,9322
27
- google/adk/auth/auth_preprocessor.py,sha256=_ihvPwMB0LSWicYBoUCMQcmIM3Y8ESiMN9VHrVfaAww,4171
27
+ google/adk/auth/auth_preprocessor.py,sha256=qnmr-MQwxegC4ZRF7D05xOzDnKizqysl4KOBiL9TF8I,4171
28
28
  google/adk/auth/auth_schemes.py,sha256=dxx9bxjOWoae1fSVxbpaVTwa0I4v76_QJJFEX--1ueA,2260
29
- google/adk/auth/auth_tool.py,sha256=yTljVLHsxyWIdTu4lKF71NU2Xhw57YAx2b0sBgRQ78U,2265
29
+ google/adk/auth/auth_tool.py,sha256=GQU3Px9Xv1VcXAcd8MdpvmwuRon1rRpPDeg3xDSYJP8,2265
30
30
  google/adk/cli/__init__.py,sha256=ouPYnIY02VmGNfpA6IT8oSQdfeZd1LHVoDSt_x8zQPU,609
31
31
  google/adk/cli/__main__.py,sha256=gN8rRWlkh_3gLI-oYByxrKpCW9BIfDwrr0YuyisxmHo,646
32
32
  google/adk/cli/agent_graph.py,sha256=H5gvs2wG6ks3F6pk14f33txmvAN9rr0_2H2fNMF96VE,4754
33
33
  google/adk/cli/cli.py,sha256=FHKi-ZP-ieP2fS_zJIVJRBC06v9il0vN7Y7IcdBnZKw,5822
34
- google/adk/cli/cli_deploy.py,sha256=eA61YJVdZyw7mSeP3QwHpwL8vb4HN0Qhpg1Y5dO7SaI,5011
35
- google/adk/cli/cli_eval.py,sha256=HCEpPEe89L2woswTeL3pML4R8fo4uJbAw7ThLg_gb3s,9218
36
- google/adk/cli/cli_tools_click.py,sha256=8iQTiml2wHpOpp3BpB2qe3UppuHH4JgSvWsXJxYCXE8,14089
37
- google/adk/cli/fast_api.py,sha256=QKn0hUKx_9kWIT9p1u1V2lE5wwkvdUIArMBCqsDFUHI,25560
34
+ google/adk/cli/cli_create.py,sha256=S5sAKIzTjaf3bWoh6nUCSxm9koxdkN0SkTnOtsl0Oqs,8010
35
+ google/adk/cli/cli_deploy.py,sha256=UIYR0U20NbGhYbZqV5OuzOppPzhyjx9S6Rlu3sArYlE,5128
36
+ google/adk/cli/cli_eval.py,sha256=8bvIXNG8Z1vCE0eNN_Vh4YL3zcuVoHwL9XKdiHpyF4Q,9218
37
+ google/adk/cli/cli_tools_click.py,sha256=tzFv7cgB4QqiFI4h3fzY0Ci2Gipk4AqxxUqs427ETdw,15508
38
+ google/adk/cli/fast_api.py,sha256=7RaZ5-Q8TVSMlI17o08BnJxk-Q1tjRVV1IwnQ7MEtN8,26709
38
39
  google/adk/cli/browser/adk_favicon.svg,sha256=giyzTZ5Xe6HFU63NgTIZDm35L-RmID-odVFOZ4vMo1M,3132
39
- google/adk/cli/browser/index.html,sha256=ondMDNXv_f4dZl34BPUByheEP3FX2o9W1VDCBfv-OeA,18483
40
- google/adk/cli/browser/main-SLIAU2JL.js,sha256=ANN6KoZRskSPgQbXPCpEdyGVufZ6eYUBsH4u_DgMTFg,2441406
40
+ google/adk/cli/browser/index.html,sha256=47ugGu0EKzQM6NxFWPcwn-bBA_wqJdqTxg2q6aBcJ1A,18483
41
+ google/adk/cli/browser/main-ZBO76GRM.js,sha256=3KIO-Z5XlECesYesnQ3Z36klQMCSpwtcS2Nb26xoKBA,2472704
41
42
  google/adk/cli/browser/polyfills-FFHMD2TL.js,sha256=6tcwOogi31Djphkq1hP2H5TxfN1MBg3P4YYrxHNdH5M,35115
42
43
  google/adk/cli/browser/styles-4VDSPQ37.css,sha256=QF3xmtXMt44nFiCh0aKnvQwQiZptr3sW1u9bzltukAI,5522
43
44
  google/adk/cli/browser/assets/audio-processor.js,sha256=BTYefpDeOz7VQveAoC_WFleLY9JkJs_FuGS0oQiadIA,1769
44
45
  google/adk/cli/browser/assets/config/runtime-config.json,sha256=obOpZdzA-utX_wG6I687-5W7i1f8W9ixXOb7ky7rdvU,22
45
46
  google/adk/cli/utils/__init__.py,sha256=2PrkBZeLjc3mXZMDJkev3IKgd07d4CheASgTB3tqz8Y,1528
46
- google/adk/cli/utils/envs.py,sha256=dqNooABP_xaU35H9rqlMwESX4gsQJSdc4_cxXGM1Asw,1786
47
- google/adk/cli/utils/evals.py,sha256=02FOqE0m7aE7EgRStCyslXB5rNQ2sV1mZHvLf-xWR0E,3350
47
+ google/adk/cli/utils/envs.py,sha256=S8_aqTZL8bQ4-FDYpgmNzPBTrz2UlMbV0Dg5sx-9p_0,1683
48
+ google/adk/cli/utils/evals.py,sha256=Ruq2DJLrbXoBYYZY9_0JNMa0DNpY2zp0htx1Gfs0mjA,3350
48
49
  google/adk/cli/utils/logs.py,sha256=J6JpYaRhnPztlQQRuF1_Z05Oo-lKWHohfWLOR5tCgcE,2149
49
50
  google/adk/code_executors/__init__.py,sha256=wqLHiAx2EmwcRfyUwhBYACPGidGgBU8smRTHH8sV21s,1542
50
51
  google/adk/code_executors/base_code_executor.py,sha256=QLpgVcFNI5V21U-kVleze24ADeuDKgE3wI7Uui6vUeo,3030
@@ -56,11 +57,11 @@ google/adk/code_executors/vertex_ai_code_executor.py,sha256=CvPv0cZw-PjPxMFzf01e
56
57
  google/adk/evaluation/__init__.py,sha256=h39Lgl_gUiF2OVyJi5nJMKZBgNwKpeo9Bt3YN4JdKng,1004
57
58
  google/adk/evaluation/agent_evaluator.py,sha256=PS8MobbBtrRB8t1biSe-2k7yHtyCooYvY9MeKKPdWjc,11490
58
59
  google/adk/evaluation/evaluation_constants.py,sha256=P5f9V-0JS9Hre1InJc4-aSHwI3Laedbp5huzEX1FnqI,856
59
- google/adk/evaluation/evaluation_generator.py,sha256=UHgyeYWxDhE1DX-ZAHWjn_8uk5cRy0C-IbXwflEO-Z4,9238
60
- google/adk/evaluation/response_evaluator.py,sha256=l-O2-2Y5WTVqBXCy927f8yeMEFbLtpLLhbXnVjHtEYE,4641
60
+ google/adk/evaluation/evaluation_generator.py,sha256=lnggY7OFtrQdZON6RO6ZCfuN-UpeJQbHJpc2zm4Aza8,9243
61
+ google/adk/evaluation/response_evaluator.py,sha256=IxJMHefp2Eaz0-5XQ36p1TXyQDx6ryc4a53OiXcZQXs,4899
61
62
  google/adk/evaluation/trajectory_evaluator.py,sha256=UWnLOS7VZsPwXkvNUMpemGnc-Ovlr0py412v4OHT_VE,5410
62
63
  google/adk/events/__init__.py,sha256=Lh0rh6RAt5DIxbwBUajjGMbB6bZW5K4Qli6PD_Jv74Q,688
63
- google/adk/events/event.py,sha256=am5z1jNsayugQ4mElRd6gdlgntTPML7y_23nJZwyzZg,4556
64
+ google/adk/events/event.py,sha256=BjbDWV8KYB6i6sKH0YMNhWE4YUrsLFpWfymjJ7moZIk,4555
64
65
  google/adk/events/event_actions.py,sha256=k8kn-jXPHDslvv2InUIgaNUyCj7oR86YveqyTl3-cOQ,1889
65
66
  google/adk/examples/__init__.py,sha256=LCuLG_SOF9OAV3vc1tHAaBAOeQEZl0MFHC2LGmZ6e-A,851
66
67
  google/adk/examples/base_example_provider.py,sha256=MkY_4filPUOd_M_YgK-pJpOuNxvD1b8sp_pty-BNnmM,1073
@@ -71,13 +72,13 @@ google/adk/flows/__init__.py,sha256=hDKKnwuWGIioev3K1jWuv-pLc7o_OKf71OYj_qWyOSw,
71
72
  google/adk/flows/llm_flows/__init__.py,sha256=KLTQguz-10H8LbB6Ou-rjyJzX6rx9N1G5BRVWJTKdho,729
72
73
  google/adk/flows/llm_flows/_base_llm_processor.py,sha256=Y7p-zwW7MxLB3vLlZthSdCjqjqMRl0DaoSVNCzyADw0,1770
73
74
  google/adk/flows/llm_flows/_code_execution.py,sha256=qQFFYS2JCEBLcgD8fsZpRKmeVJVXglSb0FSF16jBslo,14821
74
- google/adk/flows/llm_flows/_nl_planning.py,sha256=4F7bDQXLSMLsTR1FZ0LUs6ddE8XSCrFII_Fu2-OSz0c,3877
75
+ google/adk/flows/llm_flows/_nl_planning.py,sha256=sGKa-wkVuDqlb6e9OadKAYhIAM2xD0iqtYBm0MJRszo,4078
75
76
  google/adk/flows/llm_flows/agent_transfer.py,sha256=GsLWu-I1D6tATf9E0l9fBq8HE0iFKu0Z2X_n0B6k_sE,3901
76
77
  google/adk/flows/llm_flows/audio_transcriber.py,sha256=uEa6727OIHaiShvT3w4S8bDz-QnZWHdNsDDwyXHzW7I,3483
77
78
  google/adk/flows/llm_flows/auto_flow.py,sha256=CnuFelyZhB_ns4U_5_dW0x_KQlzu02My7qWcB4XBCYY,1714
78
79
  google/adk/flows/llm_flows/base_llm_flow.py,sha256=Uk-Vc0BTPJO1b5LZO0ogJ-j9EyOAzESwu6ouTNUxaFg,19351
79
80
  google/adk/flows/llm_flows/basic.py,sha256=79DM3qVOspJn2bHWMPptWDJRuFQxdX7ZYM1h-V8X9QQ,2344
80
- google/adk/flows/llm_flows/contents.py,sha256=zl9YZ2pa8AdJCl_KsuER8V12TTrCBwbuQRMkgvsQoLo,12879
81
+ google/adk/flows/llm_flows/contents.py,sha256=Bp_OeHKJypJm0MYyqJ2YAJLaD9o1LG7gKu0d8lGfFGg,12880
81
82
  google/adk/flows/llm_flows/functions.py,sha256=itOKNKDsmtJb614cHy67uKlyFUcqvpLsv7YFz67cGXQ,15970
82
83
  google/adk/flows/llm_flows/identity.py,sha256=X4CRg12NvnopmydU9gbFJI4lW1_otN-w_GOAuPvKrXo,1651
83
84
  google/adk/flows/llm_flows/instructions.py,sha256=76Pvgq57ZlQulVBU92YQzKy0ozol00P0La3GLHtj_bk,4434
@@ -92,41 +93,41 @@ google/adk/models/base_llm.py,sha256=ckyXjogAz28v5A2ijQmu7K78lE0VcLGfEdR8ynJtqK8
92
93
  google/adk/models/base_llm_connection.py,sha256=_zBmSa4RLfnadXG0_hsJLP_x_1UMtoLKagouIp0Y0-g,2252
93
94
  google/adk/models/gemini_llm_connection.py,sha256=s27-l-liThQ39WuBVUK_u6bMLXTRgojW4I3upbH0C_c,6825
94
95
  google/adk/models/google_llm.py,sha256=vVENYoslt-WXsoLa74J0dQcom4c6zJsE5IgUMGxVuBY,10164
95
- google/adk/models/lite_llm.py,sha256=pTjhDxdkIWkP3OvuS3F1WkWH9DZ0BOiUQXAl70peQrE,18428
96
+ google/adk/models/lite_llm.py,sha256=YhTgHm9237koREtBtY3IwkRMq2qFKOWNNyPGhjGfS80,19356
96
97
  google/adk/models/llm_request.py,sha256=VGmXaupKLunv9Q4fdb8VDgLK0NUsHCY2_-DMMdE7VcY,2999
97
98
  google/adk/models/llm_response.py,sha256=nLIGiH9JnVFqBwnyqhg0grLydUZCODvw3gMbhkXazKE,3775
98
99
  google/adk/models/registry.py,sha256=kIMqGxX_S2MsYwCwG64_0O471OCt1ljWns548Keazgs,2526
99
100
  google/adk/planners/__init__.py,sha256=6G_uYtLawi99HcgGGCOxcNleNezD2IaYLKz0P8nFkPQ,788
100
101
  google/adk/planners/base_planner.py,sha256=cGlgxgxb_EAI8gkgiCpnLaf_rLs0U64yg94X32kGY2I,1961
101
102
  google/adk/planners/built_in_planner.py,sha256=i1JDtv9_pbSspxsqxxAjrknlTjh_ClL0J8uUumr7qMU,2371
102
- google/adk/planners/plan_re_act_planner.py,sha256=wI5QzlSvWiAg7sfltnFAv5xz2n03jbR2DgFc_8I1PUA,8478
103
+ google/adk/planners/plan_re_act_planner.py,sha256=i2DtzdyqNQsl1nV12Ty1ayEvjDMNFfnb8H2-PP9aNXQ,8478
103
104
  google/adk/sessions/__init__.py,sha256=hbSFrzrbKbpL-akrCD1SYxjk92BVvzGxJzuuwn5dmEI,1248
104
105
  google/adk/sessions/base_session_service.py,sha256=0UuEXFRaXwO16PJntUk9VtPZDiCa1tkLnvvnjqCQjtA,3579
105
- google/adk/sessions/database_session_service.py,sha256=x8ygzOS2ICNNDHGCayQhL3REI6TxndROhpX8VmS6Yys,16610
106
+ google/adk/sessions/database_session_service.py,sha256=13V4CU8pnFQdmrVNFfPC2XZiAs-EIazuA_CzDgBvx34,19073
106
107
  google/adk/sessions/in_memory_session_service.py,sha256=4_wvZRBya2W-lYcGkIcCvdueHMN-GN2n9vcpehNmP3o,6398
107
108
  google/adk/sessions/session.py,sha256=H3nm9u-0JMbd0HZygsVdnkcdO78xraoNaDSmjor6lCA,1710
108
- google/adk/sessions/state.py,sha256=RCcJJIS8t73ttJf0X76XB8bbrXh3P_447m9OQZpSAoo,2298
109
+ google/adk/sessions/state.py,sha256=p8KktAGvTiHo32akfSX0wPgJohzpMNGQ6teJK-LRQ-0,2298
109
110
  google/adk/sessions/vertex_ai_session_service.py,sha256=UHRAQxvtADoe0dYwdKHPGPJ4D1KTgeapq-19IqyZlOc,11090
110
111
  google/adk/tools/__init__.py,sha256=IpyRAQ29HdslRGMQd2RwAEVV3rvgSQdJuAulJLn_brM,1825
111
112
  google/adk/tools/_automatic_function_calling_util.py,sha256=Cf6bBNuBggMCKPK26-T-Y0EKGTFqNvhPhMhL0s4cYAM,10882
112
113
  google/adk/tools/agent_tool.py,sha256=WaR-0D7HvddxF-wfocan4pBkuRll_LG5q7qDNHOX_oQ,5851
113
- google/adk/tools/base_tool.py,sha256=208kQsM2qRDqpN689dMd2BVva02ANZ_V9YNMO7aBWDg,4447
114
+ google/adk/tools/base_tool.py,sha256=AnEXzXXTEYn2brfZp3rjLw9yCG6znU0NbeazBvofqHU,4456
114
115
  google/adk/tools/built_in_code_execution_tool.py,sha256=oPkLz9EEHQE6vjidUwjHLrHWFLm6NNDHWddvRRAt6UY,1902
115
116
  google/adk/tools/crewai_tool.py,sha256=CAOcizXvW_cQts5lFpS9IYcX71q_7eHoBxvFasdTBX8,2293
116
117
  google/adk/tools/example_tool.py,sha256=gaG68obDbI29omDRmtoGSDEe1BFTV4MXk1JkfcoztFM,1947
117
118
  google/adk/tools/exit_loop_tool.py,sha256=qjeQsHiOt6qgjlgNSQ0HhxyVt-X-JTwaSGo5--j2SpA,784
118
- google/adk/tools/function_parameter_parse_util.py,sha256=VZYknHchEmiCvaOkc2m-CmamHAGJ0kYxCNEuF20fP0k,10639
119
+ google/adk/tools/function_parameter_parse_util.py,sha256=kLFtIA9O1AtBRA8_mcSjDhV_dZoIv1cH68NLIsj_bmk,10640
119
120
  google/adk/tools/function_tool.py,sha256=Nfiz4qrxKXYF8gRdvoR9Bc6gEfJe5Ve4_gL1MI_eEdA,2766
120
121
  google/adk/tools/get_user_choice_tool.py,sha256=RuShc25aJB1ZcB_t38y8e75O1uFTNimyZbiLEbZMntg,993
121
122
  google/adk/tools/google_search_tool.py,sha256=0DeRgDhqxraQ-9waYp4hfgEssxNYddrpsHxDtrHsZEc,2282
122
123
  google/adk/tools/langchain_tool.py,sha256=Hq4VHnMTFsN1vSBEO-QSnzhs1lS59n-yHFswq5gHtO4,2842
123
124
  google/adk/tools/load_artifacts_tool.py,sha256=OueIF1KNPz97iRB0F0hbDKbo7UPZGIQfvc_yPpvPFGc,3710
124
- google/adk/tools/load_memory_tool.py,sha256=XbCrWuVL0pwLI8y9pl855TBK8DLpv_hF2KeR4Oea5sg,1754
125
+ google/adk/tools/load_memory_tool.py,sha256=qwaSM3Uz90-EnhWbnRnlYbqNIzoh902_fg-vR7QhKtQ,2290
125
126
  google/adk/tools/load_web_page.py,sha256=PiIX6KzHqBPy0cdskhXtT3RWUOTGS4RTbzFQGHG80pU,1263
126
127
  google/adk/tools/long_running_tool.py,sha256=au3THXaV_uRsC3Q-v4rSz6Tt895vSd2xz-85nyWKSJ4,1309
127
128
  google/adk/tools/preload_memory_tool.py,sha256=k7dCNW2XBgxQ-TtOJkJGq9xfU1z6gAsAmXKzmy-IFMg,2239
128
129
  google/adk/tools/tool_context.py,sha256=koVZiB05SpcR0sSrLHGpz8btDQXjc4-7MF5mKa9YS1g,3596
129
- google/adk/tools/toolbox_tool.py,sha256=i6RxoVEkPK0GYemuifWSyvlcw9ruJwSr7HlyR7XpeiA,1428
130
+ google/adk/tools/toolbox_tool.py,sha256=6Q3CSal0pAs6BjSJDC5oyYPHd_JRCTv9BbwLzHcFbcE,1428
130
131
  google/adk/tools/transfer_to_agent_tool.py,sha256=V2XBCoQ5jV8qlCE3qX82TPJvglnyI-KqKYYMq-swxCY,863
131
132
  google/adk/tools/vertex_ai_search_tool.py,sha256=8i3dRzH0dQBYxg7OZ2O1TzjB9KvxzVX0QUjChUz5Er4,3268
132
133
  google/adk/tools/apihub_tool/__init__.py,sha256=89tWC4Mm-MYoJ9Al_b8nbqFLeTgPO0-j411SkLuuzaQ,653
@@ -137,16 +138,17 @@ google/adk/tools/apihub_tool/clients/secret_client.py,sha256=U1YsWUJvq2mmLRQETX9
137
138
  google/adk/tools/application_integration_tool/__init__.py,sha256=r_xoeFyCL4sHuWQAlCeMUJRO1je7eayqy6ffxYyhByA,702
138
139
  google/adk/tools/application_integration_tool/application_integration_toolset.py,sha256=wWVhoRq3US4unAGcTuOnurHdy2uieifVHJOlwsVHIXU,8615
139
140
  google/adk/tools/application_integration_tool/clients/connections_client.py,sha256=DwnzG6RQVPUd87O7Y0-d4GzYL5oeBPJKmecAmYwC45Q,31763
140
- google/adk/tools/application_integration_tool/clients/integration_client.py,sha256=KInIWmawrlLafeY2X_y8dkCUC71LHaoiQz7VMNvbsgE,10542
141
- google/adk/tools/google_api_tool/__init__.py,sha256=aH5NmECxXejTgVZi_5Rov9gszAqSPXbcDee3Y9wlpFU,626
141
+ google/adk/tools/application_integration_tool/clients/integration_client.py,sha256=GkFHqcTWDu3jlRcYUEEyEbFU6_-HrOlcMve-sRuo1q4,10639
142
+ google/adk/tools/google_api_tool/__init__.py,sha256=nv6nv42vii1ECjXgKhC6Dv343f7kAiMNDn0gxJ0omnE,2584
142
143
  google/adk/tools/google_api_tool/google_api_tool.py,sha256=CeVKiXxqOZ5hQWHMdmT_Ld5TQDiv7NBucKEpHBEW0G8,1876
143
144
  google/adk/tools/google_api_tool/google_api_tool_set.py,sha256=oTwHQNiWT5V3412HPO6Y-5t-oqV-Jr7SOWH7aKFN6Os,3616
144
- google/adk/tools/google_api_tool/google_api_tool_sets.py,sha256=O4PS0844QNuOaVW-8BP_XFTEvivU_lgHyp38qyYq3IM,1370
145
- google/adk/tools/google_api_tool/googleapi_to_openapi_converter.py,sha256=vQpYRYfidKgxZTFnSbGxJH-sJl6qgHs0Et3iLeLWf2I,16260
145
+ google/adk/tools/google_api_tool/google_api_tool_sets.py,sha256=iW6kf0rjh3RzeOZMRqgHfmccS6jA1UcScQ3nfBruUHo,3152
146
+ google/adk/tools/google_api_tool/googleapi_to_openapi_converter.py,sha256=Xcea8QmkrF0uwDmRBgdFHn__V_dMX56RSVXjVUzFG0s,16412
146
147
  google/adk/tools/mcp_tool/__init__.py,sha256=IsiZy3XvGhrdrp8AGd9596aXacro4x2VbKeWU2cH3wk,1190
147
148
  google/adk/tools/mcp_tool/conversion_utils.py,sha256=utge8KGqp15uBhi9UORccOoZ66dCA0-TUhfFrznDQjI,5222
148
- google/adk/tools/mcp_tool/mcp_tool.py,sha256=ryuHINpTfnhmq8feWx5_DVjjOCd51Icu8mNGWwwjA9o,3720
149
- google/adk/tools/mcp_tool/mcp_toolset.py,sha256=W3Bfk6EWB7lP2q04Kjp7tWuEl8edJb-XzlDUBZyClcc,7840
149
+ google/adk/tools/mcp_tool/mcp_session_manager.py,sha256=gLqEuEHI5Ud8tusstcseYp5tUG-jeQnAOVtAQXcdF1g,5389
150
+ google/adk/tools/mcp_tool/mcp_tool.py,sha256=pNzuCSM34_daNx28xdP85i4YMyzW1WuISehrnVjMs7E,4131
151
+ google/adk/tools/mcp_tool/mcp_toolset.py,sha256=kWAMFVxvcC4e4LOp4vGxAUgq3lhg9YbCdSzg74gabM0,7423
150
152
  google/adk/tools/openapi_tool/__init__.py,sha256=UMsewNCQjd-r1GBX1OMuUJTzJ0AlQuegIc98g04-0oU,724
151
153
  google/adk/tools/openapi_tool/auth/__init__.py,sha256=NVRXscqN4V0CSCvIp8J_ee8Xyw4m-OGoZn7SmrtOsQk,637
152
154
  google/adk/tools/openapi_tool/auth/auth_helpers.py,sha256=73GGGxvLZWH_YW7BEObAY-rVz3r401dm98kl5oq-nwM,15901
@@ -161,15 +163,15 @@ google/adk/tools/openapi_tool/openapi_spec_parser/__init__.py,sha256=S89I_GQukqn
161
163
  google/adk/tools/openapi_tool/openapi_spec_parser/openapi_spec_parser.py,sha256=OomWa0rYWPPTs16pzT-3AvIcXwJeYBoQQgBy0R3opdI,7881
162
164
  google/adk/tools/openapi_tool/openapi_spec_parser/openapi_toolset.py,sha256=jhCIqmJxyTJiyKwKHVfTb8IiNmztgJjDFxsw3Q8I6-s,4794
163
165
  google/adk/tools/openapi_tool/openapi_spec_parser/operation_parser.py,sha256=Wsp83l0BfYEp7_AEicpcA-J4JU5wO4sAtXm67xMuWWw,8687
164
- google/adk/tools/openapi_tool/openapi_spec_parser/rest_api_tool.py,sha256=m0On4lp5O2T8zcszzp8nGSLxcn05rTbf07a6jmU2c3Y,17513
166
+ google/adk/tools/openapi_tool/openapi_spec_parser/rest_api_tool.py,sha256=o5VOA0mkFNv7U3hb9otr8b_WblxL3ZSGFImjHJ6DpYM,17523
165
167
  google/adk/tools/openapi_tool/openapi_spec_parser/tool_auth_handler.py,sha256=XM0Wo7lCswS9XTsrho8jlBd8PV68I4vohI4Ao-55nlU,9118
166
168
  google/adk/tools/retrieval/__init__.py,sha256=vHWHIFl9KEnlPw0kBHVo0q5FqPCUY_lNeL4YeuhQRK0,1172
167
169
  google/adk/tools/retrieval/base_retrieval_tool.py,sha256=4aar8Kg-6rQG7Ht1n18D5fvJnuffodFdSjeCp-GzA7w,1174
168
170
  google/adk/tools/retrieval/files_retrieval.py,sha256=bucma_LL7aw15GQnYwgpDP1Lo9UqN-RFlG3w1w0sWfw,1158
169
171
  google/adk/tools/retrieval/llama_index_retrieval.py,sha256=r9HUQXqygxizX0OXz7pJAWxzRRwmofAtFa3UvRR2di0,1304
170
172
  google/adk/tools/retrieval/vertex_ai_rag_retrieval.py,sha256=FzLpZctWX232wn24M-CvjV8s1StivNy8H7e5IqgWphg,3340
171
- google_adk-0.1.1.dist-info/entry_points.txt,sha256=zL9CU-6V2yQ2oc5lrcyj55ROHrpiIePsvQJ4H6SL-zI,43
172
- google_adk-0.1.1.dist-info/licenses/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
173
- google_adk-0.1.1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
174
- google_adk-0.1.1.dist-info/METADATA,sha256=mzTuzsqFJMHbYiySgqfF_QxW8yRfpAbi5Z8Bg-M-efM,7823
175
- google_adk-0.1.1.dist-info/RECORD,,
173
+ google_adk-0.2.0.dist-info/entry_points.txt,sha256=zL9CU-6V2yQ2oc5lrcyj55ROHrpiIePsvQJ4H6SL-zI,43
174
+ google_adk-0.2.0.dist-info/licenses/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
175
+ google_adk-0.2.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
176
+ google_adk-0.2.0.dist-info/METADATA,sha256=Eo_Ps0kKPlf8HsVg9oQ9hYQvzSCsl7AvhY39Nn0xAKA,8297
177
+ google_adk-0.2.0.dist-info/RECORD,,