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%
Videos
08:08
Build GitHub Agent with Google Cloud ADK | Function Tools Demo ...
13:21
Google Jules - CRAZY AI AGENT Updates My GitHub Repo!! | Unscripted ...
09:36
Google's FREE AI Coding Agent is UNREAL! (Jules Tested) - YouTube
04:40
Deploy an AI Agent to Google Cloud in 4 Minutes (Defang + GitHub ...
15:48
How to Build an AI Agent with Google Agent Development Kit - YouTube
40:04
AI Agent Setup Checklist - Google Jules, GitHub Actions, Bun, Hono, ...
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%
Google
google.github.io βΊ adk-docs βΊ agents βΊ llm-agents
LLM agents - Agent Development Kit (ADK)
Build powerful multi-agent systems with Agent Development Kit (ADK)
Google
google.github.io βΊ adk-docs βΊ integrations
Tools and Integrations for Agents - Agent Development Kit (ADK)
Build powerful multi-agent systems with Agent Development Kit (ADK)
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.
Google
google.github.io βΊ adk-docs βΊ tutorials βΊ agent-team
Agent team - Agent Development Kit (ADK)
Build powerful multi-agent systems with Agent Development Kit (ADK)
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%
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%