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
1 change: 1 addition & 0 deletions docs/develop/python/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ From there, you can dive deeper into any of the Temporal primitives to start bui
- [Deep Agents integration](/develop/python/integrations/deepagents)
- [Google ADK integration](/develop/python/integrations/google-adk)
- [Google GenAI integration](/develop/python/integrations/google-genai)
- [Langfuse integration](https://langfuse.com/integrations/frameworks/temporal)
- [LangGraph integration](/develop/python/integrations/langgraph)
- [LangSmith integration](/develop/python/integrations/langsmith)
- [OpenAI Agents SDK integration](https://github.com/temporalio/sdk-python/blob/main/temporalio/contrib/openai_agents/README.md)
Expand Down
1 change: 1 addition & 0 deletions docs/develop/typescript/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ Once your local Temporal Service is set up, continue building with the following
## [Integrations](/develop/typescript/integrations)

- [Braintrust integration](https://www.braintrust.dev/docs/integrations/sdk-integrations/temporal#typescript)
- [LangSmith integration](/develop/typescript/integrations/langsmith)
- [Mastra integration](https://mastra.ai/guides/deployment/temporal)
- [OpenAI Agents SDK integration](/develop/typescript/integrations/openai-agents)
- [Parseable integration](https://github.com/parseablehq/temporal-plugin/blob/main/INTEGRATION.md)
Expand Down