Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/develop/typescript/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,12 @@ Once your local Temporal Service is set up, continue building with the following
- [Converters and encryption](/develop/typescript/converters-and-encryption)
- [Entity pattern](/develop/typescript/best-practices/entity-pattern)

## [Vercel AI SDK Integration](/develop/typescript/integrations/ai-sdk)
## [Integrations](/develop/typescript/integrations)

Integrate the Vercel AI SDK with Temporal to build durable AI agents and AI-powered applications.

- [Vercel AI SDK Integration](/develop/typescript/integrations/ai-sdk)
- [Braintrust integration](https://www.braintrust.dev/docs/integrations/sdk-integrations/temporal#typescript)
- [Mastra integration](https://mastra.ai/guides/deployment/temporal)
- [Strands Agents integration](/develop/typescript/integrations/strands-agents)
- [Vercel AI SDK integration](/develop/typescript/integrations/ai-sdk)

## Temporal TypeScript Technical Resources

Expand Down
1 change: 1 addition & 0 deletions docs/develop/typescript/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ The following AI framework and tooling integrations are available for the Tempor
| AI SDK by Vercel | Agent framework | [ai-sdk.dev](https://ai-sdk.dev/docs/introduction) | [Guide](/develop/typescript/integrations/ai-sdk) |
| Braintrust | Observability | [braintrust.dev](https://braintrust.dev/docs) | [Guide](https://www.braintrust.dev/docs/integrations/sdk-integrations/temporal#typescript) |
| Mastra | Agent framework | [mastra.ai](https://mastra.ai/docs) | [Guide](https://mastra.ai/guides/deployment/temporal) |
| Strands Agents | Agent framework | [strandsagents.com](https://strandsagents.com/) | [Guide](/develop/typescript/integrations/strands-agents) |
Loading