structure saas with tools

This commit is contained in:
Davidson Gomes
2025-04-25 15:30:54 -03:00
commit 1aef473937
16434 changed files with 6584257 additions and 0 deletions

View File

@@ -0,0 +1,235 @@
Metadata-Version: 2.4
Name: google-adk
Version: 0.3.0
Summary: Agent Development Kit
Author-email: Google LLC <googleapis-packages@google.com>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: Typing :: Typed
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
License-File: LICENSE
Requires-Dist: authlib>=1.5.1
Requires-Dist: click>=8.1.8
Requires-Dist: fastapi>=0.115.0
Requires-Dist: google-api-python-client>=2.157.0
Requires-Dist: google-cloud-aiplatform>=1.87.0
Requires-Dist: google-cloud-secret-manager>=2.22.0
Requires-Dist: google-cloud-speech>=2.30.0
Requires-Dist: google-cloud-storage>=2.18.0, <3.0.0
Requires-Dist: google-genai>=1.11.0
Requires-Dist: graphviz>=0.20.2
Requires-Dist: mcp>=1.5.0;python_version>='3.10'
Requires-Dist: opentelemetry-api>=1.31.0
Requires-Dist: opentelemetry-exporter-gcp-trace>=1.9.0
Requires-Dist: opentelemetry-sdk>=1.31.0
Requires-Dist: pydantic>=2.0, <3.0.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: PyYAML>=6.0.2
Requires-Dist: sqlalchemy>=2.0
Requires-Dist: tzlocal>=5.3
Requires-Dist: uvicorn>=0.34.0
Requires-Dist: flit>=3.10.0 ; extra == "dev"
Requires-Dist: isort>=6.0.0 ; extra == "dev"
Requires-Dist: pyink>=24.10.0 ; extra == "dev"
Requires-Dist: pylint>=2.6.0 ; extra == "dev"
Requires-Dist: autodoc_pydantic ; extra == "docs"
Requires-Dist: furo ; extra == "docs"
Requires-Dist: myst-parser ; extra == "docs"
Requires-Dist: sphinx ; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints ; extra == "docs"
Requires-Dist: sphinx-rtd-theme ; extra == "docs"
Requires-Dist: google-cloud-aiplatform[evaluation]>=1.87.0 ; extra == "eval"
Requires-Dist: pandas>=2.2.3 ; extra == "eval"
Requires-Dist: tabulate>=0.9.0 ; extra == "eval"
Requires-Dist: anthropic>=0.43.0 ; extra == "extensions"
Requires-Dist: beautifulsoup4>=3.2.2 ; extra == "extensions"
Requires-Dist: crewai[tools] ; extra == "extensions" and (python_version>='3.10')
Requires-Dist: docker>=7.0.0 ; extra == "extensions"
Requires-Dist: langgraph>=0.2.60 ; extra == "extensions"
Requires-Dist: litellm>=1.63.11 ; extra == "extensions"
Requires-Dist: llama-index-readers-file>=0.4.0 ; extra == "extensions"
Requires-Dist: lxml>=5.3.0 ; extra == "extensions"
Requires-Dist: anthropic>=0.43.0 ; extra == "test"
Requires-Dist: langchain-community>=0.3.17 ; extra == "test"
Requires-Dist: langgraph>=0.2.60 ; extra == "test"
Requires-Dist: litellm>=1.63.11 ; extra == "test"
Requires-Dist: llama-index-readers-file>=0.4.0 ; extra == "test"
Requires-Dist: pytest-asyncio>=0.25.0 ; extra == "test"
Requires-Dist: pytest-mock>=3.14.0 ; extra == "test"
Requires-Dist: pytest-xdist>=3.6.1 ; extra == "test"
Requires-Dist: pytest>=8.3.4 ; extra == "test"
Project-URL: changelog, https://github.com/google/adk-python/blob/main/CHANGELOG.md
Project-URL: documentation, https://google.github.io/adk-docs/
Project-URL: homepage, https://google.github.io/adk-docs/
Project-URL: repository, https://github.com/google/adk-python
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: eval
Provides-Extra: extensions
Provides-Extra: test
# Agent Development Kit (ADK)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
[![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)
[![r/agentdevelopmentkit](https://img.shields.io/badge/Reddit-r%2Fagentdevelopmentkit-FF4500?style=flat&logo=reddit&logoColor=white)](https://www.reddit.com/r/agentdevelopmentkit/)
<html>
<h2 align="center">
<img src="https://raw.githubusercontent.com/google/adk-python/main/assets/agent-development-kit.png" width="256"/>
</h2>
<h3 align="center">
An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control.
</h3>
<h3 align="center">
Important Links:
<a href="https://google.github.io/adk-docs/">Docs</a> &
<a href="https://github.com/google/adk-samples">Samples</a>.
</h3>
</html>
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.
---
## ✨ Key Features
- **Rich Tool Ecosystem**: Utilize pre-built tools, custom functions,
OpenAPI specs, or integrate existing tools to give agents diverse
capabilities, all for tight integration with the Google ecosystem.
- **Code-First Development**: Define agent logic, tools, and orchestration
directly in Python for ultimate flexibility, testability, and versioning.
- **Modular Multi-Agent Systems**: Design scalable applications by composing
multiple specialized agents into flexible hierarchies.
- **Deploy Anywhere**: Easily containerize and deploy agents on Cloud Run or
scale seamlessly with Vertex AI Agent Engine.
## 🚀 Installation
### Stable Release (Recommended)
You can install the latest stable version of ADK using `pip`:
```bash
pip install google-adk
```
The release cadence is weekly.
This version is recommended for most users as it represents the most recent official release.
### Development Version
Bug fixes and new features are merged into the main branch on GitHub first. If you need access to changes that haven't been included in an official PyPI release yet, you can install directly from the main branch:
```bash
pip install git+https://github.com/google/adk-python.git@main
```
Note: The development version is built directly from the latest code commits. While it includes the newest fixes and features, it may also contain experimental changes or bugs not present in the stable release. Use it primarily for testing upcoming changes or accessing critical fixes before they are officially released.
## 📚 Documentation
Explore the full documentation for detailed guides on building, evaluating, and
deploying agents:
* **[Documentation](https://google.github.io/adk-docs)**
## 🏁 Feature Highlight
### Define a single agent:
```python
from google.adk.agents import Agent
from google.adk.tools import google_search
root_agent = Agent(
name="search_assistant",
model="gemini-2.0-flash", # Or your preferred Gemini model
instruction="You are a helpful assistant. Answer user questions using Google Search when needed.",
description="An assistant that can search the web.",
tools=[google_search]
)
```
### Define a multi-agent system:
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.
```python
from google.adk.agents import LlmAgent, BaseAgent
# Define individual agents
greeter = LlmAgent(name="greeter", model="gemini-2.0-flash", ...)
task_executor = LlmAgent(name="task_executor", model="gemini-2.0-flash", ...)
# Create parent agent and assign children via sub_agents
coordinator = LlmAgent(
name="Coordinator",
model="gemini-2.0-flash",
description="I coordinate greetings and tasks.",
sub_agents=[ # Assign sub_agents here
greeter,
task_executor
]
)
```
### Development UI
A built-in development UI to help you test, evaluate, debug, and showcase your agent(s).
<img src="https://raw.githubusercontent.com/google/adk-python/main/assets/adk-web-dev-ui-function-call.png"/>
### Evaluate Agents
```bash
adk eval \
samples_for_testing/hello_world \
samples_for_testing/hello_world/hello_world_eval_set_001.evalset.json
```
## 🤖 A2A and ADK integration
For remote agent-to-agent communication, ADK integrates with the
[A2A protocol](https://github.com/google/A2A/).
See this [example](https://github.com/google/A2A/tree/main/samples/python/agents/google_adk)
for how they can work together.
## 🤝 Contributing
We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please see our
- [General contribution guideline and flow](https://google.github.io/adk-docs/contributing-guide/#questions).
- Then if you want to contribute code, please read [Code Contributing Guidelines](./CONTRIBUTING.md) to get started.
## 📄 License
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.
## Preview
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).
---
*Happy Agent Building!*

View File

@@ -0,0 +1,345 @@
../../../bin/adk,sha256=i9XMxBAt3h8xk79sUz5kzsjVFnuCCgVb_vr_WBDCxnk,255
google/adk/__init__.py,sha256=sSPQK3r0tW8ahl-k8SXkZvMcbiTbGICCtrw6KkFucyg,726
google/adk/__pycache__/__init__.cpython-310.pyc,,
google/adk/__pycache__/runners.cpython-310.pyc,,
google/adk/__pycache__/telemetry.cpython-310.pyc,,
google/adk/__pycache__/version.cpython-310.pyc,,
google/adk/agents/__init__.py,sha256=WsCiBlvI-ISWrcntboo_sULvVJNwLNxXCe42UGPLKdY,1041
google/adk/agents/__pycache__/__init__.cpython-310.pyc,,
google/adk/agents/__pycache__/active_streaming_tool.cpython-310.pyc,,
google/adk/agents/__pycache__/base_agent.cpython-310.pyc,,
google/adk/agents/__pycache__/callback_context.cpython-310.pyc,,
google/adk/agents/__pycache__/invocation_context.cpython-310.pyc,,
google/adk/agents/__pycache__/langgraph_agent.cpython-310.pyc,,
google/adk/agents/__pycache__/live_request_queue.cpython-310.pyc,,
google/adk/agents/__pycache__/llm_agent.cpython-310.pyc,,
google/adk/agents/__pycache__/loop_agent.cpython-310.pyc,,
google/adk/agents/__pycache__/parallel_agent.cpython-310.pyc,,
google/adk/agents/__pycache__/readonly_context.cpython-310.pyc,,
google/adk/agents/__pycache__/remote_agent.cpython-310.pyc,,
google/adk/agents/__pycache__/run_config.cpython-310.pyc,,
google/adk/agents/__pycache__/sequential_agent.cpython-310.pyc,,
google/adk/agents/__pycache__/transcription_entry.cpython-310.pyc,,
google/adk/agents/active_streaming_tool.py,sha256=AYrT9aCFBzaESFzkMTil_fuK1zDoKDfZQaQXL3_Jxog,1159
google/adk/agents/base_agent.py,sha256=qN4P0x515T6xWV2XMBFrTduYaEKqQOTnKZWNQqKkvpI,10570
google/adk/agents/callback_context.py,sha256=lbXMgzBaxToAyT3bQTXUJzcFUBltMOumRxS0kFKjoFA,3574
google/adk/agents/invocation_context.py,sha256=W4VMfFGecRoSX_rwDIgACzxPIMtMin84eADAX-zHj9Y,6173
google/adk/agents/langgraph_agent.py,sha256=CU3onlHGBp61-SgHHJQu6f2KrFXp5qrDYI9nGvLGQC4,4252
google/adk/agents/live_request_queue.py,sha256=auQnKALpHQSCh__7CikfGgteqErZaPsivQ7goFySlXI,2074
google/adk/agents/llm_agent.py,sha256=7OkwfsWkl2Dy9hP6F78dPqkDgvkXrHkVps9MAT3duUg,12266
google/adk/agents/loop_agent.py,sha256=IjmcFQ-vFeXXKuCb7pYOH1vJUdUUEx4sQaynZ7n0cKU,1940
google/adk/agents/parallel_agent.py,sha256=PVwlpAO1es7cPsGlK_Pax0sAmPsprn2X6v3cNxRDC3Y,2981
google/adk/agents/readonly_context.py,sha256=O5n4Eupq-lWRoMi1MSA3lZu_DoMtcXYpRoK8wknSLX8,1409
google/adk/agents/remote_agent.py,sha256=LawMfVOp8CUeSk4g159BYOOIsHtxDo-ab7e6CwsYdhU,1494
google/adk/agents/run_config.py,sha256=l1G-87cYRJz1S2tCax-c4riJv3MbG4DAgisBFSw7Hpw,2915
google/adk/agents/sequential_agent.py,sha256=wlinEKlMlpKyNyzqjPmGO7xpCQpUvXxIwqiazZvXiKQ,1388
google/adk/agents/transcription_entry.py,sha256=JQahrPoqllljN2mQf9yI9Y7bX3Fhllez6rQGpslzeVw,1060
google/adk/artifacts/__init__.py,sha256=D5DYoVYR0tOd2E_KwRu0Cp7yvV25KGuIQmQeCRDyK-k,846
google/adk/artifacts/__pycache__/__init__.cpython-310.pyc,,
google/adk/artifacts/__pycache__/base_artifact_service.cpython-310.pyc,,
google/adk/artifacts/__pycache__/gcs_artifact_service.cpython-310.pyc,,
google/adk/artifacts/__pycache__/in_memory_artifact_service.cpython-310.pyc,,
google/adk/artifacts/base_artifact_service.py,sha256=Z0Vt052rKpKDfXvHIlSvUFvrtdKIuXvPzRrYHzN61tU,3507
google/adk/artifacts/gcs_artifact_service.py,sha256=_SmtK23ryte-4B8QmlWkxaD_z08DN-YehV94BSg402k,5544
google/adk/artifacts/in_memory_artifact_service.py,sha256=aiA2PtjuL_dWndoMuB-00HPqjhuaS-Q4aTcg_HMz86g,4013
google/adk/auth/__init__.py,sha256=GoFe0aZGdp0ExNE4rXNn1RuXLaB64j7Z-2C5e2Hsh8c,908
google/adk/auth/__pycache__/__init__.cpython-310.pyc,,
google/adk/auth/__pycache__/auth_credential.cpython-310.pyc,,
google/adk/auth/__pycache__/auth_handler.cpython-310.pyc,,
google/adk/auth/__pycache__/auth_preprocessor.cpython-310.pyc,,
google/adk/auth/__pycache__/auth_schemes.cpython-310.pyc,,
google/adk/auth/__pycache__/auth_tool.cpython-310.pyc,,
google/adk/auth/auth_credential.py,sha256=rDyRIvx2-u9g_f4635GZRMslkyqaxDKvCxI3jkNmCcU,6705
google/adk/auth/auth_handler.py,sha256=ViqVsH5pzO8Pzq6HwlI4b1Y98NZO822TYRPnYAzIbNc,9478
google/adk/auth/auth_preprocessor.py,sha256=qnmr-MQwxegC4ZRF7D05xOzDnKizqysl4KOBiL9TF8I,4171
google/adk/auth/auth_schemes.py,sha256=dxx9bxjOWoae1fSVxbpaVTwa0I4v76_QJJFEX--1ueA,2260
google/adk/auth/auth_tool.py,sha256=GQU3Px9Xv1VcXAcd8MdpvmwuRon1rRpPDeg3xDSYJP8,2265
google/adk/cli/__init__.py,sha256=ouPYnIY02VmGNfpA6IT8oSQdfeZd1LHVoDSt_x8zQPU,609
google/adk/cli/__main__.py,sha256=gN8rRWlkh_3gLI-oYByxrKpCW9BIfDwrr0YuyisxmHo,646
google/adk/cli/__pycache__/__init__.cpython-310.pyc,,
google/adk/cli/__pycache__/__main__.cpython-310.pyc,,
google/adk/cli/__pycache__/agent_graph.cpython-310.pyc,,
google/adk/cli/__pycache__/cli.cpython-310.pyc,,
google/adk/cli/__pycache__/cli_create.cpython-310.pyc,,
google/adk/cli/__pycache__/cli_deploy.cpython-310.pyc,,
google/adk/cli/__pycache__/cli_eval.cpython-310.pyc,,
google/adk/cli/__pycache__/cli_tools_click.cpython-310.pyc,,
google/adk/cli/__pycache__/fast_api.cpython-310.pyc,,
google/adk/cli/agent_graph.py,sha256=H5gvs2wG6ks3F6pk14f33txmvAN9rr0_2H2fNMF96VE,4754
google/adk/cli/browser/adk_favicon.svg,sha256=giyzTZ5Xe6HFU63NgTIZDm35L-RmID-odVFOZ4vMo1M,3132
google/adk/cli/browser/assets/audio-processor.js,sha256=BTYefpDeOz7VQveAoC_WFleLY9JkJs_FuGS0oQiadIA,1769
google/adk/cli/browser/assets/config/runtime-config.json,sha256=obOpZdzA-utX_wG6I687-5W7i1f8W9ixXOb7ky7rdvU,22
google/adk/cli/browser/index.html,sha256=vbJZT9el5PQyCUy20mEue6yy4ee0RH4-GGfarnbkx3g,18483
google/adk/cli/browser/main-HWIBUY2R.js,sha256=qJ5Uz6Q6EpTs6EzJQ8xCU53DCNbgzXnBkX3y1FKNvoA,2443591
google/adk/cli/browser/polyfills-FFHMD2TL.js,sha256=6tcwOogi31Djphkq1hP2H5TxfN1MBg3P4YYrxHNdH5M,35115
google/adk/cli/browser/styles-4VDSPQ37.css,sha256=QF3xmtXMt44nFiCh0aKnvQwQiZptr3sW1u9bzltukAI,5522
google/adk/cli/cli.py,sha256=FHKi-ZP-ieP2fS_zJIVJRBC06v9il0vN7Y7IcdBnZKw,5822
google/adk/cli/cli_create.py,sha256=S5sAKIzTjaf3bWoh6nUCSxm9koxdkN0SkTnOtsl0Oqs,8010
google/adk/cli/cli_deploy.py,sha256=ESIMrpUDAg7DPVGv9r_wFXj3INJt4BooJj6Wri-TiDk,5340
google/adk/cli/cli_eval.py,sha256=yWnfyOYSpcKPeBGhQeY811Wc679qi5h9awWUzxJ0wgc,9217
google/adk/cli/cli_tools_click.py,sha256=1BiwJ5mWI53y96Dce4OZRQnwivmGrGEfHA7doDj-pCA,15842
google/adk/cli/fast_api.py,sha256=WHO8EDtsp2si_ohde12R08cWbr79tyh4fzz5jFhIvGE,26936
google/adk/cli/utils/__init__.py,sha256=2PrkBZeLjc3mXZMDJkev3IKgd07d4CheASgTB3tqz8Y,1528
google/adk/cli/utils/__pycache__/__init__.cpython-310.pyc,,
google/adk/cli/utils/__pycache__/envs.cpython-310.pyc,,
google/adk/cli/utils/__pycache__/evals.cpython-310.pyc,,
google/adk/cli/utils/__pycache__/logs.cpython-310.pyc,,
google/adk/cli/utils/envs.py,sha256=S8_aqTZL8bQ4-FDYpgmNzPBTrz2UlMbV0Dg5sx-9p_0,1683
google/adk/cli/utils/evals.py,sha256=Ruq2DJLrbXoBYYZY9_0JNMa0DNpY2zp0htx1Gfs0mjA,3350
google/adk/cli/utils/logs.py,sha256=J6JpYaRhnPztlQQRuF1_Z05Oo-lKWHohfWLOR5tCgcE,2149
google/adk/code_executors/__init__.py,sha256=wqLHiAx2EmwcRfyUwhBYACPGidGgBU8smRTHH8sV21s,1542
google/adk/code_executors/__pycache__/__init__.cpython-310.pyc,,
google/adk/code_executors/__pycache__/base_code_executor.cpython-310.pyc,,
google/adk/code_executors/__pycache__/code_execution_utils.cpython-310.pyc,,
google/adk/code_executors/__pycache__/code_executor_context.cpython-310.pyc,,
google/adk/code_executors/__pycache__/container_code_executor.cpython-310.pyc,,
google/adk/code_executors/__pycache__/unsafe_local_code_executor.cpython-310.pyc,,
google/adk/code_executors/__pycache__/vertex_ai_code_executor.cpython-310.pyc,,
google/adk/code_executors/base_code_executor.py,sha256=QLpgVcFNI5V21U-kVleze24ADeuDKgE3wI7Uui6vUeo,3030
google/adk/code_executors/code_execution_utils.py,sha256=95VgarO7Q9EvwfEdQKc8RAD4XotcYYzagiIwIuEO6_s,7354
google/adk/code_executors/code_executor_context.py,sha256=W8kLnyDLq0Ci_8dDHXv9CmkQITmNKhGc8f82gC7v5ik,6732
google/adk/code_executors/container_code_executor.py,sha256=KW6ESSFcsh9WMmohOJIntV7cct2QRclNhBkYGiRwEy8,6418
google/adk/code_executors/unsafe_local_code_executor.py,sha256=0UHcjaFF5V8swin3WLs6UjAaW7P_tPmSyaaPOOiDPys,2387
google/adk/code_executors/vertex_ai_code_executor.py,sha256=CvPv0cZw-PjPxMFzf01e83bTSy_yksunub8r62hBOgg,7254
google/adk/evaluation/__init__.py,sha256=h39Lgl_gUiF2OVyJi5nJMKZBgNwKpeo9Bt3YN4JdKng,1004
google/adk/evaluation/__pycache__/__init__.cpython-310.pyc,,
google/adk/evaluation/__pycache__/agent_evaluator.cpython-310.pyc,,
google/adk/evaluation/__pycache__/evaluation_constants.cpython-310.pyc,,
google/adk/evaluation/__pycache__/evaluation_generator.cpython-310.pyc,,
google/adk/evaluation/__pycache__/response_evaluator.cpython-310.pyc,,
google/adk/evaluation/__pycache__/trajectory_evaluator.cpython-310.pyc,,
google/adk/evaluation/agent_evaluator.py,sha256=CoN0OXjITE4axxAw4wpAcBrwSIV5AFDKSG_E-lMS3f8,11491
google/adk/evaluation/evaluation_constants.py,sha256=P5f9V-0JS9Hre1InJc4-aSHwI3Laedbp5huzEX1FnqI,856
google/adk/evaluation/evaluation_generator.py,sha256=lnggY7OFtrQdZON6RO6ZCfuN-UpeJQbHJpc2zm4Aza8,9243
google/adk/evaluation/response_evaluator.py,sha256=0k0_QJWh-yh_mBPE4dSO3IPhE2fWph2qFzcrpNTHMWk,4897
google/adk/evaluation/trajectory_evaluator.py,sha256=YgrQCkYyc8C1-h-0g1ogXM1lumZbHUXwqQdgz-KUj64,5408
google/adk/events/__init__.py,sha256=Lh0rh6RAt5DIxbwBUajjGMbB6bZW5K4Qli6PD_Jv74Q,688
google/adk/events/__pycache__/__init__.cpython-310.pyc,,
google/adk/events/__pycache__/event.cpython-310.pyc,,
google/adk/events/__pycache__/event_actions.cpython-310.pyc,,
google/adk/events/event.py,sha256=BjbDWV8KYB6i6sKH0YMNhWE4YUrsLFpWfymjJ7moZIk,4555
google/adk/events/event_actions.py,sha256=k8kn-jXPHDslvv2InUIgaNUyCj7oR86YveqyTl3-cOQ,1889
google/adk/examples/__init__.py,sha256=LCuLG_SOF9OAV3vc1tHAaBAOeQEZl0MFHC2LGmZ6e-A,851
google/adk/examples/__pycache__/__init__.cpython-310.pyc,,
google/adk/examples/__pycache__/base_example_provider.cpython-310.pyc,,
google/adk/examples/__pycache__/example.cpython-310.pyc,,
google/adk/examples/__pycache__/example_util.cpython-310.pyc,,
google/adk/examples/__pycache__/vertex_ai_example_store.cpython-310.pyc,,
google/adk/examples/base_example_provider.py,sha256=MkY_4filPUOd_M_YgK-pJpOuNxvD1b8sp_pty-BNnmM,1073
google/adk/examples/example.py,sha256=pA50kiWeWjwzO43p23ztNoRP8lI2Gabik9yphTw8JRw,867
google/adk/examples/example_util.py,sha256=PvxZkuwunWW87ztjQnuox_fRTa5ok8-h20wxp4Yucl8,4237
google/adk/examples/vertex_ai_example_store.py,sha256=0w2N8oB0QTLjbM2gRRUMGY3D9zt8kQDlW4Y6p2jAcJQ,3632
google/adk/flows/__init__.py,sha256=hDKKnwuWGIioev3K1jWuv-pLc7o_OKf71OYj_qWyOSw,575
google/adk/flows/__pycache__/__init__.cpython-310.pyc,,
google/adk/flows/llm_flows/__init__.py,sha256=KLTQguz-10H8LbB6Ou-rjyJzX6rx9N1G5BRVWJTKdho,729
google/adk/flows/llm_flows/__pycache__/__init__.cpython-310.pyc,,
google/adk/flows/llm_flows/__pycache__/_base_llm_processor.cpython-310.pyc,,
google/adk/flows/llm_flows/__pycache__/_code_execution.cpython-310.pyc,,
google/adk/flows/llm_flows/__pycache__/_nl_planning.cpython-310.pyc,,
google/adk/flows/llm_flows/__pycache__/agent_transfer.cpython-310.pyc,,
google/adk/flows/llm_flows/__pycache__/audio_transcriber.cpython-310.pyc,,
google/adk/flows/llm_flows/__pycache__/auto_flow.cpython-310.pyc,,
google/adk/flows/llm_flows/__pycache__/base_llm_flow.cpython-310.pyc,,
google/adk/flows/llm_flows/__pycache__/basic.cpython-310.pyc,,
google/adk/flows/llm_flows/__pycache__/contents.cpython-310.pyc,,
google/adk/flows/llm_flows/__pycache__/functions.cpython-310.pyc,,
google/adk/flows/llm_flows/__pycache__/identity.cpython-310.pyc,,
google/adk/flows/llm_flows/__pycache__/instructions.cpython-310.pyc,,
google/adk/flows/llm_flows/__pycache__/single_flow.cpython-310.pyc,,
google/adk/flows/llm_flows/_base_llm_processor.py,sha256=Y7p-zwW7MxLB3vLlZthSdCjqjqMRl0DaoSVNCzyADw0,1770
google/adk/flows/llm_flows/_code_execution.py,sha256=qQFFYS2JCEBLcgD8fsZpRKmeVJVXglSb0FSF16jBslo,14821
google/adk/flows/llm_flows/_nl_planning.py,sha256=sGKa-wkVuDqlb6e9OadKAYhIAM2xD0iqtYBm0MJRszo,4078
google/adk/flows/llm_flows/agent_transfer.py,sha256=zjRjEYTQB2R5CX0UwOoq8nXHioiQYop7sZhh8LeVkC0,3902
google/adk/flows/llm_flows/audio_transcriber.py,sha256=uEa6727OIHaiShvT3w4S8bDz-QnZWHdNsDDwyXHzW7I,3483
google/adk/flows/llm_flows/auto_flow.py,sha256=CnuFelyZhB_ns4U_5_dW0x_KQlzu02My7qWcB4XBCYY,1714
google/adk/flows/llm_flows/base_llm_flow.py,sha256=H7c3AxWMj8n2UpLkLKvL6ew9jekO83ptSDUVuYYVfkU,19352
google/adk/flows/llm_flows/basic.py,sha256=79DM3qVOspJn2bHWMPptWDJRuFQxdX7ZYM1h-V8X9QQ,2344
google/adk/flows/llm_flows/contents.py,sha256=hMlyzQZGxmAI5oHFyAJWFPA2632ogSHSGQVdhSHpUh4,12880
google/adk/flows/llm_flows/functions.py,sha256=jeyUzZQuFLgTqNNl-WV2Xqcw173NoL3bbjOa-NJWahY,15973
google/adk/flows/llm_flows/identity.py,sha256=X4CRg12NvnopmydU9gbFJI4lW1_otN-w_GOAuPvKrXo,1651
google/adk/flows/llm_flows/instructions.py,sha256=GuIgzuFyRCrCHqN2RibmgjRsa_nT32-BzRZgy05yCpo,4434
google/adk/flows/llm_flows/single_flow.py,sha256=FTy_cJqhD9FZT_PCYdMlHVvOBSq4mWq1WCAwOnTI6W8,1888
google/adk/memory/__init__.py,sha256=zx38Ra_dXvHcIgyNnQtFQde4qQF-OFTrRRlT7epJpL4,1132
google/adk/memory/__pycache__/__init__.cpython-310.pyc,,
google/adk/memory/__pycache__/base_memory_service.cpython-310.pyc,,
google/adk/memory/__pycache__/in_memory_memory_service.cpython-310.pyc,,
google/adk/memory/__pycache__/vertex_ai_rag_memory_service.cpython-310.pyc,,
google/adk/memory/base_memory_service.py,sha256=SsmA5GJqkgky6khWPXdpOT6FAd5HC9iTObpnKcXw1Ik,2055
google/adk/memory/in_memory_memory_service.py,sha256=n436KjijEH7ZrvQBANJDczT9OMGIok-pTUMmWT2ff-U,2218
google/adk/memory/vertex_ai_rag_memory_service.py,sha256=0Wn5ak7tjgZE0axkZP64YUXJQRHECK0oAv3WRbMIFVk,6284
google/adk/models/__init__.py,sha256=jnI2M8tz4IN_WOUma4PIEdGOBDIotXcQpseH6P1VgZU,929
google/adk/models/__pycache__/__init__.cpython-310.pyc,,
google/adk/models/__pycache__/anthropic_llm.cpython-310.pyc,,
google/adk/models/__pycache__/base_llm.cpython-310.pyc,,
google/adk/models/__pycache__/base_llm_connection.cpython-310.pyc,,
google/adk/models/__pycache__/gemini_llm_connection.cpython-310.pyc,,
google/adk/models/__pycache__/google_llm.cpython-310.pyc,,
google/adk/models/__pycache__/lite_llm.cpython-310.pyc,,
google/adk/models/__pycache__/llm_request.cpython-310.pyc,,
google/adk/models/__pycache__/llm_response.cpython-310.pyc,,
google/adk/models/__pycache__/registry.cpython-310.pyc,,
google/adk/models/anthropic_llm.py,sha256=czluhIoj6910BC2P41XM1SF7YPKq2RGFIKRrsV1zfTg,7318
google/adk/models/base_llm.py,sha256=ckyXjogAz28v5A2ijQmu7K78lE0VcLGfEdR8ynJtqK8,2677
google/adk/models/base_llm_connection.py,sha256=_zBmSa4RLfnadXG0_hsJLP_x_1UMtoLKagouIp0Y0-g,2252
google/adk/models/gemini_llm_connection.py,sha256=CQ_0XxDDW8jixOrWki-3dp-VB8YTvkeYtdLPBmIQnWc,6826
google/adk/models/google_llm.py,sha256=vVENYoslt-WXsoLa74J0dQcom4c6zJsE5IgUMGxVuBY,10164
google/adk/models/lite_llm.py,sha256=YhTgHm9237koREtBtY3IwkRMq2qFKOWNNyPGhjGfS80,19356
google/adk/models/llm_request.py,sha256=VGmXaupKLunv9Q4fdb8VDgLK0NUsHCY2_-DMMdE7VcY,2999
google/adk/models/llm_response.py,sha256=yDgzE1CtARNmcOAQB8uIbfEavKHd2PB-taMG4paQeME,4051
google/adk/models/registry.py,sha256=kIMqGxX_S2MsYwCwG64_0O471OCt1ljWns548Keazgs,2526
google/adk/planners/__init__.py,sha256=6G_uYtLawi99HcgGGCOxcNleNezD2IaYLKz0P8nFkPQ,788
google/adk/planners/__pycache__/__init__.cpython-310.pyc,,
google/adk/planners/__pycache__/base_planner.cpython-310.pyc,,
google/adk/planners/__pycache__/built_in_planner.cpython-310.pyc,,
google/adk/planners/__pycache__/plan_re_act_planner.cpython-310.pyc,,
google/adk/planners/base_planner.py,sha256=cGlgxgxb_EAI8gkgiCpnLaf_rLs0U64yg94X32kGY2I,1961
google/adk/planners/built_in_planner.py,sha256=opeMOK6RZ1lQq0SLATyue1zM-UqFS29emtR1U2feO50,2450
google/adk/planners/plan_re_act_planner.py,sha256=i2DtzdyqNQsl1nV12Ty1ayEvjDMNFfnb8H2-PP9aNXQ,8478
google/adk/runners.py,sha256=EDCUtbe7dXjpBMCXodTFkDEC5cclJzLx5KmkBXUF0Lk,15505
google/adk/sessions/__init__.py,sha256=hbSFrzrbKbpL-akrCD1SYxjk92BVvzGxJzuuwn5dmEI,1248
google/adk/sessions/__pycache__/__init__.cpython-310.pyc,,
google/adk/sessions/__pycache__/base_session_service.cpython-310.pyc,,
google/adk/sessions/__pycache__/database_session_service.cpython-310.pyc,,
google/adk/sessions/__pycache__/in_memory_session_service.cpython-310.pyc,,
google/adk/sessions/__pycache__/session.cpython-310.pyc,,
google/adk/sessions/__pycache__/state.cpython-310.pyc,,
google/adk/sessions/__pycache__/vertex_ai_session_service.cpython-310.pyc,,
google/adk/sessions/base_session_service.py,sha256=0UuEXFRaXwO16PJntUk9VtPZDiCa1tkLnvvnjqCQjtA,3579
google/adk/sessions/database_session_service.py,sha256=-_jgYvaKffVmmppkNDXzspVRhdIrC8ff8p1OWGsrdAA,19192
google/adk/sessions/in_memory_session_service.py,sha256=4_wvZRBya2W-lYcGkIcCvdueHMN-GN2n9vcpehNmP3o,6398
google/adk/sessions/session.py,sha256=H3nm9u-0JMbd0HZygsVdnkcdO78xraoNaDSmjor6lCA,1710
google/adk/sessions/state.py,sha256=con9G5nfJpa95J5LKTAnZ3KMPkXdaTbrdwRdKg6d6B4,2299
google/adk/sessions/vertex_ai_session_service.py,sha256=UHRAQxvtADoe0dYwdKHPGPJ4D1KTgeapq-19IqyZlOc,11090
google/adk/telemetry.py,sha256=P1192g-EJQPXNu3PCv3DXxea7VtsOP_oX6kGm3D6qxc,6285
google/adk/tools/__init__.py,sha256=IpyRAQ29HdslRGMQd2RwAEVV3rvgSQdJuAulJLn_brM,1825
google/adk/tools/__pycache__/__init__.cpython-310.pyc,,
google/adk/tools/__pycache__/_automatic_function_calling_util.cpython-310.pyc,,
google/adk/tools/__pycache__/agent_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/base_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/built_in_code_execution_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/crewai_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/example_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/exit_loop_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/function_parameter_parse_util.cpython-310.pyc,,
google/adk/tools/__pycache__/function_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/get_user_choice_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/google_search_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/langchain_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/load_artifacts_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/load_memory_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/load_web_page.cpython-310.pyc,,
google/adk/tools/__pycache__/long_running_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/preload_memory_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/tool_context.cpython-310.pyc,,
google/adk/tools/__pycache__/toolbox_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/transfer_to_agent_tool.cpython-310.pyc,,
google/adk/tools/__pycache__/vertex_ai_search_tool.cpython-310.pyc,,
google/adk/tools/_automatic_function_calling_util.py,sha256=Cf6bBNuBggMCKPK26-T-Y0EKGTFqNvhPhMhL0s4cYAM,10882
google/adk/tools/agent_tool.py,sha256=DUBLkXhIdEd8zQ0vr8hKlTdY4rWGC5xb3fZRcJyKrrE,5837
google/adk/tools/apihub_tool/__init__.py,sha256=89tWC4Mm-MYoJ9Al_b8nbqFLeTgPO0-j411SkLuuzaQ,653
google/adk/tools/apihub_tool/__pycache__/__init__.cpython-310.pyc,,
google/adk/tools/apihub_tool/__pycache__/apihub_toolset.cpython-310.pyc,,
google/adk/tools/apihub_tool/apihub_toolset.py,sha256=IZeyZ8n9r4RbAo7UHg6fYAlrRCESkpS-eSpaeK0qhPw,7132
google/adk/tools/apihub_tool/clients/__init__.py,sha256=Q9FlRO2IfSE9yEaiAYzWkOMBJPCaNYqh4ihcp0t0BQs,574
google/adk/tools/apihub_tool/clients/__pycache__/__init__.cpython-310.pyc,,
google/adk/tools/apihub_tool/clients/__pycache__/apihub_client.cpython-310.pyc,,
google/adk/tools/apihub_tool/clients/__pycache__/secret_client.cpython-310.pyc,,
google/adk/tools/apihub_tool/clients/apihub_client.py,sha256=dkNIjZosawkP1yB2OhkW8ZZBpfamLfFJ5WFiEw1Umn8,11264
google/adk/tools/apihub_tool/clients/secret_client.py,sha256=U1YsWUJvq2mmLRQETX91l0fwteyBTZWsP4USozA144c,4126
google/adk/tools/application_integration_tool/__init__.py,sha256=r_xoeFyCL4sHuWQAlCeMUJRO1je7eayqy6ffxYyhByA,702
google/adk/tools/application_integration_tool/__pycache__/__init__.cpython-310.pyc,,
google/adk/tools/application_integration_tool/__pycache__/application_integration_toolset.cpython-310.pyc,,
google/adk/tools/application_integration_tool/application_integration_toolset.py,sha256=wWVhoRq3US4unAGcTuOnurHdy2uieifVHJOlwsVHIXU,8615
google/adk/tools/application_integration_tool/clients/__pycache__/connections_client.cpython-310.pyc,,
google/adk/tools/application_integration_tool/clients/__pycache__/integration_client.cpython-310.pyc,,
google/adk/tools/application_integration_tool/clients/connections_client.py,sha256=DwnzG6RQVPUd87O7Y0-d4GzYL5oeBPJKmecAmYwC45Q,31763
google/adk/tools/application_integration_tool/clients/integration_client.py,sha256=GkFHqcTWDu3jlRcYUEEyEbFU6_-HrOlcMve-sRuo1q4,10639
google/adk/tools/base_tool.py,sha256=AnEXzXXTEYn2brfZp3rjLw9yCG6znU0NbeazBvofqHU,4456
google/adk/tools/built_in_code_execution_tool.py,sha256=oPkLz9EEHQE6vjidUwjHLrHWFLm6NNDHWddvRRAt6UY,1902
google/adk/tools/crewai_tool.py,sha256=CAOcizXvW_cQts5lFpS9IYcX71q_7eHoBxvFasdTBX8,2293
google/adk/tools/example_tool.py,sha256=gaG68obDbI29omDRmtoGSDEe1BFTV4MXk1JkfcoztFM,1947
google/adk/tools/exit_loop_tool.py,sha256=qjeQsHiOt6qgjlgNSQ0HhxyVt-X-JTwaSGo5--j2SpA,784
google/adk/tools/function_parameter_parse_util.py,sha256=kLFtIA9O1AtBRA8_mcSjDhV_dZoIv1cH68NLIsj_bmk,10640
google/adk/tools/function_tool.py,sha256=Nfiz4qrxKXYF8gRdvoR9Bc6gEfJe5Ve4_gL1MI_eEdA,2766
google/adk/tools/get_user_choice_tool.py,sha256=RuShc25aJB1ZcB_t38y8e75O1uFTNimyZbiLEbZMntg,993
google/adk/tools/google_api_tool/__init__.py,sha256=nv6nv42vii1ECjXgKhC6Dv343f7kAiMNDn0gxJ0omnE,2584
google/adk/tools/google_api_tool/__pycache__/__init__.cpython-310.pyc,,
google/adk/tools/google_api_tool/__pycache__/google_api_tool.cpython-310.pyc,,
google/adk/tools/google_api_tool/__pycache__/google_api_tool_set.cpython-310.pyc,,
google/adk/tools/google_api_tool/__pycache__/google_api_tool_sets.cpython-310.pyc,,
google/adk/tools/google_api_tool/__pycache__/googleapi_to_openapi_converter.cpython-310.pyc,,
google/adk/tools/google_api_tool/google_api_tool.py,sha256=CeVKiXxqOZ5hQWHMdmT_Ld5TQDiv7NBucKEpHBEW0G8,1876
google/adk/tools/google_api_tool/google_api_tool_set.py,sha256=liqDMJd1Ms0jlAO56AFdZx61lotP9QWbjB6Ar0HK_QA,3677
google/adk/tools/google_api_tool/google_api_tool_sets.py,sha256=iW6kf0rjh3RzeOZMRqgHfmccS6jA1UcScQ3nfBruUHo,3152
google/adk/tools/google_api_tool/googleapi_to_openapi_converter.py,sha256=Xcea8QmkrF0uwDmRBgdFHn__V_dMX56RSVXjVUzFG0s,16412
google/adk/tools/google_search_tool.py,sha256=0DeRgDhqxraQ-9waYp4hfgEssxNYddrpsHxDtrHsZEc,2282
google/adk/tools/langchain_tool.py,sha256=Hq4VHnMTFsN1vSBEO-QSnzhs1lS59n-yHFswq5gHtO4,2842
google/adk/tools/load_artifacts_tool.py,sha256=HxiAcGj5sLkaBhAqgaE7JbCah8O71ahjwEs0m250JXE,3709
google/adk/tools/load_memory_tool.py,sha256=qwaSM3Uz90-EnhWbnRnlYbqNIzoh902_fg-vR7QhKtQ,2290
google/adk/tools/load_web_page.py,sha256=PiIX6KzHqBPy0cdskhXtT3RWUOTGS4RTbzFQGHG80pU,1263
google/adk/tools/long_running_tool.py,sha256=au3THXaV_uRsC3Q-v4rSz6Tt895vSd2xz-85nyWKSJ4,1309
google/adk/tools/mcp_tool/__init__.py,sha256=IsiZy3XvGhrdrp8AGd9596aXacro4x2VbKeWU2cH3wk,1190
google/adk/tools/mcp_tool/__pycache__/__init__.cpython-310.pyc,,
google/adk/tools/mcp_tool/__pycache__/conversion_utils.cpython-310.pyc,,
google/adk/tools/mcp_tool/__pycache__/mcp_session_manager.cpython-310.pyc,,
google/adk/tools/mcp_tool/__pycache__/mcp_tool.cpython-310.pyc,,
google/adk/tools/mcp_tool/__pycache__/mcp_toolset.cpython-310.pyc,,
google/adk/tools/mcp_tool/conversion_utils.py,sha256=utge8KGqp15uBhi9UORccOoZ66dCA0-TUhfFrznDQjI,5222
google/adk/tools/mcp_tool/mcp_session_manager.py,sha256=gLqEuEHI5Ud8tusstcseYp5tUG-jeQnAOVtAQXcdF1g,5389
google/adk/tools/mcp_tool/mcp_tool.py,sha256=pNzuCSM34_daNx28xdP85i4YMyzW1WuISehrnVjMs7E,4131
google/adk/tools/mcp_tool/mcp_toolset.py,sha256=kWAMFVxvcC4e4LOp4vGxAUgq3lhg9YbCdSzg74gabM0,7423
google/adk/tools/openapi_tool/__init__.py,sha256=UMsewNCQjd-r1GBX1OMuUJTzJ0AlQuegIc98g04-0oU,724
google/adk/tools/openapi_tool/__pycache__/__init__.cpython-310.pyc,,
google/adk/tools/openapi_tool/auth/__init__.py,sha256=NVRXscqN4V0CSCvIp8J_ee8Xyw4m-OGoZn7SmrtOsQk,637
google/adk/tools/openapi_tool/auth/__pycache__/__init__.cpython-310.pyc,,
google/adk/tools/openapi_tool/auth/__pycache__/auth_helpers.cpython-310.pyc,,
google/adk/tools/openapi_tool/auth/auth_helpers.py,sha256=73GGGxvLZWH_YW7BEObAY-rVz3r401dm98kl5oq-nwM,15901
google/adk/tools/openapi_tool/auth/credential_exchangers/__init__.py,sha256=yKpIfNIaQD2dmPsly9Usq4lvfu1ZReVAtHlvZuSglF8,1002
google/adk/tools/openapi_tool/auth/credential_exchangers/__pycache__/__init__.cpython-310.pyc,,
google/adk/tools/openapi_tool/auth/credential_exchangers/__pycache__/auto_auth_credential_exchanger.cpython-310.pyc,,
google/adk/tools/openapi_tool/auth/credential_exchangers/__pycache__/base_credential_exchanger.cpython-310.pyc,,
google/adk/tools/openapi_tool/auth/credential_exchangers/__pycache__/oauth2_exchanger.cpython-310.pyc,,
google/adk/tools/openapi_tool/auth/credential_exchangers/__pycache__/service_account_exchanger.cpython-310.pyc,,
google/adk/tools/openapi_tool/auth/credential_exchangers/auto_auth_credential_exchanger.py,sha256=E1wuilbik3KhzbXZC2XR0fs3NZhpOglXYwpzr6Bj6lY,3398
google/adk/tools/openapi_tool/auth/credential_exchangers/base_credential_exchanger.py,sha256=XxW5vQk_AaD_vSOwwWpLIMzHvPUfvuouSzh74ZxBqDk,1790
google/adk/tools/openapi_tool/auth/credential_exchangers/oauth2_exchanger.py,sha256=1TOsoH2dEh1RBJgAWSGfAqKWYmNHJRobcfWuKGX_D9I,3869
google/adk/tools/openapi_tool/auth/credential_exchangers/service_account_exchanger.py,sha256=saG7AZNqH_a4rQc3m1Fx2t4extiH1QZCifxgkxvxRAI,3335
google/adk/tools/openapi_tool/common/__init__.py,sha256=XqwyKnQGngeU1EzoBMkL5c9BF_rD-s3nw_d2Va1MLhQ,625
google/adk/tools/openapi_tool/common/__pycache__/__init__.cpython-310.pyc,,
google/adk/tools/openapi_tool/common/__pycache__/common.cpython-310.pyc,,
google/adk/tools/openapi_tool/common/common.py,sha256=oI_5KM2J1GdYTzKVqJnIxQ00PJZBvNTR3dPnxFQrtWA,8971
google/adk/tools/openapi_tool/openapi_spec_parser/__init__.py,sha256=S89I_GQukqn5edJ13oqyDufMkZUMpWokX3ju4QziFBQ,1155
google/adk/tools/openapi_tool/openapi_spec_parser/__pycache__/__init__.cpython-310.pyc,,
google/adk/tools/openapi_tool/openapi_spec_parser/__pycache__/openapi_spec_parser.cpython-310.pyc,,
google/adk/tools/openapi_tool/openapi_spec_parser/__pycache__/openapi_toolset.cpython-310.pyc,,
google/adk/tools/openapi_tool/openapi_spec_parser/__pycache__/operation_parser.cpython-310.pyc,,
google/adk/tools/openapi_tool/openapi_spec_parser/__pycache__/rest_api_tool.cpython-310.pyc,,
google/adk/tools/openapi_tool/openapi_spec_parser/__pycache__/tool_auth_handler.cpython-310.pyc,,
google/adk/tools/openapi_tool/openapi_spec_parser/openapi_spec_parser.py,sha256=OomWa0rYWPPTs16pzT-3AvIcXwJeYBoQQgBy0R3opdI,7881
google/adk/tools/openapi_tool/openapi_spec_parser/openapi_toolset.py,sha256=fdu_s2V21rJfxiSboIlzBhlvKqQFKzOXLyU7JGq5aYA,4795
google/adk/tools/openapi_tool/openapi_spec_parser/operation_parser.py,sha256=ESpj0YLu05MgKJJxmZDv78ltPPPSKX8jA38TrhnpfWI,8531
google/adk/tools/openapi_tool/openapi_spec_parser/rest_api_tool.py,sha256=6hJAiJQDTkRwNZxCK8g0QkrUs8mudeAK8_b-alygPBg,18955
google/adk/tools/openapi_tool/openapi_spec_parser/tool_auth_handler.py,sha256=XM0Wo7lCswS9XTsrho8jlBd8PV68I4vohI4Ao-55nlU,9118
google/adk/tools/preload_memory_tool.py,sha256=k7dCNW2XBgxQ-TtOJkJGq9xfU1z6gAsAmXKzmy-IFMg,2239
google/adk/tools/retrieval/__init__.py,sha256=vHWHIFl9KEnlPw0kBHVo0q5FqPCUY_lNeL4YeuhQRK0,1172
google/adk/tools/retrieval/__pycache__/__init__.cpython-310.pyc,,
google/adk/tools/retrieval/__pycache__/base_retrieval_tool.cpython-310.pyc,,
google/adk/tools/retrieval/__pycache__/files_retrieval.cpython-310.pyc,,
google/adk/tools/retrieval/__pycache__/llama_index_retrieval.cpython-310.pyc,,
google/adk/tools/retrieval/__pycache__/vertex_ai_rag_retrieval.cpython-310.pyc,,
google/adk/tools/retrieval/base_retrieval_tool.py,sha256=4aar8Kg-6rQG7Ht1n18D5fvJnuffodFdSjeCp-GzA7w,1174
google/adk/tools/retrieval/files_retrieval.py,sha256=bucma_LL7aw15GQnYwgpDP1Lo9UqN-RFlG3w1w0sWfw,1158
google/adk/tools/retrieval/llama_index_retrieval.py,sha256=r9HUQXqygxizX0OXz7pJAWxzRRwmofAtFa3UvRR2di0,1304
google/adk/tools/retrieval/vertex_ai_rag_retrieval.py,sha256=FzLpZctWX232wn24M-CvjV8s1StivNy8H7e5IqgWphg,3340
google/adk/tools/tool_context.py,sha256=koVZiB05SpcR0sSrLHGpz8btDQXjc4-7MF5mKa9YS1g,3596
google/adk/tools/toolbox_tool.py,sha256=6Q3CSal0pAs6BjSJDC5oyYPHd_JRCTv9BbwLzHcFbcE,1428
google/adk/tools/transfer_to_agent_tool.py,sha256=V2XBCoQ5jV8qlCE3qX82TPJvglnyI-KqKYYMq-swxCY,863
google/adk/tools/vertex_ai_search_tool.py,sha256=8i3dRzH0dQBYxg7OZ2O1TzjB9KvxzVX0QUjChUz5Er4,3268
google/adk/version.py,sha256=fqBUZHTJqQ7WrQsxSzInY3Z15HBVijkSB1edwAzoBr0,621
google_adk-0.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
google_adk-0.3.0.dist-info/METADATA,sha256=WqUUPkRy4dW--DEpT-OSDzNnMSUuvmj7Yg1zi8p9GcM,9554
google_adk-0.3.0.dist-info/RECORD,,
google_adk-0.3.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
google_adk-0.3.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
google_adk-0.3.0.dist-info/entry_points.txt,sha256=zL9CU-6V2yQ2oc5lrcyj55ROHrpiIePsvQJ4H6SL-zI,43
google_adk-0.3.0.dist-info/licenses/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357

View File

@@ -0,0 +1,4 @@
Wheel-Version: 1.0
Generator: flit 3.12.0
Root-Is-Purelib: true
Tag: py3-none-any

View File

@@ -0,0 +1,3 @@
[console_scripts]
adk=google.adk.cli:main

View File

@@ -0,0 +1,202 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.