Skip to content

Add Google ADK integration page for the Go SDK#4894

Draft
DABH wants to merge 1 commit into
mainfrom
dabh/go-adk-integration-docs
Draft

Add Google ADK integration page for the Go SDK#4894
DABH wants to merge 1 commit into
mainfrom
dabh/go-adk-integration-docs

Conversation

@DABH

@DABH DABH commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Adds the first Go SDK integration docs page: Google ADK (go.temporal.io/sdk/contrib/googleadk).

What's added

  • docs/develop/go/integrations/google-adk.mdx — worker/workflow setup, tools (function / ActivityAsTool / MCP), multi-agent systems, human-in-the-loop tool confirmation, continue-as-new, streaming, and error classification. Code is sourced via snipsync from the samples-go googleadk sample.
  • Bootstraps Go integrations docs (this is the first Go integration): new docs/develop/go/integrations/index.mdx, a Go Integrations sidebar category, and "Go" added to the IntegrationsGrid SDK type plus a Google ADK grid entry.

Dependencies / merge order

Draft until the sample and plugin land — snipsync resolves the <!--SNIPSTART--> references against samples-go main:

  1. [AI-222] Add ADK Go (v2) Plugin sdk-go#2439 — the contrib/googleadk plugin
  2. Add Google ADK agent samples samples-go#504 — the sample + @@@SNIPSTART markers
  3. this docs PR

┆Attachments: EDU-6727 Add Google ADK integration page for the Go SDK

Add the first Go SDK integration guide: Google ADK
(go.temporal.io/sdk/contrib/googleadk). Covers worker/workflow setup, tools
(function, ActivityAsTool, MCP), multi-agent systems, human-in-the-loop tool
confirmation, continue-as-new, streaming, and error classification, with code
sourced from the samples-go googleadk sample via snipsync.

Also bootstraps Go integrations docs: a new Go integrations index, a Go
"Integrations" sidebar category, and "Go" added to the IntegrationsGrid SDK
type plus a Google ADK grid entry.
@vercel

vercel Bot commented Jul 15, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
temporal-documentation Ready Ready Preview, Comment Jul 15, 2026 9:10pm

Request Review

@github-actions

Copy link
Copy Markdown
Contributor

📖 Docs PR preview links

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Adds the first Temporal Go SDK “Integrations” documentation landing page and a Google ADK integration entry, wiring it into the Go sidebar and the Integrations grid.

Changes:

  • Add a Go Integrations index page and a Google ADK integration doc page under docs/develop/go/integrations/.
  • Add an “Integrations” category to the Go SDK sidebar.
  • Extend the IntegrationsGrid data/types to support "Go" and add a Google ADK (Go) card entry.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
src/components/IntegrationsGrid/integrations-data.ts Extends the SDK union to include "Go".
src/components/IntegrationsGrid/integrations-data.json Adds a "Go" Google ADK integration card entry.
sidebars.js Adds a Go SDK “Integrations” sidebar category linking to the new docs.
docs/develop/go/integrations/index.mdx New Go Integrations landing page rendering IntegrationsGrid filtered to Go.
docs/develop/go/integrations/google-adk.mdx New Google ADK integration page for the Go SDK.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

import integrationsData from "./integrations-data.json";

export type SDK = "Java" | "Python" | "TypeScript" | "Ruby";
export type SDK = "Go" | "Java" | "Python" | "TypeScript" | "Ruby";
Comment on lines +85 to +86
<!--SNIPSTART googleadk-hello-worker -->
<!--SNIPEND-->
Comment on lines +97 to +98
<!--SNIPSTART googleadk-hello-workflow -->
<!--SNIPEND-->
Comment on lines +103 to +104
<!--SNIPSTART googleadk-hello-tool -->
<!--SNIPEND-->
Comment on lines +110 to +111
<!--SNIPSTART googleadk-hello-starter -->
<!--SNIPEND-->
Comment on lines +131 to +132
<!--SNIPSTART googleadk-multiagent-workflow -->
<!--SNIPEND-->
Comment on lines +142 to +143
<!--SNIPSTART googleadk-hitl-workflow -->
<!--SNIPEND-->
Comment on lines +152 to +153
<!--SNIPSTART googleadk-chat-workflow -->
<!--SNIPEND-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants