• Joined on 2025-04-27
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 23:35:36 +08:00
4c05131536 Update documentation and configuration for Realtime Agent Studio
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 22:51:12 +08:00
eecde9f0fb Integrate React Query for data management and enhance Debug Preferences
Compare 2 commits »
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 17:35:15 +08:00
7fbf52078f Update documentation to reflect changes in quickstart navigation and API reference
a003134477 Update documentation to enhance clarity and resource configuration for RAS
85315ba6ca Update index.md to clarify RAS's core focus on large voice models
9734b38808 Add task list support and update roadmap in documentation
0a7a3253a6 Add emoji support and enhance documentation in RAS
Compare 7 commits »
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 15:12:02 +08:00
70b4043f9b Enhance DebugDrawer to support voice prompts in text prompt dialogs
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 14:27:55 +08:00
3aa9e0f432 Enhance DuplexPipeline to support follow-up context for manual opener tool calls
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 12:40:21 +08:00
fb017f9952 Refactor selectedToolSchemas logic in DebugDrawer to simplify tool ID normalization. Removed redundant inclusion of DEBUG_CLIENT_TOOLS, enhancing code clarity and performance.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 12:35:19 +08:00
00b88c5afa Add manual opener tool calls to Assistant model and API
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 02:47:39 +08:00
b5cdb76e52 Implement initial generated opener logic in DuplexPipeline to utilize tool-capable assistant turns when tools are available. Update tests to verify the correct behavior of the generated opener under various conditions, ensuring proper handling of user input and task management.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 02:38:56 +08:00
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.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 02:18:36 +08:00
31b3969b96 Enhance ToolLibrary by adding sourceKey to ToolParameterDraft and updating related functions for improved schema management. Introduce normalization functions for object schemas and defaults, and refactor buildToolParameterConfig to utilize these enhancements. Update state management in ToolLibraryPage to accommodate new schema handling and defaults integration.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 01:56:58 +08:00
531688aa6b Enhance API documentation by adding new endpoints for ASR preview, assistant configuration retrieval, and knowledge base management. Update existing assistant and tool definitions for improved clarity and functionality. Remove outdated sections from history records documentation, ensuring a streamlined reference for users.
Compare 2 commits »
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 01:55:03 +08:00
3626297211 Implement schema editor functionality in ToolLibrary, allowing users to manage tool parameters with JSON schema validation. Add a drawer for schema editing, enhance state management for schema-related errors, and integrate schema defaults into tool parameter configuration. Update UI to include a button for opening the schema drawer.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-02 00:49:41 +08:00
1561056a3d Add voice_choice_prompt and text_choice_prompt tools to API and UI. Implement state management and parameter definitions for user selection prompts, enhancing user interaction and experience.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-01 23:14:19 +08:00
3a5d27d6c3 Implement runtime configuration debugging in DebugDrawer by adding a new function to format session metadata and WebSocket configuration. Update the display logic to enhance clarity and user experience, including renaming UI elements for better context.
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-03-01 23:08:54 +08: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 22:39:04 +08: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 14:10:50 +08: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 17:33:51 +08: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 16:13:41 +08:00
wx44wx pushed to master at wx44wx/AI-VideoAssistant 2026-02-28 16:09:16 +08: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.