• Joined on 2025-04-26
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-01 15:08:54 +00:00
3643431565 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.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-01 14:39:04 +00:00
2418df80e5 Revamp documentation structure in mkdocs.yml by reorganizing navigation for improved accessibility. Remove outdated content from previous sections and introduce new topics including detailed guides on assistant management, configuration options, and tool integrations. Enhance API reference documentation with comprehensive error codes and WebSocket protocol details. Add new sections for automated testing, data analysis, and knowledge base management, ensuring a cohesive and user-friendly documentation experience.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-01 06:10:50 +00:00
6a46ec69f4 Enhance WebSocket session management by requiring assistant_id as a query parameter for connection. Update API reference documentation to reflect changes in message flow and metadata validation rules, including the introduction of whitelists for allowed metadata fields and restrictions on sensitive keys. Refactor client examples to align with the new session initiation process.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-28 09:33:51 +00:00
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.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-28 08:13:41 +00:00
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-28 08:09:16 +00:00
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.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-28 07:48:02 +00: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 06:50:13 +00: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 04:33:54 +00: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 04:32:51 +00: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 02:39:44 +00: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 10:22:56 +00: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 10:10:17 +00: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 09:56:32 +00: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 09:46:31 +00:00
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-27 09:38:54 +00: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 09:22:10 +00: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 08:55:56 +00: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 08:54:49 +00: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 08:04:59 +00: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.