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 /api
19.1 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 11 commits
dvalle08's picture
dvalle08
feat: Add Langfuse tracing support and UI enhancements
3f6837a 3 months ago
  • __init__.py
    35 Bytes
    Update environment configuration for LiveKit integration, modify Dockerfile for Python version compatibility, and enhance settings management with LiveKit parameters. 4 months 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. 3 months ago
  • session_bootstrap.py
    8.09 kB
    feat: Add Langfuse tracing support and UI enhancements 3 months 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. 3 months ago