🌐
GitHub
github.com β€Ί GoogleCloudPlatform β€Ί agent-starter-pack
GitHub - GoogleCloudPlatform/agent-starter-pack: Ship AI Agents to Google Cloud in minutes, not months. Production-ready templates with built-in CI/CD, evaluation, and observability. Β· GitHub
A Python package that provides production-ready templates for GenAI agents on Google Cloud.
Starred by 6.2K users
Forked by 1.4K users
Languages Β  Python 66.3% | Jupyter Notebook 12.0% | HCL 9.8% | TypeScript 4.8% | Makefile 2.4% | Go 1.3%
🌐
Google
google.github.io β€Ί adk-docs
Agent Development Kit (ADK) - Agent Development Kit (ADK)
2 weeks ago - ADK is the open-source agent development framework that lets you build, debug, and deploy reliable AI agents at enterprise scale. Available in Python, TypeScript, Go, and Java. ... from google.adk import Agent from google.adk.tools import ...
🌐
GitHub
github.com β€Ί google β€Ί adk-samples
GitHub - google/adk-samples: A collection of sample agents built with Agent Development Kit (ADK) Β· GitHub
β”œβ”€β”€ 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 β”‚
Starred by 8.9K users
Forked by 2.4K users
Languages Β  Python 76.3% | TypeScript 10.8% | Jupyter Notebook 3.9% | Go 2.6% | JavaScript 2.3% | CSS 1.0%
🌐
GitHub
github.com β€Ί google β€Ί adk-python
GitHub - google/adk-python: An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control. Β· GitHub
An open-source, code-first Python toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control. - google/adk-python
Starred by 18.9K users
Forked by 3.2K users
Languages Β  Python 96.2% | Jupyter Notebook 3.0% | HTML 0.6% | HCL 0.1% | Shell 0.1% | JavaScript 0.0%
🌐
Jules
jules.google
Jules - An Autonomous Coding Agent
Jules creates a PR of the changes. Approve the PR, merge it to your branch, and publish it on GitHub. ... Jules scales with how you build, from quick fixes to fully async, multi-agent development.
🌐
GitHub
github.com β€Ί google-gemini β€Ί gemini-cli
GitHub - google-gemini/gemini-cli: An open-source AI agent that brings the power of Gemini directly into your terminal. Β· GitHub
1 week ago - An open-source AI agent that brings the power of Gemini directly into your terminal. - google-gemini/gemini-cli
Starred by 101K users
Forked by 13.1K users
Languages Β  TypeScript 97.9% | JavaScript 1.8% | Shell 0.2% | C# 0.1% | HTML 0.0% | Dockerfile 0.0%
🌐
Google
google.github.io β€Ί adk-docs β€Ί agents
Agents - Agent Development Kit (ADK)
Build powerful multi-agent systems with Agent Development Kit (ADK)
🌐
Google Cloud
cloud.withgoogle.com β€Ί agentfinder β€Ί product β€Ί ba144983-0ff8-4ff3-bb23-d2dae41b1ccf
GitHub Agent | Google Cloud AI agent finder
A virtual assistant that integrates with Google Workspace and GitHub to automate tasks and retrieve information through a natural language interface. ... The GitHub Agent, part of the OrbitAI virtual assistant, enhances productivity for corporate employees and development teams by creating a natural language interface to Google Workspace and GitHub...
🌐
GitHub
github.com β€Ί google β€Ί adk-java
GitHub - google/adk-java: An open-source, code-first Java toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control. Β· GitHub
1 week ago - An open-source, code-first Java toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control. - google/adk-java
Starred by 1.5K users
Forked by 323 users
Languages Β  Java 98.7% | HTML 1.3%
Find elsewhere
🌐
Google
google.github.io β€Ί adk-docs β€Ί integrations β€Ί github
GitHub MCP tool for ADK - Agent Development Kit (ADK)
import { LlmAgent, MCPToolset } from "@google/adk"; const GITHUB_TOKEN = "YOUR_GITHUB_TOKEN"; const rootAgent = new LlmAgent({ model: "gemini-2.5-pro", name: "github_agent", instruction: "Help users get information from GitHub", tools: [ new MCPToolset({ type: "StreamableHTTPConnectionParams", url: "https://api.githubcopilot.com/mcp/", transportOptions: { requestInit: { headers: { Authorization: `Bearer ${GITHUB_TOKEN}`, "X-MCP-Toolsets": "all", "X-MCP-Readonly": "true", }, }, }, }), ], }); export { rootAgent };
🌐
GitHub
github.com β€Ί google β€Ί adk-go
GitHub - google/adk-go: An open-source, code-first Go toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control. Β· GitHub
Agent Development Kit (ADK) is a flexible and modular framework that applies software development principles to AI agent creation. It is designed to simplify building, deploying, and orchestrating agent workflows, from simple tasks to complex ...
Starred by 7.5K users
Forked by 635 users
Languages Β  Go 97.5% | HTML 2.4%
🌐
Google
google.github.io β€Ί adk-docs β€Ί agents β€Ί custom-agents
Custom agents - Agent Development Kit (ADK)
A Custom Agent is essentially any class you create that inherits from google.adk.agents.BaseAgent and implements its core execution logic within the _run_async_impl asynchronous method.
🌐
Google
google.github.io β€Ί adk-docs β€Ί visual-builder
Visual Builder - Agent Development Kit (ADK)
It allows you to design, build, and test your agents in a beginner-friendly graphical interface, and includes an AI-powered assistant to help you build agents.
🌐
GitHub
github.com β€Ί GoogleCloudPlatform β€Ί guest-agent
GitHub - GoogleCloudPlatform/guest-agent Β· GitHub
Note: Starting in December 2024 guest agent installs a secondary systemd unit named google-guest-agent-manager, this unit manages on demand plugins lifecycle, such plugin architecture will support expansion of the guest agent in the future. In the upcoming releases both google-guest-agent and ...
Starred by 165 users
Forked by 97 users
Languages Β  Go 96.0% | PowerShell 1.7% | Shell 1.3%
🌐
Google
google.github.io β€Ί adk-docs β€Ί tools β€Ί google-cloud
Google Cloud Tools - Agent Development Kit
December 19, 2025 - Build powerful multi-agent systems with Agent Development Kit
🌐
GitHub
github.blog β€Ί home β€Ί news & insights β€Ί company news β€Ί introducing agent hq: any agent, any way you work
Introducing Agent HQ: Any agent, any way you work - The GitHub Blog
October 28, 2025 - Agent HQ transforms GitHub into an open ecosystem that unites every agent on a single platform. Over the coming months, coding agents from Anthropic, OpenAI, Google, Cognition, xAI, and more will become available directly within GitHub as part ...
🌐
GitHub
github.com β€Ί google β€Ί adk-js
GitHub - google/adk-js: An open-source, code-first Typescript toolkit for building, evaluating, and deploying sophisticated AI agents with flexibility and control. Β· GitHub
Agent Development Kit (ADK) is designed for developers seeking fine-grained control and flexibility when building advanced AI agents that are tightly integrated with services in Google Cloud.
Starred by 995 users
Forked by 115 users
Languages Β  TypeScript 94.1% | HTML 3.1% | JavaScript 1.9%