docs: add ADK Connector integration guide#1828
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
✅ Deploy Preview for adk-docs-preview ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Hi, I've updated this PR to include the documentation, configuration, and setup guides for the newly added Discord Connector, alongside the existing Telegram Connector support. Changes included
Please let me know if there is any additional feedback or if further changes are required. Thanks! |
koverholt
left a comment
There was a problem hiding this comment.
Thanks for contributing this PR and integration! I verified the packages and API against source. I made some minor edits: generalized the channel references to defer to the repo, switched examples to gemini-flash-latest, and shortened the session-sync heading. LGTM, merging.
|
Thank you for merging ADK Connectors into the official integrations! This is a huge milestone. Looking forward to collaborating with the community. Next up: Slack support. 🚀 |
Description
This PR adds integration documentation and branding assets for ADK Connector, a third-party integration for Google Agent Development Kit (ADK).
ADK Connector enables developers to wrap Google ADK agents (Python and JavaScript/TypeScript) and deploy them as chatbots on messaging platforms such as Telegram, Discord, WhatsApp, and Slack with minimal setup.
Additionally, it provides optional database-backed session synchronization, allowing conversations to be shared between messaging platforms and the local ADK Web UI (
adk web).Changes
Documentation
Added integration guide:
docs/integrations/adk-connector.mdAssets
Added integration logo:
docs/integrations/assets/adk-connector.pngIntegration Highlights
Acceptance Criteria Checklist
Completeness and Testability
Includes complete and functional examples for both Python and JavaScript/TypeScript that developers can copy, run, and validate.
Developer Value
Provides quick-start integration instructions along with advanced configuration options for deploying ADK agents to messaging platforms.
Publishability
The integration is open source, uses publicly available APIs, and complies with platform terms of service.
Local Verification
Documentation was validated locally using:
All links, assets, and Markdown rendering were verified successfully.
Google CLA
Google Contributor License Agreement has been signed (or is ready to be signed).