Files
2026-07-13 13:39:38 +08:00

13 lines
256 B
Python

"""LiveAvatar avatar plugin for LiveKit Agents
Provides LiveAvatar interactive avatar integration similar to Tavus.
"""
from .api import LiveAvatarException
from .avatar import AvatarSession
__all__ = [
"LiveAvatarException",
"AvatarSession",
]