Agents
The following section show you how to build agents with the AI SDK - systems where large language models (LLMs) use tools in a loop to accomplish tasks.
<IndexCards cards={[ { title: 'Overview', description: 'Learn what agents are and why to use the Agent class.', href: '/docs/agents/overview', }, { title: 'Building Agents', description: 'Complete guide to creating agents with the Agent class.', href: '/docs/agents/building-agents', }, { title: 'Workflow Patterns', description: 'Structured patterns using core functions for complex workflows.', href: '/docs/agents/workflows', }, { title: 'Loop Control', description: 'Advanced execution control with stopWhen and prepareStep.', href: '/docs/agents/loop-control', }, ]} />