open-voice-agent / src /core /__init__.py
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
107 Bytes
from src.core.settings import settings
from src.core.logger import logger
__all__ = ["settings", "logger"]