open-voice-agent / src /__init__.py
dvalle08's picture
implement main entry point for Open Voice Agent with CLI support for running FastAPI, Streamlit, or both. Enhance Streamlit UI for audio processing and integrate WebSocket communication. Update dependencies in pyproject.toml and remove requirements.txt.
affeafa
raw
history blame contribute delete
82 Bytes
"""Open Voice Agent - Real-time AI voice conversations."""
__version__ = "0.1.0"