Skip to content

Commit 45c13b6

Browse files
authored
docs: add Google Chat ADK Agent Add-on to community showcase (#659)
* docs: add Google Chat ADK Agent Add-on to community showcase Add showcase entry for Google Workspace tutorial demonstrating how to build a Google Chat app with an ADK AI agent hosted in Vertex AI Agent Engine. Closes #658 * docs: refine Google Chat showcase description with tutorial details - Add concrete example (Eiffel Tower fact-checking) - Clarify LLM Auditor multi-agent capabilities - Update key features based on official tutorial content
1 parent 02cccaa commit 45c13b6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/guide/community-showcase.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@ A production-grade multi-agent system built entirely with Google's Agent Develop
4646

4747
This project serves as a reference implementation for production-grade ADK agent departments with enterprise CI/CD practices.
4848

49+
### Google Chat ADK Agent Add-on by [Google Workspace](https://developers.google.com/workspace)
50+
**Repository:** [googleworkspace/add-ons-samples](https://github.com/googleworkspace/add-ons-samples/tree/main/apps-script/chat/adk-ai-agent)
51+
**Tutorial:** [Build a Google Chat app with an ADK AI agent](https://developers.google.com/workspace/add-ons/chat/quickstart-adk-agent)
52+
53+
A Google Workspace add-on that brings AI-powered fact-checking to Google Chat using an ADK agent hosted in Vertex AI Agent Engine. Users can send statements like "The Eiffel Tower was completed in 1900" and the LLM Auditor multi-agent will critique and revise facts using Gemini and Google Search grounding.
54+
55+
**Key Features:**
56+
57+
- **Quick Deployment:** Deploy the LLM Auditor ADK sample via Agent Starter Pack from GCP console with Cloud Shell
58+
- **Fact-Checking Agent:** Multi-agent system that autonomously critiques statements and provides corrections with sources
59+
- **Custom Chat Integration:** Reference implementation for building Google Chat apps that interface with Vertex AI agents
60+
61+
**Technologies:** ADK, Vertex AI Agent Engine, Apps Script, Google Chat API, Google Workspace Add-ons
62+
4963
---
5064

5165
*This section will be updated regularly as we review and feature outstanding community submissions.*

0 commit comments

Comments
 (0)