google/adk-recipes

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 18th, 2026
Created on April 1st, 2025
Open Issues & Pull Requests: 76 (+0)
GitHub issues: Enabled
Number of forks: 2,869
Total Stargazers: 10,354 (+0)
Total Subscribers: 105 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.5 days
Mean response time: 52.5 days
90th percentile: 242.0 days
Tracked items: 245

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. Work labelled "documentation" is answered fastest, typically in about 4 days, while "python" waits about 5 weeks. 97% of issues opened in the past year have since been closed. Three people close 66% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 3
Closed in 7 days: 1
Avg open age: 8 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 3
Closed in 7 days: 1
Comments in 7 days: 3
Events in 7 days: 19

Top labels

  • bug (109)
  • enhancement (30)
  • python (29)
  • question (25)
  • documentation (19)
  • invalid (6)
  • status/ai-triaged (5)
  • contribute (4)

Detailed Description

ADK Recipes is a collection of sample agents built with the Agent Development Kit that demonstrates how to solve real problems using ADK.

The project addresses the challenge of starting agent development from scratch by providing working, runnable examples that teach specific patterns and approaches. Rather than beginning with a blank page, developers can fork a recipe as a foundation for their own project or study the patterns to understand how to implement features like OAuth flows, session memory, guardrails, and RAG patterns. The recipes are organized into two categories: core recipes maintained by the agents-cli team that focus on canonical patterns and teach one concept well, and community-contributed recipes that cover broader use cases and industry-specific workflows.

Developers building customer service bots, research agents, or other AI-powered applications should consider this collection if they want a working starting point rather than building from fundamentals. Each recipe includes its own setup and run instructions. The project supports multiple language SDKs including Python, TypeScript, Go, Java, and Kotlin, so teams can choose their preferred language. The collection is explicitly positioned for demonstration and learning purposes rather than production deployment.

The project maintains a structured approach to contributions through documented guidelines including a Recipe Checklist and Recipe Handbook, indicating organized processes for accepting new recipes. The repository includes tooling for recipe scaffolding and manifest generation within its agents skills directory, suggesting active investment in making it easier for contributors to add new examples. Community contributions are actively solicited and integrated alongside the curated core recipes.