AI Engineer Test at SynergieGlobal
Voice Agent:
- Voice call agent using Groq (Whisper STT + Llama3 LLM)
- Simple tool protocol: model outputs either: SAY: or CALL: <tool_name> {json_args}
- Mock tools: check_coverage, get_available_slots, book_appointment
- Conversation memory + end-of-call summary
- Create environment
uv venv
source .venv/bin/activate
uv sync- Install dependencies
sudo apt install portaudio19-dev python3-pyaudio - Run the script
python -m src- Minh, Le Duc (https://github.com/MinLee0210)