Skip to content

Commit 1e72520

Browse files
brianstrauchclaudelennessyy
authored
Add Strands Agents integration guide for TypeScript (#4645)
* Add Strands Agents integration guide for TypeScript 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> * Reference all TypeScript integrations from the landing page 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> * Address Vale term and heading warnings on Strands Agents TS guide Fixes casing on Temporal terms (Durable Execution, Retry Policy, Task Queue, Timer, Activity, Failure Converter, Data Converter, Event History) and the technical-resources heading. Adds MCP and OpenTelemetry as Headings exceptions since they were valid proper nouns mid-heading, not miscapitalized text. Drops 'audit logging' from the required-term substitution list. * Fix missing comma in sidebars.js breaking the build The strands-agents sidebar entry was missing a trailing comma, causing a ParseError when Docusaurus loaded sidebars.js. * Restore audit logging Vale term and reword generic usage Revert the removal of `audit logging: Audit Logging` from terms.yml so the file matches main. Reword the hooks section to say "writing audit logs," which is a generic use and shouldn't be capitalized as the Temporal term. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: Lenny Chen <55669665+lennessyy@users.noreply.github.com> Co-authored-by: Lenny Chen <lenny.chen@temporal.io>
1 parent ca04dcb commit 1e72520

5 files changed

Lines changed: 894 additions & 0 deletions

File tree

docs/develop/typescript/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ Once your local Temporal Service is set up, continue building with the following
9090
- [Mastra integration](https://mastra.ai/guides/deployment/temporal)
9191
- [OpenAI Agents SDK integration](/develop/typescript/integrations/openai-agents)
9292
- [Parseable integration](https://github.com/parseablehq/temporal-plugin/blob/main/INTEGRATION.md)
93+
- [Strands Agents integration](/develop/typescript/integrations/strands-agents)
9394
- [Vercel AI SDK integration](/develop/typescript/integrations/ai-sdk)
9495

9596
## Temporal TypeScript technical resources

0 commit comments

Comments
 (0)