Use Vercel AI with PraisonAI TypeScript
export VERCEL_API_KEY=...
import { Agent } from 'praisonai'; const agent = new Agent({ name: 'VercelAgent', instructions: 'You are a helpful assistant.', llm: 'vercel/v0' }); const response = await agent.chat('Hello!');