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
b4fa664d73a94deb27ed7d9ab068d4a0f1b8c7f3
AI-VideoAssistant
/
engine
/
core
History
Xin Wang
b4fa664d73
Refactor WebSocket authentication handling by removing auth requirements from the hello message. Update related documentation and schemas to reflect the changes in authentication strategy, simplifying the connection process.
2026-02-28 17:33:40 +08:00
..
ports
Unify db api
2026-02-26 01:58:39 +08:00
__init__.py
…
conversation.py
…
duplex_pipeline.py
Clear stale ASR capture on end of utterance in DuplexPipeline. Add test to verify behavior when conversation state changes, ensuring proper handling of ASR capture variables.
2026-02-28 12:32:35 +08:00
events.py
…
history_bridge.py
Unify db api
2026-02-26 01:58:39 +08:00
session.py
Refactor WebSocket authentication handling by removing auth requirements from the hello message. Update related documentation and schemas to reflect the changes in authentication strategy, simplifying the connection process.
2026-02-28 17:33:40 +08:00
tool_executor.py
Add parameter schema and defaults to ToolResource model and schemas. Implement runtime tool resolution in assistants and tools routers, ensuring proper handling of tool parameters. Update tests to validate new functionality and ensure correct integration of parameter handling in the API.
2026-02-27 14:44:28 +08:00
transports.py
…
workflow_runner.py
…