---
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



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

## Classes

<Cards>
  <Card title="DurableAgent" href="/docs/api-reference/workflow-ai/durable-agent">
    Deprecated — use AI SDK's [`WorkflowAgent`](https://ai-sdk.dev/v7/docs/agents/workflow-agent#workflowagent). Reference kept for existing `@workflow/ai/agent` imports.
  </Card>

  <Card title="WorkflowChatTransport" href="/docs/api-reference/workflow-ai/workflow-chat-transport">
    Deprecated — use AI SDK's [`WorkflowChatTransport`](https://ai-sdk.dev/v7/docs/agents/workflow-agent#resumable-streaming-with-workflowchattransport) from `@ai-sdk/workflow`. Reference kept for existing `@workflow/ai` imports.
  </Card>
</Cards>


---

For a semantic overview of all documentation, see [/sitemap.md](/sitemap.md)

For an index of all available documentation, see [/llms.txt](/llms.txt)

For agent-facing discovery, including API and MCP surfaces, see [/agents.md](/agents.md)