Local Voice Input/Output for Agents using the AI Voice Agent API.
- Switched to client-only operation: service management and container startup are no longer included. - Now requires an external backend API running at http://localhost:8000; setup instructions moved to repo documentation. - Uses local Whisper for speech-to-text and AWS Polly for text-to-speech. - Updated documentation and workflows to clarify prerequisites and error handling. - Removed scripts/start.sh; skill no longer attempts to start backend services automatically.