Pipecat Friday Agent Overview This skill provides a blueprint for building F.R.I.D.A.Y. (Replacement Integrated Digital Assistant Youth), a local voice assistant inspired by the tactical AI from the Iron Man films. It uses the Pipecat framework to orchestrate a low-latency pipeline: - STT : OpenAI Whisper ( ) or - LLM : Google Gemini 2.5 Flash (via a compatibility shim) - TTS : OpenAI TTS ( voice) - Transport : Local Audio (Hardware Mic/Speakers) When to Use This Skill - Use when you want to build a real-time, conversational voice agent. - Use when working with the Pipecat framework for pipel…