Spaces:
Sleeping
Sleeping
File size: 218 Bytes
a1d8504 | 1 2 3 4 5 6 7 | """Runtime package for LiveKit agent execution."""
from src.agent.runtime.assistant import Assistant
from src.agent.runtime.session import server, session_handler
__all__ = ["Assistant", "server", "session_handler"]
|