Agent Development Kit (ADK) Samples
Welcome to the ADK Sample Agents repository! This collection provides ready-to-use agents built on top of the Agent Development Kit, designed to accelerate your development process. These agents cover a range of common use cases and complexities, from simple conversational bots to complex multi-agent workflows.
โจ Getting Started
This repo contains ADK sample agents for Python, Go and Java. Navigate to the Python, Go, and Java subfolders to see language-specific setup instructions, and learn more about the available sample agents.
Important
The agents in this repository are built using the Agent Development Kit (ADK). Before you can run any of the samples, you must have the ADK installed. For instructions, please refer to the ADK Installation Guide.
To learn more, check out the ADK Documentation, and the GitHub repositories for each language:
๐ณ Repository Structure
โโโ go
โย ย โโโ agents
โย ย โย ย โโโ llm-auditor
โย ย โโโ README.md
โโโ java
โย ย โโโ agents
โย ย โย ย โโโ software-bug-assistant
โย ย โย ย โโโ time-series-forecasting
โย ย โโโ README.md
โโโ python
โย ย โโโ agents
โย ย โย ย โโโ academic-research
โย ย โย ย โโโ antom-payment
โย ย โย ย โโโ blog-writer
โย ย โย ย โโโ brand-search-optimization
โย ย โย ย โโโ camel
โย ย โย ย โโโ customer-service
โย ย โย ย โโโ data-engineering
โย ย โย ย โโโ data-science
โย ย โย ย โโโ financial-advisor
โย ย โย ย โโโ fomc-research
โ โ โโโ gemini-fullstack
โ โ โโโ google-trends-agent
โย ย โย ย โโโ image-scoring
โ โ โโโ llm-auditor
โ โ โโโ machine-learning-engineering
โ โ โโโ marketing-agency
โ โ โโโ medical-pre-authorization
โ โ โโโ personalized-shopping
โ โ โโโ RAG
โ โ โโโ realtime-conversational-agent
โ โ โโโ safety-plugins
โ โ โโโ short-movie-agents
โ โ โโโ software-bug-assistant
โ โ โโโ travel-concierge
โ โ โโโ README.md
โ โโโ README.md
โโโ README.mdโน๏ธ Getting help
If you have any questions or if you found any problems with this repository, please report through GitHub issues.
๐ค Contributing
We welcome contributions from the community! Whether it's bug reports, feature requests, documentation improvements, or code contributions, please see our Contributing Guidelines to get started.
๐ License
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
Disclaimers
This is not an officially supported Google product. This project is not eligible for the Google Open Source Software Vulnerability Rewards Program.
This project is intended for demonstration purposes only. It is not intended for use in a production environment.
