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
d942c85eff1b8b08e917277cf79633afe7b55b8a
AI-VideoAssistant
/
engine
/
core
History
Xin Wang
d942c85eff
Add new tools to DuplexPipeline: calculator, code_interpreter, turn_on_camera, turn_off_camera, increase_volume, and decrease_volume. Implement fallback schema for unknown string tools and assign default client executors for specific tools. Update tests to validate new functionality and ensure correct tool handling in the pipeline.
2026-02-27 13:59:37 +08:00
..
ports
Unify db api
2026-02-26 01:58:39 +08:00
__init__.py
Add backend api and engine
2026-02-06 14:01:34 +08:00
conversation.py
Presist opener to history
2026-02-12 15:59:36 +08:00
duplex_pipeline.py
Add new tools to DuplexPipeline: calculator, code_interpreter, turn_on_camera, turn_off_camera, increase_volume, and decrease_volume. Implement fallback schema for unknown string tools and assign default client executors for specific tools. Update tests to validate new functionality and ensure correct tool handling in the pipeline.
2026-02-27 13:59:37 +08:00
events.py
Add backend api and engine
2026-02-06 14:01:34 +08:00
history_bridge.py
Unify db api
2026-02-26 01:58:39 +08:00
session.py
Add system-level dynamic variables support in session management. Implement methods to generate and apply built-in variables for current session time, UTC time, and timezone. Update documentation to reflect new variables and enhance tests for dynamic variable handling in the UI components.
2026-02-27 12:08:18 +08:00
tool_executor.py
Unify db api
2026-02-26 01:58:39 +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