Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Docs
  • Enterprise
  • Pricing

  • 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 /api
18 kB
  • 2 contributors
History: 10 commits
dvalle08's picture
dvalle08
Add error handling for session bootstrap failures: Implement a client-safe error response payload in session_bootstrap.py and update Streamlit routes to use this new error handling.
3a5c3c8 8 days ago
  • __init__.py
    35 Bytes
    Update environment configuration for LiveKit integration, modify Dockerfile for Python version compatibility, and enhance settings management with LiveKit parameters. 22 days ago
  • livekit_tokens.py
    7.57 kB
    Add Langfuse tracing support and enhance agent dispatch logic: Introduce optional Langfuse tracing configuration in .env.example and settings.py. Update agent and metrics collector to handle Langfuse traces per user turn. Refactor agent dispatch logic to ensure proper agent management and session metadata handling in the Streamlit app. Enhance UI to display session and trace information. 12 days ago
  • session_bootstrap.py
    7.05 kB
    Add error handling for session bootstrap failures: Implement a client-safe error response payload in session_bootstrap.py and update Streamlit routes to use this new error handling. 8 days ago
  • streamlit_routes.py
    3.38 kB
    Add error handling for session bootstrap failures: Implement a client-safe error response payload in session_bootstrap.py and update Streamlit routes to use this new error handling. 8 days ago