Orchestrating Multi-Agent Systems Overview Design and implement multi-agent systems using AI SDK v5 with structured handoffs, intelligent routing, and coordinated workflows across AI providers. This skill covers agent role definition, tool scoping, inter-agent delegation via handoff rules, and workflow orchestration patterns including coordinator-worker and supervisor topologies. Prerequisites - Node.js 18+ and TypeScript 5.0+ runtime - AI SDK v5 ( ) - API keys for target providers set in environment variables ( , , ) - Zod for input/output schema validation ( ) - Familiarity with agent-based…