Adapt the customer service agent example as a starting point for your own AI-powered support chatbot.
Use the travel planning agent template to build a multi-step AI assistant that coordinates searches and recommendations.
Study how Google's ADK structures multi-agent coordination by reading the supply chain or data engineering examples.
Requires installing the Google Agent Development Kit and setting up Google Cloud credentials for each agent example.
This repository is a collection of example AI agents built by Google using their Agent Development Kit, referred to as ADK. An AI agent in this context is a program that uses a large language model to carry out tasks, answer questions, or coordinate with other agents to complete more complex work. These examples are meant to show developers what is possible with the ADK and to give them starting points they can adapt for their own projects. The agents cover a wide range of use cases. On the Python side alone, there are examples for academic research, blog writing, customer service, financial advising, medical pre-authorization, personalized shopping, supply chain management, travel planning, data engineering, and several others. There are also agents written in TypeScript, Go, and Java, though those sections contain fewer examples. Each language's examples live in a separate subfolder with its own setup instructions. To run any of these agents, you first need to install the Agent Development Kit itself, which is a separate Google open-source library available for each supported language. The README links to the installation guide and to the documentation for each language variant. Google notes that this repository is for demonstration purposes only and is not an officially supported product. It is not intended for production use. Developers who find bugs or want to contribute new examples can do so through standard GitHub issue reporting and pull requests.
← google on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.