This example demonstrates how to create a animated avatar using Anam.
Create your avatar here
- Update the environment:
# Anam Config
export ANAM_API_KEY="..."
export ANAM_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/anam/agent_worker.py dev