File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,11 +20,12 @@ description: Integrations with other tools and services.
2020
2121The 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.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ description: Integrations with other tools and services.
1616
1717The 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 ) |
You can’t perform that action at this time.
0 commit comments