Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dvalle08
/
open-voice-agent
like
1
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
open-voice-agent
/
src
461 kB
Ctrl+K
Ctrl+K
2 contributors
History:
93 commits
dvalle08
feat: Implement remote audio management and diagnostics
1877afd
about 1 month ago
agent
refactor: Remove observed total latency from metrics calculations
about 1 month ago
api
feat: Add Langfuse tracing support and UI enhancements
about 1 month ago
core
feat: Enhance metrics collection and assistant item correlation
about 1 month ago
plugins
feat: Enhance turn tracing and metrics collection
about 1 month ago
ui
feat: Implement remote audio management and diagnostics
about 1 month ago
__init__.py
Safe
82 Bytes
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.
3 months ago
streamlit_app.py
Safe
5.6 kB
feat: Add Deepgram STT provider support and enhance configuration options
about 1 month ago
streamlit_launcher.py
Safe
719 Bytes
Refactor session bootstrap handling and Streamlit app startup: Update start.sh to launch the app using uvicorn, enhance session bootstrap logic in session_bootstrap.py with retry mechanisms for transient errors, and modify streamlit_app.py to conditionally use a new route for session initialization. Add tests for retry behavior and error handling in session bootstrap payload generation.
about 2 months ago