Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

LiveKit LemonSlice Avatar Agent

This example demonstrates how to create an animated avatar using LemonSlice.

Usage

  • 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