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
1 change: 1 addition & 0 deletions docs/develop/python/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ From there, you can dive deeper into any of the Temporal primitives to start bui
- [LangSmith integration](/develop/python/integrations/langsmith)
- [OpenAI Agents SDK integration](https://github.com/temporalio/sdk-python/blob/main/temporalio/contrib/openai_agents/README.md)
- [Pydantic AI integration](https://ai.pydantic.dev/durable_execution/temporal/)
- [Strands Agents integration](/develop/python/integrations/strands-agents)
- [Tenuo integration](https://tenuo.ai/temporal)

## Temporal Python Technical Resources
Expand Down
1 change: 1 addition & 0 deletions docs/develop/python/integrations/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The following integrations are available between the Temporal Python SDK and thi
| LangSmith | Observability | [smith.langchain.com](https://docs.smith.langchain.com/) | [Guide](./langsmith.mdx) |
| 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) |
| Pydantic AI | Agent framework | [ai.pydantic.dev](https://ai.pydantic.dev/) | [Guide](https://ai.pydantic.dev/durable_execution/temporal/) |
| Strands Agents | Agent framework | [strandsagents.com](https://strandsagents.com/) | [Guide](./strands-agents.mdx) |
| Tenuo | Governance | [tenuo.ai](https://tenuo.ai/docs) | [Guide](https://tenuo.ai/temporal) |

These integrations are built on the Temporal Python SDK's [Plugin system](/develop/plugins-guide), which you can also
Expand Down
Loading
Loading