This example demonstrates how to create an animated avatar using Avatario.
- Update the environment:
# Avatario Config
export AVATARIO_API_KEY="..."
export AVATARIO_AVATAR_ID="..."
# OpenAI config (or other models, tts, stt)
export OPENAI_API_KEY="..."
# LiveKit config
export LIVEKIT_API_KEY="..."
export LIVEKIT_API_SECRET="..."
export LIVEKIT_URL="..."- Start the agent worker:
python examples/avatar_agents/avatario/agent_worker.py dev