diff --git a/docs/develop/python/integrations/index.mdx b/docs/develop/python/integrations/index.mdx index b85a493df3..dbdc62e463 100644 --- a/docs/develop/python/integrations/index.mdx +++ b/docs/develop/python/integrations/index.mdx @@ -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. diff --git a/docs/develop/typescript/integrations/index.mdx b/docs/develop/typescript/integrations/index.mdx index 6f91dac5e2..630cd80d9e 100644 --- a/docs/develop/typescript/integrations/index.mdx +++ b/docs/develop/typescript/integrations/index.mdx @@ -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) |