Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

LiveKit Anam Avatar Agent

This example demonstrates how to create a animated avatar using Anam.

Create your avatar here

Usage

  • 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