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
21 changes: 21 additions & 0 deletions docs/develop/integrations.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
id: integrations
title: AI integrations
sidebar_label: Integrations
toc_max_heading_level: 2
keywords:
- integrations
- ai frameworks
- agent frameworks
tags:
- Integrations
- AI Frameworks
- Agent Frameworks
description: AI framework integrations available for Temporal SDKs.
---

Temporal integrates with popular AI and agent frameworks.
The following integrations are available by SDK:

- [Python SDK integrations](/develop/python/integrations)
- [TypeScript SDK integrations](/develop/typescript/integrations)
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ module.exports = {
'develop/worker-performance',
'develop/worker-tuning-reference',
'develop/safe-deployments',
'develop/integrations',
'develop/plugins-guide',
'develop/task-queue-priority-fairness',
],
Expand Down
Loading