Skip to content

docs: add ADK Connector integration guide#1828

Merged
koverholt merged 5 commits into
google:mainfrom
Harshk133:feat/adk-connector-integration
Jun 24, 2026
Merged

docs: add ADK Connector integration guide#1828
koverholt merged 5 commits into
google:mainfrom
Harshk133:feat/adk-connector-integration

Conversation

@Harshk133

Copy link
Copy Markdown
Contributor

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.md

Assets

  • Added integration logo:

    • docs/integrations/assets/adk-connector.png

Integration Highlights

  • Deploy ADK agents to messaging platforms with minimal code changes.
  • Supports both Python and JavaScript/TypeScript ADK agents.
  • Cross-device session synchronization with ADK Web UI.
  • Persistent session management backed by database storage.
  • Extensible architecture for additional messaging platforms.

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:

    mkdocs build

    All links, assets, and Markdown rendering were verified successfully.

  • Google CLA
    Google Contributor License Agreement has been signed (or is ready to be signed).

@google-cla

google-cla Bot commented Jun 10, 2026

Copy link
Copy Markdown

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.

@netlify

netlify Bot commented Jun 10, 2026

Copy link
Copy Markdown

Deploy Preview for adk-docs-preview ready!

Name Link
🔨 Latest commit aa24766
🔍 Latest deploy log https://app.netlify.com/projects/adk-docs-preview/deploys/6a3c30100608a000074cee1f
😎 Deploy Preview https://deploy-preview-1828--adk-docs-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@Harshk133

Copy link
Copy Markdown
Contributor Author

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

  • Added Discord bot credentials and setup instructions to the Prerequisites section.
  • Added a Python (Discord) example to the Use with Agent section.
  • Updated the Advanced Setup documentation to demonstrate cross-device session synchronization using adk web for both Telegram and Discord connectors.

Please let me know if there is any additional feedback or if further changes are required. Thanks!

@koverholt koverholt left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@koverholt koverholt merged commit 5960308 into google:main Jun 24, 2026
12 checks passed
@Harshk133

Copy link
Copy Markdown
Contributor Author

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. 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants