Full-stack AI agent with Google ADK, Google Maps & Search grounding, CopilotKit, and AG-UI
# Full-Stack AI Agent with Google ADK, CopilotKit & AG-UI
A complete AI agent application with Google Search and Maps grounding capabilities, built with Google's Agent Development Kit (ADK), CopilotKit, and AG-UI protocol.
## β¨ Features
- π **Google Search Grounding** - Real-time web search with source attribution
- πΊοΈ **Google Maps Grounding** - Location-based queries, directions, and place information
- π¨ **Dynamic Theme** - Agent can change application colors
- π **Proverbs Management** - Add/remove proverbs through conversation
- π¦οΈ **Weather Cards** - Generative UI components for weather information
- π¬ **Real-time Chat** - Powered by AG-UI protocol and CopilotKit
## ποΈ Architecture
This project demonstrates the **Agent-as-Tool Pattern** for integrating Google's grounding tools:
```
βββββββββββββββββββ AG-UI Protocol βββββββββββββββββββ
β Next.js UI βββββββββββββββββββββΊβ ADK Agent β
β (CopilotKit) β β (Python) β
βββββββββββββββββββ βββββββββββββββββββ
β
βΌ
βββββββββββββββββββ
β Grounding β
β - Search Agent β
β - Maps Agent β
βββββββββββββββββββ
```
## π Prerequisites
- **Node.js** 18+
- **Python** 3.12+
- **Google Cloud Account** with billing enabled
- **Google AI Studio API Key** - [Get it here](https://makersuite.google.com/app/apikey)
- **CopilotKit License Key** - [Get it here](https://cloud.copilotkit.ai/)
- **Package Manager** - npm, pnpm, yarn, or bun
## π Quick Start
### 1. Clone and Install
```bash
# Clone the repository
git clone <your-repo-url>
cd ag-ui-adk-app
# Install Node.js dependencies
npm install
# Install Python dependencies (creates virtual environment)
npm ruGoogle's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.
Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.
Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.
Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.
Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.
Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.