Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dvalle08
/
open-voice-agent
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
open-voice-agent
/
tests
63.2 kB
2 contributors
History:
22 commits
dvalle08
Integrate Langchain usage patch and update UI metrics: Apply Langchain usage patch in agent.py, adjust pipeline stage layout in index.html, and enhance metric descriptions in main.js for improved clarity and functionality.
e9aa04f
5 days ago
test_langchain_usage_patch.py
Safe
2.73 kB
Integrate Langchain usage patch and update UI metrics: Apply Langchain usage patch in agent.py, adjust pipeline stage layout in index.html, and enhance metric descriptions in main.js for improved clarity and functionality.
5 days ago
test_langfuse_turn_tracing.py
Safe
34.1 kB
Enhance metrics handling and add EOU support: Update ChannelPublisher and TurnTracer to include end-of-utterance (EOU) metrics, refactor latency calculations, and improve metric attribute handling. Modify UI tooltips for clarity and adjust test cases to validate new metrics structure.
5 days ago
test_llm_stall_watchdog.py
Safe
2.84 kB
Add LLM connection settings and enhance error handling: Introduce new parameters for LLM connection timeout, retry attempts, and stall timeout in .env.example and settings.py. Update agent.py to log errors and session closures, and implement a watchdog for LLM stall detection in MetricsCollector.
5 days ago
test_logger_config.py
Safe
1.06 kB
Add LLM connection settings and enhance error handling: Introduce new parameters for LLM connection timeout, retry attempts, and stall timeout in .env.example and settings.py. Update agent.py to log errors and session closures, and implement a watchdog for LLM stall detection in MetricsCollector.
5 days ago
test_pocket_tts_plugin.py
Safe
13.9 kB
Refactor PocketTTS and test cases: Remove unused sample rate parameters in _tensor_to_pcm_bytes
7 days ago
test_runtime_settings.py
Safe
907 Bytes
Add LLM connection settings and enhance error handling: Introduce new parameters for LLM connection timeout, retry attempts, and stall timeout in .env.example and settings.py. Update agent.py to log errors and session closures, and implement a watchdog for LLM stall detection in MetricsCollector.
5 days ago
test_session_bootstrap.py
Safe
6.01 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
test_streamlit_routes.py
Safe
1.73 kB
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.
8 days ago