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
4d553de34dc0328f993cc3b67681308d3e464e14
AI-VideoAssistant
/
engine
/
core
History
Xin Wang
4d553de34d
Refactor assistant greeting logic to conditionally use system prompt for generated openers. Update related tests to verify new behavior and ensure correct metadata handling in API responses. Enhance UI to reflect changes in opener management based on generated opener settings.
2026-03-02 02:38:45 +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
Refactor assistant greeting logic to conditionally use system prompt for generated openers. Update related tests to verify new behavior and ensure correct metadata handling in API responses. Enhance UI to reflect changes in opener management based on generated opener settings.
2026-03-02 02:38:45 +08:00
events.py
…
history_bridge.py
Unify db api
2026-02-26 01:58:39 +08:00
session.py
Enhance WebSocket session configuration by introducing an optional
config.resolved
event, which provides a public snapshot of the session's configuration. Update the API reference documentation to clarify the conditions under which this event is emitted and the details it includes. Modify session management to respect the new setting for emitting configuration details, ensuring sensitive information remains secure. Update tests to validate the new behavior and ensure compliance with the updated configuration schema.
2026-03-01 23:08:44 +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
Update workflow feature with codex
2026-02-10 08:12:46 +08:00