Skip to content
Merged
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
14 changes: 12 additions & 2 deletions docs/develop/python/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@ sidebar_label: AI integrations
toc_max_heading_level: 2
keywords:
- integrations
- ai frameworks
- agent frameworks
tags:
- Integrations
- AI Frameworks
- Agent Frameworks
description: Integrations with other tools and services.
---

Temporal Python SDK provides integrations with the following tools and services:
The following AI framework integrations are available for the Temporal Python SDK:

- [Braintrust](./braintrust.mdx)
| Framework | SDK docs | Integration guide |
| --- | --- | --- |
| Braintrust | [braintrust.dev](https://braintrust.dev/docs) | [Guide](./braintrust.mdx) |
| Pydantic AI | [ai.pydantic.dev](https://ai.pydantic.dev/) | [Guide](https://ai.pydantic.dev/durable_execution/temporal/) |
| OpenAI Agents SDK | [openai.github.io](https://openai.github.io/openai-agents-python/) | [Guide](https://github.com/temporalio/sdk-python/blob/main/temporalio/contrib/openai_agents/README.md) |

These integrations are built on the Temporal Python SDK's [Plugin system](/develop/plugins-guide), which you can also use to build your own integrations.
10 changes: 8 additions & 2 deletions docs/develop/typescript/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,17 @@ sidebar_label: AI integrations
toc_max_heading_level: 2
keywords:
- integrations
- ai frameworks
- agent frameworks
tags:
- Integrations
- AI Frameworks
- Agent Frameworks
description: Integrations with other tools and services.
---

Temporal TypeScript SDK provides integrations with the following tools and services:
The following AI framework integrations are available for the Temporal TypeScript SDK:

- [AI SDK by Vercel](/develop/typescript/integrations/ai-sdk)
| Framework | SDK docs | Integration guide |
| --- | --- | --- |
| AI SDK by Vercel | [ai-sdk.dev](https://ai-sdk.dev/docs/introduction) | [Guide](/develop/typescript/integrations/ai-sdk) |