You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Tool Confirmation**: A [tool confirmation flow(HITL)](https://google.github.io/adk-docs/tools/confirmation/) that can guard tool execution with explicit confirmation and custom input.
73
+
74
+
-**Deploy Anywhere**: Easily containerize and deploy agents on Cloud Run or
75
+
scale seamlessly with Vertex AI Agent Engine.
76
+
44
77
## 🚀 Installation
45
78
79
+
### Stable Release (Recommended)
80
+
81
+
You can install the latest stable version of ADK using `pip`:
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:
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.
118
+
72
119
## Quick Start
73
120
74
121
> **Beginner Note:** ADK applications are built using two main classes:
@@ -118,6 +165,22 @@ adk run path/to/my_agent
118
165
adk web path/to/agents_dir
119
166
```
120
167
168
+
### Development UI
169
+
170
+
A built-in development UI to help you test, evaluate, debug, and showcase your agent(s).
171
+
172
+
[](https://youtu.be/TEjqk0eeNy8)
173
+
174
+
[](https://youtu.be/TEjqk0eeNy8)
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
197
+
We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please see our:
198
+
199
+
-[General contribution guideline and flow](https://google.github.io/adk-docs/contributing-guide/).
200
+
-[Code Contributing Guidelines](./CONTRIBUTING.md) to get started.
201
+
202
+
## Community Repo
203
+
204
+
We have [adk-python-community repo](https://github.com/google/adk-python-community) that is home to a growing ecosystem of community-contributed tools, third-party
205
+
service integrations, and deployment scripts that extend the core capabilities
206
+
of the ADK.
207
+
208
+
## Vibe Coding
209
+
210
+
If you want to develop agent via vibe coding the [llms.txt](./llms.txt) and the [llms-full.txt](./llms-full.txt) can be used as context to LLM. While the former one is a summarized one and the later one has the full information in case your LLM has big enough context window.
211
+
212
+
## Community Events
213
+
214
+
-[Completed] ADK's 1st community meeting on Wednesday, October 15, 2025. Remember to [join our group](https://groups.google.com/g/adk-community) to get access to the [recording](https://drive.google.com/file/d/1rpXDq5NSH8-MyMeYI6_5pZ3Lhn0X9BQf/view), and [deck](https://docs.google.com/presentation/d/1_b8LG4xaiadbUUDzyNiapSFyxanc9ZgFdw7JQ6zmZ9Q/edit?slide=id.g384e60cdaca_0_658&resourcekey=0-tjFFv0VBQhpXBPCkZr0NOg#slide=id.g384e60cdaca_0_658).
135
215
136
216
## 📄 License
137
217
138
218
This project is licensed under the Apache 2.0 License — see the
0 commit comments