• Joined on 2025-04-27
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-28 15:48:02 +08:00
8f1317860f 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.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-28 14:50:13 +08:00
0821d73e7c Add API reference documentation for WebSocket communication. Update mkdocs.yml to include new API reference section.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-28 12:33:54 +08:00
c4c473105e Add start-dev.ps1 script to automate the launch of development services in the pycall conda environment. The script initiates the API, Web, and Engine services in separate PowerShell windows, enhancing the development workflow.
Compare 2 commits »
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-28 12:32:51 +08:00
aae41d4512 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.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-28 10:39:44 +08:00
8b59569b99 Add choice_prompt tool to Assistants and DebugDrawer. Implement state management for choice prompts, including normalization of options and handling user selections. Enhance UI interactions for improved user experience.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 18:22:56 +08:00
e40899613f Refactor DebugDrawer to use a ref for text prompt dialog state management. Update closeTextPromptDialog function to utilize the ref for improved handling of dialog state, ensuring consistent behavior during interactions.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 18:10:17 +08:00
915d2f4bd8 Refactor DebugDrawer to utilize a ref for client tool state management. Introduce isClientToolEnabledLive function for real-time tool state checks, ensuring accurate handling of tool enablement in debug settings.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 17:56:32 +08:00
4d9f083e20 Add Switch component to UI and integrate it into DebugDrawer for tool state management. Update Assistants page to utilize the new Switch for enabling/disabling tools, enhancing user interaction and component functionality.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 17:46:31 +08:00
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 17:38:54 +08:00
531cf6080a Update DuplexPipeline tool wait timeout to 60 seconds and modify DebugDrawer to improve tool call ID handling. Ensure better integration and functionality across components.
Compare 2 commits »
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 17:22:10 +08:00
ebb6f59878 Enhance DuplexPipeline and Assistants components to support dynamic tool wait timeouts. Introduce a new method for calculating wait time based on tool type, and update the tool result handling to include timeout management. Improve UI for message copying in Assistants, allowing users to easily copy messages with visual feedback.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 16:55:56 +08:00
1a2d9a4632 Update DebugDrawer button styling for improved alignment and visual consistency. Adjusted button's translate-x class for better positioning of the toggle indicator.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 16:54:49 +08:00
229243e832 Add wait_for_response functionality to ToolResource and related components. Update API models, schemas, and routers to support new parameter. Enhance UI components to manage wait_for_response state, ensuring proper integration across the application.
95c6e93a9c Add text_msg_prompt tool to DuplexPipeline and Assistants. Update DebugDrawer to handle text message prompts, including parameter validation and state management for displaying messages. Ensure integration with existing tools and maintain functionality across components.
Compare 2 commits »
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 16:04:59 +08:00
cdd8275e35 Add voice_message_prompt tool to API and UI components. Update DuplexPipeline, Assistants, and DebugDrawer to support new tool functionality, including parameter validation and speech synthesis integration. Ensure existing tools are preserved during seeding process in the database.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 15:59:10 +08:00
b035e023c4 Implement runtime tool ID and display name mapping in DuplexPipeline. Enhance Assistants and ToolLibrary components to utilize new mappings for improved tool identification and display. Update DebugDrawer to reflect changes in tool display names during interactions.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 15:12:11 +08:00
0f1165af64 Enhance Dialog component to accept contentClassName prop for customizable styling. Update ToolLibraryPage to utilize new prop for improved modal layout. Refactor text in ToolLibrary for clarity.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 15:05:02 +08:00
487634c494 Implement tool parameter management in ToolLibrary, including types, default value handling, and schema generation. Introduce functions for creating, updating, and removing tool parameters, enhancing the configuration capabilities for tools. Update state management to reflect new parameter structure.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 14:44:42 +08:00
5f768edf68 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.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 14:03:35 +08:00
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.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 13:27:23 +08:00
8d453e10da Refactor AssistantsPage to utilize createPortal for template suggestion dropdowns, enhancing rendering performance and ensuring correct positioning relative to the document body. This change improves user experience by maintaining dropdown visibility during text input.