AI-282: Document the TypeScript Google ADK integration - #5212
Draft
xumaple wants to merge 1 commit into
Draft
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links
|
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The parent TypeScript SDK integration list omits the new Google ADK guide.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds a prerelease TypeScript guide for durable Google ADK agents, pending the synchronized samples update.
Changes:
- Documents setup, tools, MCP, streaming, testing, observability, and replay safety.
- Adds the guide to the TypeScript sidebar and integrations grid.
File summaries
| File | Description |
|---|---|
docs/develop/typescript/integrations/google-adk-agents.mdx |
Adds the integration guide. |
sidebars.js |
Adds sidebar navigation. |
src/components/IntegrationsGrid/integrations-data.json |
Adds the TypeScript integration card. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+15
to
+17
| Temporal's integration with the [Google Agent Development Kit (ADK)](https://google.github.io/adk-docs/) lets you run | ||
| ADK agents as durable Temporal Workflows. The agent graph, including its orchestration, tool selection, and state, runs | ||
| inside the Workflow. Model inference and Model Context Protocol (MCP) calls run as Activities. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds the public TypeScript guide for the Google ADK integration. The page explains what the plugin makes durable, how to install and configure it, and the high-level APIs for tools, MCP, streaming, testing, observability, and replay safety. It also adds the page to the TypeScript sidebar and integrations grid.
The synchronized code excerpts depend on temporalio/samples-typescript#515, so this PR is draft until that lands. Focused MDX compilation, CI-scoped Vale, sidebar and integration-data validation, and cross-repository snippet validation pass.