This website requires JavaScript.
Explore
Help
Register
Sign In
wx44wx
/
AI-VideoAssistant
Watch
1
Star
0
Fork
0
You've already forked AI-VideoAssistant
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
71cbfa2b484a05733f5844f28cc46ffd89f89330
AI-VideoAssistant
/
engine
/
core
History
Xin Wang
71cbfa2b48
Enhance DuplexPipeline and AssistantsPage for improved interruption handling. Introduce _OPENER_PRE_ROLL_MS constant for a head start on mic capture, and adjust interruption sensitivity settings from 500ms to 180ms across relevant components to optimize responsiveness during assistant interactions.
2026-02-27 11:51:15 +08:00
..
ports
…
__init__.py
…
conversation.py
…
duplex_pipeline.py
Enhance DuplexPipeline and AssistantsPage for improved interruption handling. Introduce _OPENER_PRE_ROLL_MS constant for a head start on mic capture, and adjust interruption sensitivity settings from 500ms to 180ms across relevant components to optimize responsiveness during assistant interactions.
2026-02-27 11:51:15 +08:00
events.py
…
history_bridge.py
…
session.py
Add dynamic variables support in session management and UI components. Implement validation rules for dynamic variables in metadata, including key format and value constraints. Enhance session start handling to manage dynamic variable errors. Update documentation and tests to reflect new functionality.
2026-02-27 11:21:37 +08:00
tool_executor.py
…
transports.py
…
workflow_runner.py
…