backend-ai-agent
Installation
SKILL.md
Backend AI Agent Creation
Create AI agents using the Vercel AI SDK with proper patterns for tool use, tracing, and error handling.
Overview
The AI SDK supports:
- One-off calls:
generateTextandgenerateObjectfor single-purpose operations - Agentic workflows: Multi-turn conversations with tool use
Installation
npm install ai @ai-sdk/anthropic @ai-sdk/google @ai-sdk/openai zod