adk-samples

GitHub

A collection of sample agents built with Agent Development Kit (ADK)

AI Prompts & Endpoints
Agent Skills View CodeWiki Knowledge Base

Repository: google/adk-samples


Stars: 8910

README.md

Agent Development Kit (ADK) Samples

![License](LICENSE)

<img src="https://github.com/google/adk-docs/blob/main/docs/assets/agent-development-kit.png" alt="Agent Development Kit Logo" width="150">

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, TypeScript, Go and Java. Navigate to the Python, TypeScript, 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:
- ADK Python
- ADK Typescript
- ADK Go
- ADK Java

đŸŒŗ Repository Structure


bash
├── 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-aligner
│   │   ├── brand-search-optimization
│   │   ├── camel
│   │   ├── customer-service
│   │   ├── data-engineering
│   │   ├── data-science
│ │ ├── deep-search
│   │   ├── financial-advisor
│   │   ├── fomc-research
│ │ ├── gemini-fullstack
│ │ ├── gemma-food-tour-guide
│ │ ├── google-trends-agent
│ │ ├── high-volume-document-analyzer
│   │   ├── image-scoring
│ │ ├── llm-auditor
│ │ ├── machine-learning-engineering
│ │ ├── marketing-agency
│ │ ├── medical-pre-authorization
│ │ ├── personalized-shopping
│   │   ├── plumber-data-engineering-assistant
│ │ ├── RAG
│ │ ├── realtime-conversational-agent
│ │ ├── safety-plugins
│ │ ├── short-movie-agents
│ │ ├── software-bug-assistant
│ │ ├── story_teller
│ │ ├── supply-chain
│ │ ├── travel-concierge
│ │ └── README.md
│ └── README.md
├── typescript
│   ├── agents
│   │   ├── customer_service
│   └── 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.