---
title: @workflow/ai
description: Helpers for building AI-powered workflows with the AI SDK.
type: overview
summary: Explore helpers for integrating AI SDK to build durable AI-powered workflows.
related:
  - /docs/ai
---

# @workflow/ai



<Callout type="warn">
  The `@workflow/ai` package is currently in active development and should be considered experimental.
</Callout>

Helpers for integrating AI SDK for building AI-powered workflows.

## Classes

<Cards>
  <Card title="DurableAgent" href="/docs/api-reference/workflow-ai/durable-agent">
    A class for building durable AI agents that maintain state across workflow steps and handle tool execution with automatic retries.
  </Card>

  <Card title="WorkflowChatTransport" href="/docs/api-reference/workflow-ai/workflow-chat-transport">
    A drop-in transport for the AI SDK for automatic reconnection in interrupted streams.
  </Card>
</Cards>


## Sitemap
[Overview of all docs pages](/sitemap.md)
