Skip to content

googleadk: document plugin wiring as the standard worker setup#4948

Merged
jsundai merged 2 commits into
mainfrom
dabh/googleadk-plugin-docs
Jul 22, 2026
Merged

googleadk: document plugin wiring as the standard worker setup#4948
jsundai merged 2 commits into
mainfrom
dabh/googleadk-plugin-docs

Conversation

@DABH

@DABH DABH commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

What

Updates the Google ADK Go integration page for contrib/googleadk v0.2.0, which adds googleadk.NewPlugin as the standard worker wiring (temporalio/sdk-go#2478, merged):

  • Configure the Worker prose: plugin wiring (registers the integration's Activities at Worker start, closes cached MCP toolsets at Worker stop) instead of the manual NewActivities + Register sequence
  • Composing with other plugins: reworded — the integration's plugin only registers Activities and closes toolsets (no interceptors/converter), so it composes cleanly
  • Testing without a live LLM: notes that tests register through NewActivities + Register since the test environments run no plugins
  • Re-spliced the googleadk-hello-worker snippet from the updated sample

Merge order

Merge after temporalio/samples-go#517 (ready for review, pinned to the released v0.2.0): the snipsync bot re-splices this page's snippets from samples-go main, so merging this first would let the bot revert the worker snippet to the pre-plugin code.

contrib/googleadk v0.2.0 adds NewPlugin (worker.Options.Plugins), which
registers the integration's Activities at Worker start and closes cached
MCP toolsets at Worker stop. Update the Configure-the-Worker prose, the
composing-with-other-plugins section, and the testing note (test
environments run no plugins), and splice the updated hello-worker sample
snippet.
@vercel

vercel Bot commented Jul 22, 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 22, 2026 8:32pm

Request Review

@github-actions

Copy link
Copy Markdown
Contributor

📖 Docs PR preview links

@DABH
DABH marked this pull request as ready for review July 22, 2026 20:01
@DABH
DABH requested a review from a team as a code owner July 22, 2026 20:01
@jsundai
jsundai merged commit 57afbb8 into main Jul 22, 2026
13 checks passed
@jsundai
jsundai deleted the dabh/googleadk-plugin-docs branch July 22, 2026 20:33
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