Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Spaces:
dvalle08
/
open-voice-agent
Running

App Files Files Community
1
Fetching metadata from the HF Docker repository...
open-voice-agent / src
461 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 93 commits
dvalle08's picture
dvalle08
feat: Implement remote audio management and diagnostics
1877afd 3 months ago
  • agent
    refactor: Remove observed total latency from metrics calculations 3 months ago
  • api
    feat: Add Langfuse tracing support and UI enhancements 3 months ago
  • core
    feat: Enhance metrics collection and assistant item correlation 3 months ago
  • plugins
    feat: Enhance turn tracing and metrics collection 3 months ago
  • ui
    feat: Implement remote audio management and diagnostics 3 months ago
  • __init__.py
    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. 4 months ago
  • streamlit_app.py
    5.6 kB
    feat: Add Deepgram STT provider support and enhance configuration options 3 months ago
  • streamlit_launcher.py
    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. 3 months ago