OpenAI Agents SDK Skill Complete skill for building AI applications with OpenAI Agents SDK (JavaScript/TypeScript), covering text agents, realtime voice agents, multi-agent workflows, and production deployment patterns. --- Installation & Setup Install required packages: Set environment variable: Supported runtimes: - Node.js 22+ - Deno - Bun - Cloudflare Workers (experimental) --- Core Concepts 1. Agents LLMs equipped with instructions and tools: 2. Tools Functions agents can call, with automatic schema generation: 3. Handoffs Multi-agent delegation: 4. Guardrails Input/output validation for…