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.
This repo contains ADK sample agents for both Python and Java. Navigate to the Python and Java subfolders to see language-specific setup instructions, and learn more about the available sample agents.
To learn more, check out the ADK Documentation, and the GitHub repositories for ADK Python and ADK Java.
├── java
│ ├── agents
│ │ ├── software-bug-assistant
│ │ └── time-series-forecasting
│ └── README.md
├── python
│ ├── agents
│ │ ├── academic-research
│ │ ├── brand-search-optimization
│ │ ├── customer-service
│ │ ├── data-science
│ │ ├── financial-advisor
│ │ ├── fomc-research
│ │ ├── llm-auditor
│ │ ├── marketing-agency
│ │ ├── personalized-shopping
│ │ ├── RAG
│ │ ├── README.md
│ │ └── travel-concierge
│ └── README.md
└── README.md
If you have any questions or if you found any problems with this repository, please report through GitHub issues.
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.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
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.