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
20abf72dedac40d09b20eda880c9293acca3dd35
AI-VideoAssistant
/
engine
/
core
History
Xin Wang
20abf72ded
Enhance DuplexPipeline to track assistant activity and improve presence probe logic. Introduce a method to update assistant activity timestamp and modify presence probe conditions to consider both user and assistant activity. Update tests to validate new behavior and ensure contextual prompts are generated correctly.
2026-02-28 16:09:05 +08:00
..
ports
Unify db api
2026-02-26 01:58:39 +08:00
__init__.py
…
conversation.py
Presist opener to history
2026-02-12 15:59:36 +08:00
duplex_pipeline.py
Enhance DuplexPipeline to track assistant activity and improve presence probe logic. Introduce a method to update assistant activity timestamp and modify presence probe conditions to consider both user and assistant activity. Update tests to validate new behavior and ensure contextual prompts are generated correctly.
2026-02-28 16:09:05 +08:00
events.py
…
history_bridge.py
Unify db api
2026-02-26 01:58:39 +08:00
session.py
Add presence probe configuration to Assistant model and API. Introduce new fields for enabling presence probes, idle and cooldown durations, maximum prompts, context inclusion, and custom questions. Update schemas, routers, and frontend components to support these features, along with corresponding tests to ensure functionality.
2026-02-28 15:47:53 +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
Fix ws error
2026-02-09 15:53:21 +08:00
workflow_runner.py
Update workflow feature with codex
2026-02-10 08:12:46 +08:00