AI-282: Document the TypeScript Google ADK integration - #5240
Open
xumaple wants to merge 5 commits into
Open
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 getting-started commands lack the sample checkout and dependency setup needed to run them.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds a TypeScript Google ADK integration guide and exposes it through documentation navigation and integration discovery.
Changes:
- Documents setup, tools, MCP, streaming, testing, observability, and failures.
- Adds the guide to TypeScript navigation.
- Adds TypeScript Google ADK to the integrations grid.
File summaries
| File | Description |
|---|---|
docs/develop/typescript/integrations/google-adk.mdx |
Adds the integration guide. |
docs/develop/typescript/index.mdx |
Links the guide from the TypeScript index. |
sidebars.js |
Adds sidebar navigation. |
src/components/IntegrationsGrid/integrations-data.json |
Adds and standardizes Google ADK cards. |
Review details
- Files reviewed: 4/4 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
+70
to
+74
| Start the Worker, then run the Client from the sample directory: | ||
|
|
||
| ```bash | ||
| npx tsx src/basic/worker.ts | ||
| npx tsx src/basic/client.ts |
xumaple
force-pushed
the
maplexu/AI-282-google-adk-docs-followup
branch
from
September 3, 2026 19:03
019a02e to
67e49d1
Compare
xumaple
marked this pull request as ready for review
September 4, 2026 16:22
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 replaces #5212 with a revised TypeScript guide for the Google ADK integration. It adds a complete getting-started path and documents package compatibility, import paths, Activity-backed tools, MCP, streaming, testing, observability, replay safety, configuration, and failure behavior against the plugin source.
The guide keeps the existing
/google-adk-agentspath, uses the ADK 1.5.x credential variables, and presents feature support as a source-verified table. It remains registered in the TypeScript index, sidebar, and integrations grid. CI-scoped Vale, focused MDX compilation, internal-link validation, heading limits, and whitespace validation pass.