Skip to content

Commit d433cd8

Browse files
committed
docs: add tags column to ai integrations
1 parent 4ddd6c7 commit d433cd8

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

docs/develop/python/integrations/index.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ description: Integrations with other tools and services.
2020

2121
The following AI framework integrations are available for the Temporal Python SDK:
2222

23-
| Framework | SDK docs | Integration guide |
24-
| --- | --- | --- |
25-
| Braintrust | [braintrust.dev](https://braintrust.dev/docs) | [Guide](./braintrust.mdx) |
26-
| Google ADK | [adk.dev](https://adk.dev/) | [Guide](https://adk.dev/integrations/temporal/) |
27-
| 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) |
28-
| Pydantic AI | [ai.pydantic.dev](https://ai.pydantic.dev/) | [Guide](https://ai.pydantic.dev/durable_execution/temporal/) |
23+
| Framework | Tags | SDK docs | Integration guide |
24+
| ----------------- | --------------- | ------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
25+
| Braintrust | Observability | [braintrust.dev](https://braintrust.dev/docs) | [Guide](./braintrust.mdx) |
26+
| Google ADK | Agent framework | [adk.dev](https://adk.dev/) | [Guide](https://adk.dev/integrations/temporal/) |
27+
| OpenAI Agents SDK | Agent framework | [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) |
28+
| Pydantic AI | Agent framework | [ai.pydantic.dev](https://ai.pydantic.dev/) | [Guide](https://ai.pydantic.dev/durable_execution/temporal/) |
2929

30-
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.
30+
These integrations are built on the Temporal Python SDK's [Plugin system](/develop/plugins-guide), which you can also
31+
use to build your own integrations.

docs/develop/typescript/integrations/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description: Integrations with other tools and services.
1616

1717
The following AI framework integrations are available for the Temporal TypeScript SDK:
1818

19-
| Framework | SDK docs | Integration guide |
20-
| ---------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------ |
21-
| AI SDK by Vercel | [ai-sdk.dev](https://ai-sdk.dev/docs/introduction) | [Guide](/develop/typescript/integrations/ai-sdk) |
22-
| Braintrust | [braintrust.dev](https://braintrust.dev/docs) | [Guide](https://www.braintrust.dev/docs/integrations/sdk-integrations/temporal#typescript) |
19+
| Framework | Tags | SDK docs | Integration guide |
20+
| ---------------- | --------------- | -------------------------------------------------- | ------------------------------------------------------------------------------------------ |
21+
| AI SDK by Vercel | Agent framework | [ai-sdk.dev](https://ai-sdk.dev/docs/introduction) | [Guide](/develop/typescript/integrations/ai-sdk) |
22+
| Braintrust | Observability | [braintrust.dev](https://braintrust.dev/docs) | [Guide](https://www.braintrust.dev/docs/integrations/sdk-integrations/temporal#typescript) |

0 commit comments

Comments
 (0)