Add Strands Agents integration guide for TypeScript#4645
Open
brianstrauch wants to merge 2 commits into
Open
Conversation
Adds a TypeScript Strands Agents integration guide at docs/develop/typescript/integrations/strands-agents.mdx, mirroring the Python guide. Links it from the integrations index, the sidebar, and the /develop/typescript landing page. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Mirrors the Python landing page: replaces the Vercel-only section with a single Integrations section linking to all four TypeScript integrations (Braintrust, Mastra, Strands Agents, Vercel AI SDK). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
📖 Docs PR preview links
|
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.
Summary
docs/develop/typescript/integrations/strands-agents.mdx, mirroring the Python guide (#4607)./develop/typescriptlanding page to a single Integrations section listing all four TypeScript integrations (Braintrust, Mastra, Strands Agents, Vercel AI SDK), mirroring the Python landing page.Code in the guide comes from the TypeScript Strands plugin (sdk-typescript#2091) and samples (samples-typescript#472). Each snippet uses
<!--SNIPSTART typescript-strands-… -->tags backed by snipsync markers added in samples-typescript#472.Important
Merge the snipsync markers in samples-typescript#472 to
mainbefore/with this PR — docs CI runs snipsync againstmain, and the newtypescript-strands-*labels won't resolve until they're there. The committed MDX already contains the synced snippet content, so it renders regardless.Test plan
yarn startand confirm the new page renders, with working links from/develop/typescriptand/develop/typescript/integrations.🤖 Generated with Claude Code
┆Attachments: EDU-6460 Add Strands Agents integration guide for TypeScript