dvalle08's picture
Refactor Open Voice Agent: Transition to Hatch for build system, restructure agent components, and streamline conversation graph
9af190b
raw
history blame contribute delete
164 Bytes
"""LiveKit voice agent using LangGraph."""
from src.agent.graph import create_graph
from src.agent.agent import Assistant
__all__ = ["create_graph", "Assistant"]