workflow
Version:
Workflow DevKit - Build durable, resilient, and observable workflows
27 lines (22 loc) • 919 B
text/mdx
title: "@workflow/ai"
icon: FlaskConical
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
<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>