This example demonstrates how to create an animated avatar using LemonSlice.
- Update the environment:
# LemonSlice Config
export LEMONSLICE_API_KEY="..."
export LEMONSLICE_IMAGE_URL="..." # Publicly accessible image url for the avatar.
# LiveKit config
export LIVEKIT_API_KEY="..."
export LIVEKIT_API_SECRET="..."
export LIVEKIT_URL="..."- Start the agent worker:
python examples/avatar_agents/lemonslice/agent_worker.py dev