# adk-samples **Repository Path**: mirrors_trending/adk-samples ## Basic Information - **Project Name**: adk-samples - **Description**: A collection of sample agents built with Agent Development (ADK) - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-14 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Agent Development Kit (ADK) Samples [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE) Agent Development Kit Logo Welcome to the ADK Sample Agents repository! This collection provides ready-to-use agents built on top of [Agent Development Kit](https://adk.dev), 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**, **Java**, **Kotlin**, and **Android.** Navigate to the **[Python](python/)**, **[TypeScript](typescript/)**, **[Go](go/)**, **[Java](java/)**, **[Kotlin](kotlin/)**, and **[Android](android/)** subfolders to see language-specific setup instructions, and learn more about the available sample agents. > [!IMPORTANT] > The agents in this repository are built using **Agent Development Kit (ADK)**. Before you can run any of the samples, you must have ADK installed. For instructions, please refer to the [**ADK Installation Guide**](https://adk.dev/get-started). To learn more, check out the [ADK Documentation](https://adk.dev), and the GitHub repositories for each language: - [ADK Python](https://github.com/google/adk-python) - [ADK Typescript](https://github.com/google/adk-js) - [ADK Go](https://github.com/google/adk-go) - [ADK Java](https://github.com/google/adk-java) - [ADK Kotlin](https://github.com/google/adk-kotlin) ## đŸŒŗ Repository Structure ```bash ├── android │ ├── agents │ │ ├── fun-facts │ └── README.md ├── go │ ├── agents │ │ ├── llm-auditor │ └── README.md ├── java │ ├── agents │ │ ├── software-bug-assistant │ │ └── time-series-forecasting │ └── README.md ├── kotlin │ ├── agents │ │ ├── fun-facts │ │ └── llm-auditor │ └── README.md ├── python │ ├── agents │ │ ├── academic-research │ │ ├── adk-ae-oauth │ │ ├── agent-observability-bq │ │ ├── agent-skills-tutorial │ │ ├── ai-security-agent │ │ ├── airflow_version_upgrade_agent │ │ ├── ambient-expense-agent │ │ ├── antom-payment │ │ ├── auto-insurance-agent │ │ ├── bidi-demo │ │ ├── blog-writer │ │ ├── brand-aligned-presentations │ │ ├── brand-aligner │ │ ├── brand-search-optimization │ │ ├── camel │ │ ├── claim-adjudication-agent │ │ ├── currency-agent │ │ ├── customer-service │ │ ├── cyber-guardian-agent │ │ ├── data-engineering │ │ ├── data-science │ │ ├── deep-search │ │ ├── earth-engine-geospatial │ │ ├── economic-research-agent │ │ ├── financial-advisor │ │ ├── fomc-research │ │ ├── fun-facts │ │ ├── gemini-fullstack │ │ ├── gemma-food-tour-guide │ │ ├── genmedia-for-commerce │ │ ├── global-kyc-agent │ │ ├── google-trends-agent │ │ ├── hierarchical-workflow-automation │ │ ├── high-volume-document-analyzer │ │ ├── image-scoring │ │ ├── incident-management │ │ ├── invoice-processing │ │ ├── llm-auditor │ │ ├── machine-learning-engineering │ │ ├── marketing-agency │ │ ├── medical-pre-authorization │ │ ├── memory-bank │ │ ├── multiformat-hybrid-rag │ │ ├── nexshift-agent │ │ ├── nurse-handover │ │ ├── on-brand-genmedia │ │ ├── order-processing │ │ ├── parallel_task_decomposition_execution │ │ ├── personalized-shopping │ │ ├── plumber-data-engineering-assistant │ │ ├── podcast_transcript_agent │ │ ├── policy-as-code │ │ ├── product-catalog-ad-generation │ │ ├── RAG │ │ ├── realtime-conversational-agent │ │ ├── retail-ai-location-strategy │ │ ├── safety-plugins │ │ ├── sdlc-task-planner │ │ ├── sdlc-technical-designer │ │ ├── sdlc-user-story-refiner │ │ ├── short-movie-agents │ │ ├── small-business-loan-agent │ │ ├── software-bug-assistant │ │ ├── story_teller │ │ ├── supply-chain │ │ ├── tau2-benchmark-agent │ │ ├── travel-concierge │ │ ├── travel-planner-google-maps-mcp │ │ ├── workflow-concurrent_research_writer │ │ ├── workflow-dynamic │ │ ├── workflow-morning_email_debrief │ │ ├── workflows-HITL_concierge │ │ ├── workflows-sequential │ │ ├── youtube-analyst │ │ └── 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](https://github.com/google/adk-samples/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**](https://github.com/google/adk-samples/blob/main/CONTRIBUTING.md) to get started. ## 📄 License This project is licensed under the Apache 2.0 License - see the [LICENSE](https://github.com/google/adk-samples/blob/main/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](https://bughunters.google.com/open-source-security). This project is intended for demonstration purposes only. It is not intended for use in a production environment.